"Tear off this menu" in messages-history

2007-05-24 Thread Yongwei Wu
Hi Bram and Vim gurus, Incidentally I find a lot of entries of "Tear off this menu" when I issue :messages. It turns out you may add such messages to the message history any time you open the menu, esp. when by using a keyboard shortcut. I am wondering these kind of messages should be echo'd inst

Re: A performance question

2007-05-24 Thread Yongwei Wu
On 24/05/07, Robert M Robinson <[EMAIL PROTECTED]> wrote: On Wed, 23 May 2007, fREW wrote: |Someone recently was emailing the list about looking at a small |section of DNA with vim as text and it was a number of gigs. I think |he ended up using other unix tools (sed and grep I think), but |nont

Re: A performance question

2007-05-24 Thread A.J.Mechelynck
John Beckett wrote: A.J.Mechelynck wrote: What about a different function to return, say, the number of 1K blocks (or the number of times 2^n bytes, with a parameter passed to the function) that a file uses? Yes, that's a much more general and better idea. Since there's probably not much need

Re: ctrl-] jump to files that already opened in another tabpage

2007-05-24 Thread Yegappan Lakshmanan
Hi, On 5/24/07, Franklin <[EMAIL PROTECTED]> wrote: Hi list, I have a question (or request?). I'm using tab pages opening all the files in my project. I also have a tags file for C program symbols. If I use ctrl-] to jump to a symbol definition that is in another file, which was already open

Re: Opening files matching tags in another window

2007-05-24 Thread cupaxe
:help CTRL-W_] :help CTRL-W_g_CTRL-] Exactly what I was looking for! Thanks, Krishna Vissale: I am using vim in the console mode. I don't use the mouse much while interacting with vim! But thanks for the suggestion! For a list of similar functions, see :help window-tag HTH, Gary

ctrl-] jump to files that already opened in another tabpage

2007-05-24 Thread Franklin
Hi list, I have a question (or request?). I'm using tab pages opening all the files in my project. I also have a tags file for C program symbols. If I use ctrl-] to jump to a symbol definition that is in another file, which was already opened in another tabpage, it now would not jump to th

Re: A performance question

2007-05-24 Thread John Beckett
A.J.Mechelynck wrote: What about a different function to return, say, the number of 1K blocks (or the number of times 2^n bytes, with a parameter passed to the function) that a file uses? Yes, that's a much more general and better idea. Since there's probably not much need for this, I think th

RE: Remapping mouse-wheel

2007-05-24 Thread Waters, Bill
No, scrollbind is not set. Keep in mind that I see this problem when I start with "-u NONE -U NONE". > ftp://ftp.vim.org/pub/vim/pc/gvim71.exe That's what I am running. Similar behavior has been reported by at least one other Windows user. -Original Message- From: Reid Thompson [mai

RE: Remapping mouse-wheel

2007-05-24 Thread Waters, Bill
> If I understand you correctly, you want the mouse wheel > to always scroll in all windows simultaneously? No. I want it to behave as yours does, "mouse wheel only scrolls in the active window". This seems to be a problem specific to Microsoft Windows. (I am running XP.) I should have ment

Re: Remapping mouse-wheel

2007-05-24 Thread Tobia
Waters, Bill wrote: > When I have a split window (horizontal or vertical), the mouse wheel > only works in one of the two splits. It works in either (as it > should) when I do a CTRL-mouse-wheel. I don't think I understand your problem. Ctrl-mouse wheel has no particular effect on my system (Vim

Re: A performance question

2007-05-24 Thread Robert M Robinson
On Wed, 23 May 2007, fREW wrote: |Someone recently was emailing the list about looking at a small |section of DNA with vim as text and it was a number of gigs. I think |he ended up using other unix tools (sed and grep I think), but |nontheless, text files can be big too ;-) | |-fREW | A maxim t

RE: Remapping mouse-wheel

2007-05-24 Thread Waters, Bill
So, nobody has any comments on this? I get the same behavior when I start gvim with "-u NONE -U NONE". -Original Message- From: Waters, Bill Sent: Thursday, May 17, 2007 1:01 PM To: vim Subject: Remapping mouse-wheel Is there a way to map mouse-wheel to CTRL-mouse-wheel? I tried this..

Feature request: swig syntax

2007-05-24 Thread Mathieu Malaterre
Hello, I cannot find a swig.vim in my debian installation so I suspect this is not part of the main vim project. Could someone please add the syntax/indent file. Tarball is not attached, but can be found here: http://jwx.sourceforge.net/INTERNALS.html (see swig-vim). HTH -- Mathieu

Re: A performance question

2007-05-24 Thread A.J.Mechelynck
John Beckett wrote: Yongwei Wu wrote: Even FAT32 supports files much larger than 4GB. Not true. FAT32 supports files up to 4 GB. Sorry I shot my mouth off there - I realised my blunder about ten minutes after sending. I haven't actually used a FAT32 partition for over ten years, and was conf

Re: A performance question

2007-05-24 Thread A.J.Mechelynck
John Beckett wrote: Charles E Campbell Jr wrote: Sounds like the filesize is getting stored in a 32bit signed number, and overflowing. Yes, definitely. Please let me know what getfsize() is actually returning The return value is the bit pattern for the low 32 bits of the true 64-bit file s

Re: taglist: "ctrl ]" & azerty

2007-05-24 Thread A.J.Mechelynck
Mathieu Malaterre wrote: Hello there, I am trying to use taglist on my AZERTY keyboard and I cannot get ctrl ] to work. If I type :ts + tagname I can see that taglist is working. thanks, I also have an AZERTY keyboard, and neither do I know whether (and where) it has Ctrl-] but that doesn'

Re: A performance question

2007-05-24 Thread John Beckett
panshizhu wrote: Yes, but on all systems, vim script could not take 64-bit integers I know that. My proposal is for a new Vim script function: islargefile({fname}, {limit}) which would return nonzero if the size of the file is greater than the 32-bit signed {limit} argument. Vim could easi

Re: A performance question

2007-05-24 Thread John Beckett
Yongwei Wu wrote: Even FAT32 supports files much larger than 4GB. Not true. FAT32 supports files up to 4 GB. Sorry I shot my mouth off there - I realised my blunder about ten minutes after sending. I haven't actually used a FAT32 partition for over ten years, and was confusing the maximum siz

Re: A performance question

2007-05-24 Thread John Beckett
Charles E Campbell Jr wrote: Sounds like the filesize is getting stored in a 32bit signed number, and overflowing. Yes, definitely. Please let me know what getfsize() is actually returning The return value is the bit pattern for the low 32 bits of the true 64-bit file size: 3,146,839,49

Re: taglist: "ctrl ]" & azerty

2007-05-24 Thread Mathieu Malaterre
Thanks ! On 5/24/07, Jürgen Krämer <[EMAIL PROTECTED]> wrote: Hi, Mathieu Malaterre wrote: > > I am trying to use taglist on my AZERTY keyboard and I cannot get > ctrl ] to work. If I type :ts + tagname I can see that taglist is > working. this depends heavily on the operating system you us

Re: taglist: "ctrl ]" & azerty

2007-05-24 Thread Jürgen Krämer
Hi, Mathieu Malaterre wrote: > > I am trying to use taglist on my AZERTY keyboard and I cannot get > ctrl ] to work. If I type :ts + tagname I can see that taglist is > working. this depends heavily on the operating system you use and the installed keyboard driver. For me on Windows XP with a

taglist: "ctrl ]" & azerty

2007-05-24 Thread Mathieu Malaterre
Hello there, I am trying to use taglist on my AZERTY keyboard and I cannot get ctrl ] to work. If I type :ts + tagname I can see that taglist is working. thanks, -- Mathieu

Tag cloud? (Was: VimWiki - Poll on wiki hosting)

2007-05-24 Thread Tobia
Sebastian Menge wrote: > But I don't see any structure in the 1500 tips. Neither now nor later. > That's the reason why tips are separated from the manual! I think the best way to host a bunch of random tips and make them actually useful would be a tag system with a so-called "tag cloud", as seen