Re: ispell with vim

2011-05-20 Thread Erik Christiansen
On 18.05.11 18:35, Christian Brabandt wrote: But since vim own spell checker works good another for me, I don't remember those plugins (that are really outdated for quite some time) and can't give any guidance on their quirks... What impressed me enormously was the auto-install helpfulness,

Re: ispell with vim

2011-05-20 Thread Christian Brabandt
Hi Erik! On Fr, 20 Mai 2011, Erik Christiansen wrote: Now I just have to find out how to invoke the spelling suggestions. (After resorting to a helpgrep, I've waded through enough of the hits to stumble across spellsuggest(), but I need command-line functionality, not a scripting function.)

Re: ispell with vim

2011-05-20 Thread Erik Christiansen
On 20.05.11 11:52, Christian Brabandt wrote: It is actually quite easy to find, if you know how to use Vim's help system. Let's see, since spelling was a new feature for Vim 7, I usually go to :h new-spell There you'll find that z= is mentioned for spell suggestions. So place you

Re: ispell with vim

2011-05-18 Thread Christian Brabandt
On Tue, May 17, 2011 4:30 am, Elimar Riesebieter wrote: :help search You mean :h spell? :h search turns you to the search() function, which I am sure, isn't what he was looking for. BTW: although vim supports a spell function since version 7 ( see the documentation at :h spell :h new-spell :h

Re: ispell with vim

2011-05-17 Thread Erik Christiansen
On 16.05.11 16:55, Robert Holtzman wrote: Unfortunately my (Ubuntu's) version of Mutt seems to have been compiled without ispell capability. From mutt -v: -ISPELL. Not having enough background in compiling programs, I'll just stick to this in vimrc. map F6 Esc:setlocal spell

Re: ispell with vim

2011-05-16 Thread Robert Holtzman
On Sun, May 15, 2011 at 09:28:48PM -0400, Tim Gray wrote: On May 15, 2011 at 05:30 PM -0700, Robert Holtzman wrote: Mutt is compiled with ispell. The documentation I found only talks about it's use with emacs. Being a confirmed vi/vim user, I'm somewhat at a loss. I'm primarily interested, at

Re: ispell with vim

2011-05-16 Thread Jostein Berntsen
On 16.05.11,00:17, Robert Holtzman wrote: On Sun, May 15, 2011 at 09:28:48PM -0400, Tim Gray wrote: On May 15, 2011 at 05:30 PM -0700, Robert Holtzman wrote: Mutt is compiled with ispell. The documentation I found only talks about it's use with emacs. Being a confirmed vi/vim user, I'm

Re: ispell with vim

2011-05-16 Thread steve
Hi, Le 16-05-2011, à 00:17:36 -0700, Robert Holtzman (hol...@cox.net) a écrit : BTW, how do you add words to the Vim spell checker? Running a search turned up nothing of value. zg with the word under the cursor (in normal mode). See  :h zg Have a nice day, Steve

Re: ispell with vim

2011-05-16 Thread Robert Holtzman
On Mon, May 16, 2011 at 09:40:20AM +0200, steve wrote: Hi, Le 16-05-2011, à 00:17:36 -0700, Robert Holtzman (hol...@cox.net) a écrit : BTW, how do you add words to the Vim spell checker? Running a search turned up nothing of value. zg with the word under the cursor (in normal

Re: ispell with vim

2011-05-16 Thread Robert Holtzman
On Mon, May 16, 2011 at 09:40:11AM +0200, Jostein Berntsen wrote: On 16.05.11,00:17, Robert Holtzman wrote: .snip. BTW, how do you add words to the Vim spell checker? Running a search turned up nothing of value. If you have this setting in your .muttrc you

Re: ispell with vim

2011-05-16 Thread Elimar Riesebieter
* Robert Holtzman [110516 16:03 -0700]: On Mon, May 16, 2011 at 09:40:20AM +0200, steve wrote: Hi, Le 16-05-2011, à 00:17:36 -0700, Robert Holtzman (hol...@cox.net) a écrit : BTW, how do you add words to the Vim spell checker? Running a search turned up nothing of value. zg

Re: ispell with vim

2011-05-15 Thread Tim Gray
On May 15, 2011 at 05:30 PM -0700, Robert Holtzman wrote: Mutt is compiled with ispell. The documentation I found only talks about it's use with emacs. Being a confirmed vi/vim user, I'm somewhat at a loss. I'm primarily interested, at this point, in adding words to the list. Any pointers