Re: [Vim-latex-devel] Re: [Vim-latex-cvs] vimfiles/plugin imaps.vim,1.7,1.8
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2002-12-08 19:38:50
|
Hey Benji, Thanks for taking care of this. I will wait for you solution :) I will use this strategy henceforth... > * Are there any files other than plugin/imaps.vim that need this sort of > change? > texrc also contains the '=A1' character in the definition of g:Tex_IgnoredWarnings. I tried the 'ga' command on it. It shows up as hex a1. I dont remember offhand what else needs changing, but this particular thing in the texrc is causing problems for people with chinese language settings. > * Are there any recent changes to 'encoding' etc. that should be undone > if this works? All these changes are in imaps.vim. The functions IMAP_PutTextWithMovement() and the IMAP_JumpFunc() will both have to be reverted back to the old versions. The new versions although they did work created big screen glitches as I noted... It will be really nice if we could have a way to solve this without having to change encoding... But wait. I just thought about this: Won't all of the macros have to be changed to use the "\xab" and "\xbb" characters as well. As of now, we have things like: call s:Tex_SpecialMacros('', 'EnvCommands.&Slides.', '&onlyslides{}', '\onl= yslides{=AB=BB}=AB=BB', 0) in envmacros.vim. Will it be possible to somehow change things so that in the initialization of latex-suite, we change the encoding once while sourcing envmacros.vim and such files and from then on in the functions themselves use the "\xab" character? Will this make it possible to keep envmacros.vim unchanged? the =AB characters are used all over the place. In envmacros.vim, someplaces in the packages/* files, and other places. So some way of being able to work with all of them unchanged is ideal. --=20 Srinath Avadhanula Dec 8 11:19am "Cogito ergo I'm right and you're wrong." =09=09-- Blair Houghton |