--enable-gui argument... no GUI support

2006-05-28 Thread Bohdan Ganický
Hi, I've just switched to SuSE 10.1 (and Gnome) recently and one of the first things I wanted to do was to compile Vim 7.0. But! While configuring, I always get the same line about GUI: --enable-gui argument... no GUI support ...no matter what arguments I use. Until now I've tried: ./configure

Re: --enable-gui argument... no GUI support

2006-05-28 Thread Mark Woodward
Hi Bohdan, On Sun, 28 May 2006 12:19:11 +0200 Bohdan Ganický [EMAIL PROTECTED] wrote: Hi, I've just switched to SuSE 10.1 (and Gnome) recently and one of the first things I wanted to do was to compile Vim 7.0. But! While configuring, I always get the same line about GUI: --enable-gui

Re: --enable-gui argument... no GUI support

2006-05-28 Thread Bohdan Ganický
Mark Woodward píše v Ne 28. 05. 2006 v 20:39 +1000: Hi Bohdan, On Sun, 28 May 2006 12:19:11 +0200 Bohdan Ganický [EMAIL PROTECTED] wrote: Hi, I've just switched to SuSE 10.1 (and Gnome) recently and one of the first things I wanted to do was to compile Vim 7.0. But! While

Re: Vim takes up to 7 seconds to run

2006-05-28 Thread Eric Arnold
This is often due to trying and failing to connect to the X server. Try the -X startup option. On 5/28/06, Andrea Spadaccini [EMAIL PROTECTED] wrote: Hello everyone, In the last two days I've been experiencing an odd problem: vim takes A LOT of time to start. My notebook is a Core Duo T2300

Switching character sets Windows-to-DOS

2006-05-28 Thread peter juuls
Hi vim.org, I have used vim since version 4.x and love it, because I am a command-line-guy. I just downloaded the brand new vim70w32.zip and installed on my Windows 2000 pc. BUT it has always been a mystory to me how to control character sets used in vim, especially control the danish characters.

Re: Switching character sets Windows-to-DOS

2006-05-28 Thread Juan Lanus
peter juuls peterjuuls at yahoo.es writes: BUT it has always been a mystery to me how to control character sets used in vim .. Me too. In Spanish we use several accented letters and the ntilde; that's more or less like the problem of your's. I edit old DOS programs with the console vim, named

Per document dictionay modifications?

2006-05-28 Thread Geoffrey Alan Washburn
I looked through the help files and examined the archives but didn't see anything that sounded like this. Essentially, I was interested in knowing whether there was any way to set per document dictionary modifications? In the papers I write there are words/keywords that are very specific to

Re: perlcomplete.vim -- anyone working on this?

2006-05-28 Thread Vigil
I would just like ctags to work with perl :-/ On Fri, 12 May 2006, �� � wrote: I for one would appreciate a perlcomplete.vim script. -- .

Re: Vim takes up to 7 seconds to run

2006-05-28 Thread A.J.Mechelynck
Andrea Spadaccini wrote: 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!! Note that starting vim with the

Re: How to go to the next matched tag? (vim/cscope/ctags)

2006-05-28 Thread Yegappan Lakshmanan
Hello, On 5/28/06, Dancefire [EMAIL PROTECTED] wrote: Hi, everyone, I use the command: cscope-index -r to generate the cscope.file and cscope.out files. So, I can use vim and command :tag thread to locate the thread tag. There are 3 tag named thread, tag command will automatically locate the

Re: How to go to the next matched tag? (vim/cscope/ctags)

2006-05-28 Thread Marc Weber
On Mon, May 29, 2006 at 01:47:55AM +1000, Dancefire wrote: (1 of 3): thread struct thread; How can I go to the other matched tags? I have tried n, but it doesn't work. n is used for searching only try :tnext :tprevious :tlast see also :h ptag :h tselect ... vim help is your friend ;) ps:

Tag List Dropdown

2006-05-28 Thread Vigil
I am surprised that when there are multiple matches for a tag, a dropdown doesn't appear as it does for omni-completion - or does it? Do I need to enable something that I missed in :help version7? -- .

vimrun fails

2006-05-28 Thread Juan Lanus
Hi, I'm researching a problem that all ! commands fail, since many versions ago (6.4 more or less), in one of my W2K PCs. Now it has vim70. Also, the EXE installer cannot set the Edit with vim option. Both problens started together. Can't solve it, and I'm quitting after a couple years and now

CDT and Vim

2006-05-28 Thread Suresh Govindachar
Hello, Is anyone using Vim with the C/C++ Development Environment (CDT) http://www.eclipse.org/cdt/ ? If so, please indicate how its done. Thanks, --Suresh

Re: vimrun fails

2006-05-28 Thread Gerald Lai
On Sun, 28 May 2006, Juan Lanus wrote: Hi, I'm researching a problem that all ! commands fail, since many versions ago (6.4 more or less), in one of my W2K PCs. Now it has vim70. Also, the EXE installer cannot set the Edit with vim option. Both problens started together. Can't solve it, and

Re: Tag List Dropdown

2006-05-28 Thread Vigil
On Sun, 28 May 2006, A.J.Mechelynck wrote: As said in a post a few minutes ago, Ctrl-w g ] opens a list from which you may select. Or else, :tnext, :tprev, :tfirst, :tlast will let you see the matches one by one. I know of this; I was wondering if it could look like the completion dropdown.

gvim not using the shell option for ! commands

2006-05-28 Thread Juan Lanus
Gerald Lai laige at eecs.oregonstate.edu writes: One more thing you can try. Run Sysinternal's Filemon at http://www.sysinternals.com/Utilities/Filemon.html The filemon program shows that: this program does this to this path this happens vimrun.exe:816 QUERY

Re: Per document dictionay modifications?

2006-05-28 Thread Eric Arnold
You could store the associations in a global dict variable, and use it in the BufWinEnter. You could then store the dict var in your .vimrc, a separate file, or let viminfo handle it. On 5/28/06, Geoffrey Alan Washburn [EMAIL PROTECTED] wrote: Gerald Lai wrote: Since 'spellfile' cannot be

Re: Per document dictionay modifications?

2006-05-28 Thread Gerald Lai
On Sun, 28 May 2006, Geoffrey Alan Washburn wrote: Gerald Lai wrote: Since 'spellfile' cannot be set from a modeline for security reasons, you can try placing something like this in your vimrc: autocmd BufWinEnter * \ if expand(%:t) == myfile1.txt | \ set