Re: failure notice

2006-08-13 Thread Edward L. Fox
On 8/13/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: [...] Edward had it on Windows. From :help encoding-values I gather that Chinese and prc are alias to cp936 / euc-cn. Maybe gbk and gb18030 can be added to the family? I'm using Debian Etch. But I had a look at the Windoze system and found

Re: failure notice

2006-08-13 Thread Bram Moolenaar
[removed the Vim maillist, this is development only] Edward L. Fox wrote: On 8/12/06, Bram Moolenaar [EMAIL PROTECTED] wrote: [...] You may have uncovered a bug that went unnoticed so far. Please try to discover what causes this problem. I can't guess why the last character is messed

Re: Vim updates

2006-08-13 Thread Bram Moolenaar
Tony - Bram Moolenaar wrote: Ali Akcaagac wrote: On my home Linux system I can easily compile and install every patch you release for Vim, same applies for the MorphOS versions that I from time to time create and release for our users but for Windows - which I need to use at work -

Re: BCC 5.5 build is broken (but here is a fix)

2006-08-13 Thread Bram Moolenaar
Mark S. Williams wrote: I did some digging. The change in question was in svn revision 57. It appears to have introduced some sort of order-of-declaration problem between BCC and the rest of the world. ;-) Below is an svn patch that works for me, and the svn diff for if_ole.cpp. Thanks

Re: failure notice

2006-08-13 Thread Edward L. Fox
On 8/13/06, Bram Moolenaar [EMAIL PROTECTED] wrote: [removed the Vim maillist, this is development only] Edward L. Fox wrote: On 8/12/06, Bram Moolenaar [EMAIL PROTECTED] wrote: [...] You may have uncovered a bug that went unnoticed so far. Please try to discover what causes this

Re: failure notice

2006-08-13 Thread Edward L. Fox
[...] I traced the code again and again but nothing special happened. You called string_convert and pass 0 as the length of the string, so in string_convert_ext you calculates the length of the string with STRLEN, then call iconv_string, last iconv. There is nothing wrong with the length

Re: Patch 7.0.051

2006-08-13 Thread Mathias Michaelis
Hi Bram Patch 7.0.051 (after 7.0.44) Thanks! That resolved my problem! Best regards Mathias

Re: Vim updates

2006-08-13 Thread Ali Akcaagac
On Sat, 2006-08-12 at 09:48 -0400, Steve Hall wrote: It uses my own configuration of the Nullsoft Installer (NSIS) instead of relying on Vim's NSIS-install.exe combo, but it otherwise contains gvim.exe, vim.exe, gvimext.dll, plus all the standard and runtime files current as of build date.

Re: Vim's mch_FullName() function and ClearCase versioned file names

2006-08-13 Thread Gary Johnson
On 2006-08-12, Yakov Lerner [EMAIL PROTECTED] wrote: On 8/12/06, Gary Johnson [EMAIL PROTECTED] wrote: I just finished troubleshooting a problem that had several contributing factors, one of which was the way Vim's mch_FullName() function behaves with ClearCase versioned file names. If

Re: Vim's mch_FullName() function and ClearCase versioned file names

2006-08-13 Thread A.J.Mechelynck
Gary Johnson wrote: [...] I've also come up with a solution for part of the problem, that of Vim's insistence on converting a name like /project/xyz/system/src/bar.c@@/main/42 (through chdir() and getcwd()) to a name like

Re: Vim updates

2006-08-13 Thread Bill McCarthy
On Sun 13-Aug-06 7:41pm -0600, Steve Hall wrote: A normal full install should have all or nearly all these (at least my install here on Fedora Core 5 does): vim70/autoload/ colors/ compiler/ doc/ ftplugin/ icons/ indent/ keymap/

Re: Vim updates

2006-08-13 Thread A.J.Mechelynck
Bill McCarthy wrote: On Sun 13-Aug-06 7:41pm -0600, Steve Hall wrote: A normal full install should have all or nearly all these (at least my install here on Fedora Core 5 does): vim70/autoload/ colors/ compiler/ doc/ ftplugin/ icons/ indent/

:while problem

2006-08-13 Thread Bill McCarthy
Hello Vim List, odd result This is part of some code going into a command. If the left 3 columns are removed - making this code with 1 statement per line - the code works perfectly. [It sets 'wfw' for all windows that can be reached with :wincmd l, then returns to the original window.]

Re: Tips for advance use of Vim

2006-08-13 Thread Preben Randhol
On Sun, 13 Aug 2006 00:04:02 +0200 Bram Moolenaar [EMAIL PROTECTED] wrote: We have PHP on the server, thus a PHP based wiki would work. Under I have made a list of PHP wikis found by searchinf www.freshmeat.net and www.sf.net. Some requires MySQL, some don't have login, some do. MySQL looks to

language display problem

2006-08-13 Thread Daniel Dadush
Hi, I'm trying to do some work in i18n and I've having trouble getting vim to properly display text in different languages. I'm currently working with the MoinMoin wiki, looking at it's translatable text strings (which are in 18 different languages) and almost all of them render with strange

Re: fast file locating plugin (like ido.el in emacs)

2006-08-13 Thread Eddy Zhao
Hi Hari: I tested the new plugin, most new features works as expected. Some problems found, see comments below: - Backspace will delete the whole path, it's better it delete the directory path back only to the previous path delimiter - Press TAB, delete path to parent directory, find

Re: language display problem

2006-08-13 Thread A.J.Mechelynck
Daniel Dadush wrote: Hi, I'm trying to do some work in i18n and I've having trouble getting vim to properly display text in different languages. I'm currently working with the MoinMoin wiki, looking at it's translatable text strings (which are in 18 different languages) and almost all of them

Re: language display problem

2006-08-13 Thread Yakov Lerner
On 8/13/06, Daniel Dadush [EMAIL PROTECTED] wrote: Hi, I'm trying to do some work in i18n and I've having trouble getting vim to properly display text in different languages. I'm currently working with the MoinMoin wiki, looking at it's translatable text strings (which are in 18 different

Re[2]: language display problem

2006-08-13 Thread A.J.Mechelynck
Daniel Dadush wrote: Hi, I'm trying to do some work in i18n and I've having trouble getting vim to properly display text in different languages. I'm currently working with the MoinMoin wiki, looking at it's translatable text strings (which are in 18 different languages) and almost all of them

Change default directory for :w with XP GVIM?

2006-08-13 Thread Gerald Koenig
I think there must be a way to change the destination path for a write on :w and put it in the _vimrc as a default, but I can't find it. Many TIAs, Jerry -- NOTICE: Due to Presidential Executive Orders, the National Security Agency may have read this email without warning, warrant, or notice.

Re: Change default directory for :w with XP GVIM?

2006-08-13 Thread Yakov Lerner
On 8/13/06, Gerald Koenig [EMAIL PROTECTED] wrote: I think there must be a way to change the destination path for a write on :w and put it in the _vimrc as a default, but I can't find it. Put :cd command into _vimrc: :cd c:/path/To/My/Dir Yakov

Re: Change default directory for :w with XP GVIM?

2006-08-13 Thread A.J.Mechelynck
Gerald Koenig wrote: I think there must be a way to change the destination path for a write on :w and put it in the _vimrc as a default, but I can't find it. Many TIAs, Jerry :w with no filename will always write the file under the same name and in the same directory as it already was.

Re: fast file locating plugin (like ido.el in emacs)

2006-08-13 Thread Hari Krishna Dara
On Sun, 13 Aug 2006 at 11:42pm, Eddy Zhao wrote: Hi Hari: I tested the new plugin, most new features works as expected. Some problems found, see comments below: - Backspace will delete the whole path, it's better it delete the directory path back only to the previous path delimiter

Re: Change default directory for :w with XP GVIM?

2006-08-13 Thread A.J.Mechelynck
Gerald Koenig wrote: Thanks very much Tony. Yours is a very complete solution and I'll try to implement it. I need to look up what au and :h mean. Thanks again. Jerry :au, as in the other reply, is short for :autocmd (see :help :au). :h after a filename means remove the filename and keep