Bug: Can't select bottom window by mouse-clicking

2006-07-28 Thread A.J.Mechelynck
Can't select bottom window by mouse-clicking Happens every time. How to reproduce: 1. :set ch=2 wmh=0 wh= don't know if relevant 2. Open at least two horizontally split windows 3. Make some window current, other than the bottom one 4. Click the bottom status line. Actual result: Nothing

Re: vim server ? security hole?

2006-07-28 Thread Nikolai Weibull
On 7/28/06, Marc Weber [EMAIL PROTECTED] wrote: In case it's a still a vim issue or we don't wont it it would be easy to add a accept_remote_orders_from_different_user and let vim send not only the command but also the username so the server might check.. I'll try to investigate some more time

Re: vim server ? security hole?

2006-07-28 Thread Yakov Lerner
On 7/28/06, Nikolai Weibull [EMAIL PROTECTED] wrote: On 7/27/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Vim uses the X server for communication. Only users with write access to the X server can send a message to Vim. And if you have write access, you are also able to send keystrokes to

Re: spell does not work for doxygen comments version 7

2006-07-28 Thread Bram Moolenaar
Bill McCarthy wrote: Carlos Beltran wrote: BTW Sourceforge has change its naming policy. It seems that the link for the cvs is now: http://vim.cvs.sourceforge.net/vim/ The link in the http://www.vim.org/cvs.php is thus incorrent. Annoying, SF keeps changing things... I'll fix the

ctags for win32

2006-07-28 Thread Brett Calcott
I'm looking to get the latest version of ctags for win32. There doesn't appear to be a binary on sourceforge. Or am I just being dense? Cheers, Brett

Re: ctags for win32

2006-07-28 Thread A.J.Mechelynck
Brett Calcott wrote: I'm looking to get the latest version of ctags for win32. There doesn't appear to be a binary on sourceforge. Or am I just being dense? Cheers, Brett From what I see at Sourceforge, version 5.6 of exuberant ctags isn't yet available for Windows. I suppose you can use

Re: ctags for win32

2006-07-28 Thread Vissale NEANG
Hi, I had some problems to send my previous mail to the vim list, sorry if you have already received this mail. Someone on the ctags-users mailing list has posted a ctags win32 binary (topic Binary for Windows NT/2000/XP and OS/2 (version 5.6).), here is the link to this binary built with MSVC

Re: get the umlauts right

2006-07-28 Thread A.J.Mechelynck
Tobias Herp wrote: A.J.Mechelynck [EMAIL PROTECTED] wrote: Tobias Herp wrote: I' struggling for quite a while now to get the character encoding right; What does your Vim say on this file in reply to :verbose set enc? fenc? fencs? ? encoding=latin1 fileencoding=

Running python scripts from Vim

2006-07-28 Thread Preben Randhol
Hi I'm looking for a vimscript where I can easily test out my Python code by pressing say F9 or some other function key. I have used the runscript.vim script (http://www.vim.org/scripts/script.php%3Fscript_id=127) This script has some nice things, but the main problem is that when an error

Re: Running python scripts from Vim

2006-07-28 Thread Preben Randhol
Marc Weber [EMAIL PROTECTED] wrote on 28/07/2006 (13:27) : I can't see your problem. Why not just create some mappings: compiler python set makeprg=python :make mypyfile or :make % ? What's wrong with this? lack of a propper efm. But I just managed to fix an old python compiler script

creating a new file in the Explorer

2006-07-28 Thread Roel Vanhout
Hi, In the vim Explorer (:Explore), I can create a new directory by pressing 'd' and typing the directoryname. Is there something similar for creating a new, empty file? I've looked through the documentation but couldn't find anything. I now press 'c' and type :new filename, but that's

Visual select / paste behaviour

2006-07-28 Thread Roel Vanhout
Hi, Take the following example: file file_id=myidc:\test.txt/file When the cursor is on the 'm' of 'myid' and I press 'vw', a word is selected in visual mode. However, the at the end of 'myid' is also selected. How do I change the list of 'word separators'? On a related note, when I have

Re: Visual select / paste behaviour

2006-07-28 Thread Jürgen Krämer
Hi, Roel Vanhout wrote: Take the following example: file file_id=myidc:\test.txt/file When the cursor is on the 'm' of 'myid' and I press 'vw', a word is selected in visual mode. However, the at the end of 'myid' is also selected. How do I change the list of 'word separators'? to

Re: Visual select / paste behaviour

2006-07-28 Thread Tim Chase
file file_id=myidc:\test.txt/file When the cursor is on the 'm' of 'myid' and I press 'vw', a word is selected in visual mode. However, the at the end of 'myid' is also selected. How do I change the list of 'word separators'? Well, the answer to your question is that there's a setting

RE: creating a new file in the Explorer

2006-07-28 Thread Carlos Beltran
Uhmm. It would be nice also to be able to rename files. Carlos. -Original Message- From: Roel Vanhout [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 2:38 PM To: vim@vim.org Subject: creating a new file in the Explorer Hi, In the vim Explorer (:Explore), I can create

Re: creating a new file in the Explorer

2006-07-28 Thread A.J.Mechelynck
Roel Vanhout wrote: Hi, In the vim Explorer (:Explore), I can create a new directory by pressing 'd' and typing the directoryname. Is there something similar for creating a new, empty file? I've looked through the documentation but couldn't find anything. I now press 'c' and type :new

Re: Visual select / paste behaviour

2006-07-28 Thread Roel Vanhout
Tim Chase wrote: file file_id=myidc:\test.txt/file When the cursor is on the 'm' of 'myid' and I press 'vw', a word is selected in visual mode. However, the at the end of 'myid' is also selected. How do I change the list of 'word separators'? Well, the answer to your question is that

Re: creating a new file in the Explorer

2006-07-28 Thread Roel Vanhout
A.J.Mechelynck wrote: In the vim Explorer (:Explore), I can create a new directory by pressing 'd' and typing the directoryname. Is there something similar for creating a new, empty file? I've looked through the documentation :mapF2:cd %:p:h Bar newSpace will allow you to open a

Re: Running python scripts from Vim

2006-07-28 Thread Tom Purl
On Fri, Jul 28, 2006 at 01:46:46PM +0200, Preben Randhol wrote: I have now tried several vim scripts for python to set up vim as a good python IDE. It has taken some time due to that not all scripts are well documented and there are some old buggy scripts that makes other scripts not work. But

Re: Visual select / paste behaviour

2006-07-28 Thread Jürgen Krämer
[Resending this because I noticed that the original mail had been encoded with base64 by either my mail client or a server on the way to the mailing list.] Hi, Roel Vanhout wrote: Take the following example: file file_id=myidc:\test.txt/file When the cursor is on the 'm' of 'myid' and

Re: creating a new file in the Explorer

2006-07-28 Thread Charles E Campbell Jr
Roel Vanhout wrote: In the vim Explorer (:Explore), I can create a new directory by pressing 'd' and typing the directoryname. Is there something similar for creating a new, empty file? I've looked through the documentation but couldn't find anything. I now press 'c' and type :new filename,

Re: creating a new file in the Explorer

2006-07-28 Thread Charles E Campbell Jr
Carlos Beltran wrote: Uhmm. It would be nice also to be able to rename files. :he netrw-R Regards, Chip Campbell

Re: creating a new file in the Explorer

2006-07-28 Thread A.J.Mechelynck
Roel Vanhout wrote: A.J.Mechelynck wrote: In the vim Explorer (:Explore), I can create a new directory by pressing 'd' and typing the directoryname. Is there something similar for creating a new, empty file? I've looked through the documentation :mapF2:cd %:p:h Bar newSpace will

Re: Running python scripts from Vim

2006-07-28 Thread James Vega
On Fri, Jul 28, 2006 at 01:46:46PM +0200, Preben Randhol wrote: I have now tried several vim scripts for python to set up vim as a good python IDE. It has taken some time due to that not all scripts are well documented and there are some old buggy scripts that makes other scripts not work. But

Re: spell does not work for doxygen comments version 7

2006-07-28 Thread Bill McCarthy
On Fri 28-Jul-06 3:14am -0600, Bram Moolenaar wrote: Bill McCarthy wrote: I see that the file CVS\root contains: :pserver:[EMAIL PROTECTED]:/cvsroot/vim Does that line need to be changed. Simplest is to delete the whole tree and start again with pserver:[EMAIL

Re: AsNeeded?

2006-07-28 Thread Bill McCarthy
Chip, On Thu 27-Jul-06 8:38am -0600, you wrote: AsNeeded uses the FuncUndefined autocommand to transparently load functions. Commands and maps, unfortunately, are not blessed with such an autocommand. Hence AsNeeded provides: :AN map-or-command :ANX map-or-command Thanks for your

Re: Syntax files

2006-07-28 Thread Yakov Lerner
On 7/28/06, Max Dyckhoff [EMAIL PROTECTED] wrote: I have placed all the identifiers on a single line with syn keyword (type) at the beginning. There are two files of keywords (types and defines/enumerators), which are 250,000 characters and 650,000 characters respectively ... The way that I am

Re: Visual select / paste behaviour

2006-07-28 Thread cga2000
On Fri, Jul 28, 2006 at 09:48:21AM EDT, Jürgen Krämer wrote: [Resending this because I noticed that the original mail had been encoded with base64 by either my mail client or a server on the way to the mailing list.] Hi, Roel Vanhout wrote: Take the following example: file

errorlist question

2006-07-28 Thread Preben Randhol
Hi When one use :make and one get a list of errors, is it possible to get vim to display the errors in reverse order? The reason is that python gives the traceback of the error like: Traceback (most recent call last): File unittests/dbfacadeTest.py, line 89, in testFoo

Vim book

2006-07-28 Thread Robert Hicks
Since a bit has changed in Vim7; does anyone know of a book (in English) in the works for it? :Robert

Re: Clickable error messages

2006-07-28 Thread Robert Hicks
Marc Weber wrote: :Robert See :h quickfix ;) Brief: :compiler perl :set makeprg=perl :make test.pl) If you want to add options to perl use set makeprg=perl\ --option\ blah (escape whitespaces) The quickfix cycle might remove some output.. depending on errorformat. I was waiting for this

Re: Vim book

2006-07-28 Thread Benjamin Esham
Robert Hicks wrote: Since a bit has changed in Vim7; does anyone know of a book (in English) in the works for it? You might take a look at http://en.wikibooks.org/wiki/ Learning_vi:Vim. (As for the book plans, I have no idea.) -- Benjamin D. Esham [EMAIL PROTECTED] | AIM: bdesham128