Re: [Vim-latex-devel] spell

2016-10-20 Thread Gerd Wachsmuth
Hi, latex-suite does not deal with the spell checking. Which part of the tex-file is spell-checked depends on the syntax file (syntax/tex.vim), which is not provided by the latex-suite. Best regards, Gerd On 2016-10-20 19:32, Le Cocq wrote: > Hello. > > Although I have activated spell in frenc

[Vim-latex-devel] spell

2016-10-20 Thread Le Cocq
Hello. Although I have activated spell in french, the highlighting of misspelled words have a strange behavior. Sometimes just sentences in comments or in brackets are verified, sometimes wrong words in the text are detected. I do not understand when it works or not, it can be in the same sess

Re: [Vim-latex-devel] spell problem

2016-08-23 Thread Filip Kadlec
may have something to do with folding. Often, re-loading the file or reformatting restores the spelling. Hope this will help you. Filip On Wed, 17 Aug 2016, Le Cocq wrote: Date: Wed, 17 Aug 2016 19:10:16 From: Le Cocq To: vim-latex-devel@lists.sourceforge.net Subject: [Vim-latex-devel] spell

[Vim-latex-devel] spell problem

2016-08-17 Thread Le Cocq
Hi, I activated in vain : spell spelllang=fr But when I am working with several files, spelling is activated in some of them, or only in comments or inside a command in the first loaded file. I do not remember if a keyword is defined and do not know where is the configuration file. Could you

Re: [Vim-latex-devel] Spell-check not working with latex-suite

2012-05-27 Thread Jeffrey Larson
I also have the vim-latex suite installed and my spell check does not work. Intentionally misspelled works are not caught. Yes, I have en_us as the spelllang and have turned on spell check. Did anyone find a solution to this? ---

Re: [Vim-latex-devel] Spell check not working in tex mode

2009-08-17 Thread Raffi Khatchadourian
On Aug 16, 2009, at 7:25 PM, Till Maas wrote: > On Sun, Aug 16, 2009 at 06:04:29PM -0400, Raffi Khatchadourian wrote: >> On Aug 16, 2009, at 3:17 PM, Till Maas wrote: >> >>> On Sat, Aug 15, 2009 at 04:44:41PM -0400, Raffi Khatchadourian >>> wrote: Sorry, I should have mentioned that spell w

Re: [Vim-latex-devel] Spell check not working in tex mode

2009-08-16 Thread Till Maas
On Sun, Aug 16, 2009 at 06:04:29PM -0400, Raffi Khatchadourian wrote: > On Aug 16, 2009, at 3:17 PM, Till Maas wrote: > >> On Sat, Aug 15, 2009 at 04:44:41PM -0400, Raffi Khatchadourian wrote: >>> Sorry, I should have mentioned that spell was being set in my .vimrc >>> file. I've tried creating the

Re: [Vim-latex-devel] Spell check not working in tex mode

2009-08-16 Thread Raffi Khatchadourian
On Aug 16, 2009, at 3:17 PM, Till Maas wrote: On Sat, Aug 15, 2009 at 04:44:41PM -0400, Raffi Khatchadourian wrote: Sorry, I should have mentioned that spell was being set in my .vimrc file. I've tried creating the tex.vim file and adding the suggested line setlocal spell. What I just discovere

Re: [Vim-latex-devel] Spell check not working in tex mode

2009-08-16 Thread Till Maas
On Sat, Aug 15, 2009 at 04:44:41PM -0400, Raffi Khatchadourian wrote: > Sorry, I should have mentioned that spell was being set in my .vimrc > file. I've tried creating the tex.vim file and adding the suggested > line setlocal spell. What I just discovered is that the spell > underlining work

Re: [Vim-latex-devel] Spell check not working in tex mode

2009-08-15 Thread Raffi Khatchadourian
In fact, its not only the underlining that doesn't work, it doesn't seem to recognize misspelled words even with the ]s keystroke, despite 'spell' being turned on. On Aug 15, 2009, at 4:17 PM, Mike Richman wrote: > Do you have a ~/.vim/ftplugin/tex.vim? I think if you just put > "setlocal sp

Re: [Vim-latex-devel] Spell check not working in tex mode

2009-08-15 Thread Raffi Khatchadourian
Sorry, I should have mentioned that spell was being set in my .vimrc file. I've tried creating the tex.vim file and adding the suggested line setlocal spell. What I just discovered is that the spell underlining works for certain tex files but not others! That's very strange. Any help would

Re: [Vim-latex-devel] Spell check not working in tex mode

2009-08-15 Thread Mike Richman
Do you have a ~/.vim/ftplugin/tex.vim? I think if you just put "setlocal spell" in there, you should be ok. Mike On Sat, Aug 15, 2009 at 2:29 PM, Raffi Khatchadourian wrote: > Does anyone have a problem with spell check highlighting not working > when the filetype is equal to tex? The red underl

[Vim-latex-devel] Spell check not working in tex mode

2009-08-15 Thread Raffi Khatchadourian
Does anyone have a problem with spell check highlighting not working when the filetype is equal to tex? The red underlinings don't show up until I switch the file type equal to txt, however, I loose the tex syntax highlighting in the process. Thanks! Raffi --

Re: [Vim-latex-devel] Spell-check not working with latex-suite

2008-12-06 Thread Raffi Khatchadourian
Eyolf Østrem oestrem.com> writes: > I've discovered that the built-in spell checker in vim doesn't work if > ft=tex is set. It's not just the syntax highlighting -- ]s doesn't jump to > the next spelling mistake. Has anyone ever found a solution to this? --

Re: [Vim-latex-devel] Spell-check not working with latex-suite

2008-06-15 Thread Ted Pavlic
If you find out it isn't something that you did but a problem that others could experience, be sure to post your solution. :) --Ted Eyolf Østrem wrote: > I think it's something in my tweaked syntax file. I thought I had been > careful enough when I wrote it, but apparently I hadn't. Sorry for th

Re: [Vim-latex-devel] Spell-check not working with latex-suite

2008-06-13 Thread Eyolf Østrem
On 13.06.2008 (18:06), Ted Pavlic wrote: > >> It works for me. > > > > Hm. OK, I'll have to check my configuration then. > > I've been trying to think of anything special I had to do to get spell > checking to work, but I just can't come up with anything. I've scanned > through my .vimrc, but

Re: [Vim-latex-devel] Spell-check not working with latex-suite

2008-06-13 Thread Ted Pavlic
>> It works for me. > > Hm. OK, I'll have to check my configuration then. I've been trying to think of anything special I had to do to get spell checking to work, but I just can't come up with anything. I've scanned through my .vimrc, but I don't see anything... Now, for Vim7, I did have to d

Re: [Vim-latex-devel] Spell-check not working with latex-suite

2008-06-13 Thread Eyolf Østrem
On 13.06.2008 (11:17), Ted Pavlic wrote: > It works for me. Hm. OK, I'll have to check my configuration then. > Are you sure you have something like... > > set spell > set spelllang=en_us > > in your .vimrc? Yes, I do. Also, if I set the filetype to anything other than "tex", everything works a

Re: [Vim-latex-devel] Spell-check not working with latex-suite

2008-06-13 Thread Ted Pavlic
It works for me. Note that I also use the engspchk plugin, which seems to do a better job when syntax highlighting is turned on. That being said, "]s" has nothing to do with that plugin, and it works for me whether or not I load it. Are you sure you have something like... set spell set spel

[Vim-latex-devel] Spell-check not working with latex-suite

2008-06-13 Thread Eyolf Østrem
I've discovered that the built-in spell checker in vim doesn't work if ft=tex is set. It's not just the syntax highlighting -- ]s doesn't jump to the next spelling mistake.. I've searched through the source files for "spell", without finding anything that looked suspicious, but I'm no vimscript gur