CTRL-C not working with gvim even with behave mswin?!

2010-03-30 Thread Delyan Kalchev
I have a bit strange problem. CTRL-C does nothing (just deselects the selected text and does not copy anything, and does not change the current content of the clipboard) when used in gvim, while CTRL-V and CTRL-X work just fine. When I had used gvim in the past I remember (or maybe I'm wrong) it

Re: CTRL-C not working with gvim even after sourcing mswin.vim?!

2010-03-30 Thread Tony Mechelynck
On 30/03/10 12:21, Delyan Kalchev wrote: I have a bit strange problem. CTRL-C does nothing (just deselects the selected text and does not copy anything, and does not change the current content of the clipboard) when used in gvim, while CTRL-V and CTRL-X work just fine. When I had used gvim in

Re: Unexpected behaviour of File browser in multi-windows environment

2010-03-30 Thread Jean Johner
On Mar 29, 5:39 pm, Charles Campbell charles.e.campb...@nasa.gov wrote: Please try netrw v137l. Perfect! So you're a physicist -- are you working with the LHC? I work in the French Thermonuclear Fusion lab (CEA/Cadarache) close to future ITER site. Best regards Jean Johner -- You received

Why no window-local mapping?

2010-03-30 Thread Jeenu
Hi, I know of buffer local mapping and global mapping. I wonder why there isn't a window/tab local mapping option for Vim. I use some Vim windows/tabs exclusively for navigating quick fix lists. On those windows, I keep C-N nd C-P globally mapped to :lnext (or :cnext) and :lprevious. The problem

Possible error with jumplist management in insert mode with C-End

2010-03-30 Thread Jean Johner
Hello, Please do the following: 1) gvim -u NONE file1 (cursor is on line1, column1) /pattern1 (cursor at the beginning of pattern1) /pattern2 (cursor at the beginning of pattern2) CTRL-End (to go to end-of-file) Now do CTRL-O several times. You go to pattern2, then to pattern1, then to line1,

Re: How powerful is language build in vim compare with the language build in emacs?

2010-03-30 Thread Teemu Likonen
* 2010-03-29 21:01 (+0100), Antony Scriven wrote: On 28 March 2010 09:25, Teemu Likonen tliko...@iki.fi wrote: DISCLAIMER: My tests may suck so I suggest everyone do better ones. :-) :-). Well I think I should mention that GForth is VM based, or it was last I looked. More accurately GForth

Re: Why no window-local mapping?

2010-03-30 Thread Andy Wokula
Am 30.03.2010 14:18, schrieb Jeenu: Hi, I know ofbuffer local mapping and global mapping. I wonder why there isn't awindow/tab local mapping option for Vim. I use some Vim windows/tabs exclusively for navigating quick fix lists. On those windows, I keepC-N ndC-P globally mapped to :lnext

Vim on Snow Leopard

2010-03-30 Thread Robert H
I know there is MacVim but I want a stock Vim. Does it still compile cleanly? I ask because I tried and I got: make[1]: *** [objects/gui_mac.o] Error 1 make: *** [first] Error 2 Plus a whole lot of gui_mac warnings I passed in via a sourced script: export

Re: Vim on Snow Leopard

2010-03-30 Thread Andreas Kein
Hi Bob, I use MacVim here on Snow Leopard and it works perfectly fine. Is there any difference between MacVim and Vim? I don't think so. If you want a commandline Vim and you have MacVim installed you can simply run /Applications/MacVim.app/Contents/MacOS/Vim. It you need any more compiletime

Re: Unexpected behaviour of File browser in multi-windows environment

2010-03-30 Thread Jean Johner
On Mar 29, 5:39 pm, Charles Campbell charles.e.campb...@nasa.gov wrote: Please try netrw v137l. Perfect! So you're a physicist -- are you working with the LHC? I work in the French Thermonuclear Fusion lab (CEA/Cadarache) close to the future ITER site. Best regards Jean -- You received

Re: Why no window-local mapping?

2010-03-30 Thread Tony Mechelynck
On 30/03/10 14:18, Jeenu wrote: Hi, I know ofbuffer local mapping and global mapping. I wonder why there isn't awindow/tab local mapping option for Vim. I use some Vim windows/tabs exclusively for navigating quick fix lists. On those windows, I keepC-N ndC-P globally mapped to :lnext (or

Re: Why no window-local mapping?

2010-03-30 Thread Jeenu
On Mar 30, 6:37 pm, Andy Wokula anw...@yahoo.de wrote: Do you think of     :map window     :map tabpage next to     :map buffer ? I'd write or script it as :map window C-N :lnext :map window C-P :lnext when I'm at the required window Thanks Jeenu -- You received this

Re: Why no window-local mapping?

2010-03-30 Thread Tom Link
mappings local to a specific syntax region (inspired by TextMate?). In Emacs, you have overlays (arbitrary text regions) that can store metadata about the text within that region and have special mappings. IIRC this also makes it easy to define popup menus specific to that region. I don't think

Re: concatenate with '.' or without

2010-03-30 Thread Tony Mechelynck
On 31/01/10 18:12, Gary Johnson wrote: On 2010-01-30, Bee wrote: On Jan 29, 10:52 am, Benjamin R. Haskellv...@benizi.com wrote: On Fri, 29 Jan 2010, Bee wrote: On Jan 29, 7:43 am, Benjamin R. Haskellv...@benizi.com wrote: ... :redir @a ... How to save directly to a filename? [...] But

Re: Possible error with jumplist management in insert mode with C-End

2010-03-30 Thread Paul
On Tue, Mar 30, 2010 at 05:22:11AM -0700, Jean Johner wrote: Conclusion: pattern2 has vanished from the jumplist in 2). An AOL-like 'me too!'. -- . -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: gVim stripping diacritics not in keyboard charset

2010-03-30 Thread Tuetschek
Thanks, but I'm sorry, your suggestions didn't help ... it really doesn't matter which terminal or file encoding I have set, my font is capable of displaying such characters (I can paste a ř' through clipboard or open any file that contains it all right) and that character is present in my locale

Re: How to remember end of line when quitting/reopening in insert mode

2010-03-30 Thread Tony Mechelynck
On 25/03/10 15:13, Andy Wokula wrote: [...] I think an example vimrc should be simple rather than 100% correct. Maybe the code is worth a tip on vim.wikia.com, and the example vimrc could then refer to it. I think the vimrc_example.vim should set an example, and as such it cannot afford to

Re: How to remember end of line when quitting/reopening in insert mode

2010-03-30 Thread Tony Mechelynck
On 28/03/10 15:54, Andy Wokula wrote: Am 28.03.2010 15:00, schrieb Christian Brabandt: Hi Andy! On So, 28 Mär 2010, Andy Wokula wrote: Am 25.03.2010 16:52, schrieb Christian Brabandt: BTW: I noticed some unpleasant side effects when playing around with Andy's solution. The plugin seems to

Re: Why no window-local mapping?

2010-03-30 Thread Jeenu
On Mar 30, 10:04 pm, Tony Mechelynck antoine.mechely...@gmail.com wrote: See line 2245 in $VIMRUNTIME/doc/todo.txt (:help todo.txt) dated 2010 Mar 02 as shown on its first line. Sorry. The said doc on my Vim (Ubuntu) doesn't have anything interesting at that line. What I've is: 2242

Re: Why no window-local mapping?

2010-03-30 Thread Jeenu
On Mar 30, 10:15 pm, Benjamin R. Haskell v...@benizi.com wrote: That was line 1722 on my system (Last change: 2009 Aug 09).  Might be hard to find, and it's short.  Reproduced here: In the section 'User Friendlier:' ... -   Add mappings local to a window: :map window ...? The '-'

Re: Why no window-local mapping?

2010-03-30 Thread Tony Mechelynck
On 30/03/10 19:14, Jeenu wrote: On Mar 30, 10:04 pm, Tony Mechelynckantoine.mechely...@gmail.com wrote: See line 2245 in $VIMRUNTIME/doc/todo.txt (:help todo.txt) dated 2010 Mar 02 as shown on its first line. Sorry. The said doc on my Vim (Ubuntu) doesn't have anything interesting at that

Re: Why no window-local mapping?

2010-03-30 Thread Tim Chase
Tony Mechelynck wrote: Benjamin Haskell told you, but you should have checked the date on line 1 of the file. Apparently not everyone keeps his Vim runtimes up-to-date as diligently as I do. ;-) I'm not sure even *Bram* keeps his Vim runtimes as up-to-date as diligently as you do... ;-)