Re: IntelliSense for C#

2009-03-29 Thread Spencer Collyer
On Sat, 28 Mar 2009 12:37:55 -0700 (PDT), Jeff Lanzarotta wrote: > I simply pressed and typed my reply. I can understand your > annoyance but the most annoying thing on the Internet is not replying > at the *top* of an email, it is rude people. And rudeness includes top-posting when the list co

Re: VIM inserts blank lines in easy mode.

2009-03-29 Thread bill lam
On Sun, 29 Mar 2009, Dan Rather wrote: > But seriously though, does anyone have an answer to my question? Why in the > world would it insert black lines? What's that idea here? How do I fix it? Sorry for not directly answer your question, but I (and perhaps John) think it would lead you astray by

Re: VIM inserts blank lines in easy mode.

2009-03-29 Thread Dan Rather
But seriously though, does anyone have an answer to my question? Why in the world would it insert black lines? What's that idea here? How do I fix it? On Sun, Mar 29, 2009 at 10:25 AM, Tony Mechelynck < antoine.mechely...@gmail.com> wrote: > > On 29/03/09 11:14, bill lam wrote: > [...] > > I agre

Re: The list policy, AGAIN

2009-03-29 Thread bill lam
On Mon, 30 Mar 2009, Tony Mechelynck wrote: > , I believe that it is worthwhile to (gently) remind > offenders that that's the list policy... I agree. Gently and politely is important. > say so with what look to them like irrefutable arguments (some of which > amount to laziness in my eyes, e.g

Re: How to redraw the whole vim screen after splitting new windows?

2009-03-29 Thread Clark J. Wang
On Mar 27, 7:16 pm, "Clark J. Wang" wrote: > On Mar 27, 6:42 pm, Tim Chase wrote: > > > What are you trying to do that involves splits and redraws? > > > -tim > > I included %{winnr()} in the var `statusline'. But sometimes when I > splitted new windows the winnr() string on screen was not updat

VIM <--> Python eval interface

2009-03-29 Thread Hari
Hello All, Is there a reverse equivalent of this? I'm trying to see if I can avoid writing my custom routines to take python lists and dictionaries and convert them to vim lists and dictionaries. Thanks! vim.eval(str) *python-eval* Evaluates th

Re: The list policy, AGAIN

2009-03-29 Thread Tony Mechelynck
On 30/03/09 02:41, John Beckett wrote: > > _sc_ wrote: >> what i don't understand is why, when someone wants to correct >> non-conforming behavior, they feel the need to post to the >> entire group as opposed to emailing the offending party >> individually >> >> why take the bandwidth of posting t

Re: vim translator

2009-03-29 Thread JuanPablo
this is my solution function! Translate(entrada) let en=substitute(a:entrada," ","%20","") let en = substitute(en, "[ ]*$","","") let palabra= system('curl -e www.google.com "http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q='.en.'&langpair=en%7Ces"')

RE: The list policy, AGAIN

2009-03-29 Thread John Beckett
_sc_ wrote: > what i don't understand is why, when someone wants to correct > non-conforming behavior, they feel the need to post to the > entire group as opposed to emailing the offending party > individually > > why take the bandwidth of posting to all when the vast > majority of posters do unde

RE: g++ compilation error within vim

2009-03-29 Thread John Beckett
Joyce wrote: > But does g++ in command prompt look up environment variable > INCLUDE? Sorry -- I have to confess ignorance. I was really just hoping to point out that the compiler has to have a method of knowing where to look for include files. I believe the -I command line option or the environm

RE: How to join lines, seperated with empty lines

2009-03-29 Thread John Beckett
Jeri Raye wrote: > I have a text which is several lines below each other > seperated with a empty line. What I want is that all text will > be joined to the first empty line. Type vip to visually select the inner paragraph. Then type gJ to join the selected lines with no extra space (J would joi

vim translator

2009-03-29 Thread JuanPablo
hi, I try make a tranlator with vim + curl + googleapi, but have problem with the campture of output. You might give me some help with code? how can only catch the translated text ? function! Translate(entrada) execute '!curl -e www.google.com "http://ajax.googleapis.com/ajax/services/langu

Re: vim ruby extension and visual selection

2009-03-29 Thread Ken Bloom
On Wed, 25 Mar 2009 02:24:44 -0700, anton.hornquist wrote: > Hi, > > I've checked the docs on the ruby scripting features in vim but I cannot > find a way to retrieve the visual selection area in either VIM::window > or VIM::buffer. Is there any way to do this or any easy workaround for > this?

Re: IntelliSense for C#

2009-03-29 Thread Charlie Kester
On Sun 29 Mar 2009 at 15:03:39 PDT Tony Mechelynck wrote: >And even without Vim (which I could use to edit mails in SeaMonkey but >usually don't, because the mailer itself is certainly no "crippleware", >it includes most of what I need) you can usually use Ctrl-Shift-Down >followed by Del, and voi

Re: IntelliSense for C#

2009-03-29 Thread Tony Mechelynck
On 29/03/09 23:50, Charlie Kester wrote: > > On Sat 28 Mar 2009 at 12:55:54 PDT James Freer wrote: > >> A: if the message is replied to effectively and efficiently. Why should >> i have to spend time deleting all the trailers from every email i reply >> to. > > I hesitated before joining into this

Re: IntelliSense for C#

2009-03-29 Thread Charlie Kester
On Sat 28 Mar 2009 at 12:55:54 PDT James Freer wrote: >A: if the message is replied to effectively and efficiently. Why should >i have to spend time deleting all the trailers from every email i reply >to. I hesitated before joining into this discussion, but decided that I do want to point out

Re: Correcting definite article for Dutch nouns

2009-03-29 Thread Tony Mechelynck
On 29/03/09 22:29, Eric Smith wrote: > > Dutch nouns are preceded by the definite article "de" or "het" in > the singular. As a non-native, I would like to configure vim to > check if I have used the correct form. > > Has anyone implemented this or this type of functionality? > > Thanks > I'm no

Correcting definite article for Dutch nouns

2009-03-29 Thread Eric Smith
Dutch nouns are preceded by the definite article "de" or "het" in the singular. As a non-native, I would like to configure vim to check if I have used the correct form. Has anyone implemented this or this type of functionality? Thanks -- - Eric Smith --~--~-~--~~~

Re: gvim-7.2 startup problem

2009-03-29 Thread Matt Wozniski
On Sun, Mar 29, 2009 at 12:13 PM, Dmitry V. Krivenok wrote: > > Hello! > I'm using gvim 7.2 on Gentoo Linux. > After emerging "world" on remote server few days ago I faced with > strange problem. > When I run gvim on this server (with DISPLAY set to :0.0) it You're setting $DISPLAY manually, then

Re: Changing the shape of the cursor.

2009-03-29 Thread Kazuo Teramoto
I have a working solution for urxvt (using a |-cursor shape, but you lose the underline cursor for a | cursor, or you can use a _ cursor) if someone want it send me a mail and I put it all together tomorrow. -- «Dans la vie, rien n'est à craindre, tout est à comprendre» Marie Sklodowska Curie.

Re: How to join lines, seperated with empty lines

2009-03-29 Thread Tim Chase
Jeri Raye wrote: > Hi > > I have a text which is several lines below each other seperated with a > empty line. > What I want is that all text will be joined to the first empty line. > Ho do you do that? As long as you have a blank line at the end of your file, you can use :v/^\s*$/,/^\s*$/-j

Re: The list policy, AGAIN

2009-03-29 Thread Tony Mechelynck
On 29/03/09 21:07, _sc_ wrote: > > On Sunday 29 March 2009 1:36 pm, Tony Mechelynck wrote: > >> Maybe emails would be more homogeneously formatted if we systematically >> gave scathing dessing-downs to anyone deviating from the rules. But do >> we want to? I mean, what do we prefer? Civilized lang

Re: The list policy, AGAIN

2009-03-29 Thread _sc_
On Sunday 29 March 2009 1:36 pm, Tony Mechelynck wrote: > Maybe emails would be more homogeneously formatted if we systematically > gave scathing dessing-downs to anyone deviating from the rules. But do > we want to? I mean, what do we prefer? Civilized language or adherence > to the rules? I'

Re: The list policy, AGAIN

2009-03-29 Thread Raúl Núñez de Arenas Coronado
Saluton Tony :) On Sun 29 Mar 2009 20:36 +0200, Tony Mechelynck dixit: > On 29/03/09 17:49, Raúl Núñez de Arenas Coronado wrote: >> I must say that while this list is, by far, the most polite and >> civiliced group I've ever been subscribed to, it is the most >> difficult to read, too: I have to

Re: The list policy, AGAIN

2009-03-29 Thread Tony Mechelynck
On 29/03/09 17:49, Raúl Núñez de Arenas Coronado wrote: > > Saluton Teemu :) > > On Sun 29 Mar 2009 09:40 +0200, Teemu Likonen dixit: >>> For the non-believers, Matt is correct: >>> http://groups.google.com/group/vim_use/web/vim-information >> >> I have to say that from the 50 (or so) mailing lis

Re: strangely increased indentation after a line ending with comma

2009-03-29 Thread Tony Mechelynck
On 29/03/09 17:02, tommm0 wrote: > > On Mar 14, 2:38 pm, Tony Mechelynck > wrote: >> ... >> The o flag is supposed to only affect the new line created by a >> Normal-mode o or O command, not by hitting Return in Insert mode -- >> that's the r flag. >> >> And if that doesn't work either, check (tha

Re: IntelliSense for C#

2009-03-29 Thread Andrew Falanga
On Sat, Mar 28, 2009 at 1:55 PM, James Freer wrote: > > Couldn't agree more jeff > > Why should people bottom post? > Q: What is annoying about bottom posting > A: You have to scroll down to the bottom of every email to reply > Q: why is it such a bad thing > A: for intelligent humans it is deroga

Re: IntelliSense for C#

2009-03-29 Thread Andrew Falanga
On Sat, Mar 28, 2009 at 9:15 PM, bill lam wrote: > > On Wed, 25 Mar 2009, Andrew Falanga wrote: > > So, I'm installed the Visual Studio plugin for Vim and can link to Visual > > Studio from within Vim now. However, I'm still lacking the IntelliSense. > I > > thought that this would be the answe

Re: How to disable most automatic formatting

2009-03-29 Thread Tony Mechelynck
On 29/03/09 15:05, ivan budiselic wrote: > On Wed, Mar 11, 2009 at 10:31 AM, Tony Mechelynck > mailto:antoine.mechely...@gmail.com>> wrote: > > > On 09/03/09 16:27, ivan budiselic wrote: > > Hi, I've searched around a bit for a solution to this problem, but > > didn't really come up

Re: \%123l and friends -- matching screen line

2009-03-29 Thread Tony Mechelynck
On 29/03/09 14:03, Yakov wrote: > > \%23l matches at file line No.23. Ok. > Is there \% that matches the *screen line*, that is, > for example, match to the line that is currently shown at 1st line of > buffer window. > > Thanks > Y.L. I don't think there is. That would vary as you scroll. Simil

Re: VIM inserts blank lines in easy mode.

2009-03-29 Thread Tony Mechelynck
On 29/03/09 11:14, bill lam wrote: [...] > I agree that easy mode can be brain damaging, but why was/is it > there and got that respectable name? [...] as a marketing ploy to get users away from Notepad, I suppose. Best regards, Tony. -- YOW!! Everybody out of the GENETIC POOL!" --~--~--

gvim-7.2 startup problem

2009-03-29 Thread Dmitry V. Krivenok
Hello! I'm using gvim 7.2 on Gentoo Linux. After emerging "world" on remote server few days ago I faced with strange problem. When I run gvim on this server (with DISPLAY set to :0.0) it hangs for several seconds and then shows me a message box containing the following text: An error occurred whi

Re: The list policy, AGAIN (was: Re: IntelliSense for C#)

2009-03-29 Thread Raúl Núñez de Arenas Coronado
Saluton Teemu :) On Sun 29 Mar 2009 09:40 +0200, Teemu Likonen dixit: >> For the non-believers, Matt is correct: >> http://groups.google.com/group/vim_use/web/vim-information > > I have to say that from the 50 (or so) mailing lists or newsgroups > that I read regularly this list is the most unre

Re: NERD tree doc can't be open in help system

2009-03-29 Thread kba
On Sun, Mar 29, 2009 at 02:47:28AM -0700, mikeyao wrote: > > I copied NERD_tree.txt to doc directory. Typing :help NERD , > can't find the result. And open :help, found NERD_tree.txt item in > help list, then Ctrl + ] got error message "E149: Sorry, no help for > NERD_tree.txt ". Is syntax of th

Re: How to join lines, seperated with empty lines

2009-03-29 Thread Markus Heidelberg
Jeri Raye, 29.03.2009: > > I have a text which is several lines below each other seperated with a > empty line. > What I want is that all text will be joined to the first empty line. > Ho do you do that? :set tw= (value must be larger than the longest joined line) gggqG There may be better

Re: Junk from 'vim_dev group' and 'vim_use group'

2009-03-29 Thread Raúl Núñez de Arenas Coronado
Saluton John :) On Sun 29 Mar 2009 09:07 +0200, John Beckett dixit: > I have just received another two messages from the same user (now > moderated, so the list won't see them). I don't see why Raúl (the > other mailing list manager) should have to spend time wondering about > all this, so I hav

Re: Junk from 'vim_dev group' and 'vim_use group'

2009-03-29 Thread Raúl Núñez de Arenas Coronado
Saluton John :) On Sun 29 Mar 2009 02:02 +0200, John Beckett dixit: > I do not understand what went wrong when 35 junk messages were > recently sent to vim_use, and 15 similar junk messages to vim_dev > (seem to be three-month old digests). I suppose they could be a bug > within Google Groups, o

How to join lines, seperated with empty lines

2009-03-29 Thread Jeri Raye
Hi I have a text which is several lines below each other seperated with a empty line. What I want is that all text will be joined to the first empty line. Ho do you do that? In other words: If the text is like below blablablabla qwertyqwertyqwerty abcdefghijklmn secondsecondsecond 12345678912

Re: strangely increased indentation after a line ending with comma

2009-03-29 Thread tommm0
On Mar 14, 2:38 pm, Tony Mechelynck wrote: > ... > The o flag is supposed to only affect the new line created by a > Normal-mode o or O command, not by hitting Return in Insert mode -- > that's the r flag. > > And if that doesn't work either, check (that file being current) > > :verbose s

Re: g++ compilation error within vim

2009-03-29 Thread Joyce
But does g++ in command prompt look up environment variable INCLUDE? 'set INC' complains that 'environment variable INC has not been defined', the same with INCLUDE. in Vim, 'echo $INCLUDE' returns nothing. On Mar 29, 9:30 am, Joyce wrote: > Thanks a lot. > > On Mar 29, 3:07 am, "John Beckett"

Re: g++ compilation error within vim

2009-03-29 Thread Joyce
Thanks a lot. On Mar 29, 3:07 am, "John Beckett" wrote: > Joyce wrote: > >     I'm using mingw under winxp. I could get g++ work in dos > > prompt, but when I tried to g++ within Vim using g++ -Wall > > -ansi -pedantic filename.cpp -o filename.o, the compiler > > complains: > > > d:\mingw\bin\..

Re: How to disable most automatic formatting

2009-03-29 Thread ivan budiselic
On Wed, Mar 11, 2009 at 10:31 AM, Tony Mechelynck < antoine.mechely...@gmail.com> wrote: > > On 09/03/09 16:27, ivan budiselic wrote: > > Hi, I've searched around a bit for a solution to this problem, but > > didn't really come up with anything that works, and since it seems to be > > a pretty sim

\%123l and friends -- matching screen line

2009-03-29 Thread Yakov
\%23l matches at file line No.23. Ok. Is there \% that matches the *screen line*, that is, for example, match to the line that is currently shown at 1st line of buffer window. Thanks Y.L. --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist.

RE: don't remember cursor position

2009-03-29 Thread John Beckett
Reto wrote: > Thank you for your answer. > ...[bunch of stuff omitted]... Please bottom post on this list. Quote a small (relevant) part of the message you are replying to, and put your text underneath. http://groups.google.com/group/vim_use/web/vim-information I suppose some people come here, d

NERD tree doc can't be open in help system

2009-03-29 Thread mikeyao
I copied NERD_tree.txt to doc directory. Typing :help NERD , can't find the result. And open :help, found NERD_tree.txt item in help list, then Ctrl + ] got error message "E149: Sorry, no help for NERD_tree.txt ". Is syntax of the document incorrent? --~--~-~--~~~---~-

Re: don't remember cursor position

2009-03-29 Thread Reto
Hi Toni Thank you for your answer. You are right, the example is included as source in my _vimrc and from there comes the autocommand. I didn't realize that before. When I edit my code I usually don't close the file until I'm done with a certain part. I don't want to come back to that part agai

Re: VIM inserts blank lines in easy mode.

2009-03-29 Thread bill lam
On Sun, 29 Mar 2009, John Beckett wrote: > You can train Vim to walk on its hind legs, but the result is > not attractive. Mucking around in easy mode is only going to > cause confusion, and delay your decision about whether you really > want to try Vim. I agree that easy mode can be brain damagin

Re: don't remember cursor position

2009-03-29 Thread Tony Mechelynck
On 29/03/09 10:14, Reto wrote: > > Hello everyone > > I'm programming with VIM and I don't want the cursor position to be > remembered. > I've tried setting the f0 option of viminfo but that didn't work (is > this a bug or am I missing something?). I had to disable viminfo > completely to prevent

don't remember cursor position

2009-03-29 Thread Reto
Hello everyone I'm programming with VIM and I don't want the cursor position to be remembered. I've tried setting the f0 option of viminfo but that didn't work (is this a bug or am I missing something?). I had to disable viminfo completely to prevent position restore. Is there a better way to di

RE: VIM inserts blank lines in easy mode.

2009-03-29 Thread John Beckett
Dan Rather wrote: > I've been a long time user of SlickEdit but today I've > decided to learn VIM and of course I thought it would be > logical to start with an easy mode. > > So I start vim with -y switch. I agree that sounds logical, but I urge you to reconsider! You can train Vim to walk on i

VIM inserts blank lines in easy mode.

2009-03-29 Thread Dan Rather
Hi, I've been a long time user of SlickEdit but today I've decided to learn VIM and of course I thought it would be logical to start with an easy mode. So I start vim with -y switch. One thing that I see right away is vim inserts extra blank lines when I (SHIFT-ArrowDown) to select text then CTR

Re: statusline *above* the buffer window ?

2009-03-29 Thread Tony Mechelynck
On 29/03/09 09:25, Yakov wrote: > > Is it possible to position statusline *above* its > corresponding buffer windows, as opposed to below it ? > > Thanks > Y.L. AFAIK, it isn't. Best regards, Tony. -- "No self-respecting fish would want to be wrapped in that kind of paper." -- M

The list policy, AGAIN (was: Re: IntelliSense for C#)

2009-03-29 Thread Teemu Likonen
On 2009-03-28 21:21 (-0400), Matt Wozniski wrote: > On Sat, Mar 28, 2009 at 3:55 PM, James Freer wrote: >> Couldn't agree more jeff > > Regardless of your personal feelings, it is a list policy. On 2009-03-29 14:38 (+1100), John Beckett wrote: > For the non-believers, Matt is correct: > http:/

statusline *above* the buffer window ?

2009-03-29 Thread Yakov
Is it possible to position statusline *above* its corresponding buffer windows, as opposed to below it ? Thanks Y.L. --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~-

RE: Junk from 'vim_dev group' and 'vim_use group'

2009-03-29 Thread John Beckett
I have just received another two messages from the same user (now moderated, so the list won't see them). I don't see why Raúl (the other mailing list manager) should have to spend time wondering about all this, so I have unsubscribed shecenon from vim_use and vim_dev. The user can resubscribe

RE: g++ compilation error within vim

2009-03-29 Thread John Beckett
Joyce wrote: > I'm using mingw under winxp. I could get g++ work in dos > prompt, but when I tried to g++ within Vim using g++ -Wall > -ansi -pedantic filename.cpp -o filename.o, the compiler > complains: > > d:\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\include\c++ > \3.4.5\cwchar|161|

RE: Outdated summaries -- Was: 30 new messages in 11 topics - abridged

2009-03-29 Thread John Beckett
Mark Manning wrote: > I must add my voice to this also. I just got all of the > abridged stuff. See "Junk from 'vim_dev group' and 'vim_use group'" thread: http://groups.google.com/group/vim_use/browse_thread/thread/83986955811722c5 John --~--~-~--~~~---~--~~ Y