Moshe Kaminsky wrote:
> How can I embed whitespace in a program name for nmh? for example, I
> tried setting Editor in .mh_profile to 'gvim -f' but when I run comp I
> get:
>   unable to exec gvim -f: No such file or directory

Maybe there's another way, but I think the answer I found was to make
a little front-end script and use it.  For instance, make a script
file named mymheditor with these two lines in it:

#!/bin/sh
exec "gvim -f" "$@"

then set Editor to mymheditor.

Jerry
-- 
Jerry Peek, [EMAIL PROTECTED], http://www.jpeek.com/

Reply via email to