Re: virus-laden emails from someone on the Vim list

2006-07-15 Thread A.J.Mechelynck
George V. Reilly wrote: [CCing the Vim and Vim-Dev lists. Not that it did any good the last time I raised this subject.] It is NOT me, dammit! Someone on the Vim list is infected with a virus that trawls through his address book and forges the From address. I too get dozens of virus-laden

Re: BUG: indirect 'configure' invocation hides exit status

2006-07-15 Thread A.J.Mechelynck
mwoehlke wrote: I found a really annoying problem trying to build VIM 7 on HP-UX. I have an automated script that builds VIM as part of a toolchain. It ran through, and to my surprise and annoyance, installed VIM in /usr/local instead of where I wanted it. Long story short, the script called

Re: Gvim for KDE

2006-07-15 Thread A.J.Mechelynck
Stefan Karlsson wrote: These two sections in the documentation seems contradictory: *gui-kde* *kde* *KDE* *KVim* There is no KDE version of Vim. There has been some work on a port using the Qt toolkit, but it never worked properly and it has

Re: taming omni completion

2006-07-15 Thread Bram Moolenaar
Maciej Kalisiak wrote: On 14/07/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Please be specific about what kind of scanning needs to finish before it notices the typed key. All types of scans are implemented differently. Each should check for a typed key at regular intervals, but if there

Re: ANN: VST 1.0 Finally

2006-07-15 Thread Mikolaj Machowski
Dnia czwartek, 13 lipca 2006 13:00, sgp napisał: I installed per provided instructions (WinXP) but when I type :Vst I get a bunch of error messages, mostly undefined variables: g:plinen_rez g:paras_rez g:ptype_rez etc. all of which are initialized in $VIM\vimfiles\autoload\vst\vst.vim but

Re: taming omni completion

2006-07-15 Thread Maciej Kalisiak
On 15/07/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Maciej Kalisiak wrote: On 14/07/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Please be specific about what kind of scanning needs to finish before it notices the typed key. All types of scans are implemented differently. Each should

Re: can :s imitate case of match when replacing?

2006-07-15 Thread Maciej Kalisiak
On 14/07/06, Marshall Abrams [EMAIL PROTECTED] wrote: I just asked the same question recently. The following email includes all of the recent discussion: From: [EMAIL PROTECTED] Subject:Re: auto upper/lower in replace pattern based on search pattern? Date:

Re: Windows, 'path', and ~/$HOME

2006-07-15 Thread Maciej Kalisiak
I figured it might be worthwhile for me to post my results for posterity, now that I've whittled out a comfortable setup, in light of how non-trivial and full of pitfalls I found it. Hopefully this may be of use to another hapless soul on WinXP (or, for that matter, for myself, should the

Re: virus-laden emails from someone on the Vim list

2006-07-15 Thread A.J.Mechelynck
George V. Reilly wrote: [CCing the Vim and Vim-Dev lists. Not that it did any good the last time I raised this subject.] It is NOT me, dammit! Someone on the Vim list is infected with a virus that trawls through his address book and forges the From address. I too get dozens of virus-laden

Re: Autoselect language for spell

2006-07-15 Thread Yakov Lerner
On 7/15/06, Luis A. Florit [EMAIL PROTECTED] wrote: * El 13/07/06 a las 20:54, Luis A. Florit chamullaba: * El 12/07/06 a las 23:34, Stefan Karlsson chamullaba: Is there an easy way to autoselect language for the builtin spell checker in vim 7.0? Vimspell plugin has this

Re: Vim problems on Centos-4

2006-07-15 Thread A.J.Mechelynck
dave--uk wrote: In the end I found the problem - and this did help, but not as I expected. It was actually in /etc/profile.d/vim.*. If the uid100 vi is aliased to vim (so I get all the nice features) otherwise it's not and I dont. That's why I sometimes got the nice stuff and sometimes didn't.

Re: Vim problems on Centos-4

2006-07-15 Thread A.J.Mechelynck
Yakov Lerner wrote: On 7/10/06, dave--uk [EMAIL PROTECTED] wrote: 2) when i edited a file, vim remembered the last position I was at For this to work, you need certain definitions in your ~/.vimrc. 1) You need some definition for 'viminfo' option, for example: set

Re: Antialiased font and encoding on Mac OS X

2006-07-15 Thread A.J.Mechelynck
Wojciech Grzemski wrote: Hello all, I'm trying to get nice antialiased font on carbonized version of Vim and I've run ito some problems. if my .gvimrc contains: if exsits(macatsui) set nomacatsui endif I get very nice antialiased font (Monaco) but

Re: question on guitablabel

2006-07-15 Thread A.J.Mechelynck
Yakov Lerner wrote: On 7/10/06, SHANKAR R-R66203 [EMAIL PROTECTED] wrote: Hi When I execute the command, :set guitablabel=xyz All the tabpages get the same name. How do I set a separate string as a name for each tab label. You need to use cunningly the % in the value for that. To

Re: language menu

2006-07-15 Thread A.J.Mechelynck
Andy Wokula wrote: Cesar Romani schrieb: Normally the language of my vim's menu is Italian. How can I change it to English? Many thanks in advance, Cesar :set langmenu=none works for me. Put it early in your .vimrc, :help 'langmenu' says: This option must be set before loading menus,

Re: Vim7.0 isntallation in the Unix/Solaris

2006-07-15 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: Edit the Makefile directly. Hope that helps. -- Sincerely, Pan, Shi Zhu. ext: 2606 SHANKAR R-R66203 [EMAIL PROTECTED] wrote on 2006.07.11 12:34:03: Hi, I am installing Vim in Unix and Solaris In which file do I configure, to enable perl, python etc. Regards

Re: Vim6.4: Some weird matching highlight

2006-07-15 Thread Johnathan
On Tue, 11 Jul 2006 21:32:55 +1200, Jürgen Krämer [EMAIL PROTECTED] wrote: I would guess it's some kind of error highlighting -- semicolons are not allowed inside square brackets (unless they are inside a string or a comment) -- and because the square bracket has not been closed the closing

Re: Updated Vim installer for Windows

2006-07-15 Thread A.J.Mechelynck
Steve Hall wrote: An updated (unofficial) Vim installer for Windows is now available here: http://sourceforge.net/project/showfiles.php?group_id=43866package_id=39721 Check the Notes for version information. My intention is to minimize all future disturbances on this list with these

RE: Vim6.4: Some weird matching highlight

2006-07-15 Thread Max Dyckhoff
I would guess it's some kind of error highlighting -- semicolons are not allowed inside square brackets (unless they are inside a string or a comment) -- and because the square bracket has not been closed the closing curly brace in line 8 is an error, too. Is there any way that I could

Re: netrw with hiding

2006-07-15 Thread Bill McCarthy
On Fri 14-Jul-06 1:22pm -0600, Charles E Campbell Jr wrote: Bill McCarthy wrote: Running 7.0.39 on Win XP Pro SP 2, I am having trouble with the netrw (v98) hiding feature. Using an old version of netrw. Its up to 102i now, and its available at my website:

Patch for vimtips.vim

2006-07-15 Thread Bill McCarthy
Hello Vim List, Two fairly minor problems with the current script are (1) it is assumed that users do not set report=0 and (2) providers of tips keep their line lengths = 80 characters. The first assumption may be true for most users, but some of use like the feedback provided by report=0 (at

Re: ftplugin not detected

2006-07-15 Thread A.J.Mechelynck
Charles E Campbell Jr wrote: [EMAIL PROTECTED] wrote: Hi everybody, ViM does not detect my ada ftplugin file in $HOME/.vim/ftplugin/ada.vim, though my runtimepath variable contains ~/.vim . If I source the file manually, my stuff does work. Has anyone an idea of what's wrong? Your .vimrc

Re: Sudden problem with: exe set listchars=tab:\xbb\xb7,trail:\xb7

2006-07-15 Thread A.J.Mechelynck
Yakov Lerner wrote: On 7/14/06, James Vega [EMAIL PROTECTED] wrote: On Fri, Jul 14, 2006 at 02:29:49AM +0300, Yakov Lerner wrote: I always had this line in my vimrc: exe set listchars=tab:\xbb\xb7,trail:\xb7 (It is equivalent to set listchars=tab:»·,trail:·) Suddenly his line stopped

Re: Autoselect language for spell

2006-07-15 Thread Luis A. Florit
* El 15/07/06 a las 21:20, Yakov Lerner chamullaba: On 7/15/06, Luis A. Florit [EMAIL PROTECTED] wrote: * El 13/07/06 a las 20:54, Luis A. Florit chamullaba: * El 12/07/06 a las 23:34, Stefan Karlsson chamullaba: Is there an easy way to autoselect language for the builtin