On 15:30 Thu 13 Dec     , Andreas Groh wrote:
> > Hi,
> > I don't know the answer of precisely what you are looking for, but
> > isn't using key maps a good solution?  You could map "a etc. to the
> > corresponding true umlauts, so that you would not need a German
> > (physical) keyboard to enter them.  This also has the additional advantage
> > of making the TeX source more readable.  Also, searching within Vim is
> > a bit easier.  You can make a couple of definitions in your vimrc, or you
> > can use a separate keymap file.
> >
> 
> Hi,
> 
> Thanks for your reply. Of course, key mappings are a workaround. I 
> included two functions to my .vimrc which can replace all umlauts in the 
> document by the Latex style equivalent and vice versa.
> 
> But I was wondering if the spell checker could do his job without these 
> workarounds.
> 
> Best regards.
> 
> Andreas
> 
> 
> -- 
> ------------------------------------------------------------------------
> Andreas Groh                       phone : +49-351-463.34974
> Institut fuer Planetare Geodaesie  fax   : +49-351-463.37063
> Technische Universitaet Dresden    email : andreas.g...@tu-dresden.de
> D-01062 Dresden, Germany           web   : tpg.geo.tu-dresden.de
> ------------------------------------------------------------------------
> 
> -- 
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

Hi,

I am not sure if that will help, but at least you may try.  You can
change the isk setting (:help isk).  To do that in a tex file, assuming
that you use the standard syntax file, you should change the value of
g:tex_isk in your vimrc file.  Changing isk directly will not help.

Best,
Marcin

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to