Re: vim 7 python completion

2006-12-14 Thread Andrea Spadaccini
ur great script! :) -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyservers - Gentoo GNU / Linux - 2.6.18 ] [ Linux Registered User 313388 - @: a.spadaccini(at)catania.linux.it ] [ Sometimes too much drin

Re: vim 7 python completion

2006-12-13 Thread Andrea Spadaccini
.. How can I do that? Thanks again for the good work. :) -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyservers - Gentoo GNU / Linux - 2.6.18 ] [ Linux Registered User 313388 - @: a.spadaccini(at)catania.linux.it ] [ T

Re: vim 7 python completion

2006-12-13 Thread Andrea Spadaccini
ng. Is it meant to work in this way? Note that gtk. does work, even if it shows some python warnings about gtk.TRUE. TIA, -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyservers - Gentoo GNU / Linux - 2.6.18 ] [ Linux Registered User 313388 -

vim 7 python completion

2006-12-12 Thread Andrea Spadaccini
Hello everybody, I can't get the python omni-completion to work, can anybody help me? Are there any special steps to make it work? Can you point me to a tutorial? Thanks in advance, -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyse

Re: Java Omni Complete

2006-10-06 Thread Andrea Spadaccini
for your project's classes too. It's on vim.org. HTH, -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyservers - Gentoo GNU / Linux - 2.6.17 ] [ Linux Registered User 313388 - @: a.spadaccini(at)catania.linux.it ] signature.a

Re: escape button to alt space

2006-09-26 Thread Andrea Spadaccini
Ciao Horvath, > I try to remap the escape button to alt+space combination to come back > from insert mode to command mode. I don't know the solution to your specific problem, but I suggest you to use CTRL-C, because it works exactly like in this context. HTH, -- [ Andrea Spadacc

Re: How does vim recognize file type?

2006-09-18 Thread Andrea Spadaccini
Ciao Samuel, > In your vim folder you probably have a filetype.vim which has a couple > of lines per file type to detect when an extension is opened or > created, and set the filetype automatically. Thanks, I modified it and it works like a charm! :) -- [ Andrea Spadaccini - a.k.

How does vim recognize file type?

2006-09-18 Thread Andrea Spadaccini
t I'm editing a .tex file? And how do I make vim recognize .tex files without me setting the filetype? TIA, -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyservers - Gentoo GNU / Linux - 2.6.17 ] [ Linux Registered User 313388

Re: Two """problems"""

2006-09-14 Thread Andrea Spadaccini
two > keystrokes, just post again if you need help with anything. Well.. the vim book is for vim 5.7.. Are there any plans to make a new version for vim 7.x? I would buy it if only it was up-to-date! :) -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG I

Re: Probable VIM JDE bug

2006-09-12 Thread Andrea Spadaccini
the problem is the explicit cast: if I remove it, it works like a charm. I'll look into it, but maybe someone that knows vim scripting better than me could solve it in two minutes. Maybe it's related to parentheses escaping.. Regards, -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania

Probable VIM JDE bug

2006-09-12 Thread Andrea Spadaccini
Hello, I've been trying the JDE plugin, and May -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyservers - Gentoo GNU / Linux - 2.6.16 ] [ Linux Registered User 313388 - @: a.spadaccini(at)catania.linux.it ] signature.asc Description

Re: Quickfix in another window

2006-09-05 Thread Andrea Spadaccini
Ciao Max, > It looks like you probably want switchbuf=split (that's what I use!) Great! Thanks! -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyservers - Gentoo GNU / Linux - 2.6.16 ] [ Linux Registered User 313388 - @: a.spada

Quickfix in another window

2006-09-05 Thread Andrea Spadaccini
)? Thanks in advance, -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyservers - Gentoo GNU / Linux - 2.6.16 ] [ Linux Registered User 313388 - @: a.spadaccini(at)catania.linux.it ] signature.asc Description: PGP signature

Re: Execute something when I enter in a directory

2006-09-05 Thread Andrea Spadaccini
".x | endif > > Then I put directory-specififc settings into file .lvimrc in that > directory. Thanks, it almost worket off-the-shelf. I simply had to escape spaces in filenames. Where you write exe "source" . x it should be exe "source" . substitut

Execute something when I enter in a directory

2006-09-05 Thread Andrea Spadaccini
Hello vimmers, I'd like to load some settings when I enter in a directory, like for instance setting makeprg. Is there a way to do it? Thanks in advance from a lurker! :) -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyservers - G

Re: substitute word

2006-07-08 Thread Andrea Spadaccini
Ciao Tim, > rather than saving your whitespace and then > restoring it, you can use > > :s/\/new_word/g > > This respects the "word" boundaries in vim, as defined by the > 'iskeyword' setting. Thanks for pointing this out, it's really usefu

Re: substitute word

2006-07-08 Thread Andrea Spadaccini
s/\(\s\+\)word\(\s\+\)/\1new_word\2/g to change in the current line every occurrance of the word "word" surrounded by spaces with the word "new_word" surrounded by the same spaces. HTH, -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 -

Re: Vim takes up to 7 seconds to run

2006-05-28 Thread Andrea Spadaccini
Ciao Eric, > This is often due to trying and failing to connect to the X server. > Try the -X startup option. It seems faster, but it's strange! I'll alias vim to vim -X, and I'll see if in the next days it'll work. Thanks!! -- [ Andrea Spadaccini - a.k.a. L

Vim takes up to 7 seconds to run

2006-05-28 Thread Andrea Spadaccini
t's frustrating!! Thanks in advance, -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyservers - Gentoo GNU / Linux - 2.6.16 ] [ Linux Registered User 313388 - @: a.spadaccini(at)catania.linux.it ]

A vim fan

2006-04-30 Thread Andrea Spadaccini
the developers for their great work. See ya, -- [ Andrea Spadaccini - a.k.a. Lupino - from Catania - ICQ #: 91528290 ] [ GPG ID: 5D41ABF0 - key on keyservers - Slackware 10.2/Linux 2.4.31 ] [ Linux Registered User 313388 - @: a.spadaccini(at)catania.linux.it ] [ Silence, please. I'm listening