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 that didn't work.

Don't remove them, change them to single quotes.
Better yet, just for testing, try the simple:

  set editor=vim

If that still doesn't work, well, I'm at a loss.  Maybe vim is not in
your path?  Can you execute it with  !vim  from within Mutt?  Maybe try
creating a shell script wrapper around vim and then capture the exit
code?  Perhaps add a "press any key to continue" pause before exiting
that script, so you can see if vim gives you any errors when being run
(they might flash past your screen so fast that you never see them
normally).

> I did a $mutt -v and it told me my version is : mutt 1.0pre3us
> (1999-09-25).  If that matters.

It shouldn't, I doubt this behaviour has changed recently.

Mutt 1.2 did get released just today, you may want to upgrade to that
for other reasons.  (Numerous improvements, better IMAP support, bug
fixes, yadda yadda yadda...)

> Yes that's the way I checked it the first time you suggested it.  In the
> command line area below the mutt index window.

Okay, good.  The thing you pasted to me looked like it was from a
.muttrc file.


Regards,
Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
Never assume the reader has read the subject line.

Reply via email to