Re: sdiff: subsidiary program 'emacsclient -c -nw' not found

Paul Eggert <[email protected]> Mon, 13 Oct 2014 22:33:26 -0700
Newsgroups gmane.comp.gnu.utils.bugs
Organization UCLA Computer Science Department
Message-ID <[email protected]>
Faru Guredo wrote:
> I am using ‘emacsclient -c -nw’ as my $EDITOR

EDITOR is supposed to be a program, not a program with arguments.  Create a 
shell script called 'foo' that does what you want and set EDITOR to 'foo'.