'Abort unmodified message? ([y]/n):?

2000-05-09 Thread Kelly Scroggins
When I try to send, reply, or forward a message with mutt I get this error : "Abort unmodified message? ([y]/n):?" When I answer 'no' I get a 'Mutt : Compose' screen but it's not the vi editor. It looks like the screen that's used to select attachment

Re: 'Abort unmodified message? ([y]/n):?

2000-05-09 Thread Mikko Hänninen
Kelly Scroggins <[EMAIL PROTECTED]> wrote on Tue, 09 May 2000: > When I try to send, reply, or forward a message with mutt I get this > error : > > "Abort unmodified message? ([y]/n):?" > > When I answer 'no' I get a 'Mutt : Compose' s

Re: 'Abort unmodified message? ([y]/n):?

2000-05-09 Thread Kelly Scroggins
Mikko Hänninen wrote: > > Kelly Scroggins <[EMAIL PROTECTED]> wrote on Tue, 09 May 2000: > > When I try to send, reply, or forward a message with mutt I get this > > error : > > > > "Abort unmodified message? ([y]/n):?" > > > > When I an

Re: 'Abort unmodified message? ([y]/n):?

2000-05-09 Thread Mikko Hänninen
Kelly Scroggins <[EMAIL PROTECTED]> wrote on Tue, 09 May 2000: > That's what puzzles me. I use vi at home and on this (work) machine. > It's there. the command to call an editor is exactly the same as I use > at home. It's the same .muttrc file. So what do you get with :set ?editor on bot

Re: 'Abort unmodified message? ([y]/n):?

2000-05-09 Thread Mikko Hänninen
Kelly Scroggins <[EMAIL PROTECTED]> wrote on Tue, 09 May 2000: > editor="vim -c "set tw=72" +1" You may want to change that to set editor="vim -c 'set tw=72' +1" Right now, it's parsed in three parts, "vim -c " set tw=72 " +1" And the middle quotes disappear. This may or may not affe

Re: 'Abort unmodified message? ([y]/n):?

2000-05-09 Thread Kelly Scroggins
Mikko Hänninen wrote: > > Kelly Scroggins <[EMAIL PROTECTED]> wrote on Tue, 09 May 2000: > > editor="vim -c "set tw=72" +1" > > You may want to change that to > > set editor="vim -c 'set tw=72' +1" > > Right now, it's parsed in three parts, > > "vim -c " > set tw=72 > " +1" When I

Re: 'Abort unmodified message? ([y]/n):?

2000-05-09 Thread Mikko Hänninen
Kelly Scroggins <[EMAIL PROTECTED]> wrote on Tue, 09 May 2000: > > > editor="vim -c "set tw=72" +1" > > set editor="vim -c 'set tw=72' +1" > When I remove the double quoutes from the middle statement I get an > error msg telling me there's an error on that line and it points to the > 'tw'. So

Re: 'Abort unmodified message? ([y]/n):?

2000-05-09 Thread mutt-users-owner-archive=jab . org
Quoting Mikko Hänninen <[EMAIL PROTECTED]>: > Kelly Scroggins <[EMAIL PROTECTED]> wrote on Tue, 09 May 2000: > > > > editor="vim -c "set tw=72" +1" > > > > set editor="vim -c 'set tw=72' +1" > > > When I remove the double quoutes from the middle statement I get an > > error msg telling me ther

Re: 'Abort unmodified message? ([y]/n):?

2000-05-10 Thread Benjamin Korvemaker
On Tue, May 09, 2000 at 06:22:06PM -0500, [EMAIL PROTECTED] wrote: > Quoting Mikko Hänninen <[EMAIL PROTECTED]>: > > Kelly Scroggins <[EMAIL PROTECTED]> wrote on Tue, 09 May 2000: > > > > > editor="vim -c "set tw=72" +1" > > > > > > set editor="vim -c 'set tw=72' +1" > > > > > When I remove t