Re: Trying to post.

2009-08-30 Thread Fuzzy Logic
Any mailling list software which rewrites the Message-ID will cause Gmail senders to see their reply as a unique message. Mailmain claims that it cannot do anything about it, but someone could quite easily change the software to rename the existing Message-ID to X-OLDMessage-ID and write a new

RE: Trying to post.

2009-08-30 Thread John Beckett
Patrick Gen-Paul wrote: Er.. you mean that if I subscribe pgenp...@gmail.com to the v...@vim.org mailing list, proceed to post a message from my machine, I then have to use a web browser rather than my MUA to follow up..?? Or in other words I have to subscribe from a non-gmail account to

Re: changing what counts as a paragraph

2009-08-30 Thread Tony Mechelynck
On 20/08/09 21:00, Raúl Núñez de Arenas Coronado wrote: Saluton Wayne :) Wayneb...@gmail.com dixit: Why people hates bottom post? First of all, you topposted after being warned about list guidelines. Please DON'T TOP POST ON THIS LIST. See the list guidelines, again:

Re: vim 7.1 - sh.vim syntax file - unwarranted syntax error detected.

2009-08-30 Thread John Little
 console-screen.kbd.sh With vim 7.2.245, the highlighting of line 30 is ok but fails on and after line 32, even with the very latest syntax file (v108) from the maintainer's website (http://mysite.verizon.net/astronaut/vim/ index.html#vimlinks_syntax). It doesn't like the escaped double quote

Re: Trying to post.

2009-08-30 Thread Patrick Gen-Paul
Fuzzy Logic wrote: Any mailling list software which rewrites the Message-ID will cause Gmail senders to see their reply as a unique message. Mailmain claims that it cannot do anything about it, but someone could quite easily change the software to rename the existing Message-ID to

Re: MXML omnicomplete definition?

2009-08-30 Thread David Fishburn
On Aug 30, 3:27 am, Tom Link micat...@gmail.com wrote: Hi, Does somebody happen to know of a mxml omnicomplete definition file for use with :h ft-xml-omni? If not, is there a way/script to turn a xsd xml schema into such a definition file? I have built an entire Vim suite for Flex (MXML

Re: Trying to post.

2009-08-30 Thread Ben Fritz
On Aug 30, 5:29 am, Patrick Gen-Paul pgenp...@gmail.com wrote: Sorry Bill and Fuzzy Logic, and thanks for your patience, but I think there must be some kind of miscommunication going on: I do not post from a gmail account, or in other words, I do not start mozilla, log on to their nightmare

question about ShowFuncName

2009-08-30 Thread ivanchan
Dear all, I get the following script from http://vim.wikia.com/wiki/Show_current_function_name_in_C_programs fun! ShowFuncName() let lnum = line(.) let col = col(.) echohl ModeMsg echo getline(search(^[^ \t#/]\\{2}.*[^:]\s*$, 'bW')) echohl None call search(\\% . lnum . l . \\% .

Thank you for your patience.

2009-08-30 Thread Patrick Gen-Paul
I'll see if I can get someone well-versed in the art of email, and more particularly mailing lists to see if he can help me work around this issue, or at least explain this inconsistent behavior my disappearing initial sh.vim syntax file... message. I really appreciate the help, and since this

Re: Trying to post.

2009-08-30 Thread Patrick Gen-Paul
On Sun, Aug 30, 2009 at 12:46:17PM EDT, Raúl Núñez de Arenas Coronado wrote: Saluton Patrick :) Patrick Gen-Paul p...@gmail.com skribis: Raúl, if you think this is worth investigating, the subject of my original message is vim 7.1 - sh.vim syntax file - unwarranted syntax error

Re: :setlocal spell shows SpellLocal errors

2009-08-30 Thread Matt Wozniski
On Sat, Aug 29, 2009 at 10:01 AM, AndyHancock wrote: I'm using vim 7.1 from the cygwin 1.5.25 installation. I did:   :set spelllang=en_us,us_ca I got:   Warning: Cannot find word list us.latin1.spl or us.ascii.spl Well, two points here - one, you should probably be using vim in UTF-8

Thank you for your patience.

2009-08-30 Thread Patrick Gen-Paul
I'll see if I can get someone well-versed in the art of email, and more particularly mailing lists to see if he can help me work around this issue, or at least explain this inconsistent behavior my disappearing initial sh.vim syntax file... message. I really appreciate the help, and since this

Re: Trying to post.

2009-08-30 Thread Raúl Núñez de Arenas Coronado
Saluton Patrick :) Patrick Gen-Paul p...@gmail.com skribis: I'm only missing my original post - looks like Google groups and gmail do not work together correctly.. since I have never had any such problems with gmail and traditional mailing lists - otherwise I would have ditched gmail the

Re: Trying to post - Finally..!

2009-08-30 Thread Patrick Gen-Paul
John Beckett wrote: Patrick Gen-Paul wrote: Er.. you mean that if I subscribe pgenp...@gmail.com to the v...@vim.org mailing list, proceed to post a message from my machine, I then have to use a web browser rather than my MUA to follow up..?? Or in other words I have to subscribe from a

Re: Replace Just Needed

2009-08-30 Thread Simon Ruderich
On Sat, Aug 29, 2009 at 09:57:58PM +0800, bill lam wrote: I added a vim macro inside ~/.vimrc function! Tofu() call search('^$') if 1 line(.) 2,/^$/-1!sed -e 's/^ //' | t-prot -(your options here) | sed -e 's/^/ /' +/^$/ endif endfunction Hi Bill, Thanks for this snippet,

Re: Trying to post.

2009-08-30 Thread Patrick Gen-Paul
On Sun, Aug 30, 2009 at 01:31:47PM EDT, Raúl Núñez de Arenas Coronado wrote: [..] If so, drop me a note and I'll unsubscribe you manually. Thanks, Raúl, much appreciated. I hope you saw my other post .. how I finally found the cause of my problems. Sloppy debugging, it shouldn't have taken

Re: Retaining cursor position and getting back the # character's normal use

2009-08-30 Thread Tony Mechelynck
Seeing that this email has slept for 10 days on the list with no answer, I guess it's my turn. On 20/08/09 11:52, Bernard El-Hagin wrote: Hi, I have two questions: 1) Let's say I have the following code: if ( whatever1 ) { # do stuff 1; } if ( whatever2 ) {

Re: Remove message Cannot Load registered type library : Do you want to register

2009-08-30 Thread Tony Mechelynck
On 20/08/09 16:25, geoffrey.w...@thomsonreuters.com wrote: I have copied my gvim installation on a USB stick. When I place that USB stick into another system and I run gvim from there it comes with the message Cannot Load registered type library Do you want to register Yes/No Can this

Re: using regexp to search for Unicode code points and properties

2009-08-30 Thread Tony Mechelynck
Warning: this reply is in UTF-8. On 20/08/09 15:47, Brian Anderson wrote: I'm interested in learning how to use regular expressions in Vi(m) to search for Unicode code points. In a book about regexp, it describes how to search for Unicode code points by various means, and for various

Starting vim :help full screen

2009-08-30 Thread Patrick Gen-Paul
When I type :help on an empty vim screen - such as a new tab for instance, vim automatically splits the screen. I proceed to issue a Ctrl-W O to remove the empty half screen, no big deal. Is there any native way I could start vim's help full-screen - without coding a macro and mapping it to a

Re: blank space to the left of the first column

2009-08-30 Thread John Magolske
* John Beckett johnb.beck...@gmail.com [090829 22:47]: John Magolske wrote: I notice two blank columns to the left of the first column in the file -- the text is spaced two columns away from the left border :set fdc=0 Thanks! ':help fdc' tells me I can have a column up to a 12 characters

using j,k, to move through completion popup menu

2009-08-30 Thread Kevin
How would i set up vim to let me move through the completion menu popup using j and k, and selecting with enter? --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information, visit http://www.vim.org/maillist.php

Re: Trying to post.

2009-08-30 Thread sc
On Sunday 30 August 2009 15:08:57 Patrick Gen-Paul wrote: Another good reason to unsubscribe after all that useless ranting. do not let that be a reason to quit the vim list -- we of vim have a long history of opening mouths and inserting feet -- speaking for myself only of course... sc

Re: How does the python omnicomplete functionality work with vim?

2009-08-30 Thread Mishail
Have you tried pythoncomplete script (http://www.vim.org/scripts/ script.php?script_id=1542) ? --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information, visit http://www.vim.org/maillist.php

Re: Starting vim :help full screen

2009-08-30 Thread meino . cramer
Patrick Gen-Paul pgenp...@gmail.com [09-08-31 02:58]: Is there any native way I could start vim's help full-screen - without coding a macro and mapping it to a key combo - I don't think it's worth bloating my interface further for something this trivial. Hi Gen-Paul try set

Re: using j,k, to move through completion popup menu

2009-08-30 Thread Roberto Miura Honji
2009/8/30 Kevin lazy...@gmail.com How would i set up vim to let me move through the completion menu popup using j and k, and selecting with enter? You can do something like this: inoremap j C-r=Jmap()CR inoremap k C-r=Kmap()CR function! Jmap() if pumvisible() return \C-n

Re: Starting vim :help full screen

2009-08-30 Thread Tim Chase
When I type :help on an empty vim screen - such as a new tab for instance, vim automatically splits the screen. I proceed to issue a Ctrl-W O to remove the empty half screen, no big deal. Is there any native way I could start vim's help full-screen - without coding a macro and mapping

Re: map A-[ to ESC in command line

2009-08-30 Thread Simson Liu
Matt Wozniski wrote: Jürgen Krämer wrote: this is VI-compatible behavior. In VI pressing Esc on the command line executed the command. The only way to cancel a command was to press Ctrl-C. You should thus   :nmap A-[ C-C For more information   :help c_Esc   :help

Re: Trying to post.

2009-08-30 Thread Patrick Gen-Paul
sc wrote: On Sunday 30 August 2009 15:08:57 Patrick Gen-Paul wrote: Another good reason to unsubscribe after all that useless ranting. do not let that be a reason to quit the vim list -- we of vim have a long history of opening mouths and inserting feet -- speaking for myself only of