Can't set text editor arguments

Questions, glitches, bugs and crashes
Locked
tux0r
Posts: 5
Joined: Tue Jan 03, 2023 11:54 am

Can't set text editor arguments

Post by tux0r » Thu Mar 23, 2023 3:04 am

Just wondering: I want to set emacsclient -n -a "" as my editor for F4, but the arguments are greyed out - why?
2023-03-23_04-04.png
2023-03-23_04-04.png (74.57 KiB) Viewed 18491 times

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: Can't set text editor arguments

Post by mike » Sun Apr 02, 2023 6:53 pm

Currently NC can provide arguments only for terminal-based editors, not GUI-based ones.
When this code was written macOS didn't have an API to do that, but it turns out in 10.15 it was added.
I'll fix the issue and report back.

tux0r
Posts: 5
Joined: Tue Jan 03, 2023 11:54 am

Re: Can't set text editor arguments

Post by tux0r » Sun Apr 02, 2023 7:26 pm

Awesome, thank you very much!

Locked