Thread: [Vim-latex-devel] [vim-latex - Help] RE: Errors with vim-latex in windows
Brought to you by:
srinathava,
tmaas
From: <no...@so...> - 2002-12-03 20:49:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=1780001 By: srinathava Hello, I do not get these messages at all. I have a similar set up. gvim61 on windows 2000 (no patches applied). I tested with the following minimal .vimrc: filetype plugin on filetype indent on syntax on I installed a fresh latex-suite (the same version you mention) in a new temporary directory while testing... (maybe some other plugins are interfering?) Could you please email a copy of your .vimrc to vim...@li.... Hopefully one of us will be able to duplicate your problem with that. Thanks, Srinath ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge and visit: https://sourceforge.net/forum/monitor.php?forum_id=173627 |
From: <no...@so...> - 2002-12-03 20:51:55
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=1780003 By: srinathava The vim-latex devel mailing list was incorrectly spelled. its vim...@li... Thanks, Srinath PS: sorry to the list members for the noise. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge and visit: https://sourceforge.net/forum/monitor.php?forum_id=173627 |
From: <no...@so...> - 2002-12-03 21:39:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=1780140 By: tangyuq Thank you. I do not change anything of gvim since I installed it(form ftp://ftp.vim.org/pub/vim/pc/gvim61.exe, dowloaded on Dec 2, 2002) I got it now. It is a internationalization problem. When I change my region(locale) setting of win2k from "Chinese(PRC)" to English(United States)", it works. Is vim-latex supposed to support internationalization? Thank you. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge and visit: https://sourceforge.net/forum/monitor.php?forum_id=173627 |
From: <no...@so...> - 2002-12-03 21:59:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=1780165 By: srinathava Hello, We would definitely love to support other locales. However, I do not have any idea what this involves... If you could help us do it, it would be great. For example, how do you go about getting vim to work with a chinese locale setting on a win2k computer? Thanks, Srinath ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge and visit: https://sourceforge.net/forum/monitor.php?forum_id=173627 |
From: <no...@so...> - 2002-12-03 22:51:30
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=1780235 By: tangyuq Hi, I got some similar problems with vim in linux before. I think you can duplicate the problem in linux as well and it may be more convenient to figure it out in linux than in windows. There are some environment variables, such LANG, ..., that affect the program's behavior of internationalization, ex. vim. Just use "set LANG=cn_...", I am sorry I can not remember it exactly. You can search google for the internationalization issues. Later when I finish the final exam, I may be able to come back and give your more information about that if you still have no idea at that time. I am really sorry now. :( Thanks. Yuqing ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge and visit: https://sourceforge.net/forum/monitor.php?forum_id=173627 |
From: <no...@so...> - 2002-12-04 00:10:20
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=1780300 By: tangyuq I forgot: In the control panel of windows(win2k and winxp), there is a "regional and language setting" in which the operating system's language and text coding environment will be set. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge and visit: https://sourceforge.net/forum/monitor.php?forum_id=173627 |
From: <no...@so...> - 2002-12-04 01:06:02
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=1780350 By: tangyuq I know how to duplicate the problem now. In vim: :set encoding=cp936 then load a tex file and the problem may appear. In vim: :help encoding-names :help encoding More information about locale and language is avaiable. Hope it is helpful. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge and visit: https://sourceforge.net/forum/monitor.php?forum_id=173627 |
From: SourceForge.net <no...@so...> - 2003-03-29 16:11:35
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=1949924 By: ihw TexLet g:Tex_IgnoredWarnings = \'Underfull?. \'Overfull?. \'specifier changed to?. \'You have requested?. \'Missing number, treated as zero?. \'There were undefined references?. \'Citation %.%# undefined put them into one line ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/monitor.php?forum_id=173627 |
From: SourceForge.net <no...@so...> - 2003-06-16 01:27:24
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2061676 By: zlb I'm new to vim-latex and I find it very useful. Thanks for your work. I also encountered this problem. I think that the problem is caused by using the byte 0xa1 which is part of some GBK chars as the seperator inTex_IgnoredWarnings. A possible solution might be changing the seperator to 0x7f which is not used by the Chinese encodings, nor in ordinary texts in western encodings, I believe. And more over its default catcode is 'invalid' in TeX. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/monitor.php?forum_id=173627 |