According to Sven Guckes on Sun, Jun 23, 2002 at 07:58:28PM +0200:
> * Eric Smith <[EMAIL PROTECTED]> [2002-06-23 15:36]:
> > How do I quote within a quote more than once?
> > 
> > A specific example is that I want my default setting for $editor
> > to be: set editor=" vim -c '/^$/+1'  -c 'se tw=65' "
> 
>   set editor="vim -u setupfile"
> 
good idea (but still wondering how one would nest commands
with only `'' amd `"' as quote chars - a problem not unique to
mutt I know.
> 
>   macro pager G
>   ":set editor=vi\n<group-reply><send-message>
>    :set editor=editor_default\n"
> 
> or use a default hook:
>   send-hook .  'set editor="..."'
> 

I thought of this but, considered that in the macro, say there
were the functions  <mail><send-message>, then <mail> would
prompt for recipients and the default hook would be fired
over-ruling my static set editor=vi.

-- 
Eric Smith

Reply via email to