On Mon, Aug 14, 2000 at 06:14:31PM +0200, Caster <[EMAIL PROTECTED]> wrote:
> Hi!
> Why something like this doesn't work:
> 
> set editor=`if test $DISPLAY ; then echo gvim -c ":normal 2/^$/"
> +nohlsearch %s ; else echo vim -c ":normal 2/^$/" +nohlsearch %s ; fi`
> 
> It's all in one line. Mutt complains about unknown -c option (!). I've
> tried to quote it and escape it somehow but it just doesn't work.

    Try a short shell script that basically does the above and then call
that shell script.

-- 
Bob Bell <[EMAIL PROTECTED]>
-------------------------------------------------------------------------
 "To understand recursion one must first understand recursion."
   -- Anonymous

Reply via email to