Re: _viminfo on walkabout

2006-08-17 Thread Yongwei Wu
On 8/17/06, o1792 [EMAIL PROTECTED] wrote: Hi, I'm using vim7 for win32, but actually I've had the following prob with vim6.3. The prob is that _viminfo goes on walkabout when I'm connected to my corp's network. It thinks it should be stored in a networked drive, which is read-only, so I get

UTF-8 Problem with Localization in Windows GVIM

2006-08-20 Thread Yongwei Wu
and unreliable. The problem, as it seems to me, is that the context menu on the tab and the tool tips for the toolbar buttons only support the `ANSI' encoding. Any fixes/hacks to make it work? Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Contextual highlighting problem

2006-08-28 Thread Yongwei Wu
'; 2) refreshing the display still make the highlighting fail. I find that the multi-line C comments do not exhibit this problem. But I am not able to figure out the magic. Any help? Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: Contextual highlighting problem

2006-08-28 Thread Yongwei Wu
On 8/28/06, Andy Wokula [EMAIL PROTECTED] wrote: Yongwei Wu schrieb: I am trying to implement the COMMENT directive in the MASM syntax file: Treats all text between or on the same line as the delimiters as a comment. COMMENT delimiter [[text]] [[text]] [[text]] delimiter [[text

Re: Contextual highlighting problem

2006-08-30 Thread Yongwei Wu
On 8/28/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Yongwei Wu wrote: [...] However, it is only a *little* better. Scroll down to make the first comment line disappear on the top of the Vim window, and press Ctrl-L, highlighting will have problems. C comments have not this problem. More

Re: C++ indentation (vim 6.3)

2006-09-10 Thread Yongwei Wu
, char *arg3) { Try :help 'cinoptions-values'. What you want here is simply: :set cino+=(0 Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Characters that should not appear at the beginning or end of a line

2006-09-11 Thread Yongwei Wu
wonder whether there is an option for this purpose, or is it possible to add one if it is not there already? Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: Characters that should not appear at the beginning or end of a line

2006-09-11 Thread Yongwei Wu
On 9/12/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Yongwei Wu wrote: I am now a frequent user of the `gq' commands, even with Chinese text (I have `set formatoptions+=mM'). However, though Chinese does not use space between characters, it is still bad layout to have characters like

Re: Display of CJK characters in a utf-8 file on MacOS X / Vim 7

2006-09-13 Thread Yongwei Wu
On 9/13/06, Elliot Shank [EMAIL PROTECTED] wrote: Yongwei Wu wrote: On 9/12/06, Elliot Shank [EMAIL PROTECTED] wrote: A.J.Mechelynck wrote: Elliot Shank wrote: 3. I don't know the fine points, but is there an Apple/Macintosh site from which you could download a language pack

Re: Display of CJK characters in a utf-8 file on MacOS X / Vim 7

2006-09-17 Thread Yongwei Wu
On 9/16/06, Elliot Shank [EMAIL PROTECTED] wrote: Yongwei Wu wrote: On 9/14/06, Elliot Shank [EMAIL PROTECTED] wrote: I went through the entire contents of the install DVDs. There are no fonts that I don't already have. Looking through the Traditional Chinese support as well as the other

Re: converted ?

2006-09-17 Thread Yongwei Wu
by `:set fenc?' and `:set enc?'). I also use the following line in _vimrc to display fenc on the status line (join as one line): set statusline=%%f\ %h%m%r%=%k[%{(fenc==\\)?enc:fenc}%{(bomb?\,BOM\:\\)}]\ %-14.(%l,%c%V%)\ %P Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: Plain TeX support ?

2006-09-24 Thread Yongwei Wu
that this is not already implemented, I only read the few lines of the help text for ft-tex-plugin. And didn't fiddle with quickfix and such. May be quickfix can be misused for texing ? Dont know. Keep hacking and TeXing! mcc Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Many GVIM locale problems fixed; one remains

2006-09-24 Thread Yongwei Wu
make the menu right, with the price that Chinese in start-up screen, status messages, and titles are not correct. I would be very glad to see it fixed too. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: Many GVIM locale problems fixed; one remains

2006-09-26 Thread Yongwei Wu
On 9/26/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Yongwei Wu wrote: Some time ago I complained about UTF-8 related problems in Windows GVIM URL:http://tech.groups.yahoo.com/group/vim/message/72622. Today I installed Steve Hall's build of GVIM 7.0.106, and gladly find that some

Questions regarding auto-guessing the encoding

2006-10-02 Thread Yongwei Wu
-defined command to have file name completion? * Any better way to integrate a C++ program with Vim than :system('command')? (There is a minimized command window, and the delay is noticeable.) Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: Questions regarding auto-guessing the encoding

2006-10-02 Thread Yongwei Wu
On 10/3/06, Yongwei Wu [EMAIL PROTECTED] wrote: * Why keymap/accents.vim is opened as UTF-8 and fails the conversion when fencs=ucs-bom,utf-8,cp936? (It is opened as Latin1 when fencs=ucs-bom,utf-8,latin1, and this inconsistency is a little annoying to me to determine in a handler whether

Re: Questions regarding auto-guessing the encoding

2006-10-03 Thread Yongwei Wu
On 10/3/06, Yegappan Lakshmanan [EMAIL PROTECTED] wrote: Hello, On 10/2/06, Yongwei Wu [EMAIL PROTECTED] wrote: * Is there a way to tell a user-defined command to have file name completion? Yes. You can use the -complete=file option when defining the command. For example, Thanks. It's

Auto-guessing file encoding and integration with Vim (works for Latin1, GBK, and Big5 now)

2006-10-06 Thread Yongwei Wu
will be appreciated. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Win32 build of updated gvim

2006-10-06 Thread Yongwei Wu
/download.asp?path=vimfile=gvim70.zip Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: Win32 build of updated gvim

2006-10-08 Thread Yongwei Wu
, but not vim.exe (this can change if people do want it) It is good that people can have multiple choices :-). Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Another UTF-8 Issue (with Chinese)

2006-10-09 Thread Yongwei Wu
colour. D0C2, CBCE, and CCE5 are exactly the GB2312/GBK code points for the three characters 新宋体.) I cannot choose the font by typing `:set guifont=新宋体:h12', so basically I cannot choose it in my _vimrc while using UTF-8. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: Another UTF-8 Issue (with Chinese)

2006-10-09 Thread Yongwei Wu
On 10/9/06, Yongwei Wu [EMAIL PROTECTED] wrote: Hi Gurus, I have found another issue with Chinese and UTF-8 combined. When I select 新宋体 (probably called NSimSun on your non-Simplified Chinese Windows box) in gvim with encoding=utf-8, the result of typing `:set guifont?' is: guifont

Re: Win32 build of updated gvim

2006-10-09 Thread Yongwei Wu
On 10/8/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Yongwei Wu wrote: [...] How to update the runtime files is OS-dependent, but it is usually not much more than a one-liner. On my SuSE Linux system (with bash), I use cd ~/.build/vim/vim70 rsync -avzcP --delete --exclude=/dos/ ftp.nluug.nl

Re: Another UTF-8 Issue (with Chinese)

2006-10-09 Thread Yongwei Wu
Hi Shi Zhu, On 10/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yongwei Wu [EMAIL PROTECTED] 写于 2006-10-09 14:19:20: On 10/9/06, Yongwei Wu [EMAIL PROTECTED] wrote: Hi Gurus, I have found another issue with Chinese and UTF-8 combined. When I select 新宋体 (probably called NSimSun

Re: Auto-guessing file encoding and integration with Vim (works for Latin1, GBK, and Big5 now)

2006-10-13 Thread Yongwei Wu
Hi Benji, On 10/12/06, Benji Fisher [EMAIL PROTECTED] wrote: On Sat, Oct 07, 2006 at 12:37:33AM +0800, Yongwei Wu wrote: This is a report of what I have already achieved. If you are dealing with more encodings than the fileencodings option can handle, esp. if you read and write Simplified

Re: www.vim.org down?

2006-10-18 Thread Yongwei Wu
, but that changed later. The current issue is not blocking, but the server itself has some problems. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: Spam on vim.org

2006-10-22 Thread Yongwei Wu
Removed. Don't worry, spam won't stay there long. There are more than 10 people checking for spam in different time zones. Checking the tip list you will find holes in the sequence numbers, which indicates removed tips. On 10/23/06, Peter Hodge [EMAIL PROTECTED] wrote: Hello, Can the person

BUG that will cause loss of edited text

2006-10-26 Thread Yongwei Wu
or Ctrl-O to return to the old file (in the new window). At this point the upper window and the lower window display the same old file as in last saved state, reloaded, unmodified! Luckily when I encountered this I lost only about 10 minutes' work. Best regards, Yongwei -- Wu Yongwei URL: http

Re: BUG that will cause loss of edited text

2006-10-26 Thread Yongwei Wu
Hi Yegappan, On 10/26/06, Yegappan Lakshmanan [EMAIL PROTECTED] wrote: Hi, On 10/26/06, Yongwei Wu [EMAIL PROTECTED] wrote: Hi Bram and maintainers, I encountered this bug when editing files: 1) Open a file, change something. The file is marked as modifed. 2) Use Ctrl-W,Ctrl-] to go

Re: BUG that will cause loss of edited text

2006-10-26 Thread Yongwei Wu
Hi list, On 10/26/06, Yongwei Wu [EMAIL PROTECTED] wrote: Hi Yegappan, On 10/26/06, Yegappan Lakshmanan [EMAIL PROTECTED] wrote: Hi, On 10/26/06, Yongwei Wu [EMAIL PROTECTED] wrote: Hi Bram and maintainers, I encountered this bug when editing files: 1) Open a file, change

Re: VIM 7.0 under Windows and Unicode fonts

2006-10-29 Thread Yongwei Wu
(PRC). It should work. And then you will be able to edit English, French, Greek, Russian, Chinese, Japanese, and Arabic simultaneously. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: VIM 7.0 under Windows and Unicode fonts

2006-10-29 Thread Yongwei Wu
On 10/30/06, Alexander C. Gaber [EMAIL PROTECTED] wrote: Yongwei Wu wrote: When using Courier New, I can display ASCII, Latin1, Greek, Cyrillic, Arabic, Hebrew, Yiddish, as well as Chinese and Japanese (NSimsun seems automatically used), text at the same time. Thank you so very much! I think

Re: Win32 COMSPEC args don't reconfig on COMSPEC resest

2006-11-02 Thread Yongwei Wu
Cygwin or Linux. Calling sh in a Windows program is. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: Patched VIM 7.0 reboots Windows 2000 on forced write to read-only file (?)

2006-12-07 Thread Yongwei Wu
Hi Paul, On 12/7/06, Paul Stone [EMAIL PROTECTED] wrote: Is anyone else seeing this problem? My Windows 2000 system reboots when I issue :w! to overwrite a read-only file. (I normally do this when I forget to mark a file writeable. I force the write and then mark it writeable with a

Re: Patched VIM 7.0 reboots Windows 2000 on forced write to read-only file (?)

2006-12-07 Thread Yongwei Wu
Hi Paul, On 12/8/06, Paul Stone [EMAIL PROTECTED] wrote: On 12/7/06, Yongwei Wu [EMAIL PROTECTED] wrote: Hi Paul, On 12/7/06, Paul Stone [EMAIL PROTECTED] wrote: Is anyone else seeing this problem? My Windows 2000 system reboots when I issue :w! to overwrite a read-only file. (I

Re: Fresh builds for Windows

2006-12-17 Thread Yongwei Wu
On 12/17/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: where can I get recent builds (vim-7.0.178) for Windows ? http://wyw.dcweb.cn/#download -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: 2html dos/unix filetype

2006-12-26 Thread Yongwei Wu
Maybe try :help 'fileformats' :setg fileformats? On 12/26/06, Mojca Miklavec [EMAIL PROTECTED] wrote: Hello, two of us are experimeting with using vim as an external syntax-highlighter for TeX documents. This file resulted from adapting 2html.vim:

Re: Tips which have spam contained in their comments/notes:

2007-01-17 Thread Yongwei Wu
On 1/18/07, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Hello! FYI -- this is a list of my tips that still have link spam added as comments/notes: 126 139 147 150 152 167 200 411 573 588 607 622 744 862 895 I'm sure that they're

Re: latin1 vs utf8

2007-01-17 Thread Yongwei Wu
*.gb,*.big5,*.nfo call RestoreFileEncodings() You may use a similar way. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: latin1 vs utf8

2007-01-18 Thread Yongwei Wu
On 1/18/07, DervishD [EMAIL PROTECTED] wrote: * Yongwei Wu [EMAIL PROTECTED] dixit: On 1/18/07, DervishD [EMAIL PROTECTED] wrote: Did you set 'fileencodings' to an empty string? Otherwise this would not work. Apart from fixing the above (including the last version I posted here

Re: Updating $VIMRUNTIME on Windows

2007-01-29 Thread Yongwei Wu
the Windows Vim run-time file tree. If you are interested, check http://wyw.dcweb.cn/download.asp?path=vimfile=update_vimruntime.sh Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: The Seven Habits Of Effective Text Editing 2

2007-02-18 Thread Yongwei Wu
in the future, and we really appreciate your patience. I am in China. I am not sure which countries have similar problems. Maybe you can get this kind of information, Bram? Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

More than 'fileencodings': MultiEnc.vim and TellEnc

2007-02-24 Thread Yongwei Wu
Vim with DLLs? Starting an external program with system(...) is sometimes slow on Windows, and there will be a flashing command window, which is visible in some cases, esp. on slower machines. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: More than 'fileencodings': MultiEnc.vim and TellEnc

2007-02-24 Thread Yongwei Wu
Hi Tony, On 2/25/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: Yongwei Wu wrote: The Vim option 'fileencodings' has some limitations: e.g., it cannot autodetect GBK and Big5 files at the same time. That was my first motivation to develop a solution for it. It has two parts: a generic C

Re: More than 'fileencodings': MultiEnc.vim and TellEnc

2007-02-25 Thread Yongwei Wu
New version of tellenc is uploaded at http://wyw.dcweb.cn/download.asp?path=file=tellenc.zip. On 2/25/07, Yongwei Wu [EMAIL PROTECTED] wrote: - Most high character followed by a low character: latin1 This may depend on the language: IIUC, the sequences ää öö are very common in Finnish, çà

GB18030 != CP936

2007-02-25 Thread Yongwei Wu
regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: GB18030 != CP936

2007-02-25 Thread Yongwei Wu
Hi Bram, On 2/26/07, Yongwei Wu [EMAIL PROTECTED] wrote: Hi Bram, My test shows when I use ++enc to open a file in GB18030, Vim uses CP936, which is not correct. GB18030 is a 1, 2, or 4 byte encoding, while CP936 is a 1 or 2 byte encoding. The iconv on my system works correctly. I test

Re: GB18030 != CP936

2007-02-26 Thread Yongwei Wu
wrong. Using iconv confirmed this: iconv -f utf-8 -t gbk zh-s.utf8 明月iconv: zh-s.utf8: cannot convert Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: GB18030 != CP936

2007-02-26 Thread Yongwei Wu
appreciated. It is not needed. With libiconv GB18030 files can be processed in Vim. I commented out that line, tested it, and it was OK. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: GB18030 != CP936

2007-02-26 Thread Yongwei Wu
On 2/26/07, Edward L. Fox [EMAIL PROTECTED] wrote: Hi Wu, On 2/26/07, Yongwei Wu [EMAIL PROTECTED] wrote: On 2/26/07, Edward L. Fox [EMAIL PROTECTED] wrote: Hi all, The problem is in Patch 58: + {gbk, IDX_CP936}, + {gb18030, IDX_CP936

Re: GB18030 != CP936

2007-02-26 Thread Yongwei Wu
: this is the major problem. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: GB18030 != CP936

2007-02-26 Thread Yongwei Wu
Hi Edward, On 2/27/07, Edward L. Fox [EMAIL PROTECTED] wrote: Hi Vimmers, On 2/26/07, Yongwei Wu [EMAIL PROTECTED] wrote: On 2/26/07, Edward L. Fox [EMAIL PROTECTED] wrote: Hi Wu, On 2/26/07, Yongwei Wu [EMAIL PROTECTED] wrote: On 2/26/07, Edward L. Fox [EMAIL PROTECTED] wrote

Re: GB18030 != CP936

2007-02-26 Thread Yongwei Wu
Hi Tony, On 2/27/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: Yongwei Wu wrote: [...] If your purpose is only to provide a workaround for LANG=zh_CN.GB18030, changing the environment variable inside main() of Vim may be a better approach. Best regards, Yongwei ... and, if the Chinese

Re: GB18030 != CP936 (Alternative project?)

2007-02-27 Thread Yongwei Wu
Hi Tony, On 2/27/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: A.J.Mechelynck wrote: Yongwei Wu wrote: Hi Tony, On 2/27/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: Yongwei Wu wrote: [...] If your purpose is only to provide a workaround for LANG=zh_CN.GB18030, changing the environment

Re: GB18030 != CP936

2007-02-27 Thread Yongwei Wu
Hi Bram, On 2/27/07, Bram Moolenaar [EMAIL PROTECTED] wrote: Yongwei Wu wrote: On 2/27/07, Bram Moolenaar [EMAIL PROTECTED] wrote: If I understand it correctly is GB18030 a multi-byte character set that is mostly the same as cp936, but adds a number of 4-byte characters. Vim does

Re: GB18030 != CP936

2007-02-27 Thread Yongwei Wu
Hi Bram, On 2/27/07, Bram Moolenaar [EMAIL PROTECTED] wrote: Yongwei Wu wrote: On 2/27/07, Bram Moolenaar [EMAIL PROTECTED] wrote: If I understand it correctly is GB18030 a multi-byte character set that is mostly the same as cp936, but adds a number of 4-byte characters

Re: GB18030 != CP936

2007-02-27 Thread Yongwei Wu
not gain much, since the console is not able to display the extra characters not supported in the original encoding :-). Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: GB18030 != CP936

2007-02-27 Thread Yongwei Wu
are always friendly :-). However, this will be a surprise, since the behaviour will be different than when locale is zh_CN.GBK. Surprises in software are generally bad. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: GB18030 != CP936

2007-02-28 Thread Yongwei Wu
Hi Bram, On 3/1/07, Bram Moolenaar [EMAIL PROTECTED] wrote: Yongwei Wu wrote: My main point is that if our purpose is to make Vim novices edit Simplified Chinese files (almost always encoded in GBK) without troubles in the zh_CN.GB18030 environment, a hack to set encoding to CP936

Clearing keymap does not clear the prompt message?

2007-03-14 Thread Yongwei Wu
the prompt changes back to -- INSERT --. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: VIM Spelling has broken me.

2007-03-26 Thread Yongwei Wu
do not think the file name counts. What I do is use only one spelling file (en.utf-8.add in my case), and affix the rare words with /?, like: they're/? Maybe you can have a try. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: problem loading Python dll

2007-04-01 Thread Yongwei Wu
. On my system I can find python24.dll in C:\WINNT\system32. Please verify it is there (or in C:\WINDOWS\system32), and PATH includes this directory. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: suggestion

2007-04-17 Thread Yongwei Wu
. Do you expect it to do so (like a browser)? Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: suggestion

2007-04-18 Thread Yongwei Wu
that one cannot use `bc', since all user defined commands must start with an uppercase letter. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: vim 7.1 and cr/lf interpretation

2007-05-14 Thread Yongwei Wu
Hi Thomas, On 14/05/07, Thomas Michael Engelke [EMAIL PROTECTED] wrote: Hello! I just opened one of the files we develop, written by another programmer. I can see a ^M at the end of every line. I quickly check the mailing list archive and find out, that this mainly depends on the setting of

Re: Stable Vim version 7.1 has been released

2007-05-14 Thread Yongwei Wu
Hi Bram, On 13/05/07, Bram Moolenaar [EMAIL PROTECTED] wrote: Announcing: Vim (Vi IMproved) version 7.1 I guess you already know about them. Just in case: * The home page still says Vim 7.0.243 is the current version * Sources and Patches pages are not updated. Best regards, Yongwei

Re: Stable Vim version 7.1 has been released

2007-05-14 Thread Yongwei Wu
On 14/05/07, Bram Moolenaar [EMAIL PROTECTED] wrote: Yongwei Wu wrote: On 13/05/07, Bram Moolenaar [EMAIL PROTECTED] wrote: Announcing: Vim (Vi IMproved) version 7.1 I guess you already know about them. Just in case: * The home page still says Vim 7.0.243 is the current version

MSVC build option about default library MSVCRT

2007-05-15 Thread Yongwei Wu
TCL_VER=84 TCL_VER_LONG=8.4 XPM=C:\xpm %* Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: enabling cyrillic character display support

2007-05-16 Thread Yongwei Wu
/download.asp?path=vimfile=_vimrc.html (as HTML) Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: enabling cyrillic character display support

2007-05-17 Thread Yongwei Wu
Hi Tony, On 17/05/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: Yongwei Wu wrote: [...] If you are courageous enough see a real-world example of complicated multi-language support, check my _vimrc at: http://wyw.dcweb.cn/download.asp?path=vimfile=_vimrc.txt (as text) or http://wyw.dcweb.cn

Re: A performance question

2007-05-23 Thread Yongwei Wu
not fit in this role. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Tear off this menu in messages-history

2007-05-25 Thread Yongwei Wu
instead of echomsg'd. Your opinions? I use GVIM 7.1 on Windows XP. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: VimWiki - First Beta

2007-05-29 Thread Yongwei Wu
that `#' is interpreted as numbering in MediaWiki and needs some special processing. Maybe it is better to do so from your script. I have no idea how to escape it. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: OT: Vi in a browser...

2007-05-31 Thread Yongwei Wu
his friend to use the OLE interface of Vim instead. Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: OT: Vi in a browser...

2007-06-01 Thread Yongwei Wu
Hi Thomas, On 01/06/07, Thomas Svensen [EMAIL PROTECTED] wrote: -Original Message- From: Yongwei Wu [mailto:[EMAIL PROTECTED] Sent: 1. juni 2007 07:32 To: vim@vim.org Subject: Re: OT: Vi in a browser... On 31/05/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: Edward L. Fox wrote

Re: MSVC build option about default library MSVCRT

2007-05-16 Thread Yongwei Wu
, and they all succeeded. I use the popular ActiveState builds for Perl, Python, and Tcl, and ruby185-21 from the Ruby web site. I believe they are all MSVC compatible. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: MSVC build option about default library MSVCRT

2007-05-17 Thread Yongwei Wu
in the dependency on MSVCR71.DLL instead of MSVCRT.DLL. This is not something we like, I suppose. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: MSVC build option about default library MSVCRT

2007-05-17 Thread Yongwei Wu
. -Original Message- From: Yongwei Wu [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 7:15 AM To: Doug Cook Cc: Bram Moolenaar; Vim-dev mailing list Subject: Re: MSVC build option about default library MSVCRT Hi Doug, On 17/05/07, Doug Cook [EMAIL PROTECTED] wrote: Bram is wise

[OT] MSVCRT and MSVCR71 (Was: Re: MSVC build option about default library MSVCRT)

2007-05-17 Thread Yongwei Wu
removed _ctype, ??_E__non_rtti_object@@[EMAIL PROTECTED], ??_Ebad_cast@@[EMAIL PROTECTED], etc., but added ?swprintf@@YAHPAGIPBGZZ, _CRT_RTC_INIT, __buffer_overrun, __pwctype_func, and so on. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: MSVC build option about default library MSVCRT

2007-05-19 Thread Yongwei Wu
is still better then not having it. Best regards, Yongwei -- Wu Yongwei URL: http://wyw.dcweb.cn/

Re: Tear off this menu in messages-history

2007-05-30 Thread Yongwei Wu
]); + msg_outtrans(pMenu-strings[MENU_INDEX_TIP]); setcursor(); out_flush(); did_menu_tip = TRUE; This patch seems to have solved my problem, and I have not found any side-effects so far. Thanks! Best regards, Yongwei -- Wu Yongwei URL: http