Re: problems with quotes in send-hook lines within .muttrc

2000-06-19 Thread Gary Johnson
On Sun, Jun 18, 2000 at 11:36:34PM +0200, [EMAIL PROTECTED] wrote: In my .muttrc, I've put a line in the way to set my editor: set editor="vi -c 'set wrap' -c 'set textwidth=0' -c 'set linebreak'" It works fine. But in some mailing-lists, one asked me to limit the length of my messages at

Re: problems with quotes in send-hook lines within .muttrc

2000-06-19 Thread clemensF
[EMAIL PROTECTED]: send-hook '~t linux-bruxelles' set editor="vi +set textwidth=72" what about set editor="vi \"+set textwidth=72\""? clemens

Re: problems with quotes in send-hook lines within .muttrc

2000-06-19 Thread Suresh Ramasubramanian
clemensF proclaimed on mutt-users that: [EMAIL PROTECTED]: send-hook '~t linux-bruxelles' set editor="vi +set textwidth=72" what about set editor="vi \"+set textwidth=72\""? Put this in your .vimrc set tw=72 -- Suresh Ramasubramanian + [EMAIL PROTECTED] Five is a sufficiently close

Re: problems with quotes in send-hook lines within .muttrc

2000-06-19 Thread Ronny Haryanto
On 18-Jun-2000, [EMAIL PROTECTED] wrote: In my .muttrc, I've put a line in the way to set my editor: set editor="vi -c 'set wrap' -c 'set textwidth=0' -c 'set linebreak'" I personally separate my vimrc for general editing and for mail editing. Hence in mutt I put: set editor = "vi -u

Re: problems with quotes in send-hook lines within .muttrc

2000-06-19 Thread Dirk Ruediger
Hi all, On Mon, 19 Jun 2000, Ronny Haryanto wrote: On 18-Jun-2000, [EMAIL PROTECTED] wrote: In my .muttrc, I've put a line in the way to set my editor: set editor="vi -c 'set wrap' -c 'set textwidth=0' -c 'set linebreak'" I personally separate my vimrc for general editing and for mail