[Fwd: Re: gvim 7 highlight search string]

2007-06-04 Thread Charles E Campbell Jr
this is happening on two systems. My debian testing system at home and my work machine which is running RHEL 4. I believe I compiled vim/gvim from source at work, although here at home I'm using the debian packaged one. On 6/1/07, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Brian E. Lozier wrote

Re: gvim 7 highlight search string

2007-06-04 Thread Charles E Campbell Jr
system at home and my work machine which is running RHEL 4. I believe I compiled vim/gvim from source at work, although here at home I'm using the debian packaged one. Charles Campbell wrote: The setting in question here is: hls You'll probably should include the following in your .vimrc

Re: gvim 7 highlight search string

2007-06-02 Thread Brian E. Lozier
work machine which is running RHEL 4. I believe I compiled vim/gvim from source at work, although here at home I'm using the debian packaged one. On 6/1/07, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Brian E. Lozier wrote: In the old gvim, doing a search (/something) highlights all

gvim 7 highlight search string

2007-06-01 Thread Brian E. Lozier
In the old gvim, doing a search (/something) highlights all something in red. In gvim 7, it doesn't highlight all occurrences. Is there a way to turn this back on? Thanks!

Re: gvim 7 highlight search string

2007-06-01 Thread Tim Chase
In the old gvim, doing a search (/something) highlights all something in red. In gvim 7, it doesn't highlight all occurrences. Is there a way to turn this back on? It sounds like in the process, a vimrc (system-wide?) was changed. You don't mention your distro/OS, so it's hard to help

Re: gvim 7 highlight search string

2007-06-01 Thread fREW
On 6/1/07, Tim Chase [EMAIL PROTECTED] wrote: In the old gvim, doing a search (/something) highlights all something in red. In gvim 7, it doesn't highlight all occurrences. Is there a way to turn this back on? It sounds like in the process, a vimrc (system-wide?) was changed. You don't

Re: gvim 7 highlight search string

2007-06-01 Thread Charles E Campbell Jr
Brian E. Lozier wrote: In the old gvim, doing a search (/something) highlights all something in red. In gvim 7, it doesn't highlight all occurrences. Is there a way to turn this back on? I suspect that you may be having problems because you made changes to files in files in your former

Disabling Alt+keys (menu keys) in Windows gVim

2007-05-18 Thread madiyaan
Hello all, Is there a way I can rebind alt+something keys for Windows gVim. Normally alt+b is for opening the buffers menu, alt + w is for opening the windows menu, etc. Is the only solution rebuilding Vim without those shortcuts, or is there a easier/quicker way to do it? Any and all replies

Re: Disabling Alt+keys (menu keys) in Windows gVim

2007-05-18 Thread Tim Chase
Is there a way I can rebind alt+something keys for Windows gVim. Normally alt+b is for opening the buffers menu, alt + w is for opening the windows menu, etc. Is the only solution rebuilding Vim without those shortcuts, or is there a easier/quicker way to do it? Well, if you don't use

Re: Disabling Alt+keys (menu keys) in Windows gVim

2007-05-18 Thread A.J.Mechelynck
Tim Chase wrote: Is there a way I can rebind alt+something keys for Windows gVim. Normally alt+b is for opening the buffers menu, alt + w is for opening the windows menu, etc. Is the only solution rebuilding Vim without those shortcuts, or is there a easier/quicker way to do it? Well, if you

Re: [PATCH] gvim: Fix compilation against GNOME 2.18

2007-05-14 Thread Mike Kelly
On Thu, 10 May 2007 11:28:25 +0200 Bram Moolenaar [EMAIL PROTECTED] wrote: Daniel Drake wrote: gvim with FEAT_GUI_GNOME fails to compile against GNOME 2.18. See https://bugs.gentoo.org/show_bug.cgi?id=176566 for more info. This patch solves the problem. Thanks. Looks safe

Re: [PATCH] gvim: Fix compilation against GNOME 2.18

2007-05-14 Thread Bram Moolenaar
Mike Kelly wrote: Bram Moolenaar [EMAIL PROTECTED] wrote: Daniel Drake wrote: gvim with FEAT_GUI_GNOME fails to compile against GNOME 2.18. See https://bugs.gentoo.org/show_bug.cgi?id=176566 for more info. This patch solves the problem. Thanks. Looks safe

Always 1 instance-only mode for gvim?

2007-05-14 Thread panshizhu
Hi, vimmers, For some reason I'd like to have only one instances of gvim in my machine at most. launch gvim anyway when gvim has existing instance will switch to the existing one. (evenif no files are specified) But the --remote-silent do not fully meet my requirement since it requires

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-14 Thread panshizhu
is still working that way (cygwin bash + ctags + windows gvim + windows path with '/' instead of '\\'), only my desktop has the issue. -- Sincerely, Pan, Shi Zhu. ext: 2606

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-14 Thread Yegappan Lakshmanan
(cygwin bash + ctags + windows gvim + windows path with '/' instead of '\\'), only my desktop has the issue. The exuberant ctags utility invokes the sort utility to sort the generated output. Do you have cygwin version of sort installed on your system? Can you check whether your notebook has

Re: Always 1 instance-only mode for gvim?

2007-05-14 Thread Steve Hall
On Mon, 2007-05-14 at 14:06 +0800, [EMAIL PROTECTED] wrote: For some reason I'd like to have only one instances of gvim in my machine at most. launch gvim anyway when gvim has existing instance will switch to the existing one. (evenif no files are specified) But the --remote-silent do

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-14 Thread panshizhu
, so it is normal that I had not use my WindowsXP for a long time) Note: my notebook uses the same configuration as my desktop, my notebook is still working that way (cygwin bash + ctags + windows gvim + windows path with '/' instead of '\\'), only my desktop has the issue. The exuberant

taglist plugin launch ctags fail in gvim windows.

2007-05-13 Thread panshizhu
Hi vimmers, I have WinXPSP2 and installed gvim 7.1, taglist plugin 4.2, cygwin with the most up-to-date version DLL. The issue is: run gvim from windows will fail the taglist plugin, taglist plugin only works when I launch gvim from within cygwin bash, (Yes I am running the windows native

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-13 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: Hi vimmers, I have WinXPSP2 and installed gvim 7.1, taglist plugin 4.2, cygwin with the most up-to-date version DLL. The issue is: run gvim from windows will fail the taglist plugin, taglist plugin only works when I launch gvim from within cygwin bash, (Yes I am

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-13 Thread panshizhu
A.J.Mechelynck [EMAIL PROTECTED] 写于 2007-05-14 13:21:47: If your shell is cmd.exe, /usr/bin/ctags will give Unknown command or file name. If you want to mix Dos shells and cygwin utilities, you will have to juggle with the path formats: see man cygpath from within cygwin. Best regards,

Re: taglist plugin launch ctags fail in gvim windows.

2007-05-13 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: A.J.Mechelynck [EMAIL PROTECTED] 写于 2007-05-14 13:21:47: If your shell is cmd.exe, /usr/bin/ctags will give Unknown command or file name. If you want to mix Dos shells and cygwin utilities, you will have to juggle with the path formats: see man cygpath from within

Re: FC6 gvim version 7.0.235 question

2007-05-11 Thread Tim Chase
I am running gvim version 7.0.235 on FC6. I have a slight problem where everytime I open a gvim session, the gvim window is placed behind all of my terminals. Would anyone have an idea why this is happening and how I may correct it? While I don't know enough about your setup to give

Re: FC6 gvim version 7.0.235 question

2007-05-11 Thread Sean Hubbell
Thanks Tim. I'll check it out, Sean Tim Chase wrote: I am running gvim version 7.0.235 on FC6. I have a slight problem where everytime I open a gvim session, the gvim window is placed behind all of my terminals. Would anyone have an idea why this is happening and how I may correct

FC6 gvim version 7.0.235 question

2007-05-11 Thread Sean Hubbell
Hello, I am running gvim version 7.0.235 on FC6. I have a slight problem where everytime I open a gvim session, the gvim window is placed behind all of my terminals. Would anyone have an idea why this is happening and how I may correct it? Thanks in advance, Sean

Re: [PATCH] gvim: Fix compilation against GNOME 2.18

2007-05-10 Thread Bram Moolenaar
Daniel Drake wrote: gvim with FEAT_GUI_GNOME fails to compile against GNOME 2.18. See https://bugs.gentoo.org/show_bug.cgi?id=176566 for more info. This patch solves the problem. Thanks. Looks safe to include now. -- There's no place like $(HOME)! /// Bram Moolenaar -- [EMAIL

Re: how to get gvim to open a file over ssh?

2007-05-05 Thread Martin Krischik
Am Freitag 04 Mai 2007 schrieb A.J.Mechelynck: IIUC, in this case every transfer requires inputting a username and password -- at least if you cannot configure the server and client yourself, see I never type a password wenn using netrw. See: http://en.wikipedia.org/wiki/Ssh-agent Wikipedia

how to get gvim to open a file over ssh?

2007-05-04 Thread ben lieb
In ubuntu linux: I have a remote (ssh) connection through nautilus (gui file manager). When I right-click a file, I can open, edit and save the file in text editor without any problem. When I open the file in gvim, it is empty. What can I do to solve this? Thanks for any help

Re: how to get gvim to open a file over ssh?

2007-05-04 Thread A.J.Mechelynck
ben lieb wrote: In ubuntu linux: I have a remote (ssh) connection through nautilus (gui file manager). When I right-click a file, I can open, edit and save the file in text editor without any problem. When I open the file in gvim, it is empty. What can I do to solve this? Thanks for any help

Alt hotkeys in insert mode of gvim under OpenSUSE 10.2

2007-05-03 Thread Petr Mikulik
= then in insert mode it is the only Ctrl-I which writes hello, while Alt-I writes only i. The same in SUSE 10.0 (and older) works OK. I have even tried to compile vim 6.4 and 7.0 from sources, tried gvim under KDE and BlackBox, tried different winaltkeys etc, ... but no success. Could someone

Re: Alt hotkeys in insert mode of gvim under OpenSUSE 10.2

2007-05-03 Thread A.J.Mechelynck
hello :imap m-i hello = then in insert mode it is the only Ctrl-I which writes hello, while Alt-I writes only i. The same in SUSE 10.0 (and older) works OK. I have even tried to compile vim 6.4 and 7.0 from sources, tried gvim under KDE and BlackBox, tried different winaltkeys etc

Re: Alt hotkeys in insert mode of gvim under OpenSUSE 10.2

2007-05-03 Thread Petr Mikulik
= then in insert mode it is the only Ctrl-I which writes hello, while Alt-I writes only i. The same in SUSE 10.0 (and older) works OK. I have even tried to compile vim 6.4 and 7.0 from sources, tried gvim under KDE and BlackBox, tried different winaltkeys etc, ... but no success. I think it's

Re: Alt hotkeys in insert mode of gvim under OpenSUSE 10.2

2007-05-03 Thread A.J.Mechelynck
= then in insert mode it is the only Ctrl-I which writes hello, while Alt-I writes only i. The same in SUSE 10.0 (and older) works OK. I have even tried to compile vim 6.4 and 7.0 from sources, tried gvim under KDE and BlackBox, tried different winaltkeys etc, ... but no success. I think it's

Re: who actually controls the window size of my gvim?

2007-04-30 Thread A.J.Mechelynck
guioptions=mei only display Menu, Tab, and Icon colorscheme oceandeep set lines=60 columns=89 set cursorline Highlight Current Line in GUI mode endif == I set the lines and columns to make it start with a gvim window to cover half part of my screen

Re: who actually controls the window size of my gvim?

2007-04-30 Thread A.J.Mechelynck
John Orr wrote: Two cents worth - I've long had problems like this, on Suse Linux, where something, the OS I have assumed, or the X graphics system, takes control of the sizing of my gvim application. The size is initially set by my lines and columns settings, but something else resizes

Re: who actually controls the window size of my gvim?

2007-04-30 Thread John Orr
On Monday 30 April 2007 19:21, A.J.Mechelynck wrote: John Orr wrote: Two cents worth - I've long had problems like this, on Suse Linux, where something, the OS I have assumed, or the X graphics system, takes control of the sizing of my gvim application. The size is initially set by my

Re: who actually controls the window size of my gvim?

2007-04-30 Thread Zhaojun WU
Hi, Tony and John, As I posted in my first email, I am also setting the guifont *before* the columns and lines setting. I think I find out where those strange lines and columns number are from after I check the columns and linessettings in the gvim opened from my urxvt terminal. It used

Again on gvim menu disappeared

2007-04-30 Thread Guido Milanese
Some time ago I posted a note on this topic. I received many kind answers but the problem was not solved. I just received a suggestion by G. Laurent, and it did the trick: rm .gnome2/Vim That's all! A simple interference of parameters. This file has some info on position and menu, such

Re: Gvim File Explorer error

2007-04-27 Thread Charles E Campbell Jr
[EMAIL PROTECTED] wrote: After upgrading I now get Error detected while processing function MenuExplOpen: line4: E316: ml_get: cannot find line 9 Press ENTER or type command to continue E316: ml_get: cannot find line 9 Error detected while processing function SNR15_Highlight_Matching_Pair:

open remote file in vim/gvim

2007-04-23 Thread ben lieb
This might have been discussed before, but how can I open a file remotely in vim? Via, ftp, ssh, etc.

Re: open remote file in vim/gvim

2007-04-23 Thread Zhaojun WU
Hi, Ben, I think netrw [ http://www.vim.org/scripts/script.php?script_id=1075 ] is what you want, although, personally, I haven't used it so far 'cause I am used to edit a file after SSH login. :-) HTH, Zhaojun On 4/23/07, ben lieb [EMAIL PROTECTED] wrote: This might have been discussed

Re: open remote file in vim/gvim

2007-04-23 Thread Charles E Campbell Jr
ben lieb wrote: This might have been discussed before, but how can I open a file remotely in vim? Via, ftp, ssh, etc. vim ftp://host/path/to/file vim scp://host/path/to/file Both of these use the netrw plugin, BTW. Both may ask you for passwords, although one can work around that

gvim 7: german umlauts not found when :set ic (Windows)

2007-04-20 Thread j.hofmann
I realized this by accident in gvim: Ignorecase works *correct*, except my Umlauts (äöüß). When I search for them in lowercase, these *are* found, when they are lowercase, but *not* when they are UPPERCASE. In my old gvim 6.2 they *are* found. Any Ideas? Probably a bug? Or a wrong codepage

Re: gvim 7: german umlauts not found when :set ic (Windows)

2007-04-20 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: I realized this by accident in gvim: Ignorecase works *correct*, except my Umlauts (äöüß). When I search for them in lowercase, these *are* found, when they are lowercase, but *not* when they are UPPERCASE. In my old gvim 6.2 they *are* found. Any Ideas? Probably a bug

asynchronous updates in gvim?

2007-04-19 Thread Joseph Xu
Hi: I'm dumping text into gvim from an external program via a callback function that I register for with the python interface. This callback happens frequently and asynchronously with vim operation. Whenever I try to run the external program, after receiving just a few lines of dumped text

Re: asynchronous updates in gvim?

2007-04-19 Thread A.J.Mechelynck
Joseph Xu wrote: Hi: I'm dumping text into gvim from an external program via a callback function that I register for with the python interface. This callback happens frequently and asynchronously with vim operation. Whenever I try to run the external program, after receiving just a few lines

Re: Gvim File Explorer error

2007-04-19 Thread Charles E Campbell Jr
[EMAIL PROTECTED] wrote: Occasionally when I press ALT+W,X I get some errors in the command line E316: ml_get: cannot find line 1 Press ENTER or type command to continue E316: ml_get: cannot find line 9 E316: ml_get: cannot find line 1 Press ENTER or type command to continue E316: ml_get:

about fonts in gvim

2007-04-18 Thread shawn bright
hey there all, is there a way i can permanently set the font for gvim ? i can't find a config file for it. thanks

Re: about fonts in gvim

2007-04-18 Thread Jean-Rene David
* shawn bright [2007.04.18 12:45]: is there a way i can permanently set the font for gvim ? i can't find a config file for it. :h 'guifont' -- JR

Re: about fonts in gvim

2007-04-18 Thread A.J.Mechelynck
shawn bright wrote: hey there all, is there a way i can permanently set the font for gvim ? i can't find a config file for it. thanks The config file for most options in Vim is $HOME/.vimrc (Unix) or $HOME/_vimrc (Windows). For gvim, you may add a .gvimrc or _gvimrc, but some people

Re: about fonts in gvim

2007-04-18 Thread shawn bright
permanently set the font for gvim ? i can't find a config file for it. thanks The config file for most options in Vim is $HOME/.vimrc (Unix) or $HOME/_vimrc (Windows). For gvim, you may add a .gvimrc or _gvimrc, but some people (such as me) prefer to put everything in the vimrc. If you use a single

Re: Reply: RI: Re: gvim: menu disappeared

2007-04-18 Thread A.J.Mechelynck
Guido Milanese wrote: On Wednesday 18 April 2007 14:26, A.J.Mechelynck wrote: Start vim as root: :echo $VIMRUNTIME :echo has(menu) :scriptnames :view ~/.vimrc Then do the same as non-root and compare the results. Apparently, the result is the same, both for

Re: gvim: menu disappeared

2007-04-17 Thread A.J.Mechelynck
it yourself. Hypothesis 2a: You have installed a Vim version which is powerful enough, but you are not using it. How to check: (1) Same as hypothesis 2 above. (2) In the shell (e.g. in bash): which -a gvim ls -l `which gvim` should help you find out what to do: the first gvim

Re: setting title of gvim window inside a bash script

2007-04-16 Thread Thomas Adam
--- Kamaraju S Kusumanchi [EMAIL PROTECTED] wrote: I tried /usr/bin/gview -c 'set ft=man nomod nolist titlestring=$1' - /usr/bin/gview -c 'set ft=man nomod nolist titlestring=$1' - The problem here is that you're forgetting that string interpolation _doesn't_ happen within single quotes.

gvim: menu disappeared

2007-04-15 Thread Guido Milanese
I am sorry to ask such a stupid question, but I'm really puzzled. I have been using vim for ages now, and for some tasks, not always, I prefer a GUI. I use a Mandriva Linux distribution and it's all right. Suddendly the menu bar (not the toolbar with icons, the menu bar with texts: File, Edit,

Re: gvim: menu disappeared

2007-04-15 Thread panshizhu
Guido Milanese [EMAIL PROTECTED] 写于 2007-04-16 05:08:14: I am sorry to ask such a stupid question, but I'm really puzzled. I have been using vim for ages now, and for some tasks, not always, I prefer a GUI. I use a Mandriva Linux distribution and it's all right. Suddendly the menu bar (not

Re: setting title of gvim window inside a bash script

2007-04-14 Thread A.J.Mechelynck
Kamaraju S Kusumanchi wrote: Using Debian Etch (stable), vim 7.0.122 Inside ~/.bashrc, I have a function # Use gvim as a manpage reader function wman { /usr/bin/man $* | /usr/bin/col -bp | /usr/bin/iconv -c | \ /usr/bin/gview -c 'set ft=man nomod nolist' - } This opens the man page

Re: setting title of gvim window inside a bash script

2007-04-14 Thread Kamaraju S Kusumanchi
A.J.Mechelynck wrote: try (untested) gview --cmd set ft=man nomod nolist title titlestring=$1 - - Double quotes should let the shell expand the positional parameter $1 - --cmd is applied before sourcing the vimrc; it may or may not be wise. Works! Thanks. raju -- Kamaraju S Kusumanchi

Re: Basic question, CTRL+Wh on Gvim, Win XP

2007-04-12 Thread A.J.Mechelynck
Tim Chase wrote: In general, the safest keys to use for the {lhs} (left-hand side) of mappings are the F keys. Almost everything else already has a function in Vim. Among Worth knowing. Thanks. What about when using a leader such as , or / ? The comma does a reverse-search of the last thing

Re: Basic question, CTRL+Wh on Gvim, Win XP

2007-04-12 Thread Tim Chase
One other candidate might be the underscore, though it's a shifted key which makes it a little more difficult, it is usually in a pretty predictable place (unlike the backslash/pipe key which I find all over the keyboard depending on whose machine I'm using...makes typing DOS file-paths a pain).

gvim invalid expression error

2007-04-11 Thread Chad Gulley
i recently upgraded from vim 6.3 to vim 7.0 on RHEL 4. i also enabled gvim with vim7. using gvim, i get the following error: Scanning tags. E15: Invalid expression: substitute(v:fname,'s$','','g')substitute(v:fname,'s$','','g') i get this error only in gvim. vim7 and vim6.3 work fine

gvim invalid expression error

2007-04-11 Thread Chad Gulley
sorry all, i just realized i had a bum statement in my gvimrc file. please disregard previous email. i recently upgraded from vim 6.3 to vim 7.0 on RHEL 4. i also enabled gvim with vim7. using gvim, i get the following error: Scanning tags. E15: Invalid expression: substitute(v:fname,'s

Re: gvim invalid expression error

2007-04-11 Thread Tim Chase
Scanning tags. E15: Invalid expression: substitute(v:fname,'s$','','g')substitute(v:fname,'s$','','g') i get this error only in gvim. vim7 and vim6.3 work fine. I suspect your gvimrc loads something that causes the problem. It seems odd that the problem would only occur in gvim

Re: gvim invalid expression error

2007-04-11 Thread Tim Chase
Scanning tags. E15: Invalid expression: substitute(v:fname,'s$','','g')substitute(v:fname,'s$','','g') i get this error only in gvim. vim7 and vim6.3 work fine. I suspect your gvimrc loads something that causes the problem. It seems odd that the problem would only occur in gvim

Re: gvim invalid expression error

2007-04-11 Thread Tim Chase
Scanning tags. E15: Invalid expression: substitute(v:fname,'s$','','g')substitute(v:fname,'s$','','g') i get this error only in gvim. vim7 and vim6.3 work fine. I suspect your gvimrc loads something that causes the problem. It seems odd that the problem would only occur in gvim

Re: gvim invalid expression error

2007-04-11 Thread Tim Chase
Scanning tags. E15: Invalid expression: substitute(v:fname,'s$','','g')substitute(v:fname,'s$','','g') i get this error only in gvim. vim7 and vim6.3 work fine. I suspect your gvimrc loads something that causes the problem. It seems odd that the problem would only occur in gvim

Re: gvim invalid expression error

2007-04-11 Thread Tim Chase
Scanning tags. E15: Invalid expression: substitute(v:fname,'s$','','g')substitute(v:fname,'s$','','g') i get this error only in gvim. vim7 and vim6.3 work fine. I suspect your gvimrc loads something that causes the problem. It seems odd that the problem would only occur in gvim

Re: gvim invalid expression error

2007-04-11 Thread Tim Chase
Scanning tags. E15: Invalid expression: substitute(v:fname,'s$','','g')substitute(v:fname,'s$','','g') i get this error only in gvim. vim7 and vim6.3 work fine. I suspect your gvimrc loads something that causes the problem. It seems odd that the problem would only occur in gvim

Sorry for duplicates (mailserver problems. Was: Re: gvim invalid expression error)

2007-04-11 Thread Tim Chase
Sorry for the duplicate emails...my mailserver was giving me fits telling me that it hadn't sent, yet was apparently not so truthful. -tim

Basic question, CTRL+Wh on Gvim, Win XP

2007-04-10 Thread Samuel Wright
Hi All, On my gvim 7 running on Win Xp none of the following work to move to another window (I'm actually using the project plugin, but I don't think that's relevant).. CTRL-W Left *CTRL-W_Left* CTRL-W CTRL-H *CTRL-W_CTRL-H

Re: Basic question, CTRL+Wh on Gvim, Win XP

2007-04-10 Thread Albie Janse van Rensburg
Samuel Wright wrote: Hi All, On my gvim 7 running on Win Xp none of the following work to move to another window (I'm actually using the project plugin, but I don't think that's relevant).. CTRL-W Left*CTRL-W_Left* CTRL-W CTRL-H*CTRL-W_CTRL-H* CTRL-W BS

Re: Basic question, CTRL+Wh on Gvim, Win XP

2007-04-10 Thread A.J.Mechelynck
Albie Janse van Rensburg wrote: Samuel Wright wrote: Hi All, On my gvim 7 running on Win Xp none of the following work to move to another window (I'm actually using the project plugin, but I don't think that's relevant).. CTRL-W Left*CTRL-W_Left* CTRL-W CTRL-H

Re: Basic question, CTRL+Wh on Gvim, Win XP

2007-04-10 Thread A.J.Mechelynck
Samuel Wright wrote: Guys, Thanks for the response! Albie, yes I was talking about split windows. not vim tabs or windows apps... Tony, thanks for reminding me of :map to check what a mapping does. Yes, it was mapped in an obscure corner of my vimrc, that will teach me to cut and paste

Re: Basic question, CTRL+Wh on Gvim, Win XP

2007-04-10 Thread Samuel Wright
On 10/04/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: In general, the safest keys to use for the {lhs} (left-hand side) of mappings are the F keys. Almost everything else already has a function in Vim. Among Worth knowing. Thanks. What about when using a leader such as , or / ? Hit any key to

Re: Basic question, CTRL+Wh on Gvim, Win XP

2007-04-10 Thread Tim Chase
In general, the safest keys to use for the {lhs} (left-hand side) of mappings are the F keys. Almost everything else already has a function in Vim. Among Worth knowing. Thanks. What about when using a leader such as , or / ? The comma does a reverse-search of the last thing you searched for

Re: Basic question, CTRL+Wh on Gvim, Win XP

2007-04-10 Thread Samuel Wright
On 10/04/07, Tim Chase [EMAIL PROTECTED] wrote: The comma does a reverse-search of the last thing you searched for using t/T/f/F which many folks don't use (so they use it for leader), but I use regularly. Yes, have seen , used as leader before. Will look at the other usage though, as it is

RE: gVim and Cygwin

2007-04-02 Thread Robert Schols
-Original Message- From: Waters, Bill [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 18:06 To: vim@vim.org Subject: gVim and Cygwin Does anyone have experience with running gVim and using Cygwin commands (ex. indent)?  I would prefer not to run vim in a Cygwin

Re: gVim and Cygwin

2007-04-01 Thread Michael Schaap
On 30-Mar-2007 21:23, A.J.Mechelynck wrote: OTOH, since (IIRC) builds of Vim available on the Cygwin site are usually console builds, to get a Cygwin/X11 build of gvim you would have to compile it yourself. Actually, an X11 gvim *is* available using Cygwin's setup.exe. It's not installed

Re: gVim and Cygwin

2007-03-31 Thread A.J.Mechelynck
David Fishburn wrote: -Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 6:42 PM To: Charles E Campbell Jr Cc: Waters, Bill; vim@vim.org Subject: Re: gVim and Cygwin Charles E Campbell Jr wrote: Waters, Bill wrote: Does anyone have

Re: gVim and Cygwin

2007-03-30 Thread A.J.Mechelynck
Cc to list. Next time, please use bottom-posting or inter-posting in preference to top-posting, and Reply to All or Reply to List in preference to Reply to Sender. ben lieb wrote: I've had no real problems. I use cygwin. I type 'startx' to run the x terminal. Then I run 'gvim' from

Re: gVim and Cygwin

2007-03-30 Thread Charles E Campbell Jr
Waters, Bill wrote: Does anyone have experience with running gVim and using Cygwin commands (ex. indent)? I would prefer not to run vim in a Cygwin terminal, unless someone has all of the configurations needed (syntax highlighting, etc) to have that act like gVim. I generally compile

Re: gVim and Cygwin

2007-03-30 Thread Gary Johnson
On 2007-03-30, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Waters, Bill wrote: Does anyone have experience with running gVim and using Cygwin commands (ex. indent)? I would prefer not to run vim in a Cygwin terminal, unless someone has all of the configurations needed (syntax

Re: gVim and Cygwin

2007-03-30 Thread A.J.Mechelynck
Charles E Campbell Jr wrote: Waters, Bill wrote: Does anyone have experience with running gVim and using Cygwin commands (ex. indent)? I would prefer not to run vim in a Cygwin terminal, unless someone has all of the configurations needed (syntax highlighting, etc) to have that act like

Building gvim creates invalid executable

2007-03-30 Thread David Fishburn
/NOLOGO -f Makefile cl -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -DWIN32 -D_WI N32 -W3 -D_WIN32_IE=0x0400 -DWINVER=0x0400 -DFEAT_GETTEXT -D_MT -D_DLL -MD gvim ext.cpp gvimext.cpp Rc /r -DWIN32 -D_WIN32 -DWINVER=0x0400 gvimext.rc link /INCREMENTAL:NO /NOLOGO

RE: gVim and Cygwin

2007-03-30 Thread David Fishburn
-Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 6:42 PM To: Charles E Campbell Jr Cc: Waters, Bill; vim@vim.org Subject: Re: gVim and Cygwin Charles E Campbell Jr wrote: Waters, Bill wrote: Does anyone have experience

Re: gVim and Cygwin

2007-03-30 Thread Gary Johnson
On 2007-03-30, David Fishburn [EMAIL PROTECTED] wrote: -Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 6:42 PM To compile a Unix-like Vim for Cygwin you must use the top-level Makefile or the src/Makefile which will invoke a

Re: gVim and Cygwin

2007-03-30 Thread Kev
Waters, Bill wrote: Does anyone have experience with running gVim and using Cygwin commands (ex. indent)? I would prefer not to run vim in a Cygwin terminal, unless someone has all of the configurations needed (syntax highlighting, etc) to have that act like gVim. Thanks, Bill I do

Re: building gvim on debian

2007-03-27 Thread Yakov Lerner
Thanks Tim and Brian. The problem turned to be in our firewall, it suddenly started to block the bz2's that 'apt-get update'. 'apt-get build-dep vim-gtk' command helped. me. Regarding breezy and dapper -- together, yes, this is the sources.list Mepis comed with by default; they are both enabled

Re: GVim Crash

2007-03-25 Thread A.J.Mechelynck
Andy Wokula wrote: GVim7 (Win32) crashes if I do the following: clean startup :new :tabnew :call winnr(#) happens with or without 219 patches included Andy also on Linux with gvim 7.0.219 called as gvim -N -u NONE and also when replacing :call by :echo. Note that the last accessed

Re: GVim Crash

2007-03-25 Thread Tobias Klausmann
Hi! On Sun, 25 Mar 2007, Andy Wokula wrote: GVim7 (Win32) crashes if I do the following: clean startup :new :tabnew :call winnr(#) happens with or without 219 patches included Same here for the Linux (amd64) console version. Throws a core. If need be I can do a gdb bt and post the

Re: GVim Crash

2007-03-25 Thread A.J.Mechelynck
Andy Wokula wrote: GVim7 (Win32) crashes if I do the following: clean startup :new :tabnew :call winnr(#) happens with or without 219 patches included Andy also on Linux with gvim 7.0.219 called as gvim -N -u NONE and also when replacing :call by :echo. Note that the last accessed

building gvim on debian

2007-03-25 Thread Yakov Lerner
When on FedoraCore, I can build gvim whenever I want and I can install needed dependencies (*-devel). But debian-derived distros are not nice to me ... on the debian-derived distro (mepis), trying to install libgtk for building gvim I got into trouble that I don't know how to solve: 'apt-get

Re: building gvim on debian

2007-03-25 Thread Tom Purl
build gvim whenever I want and I can install needed dependencies (*-devel). But debian-derived distros are not nice to me ... on the debian-derived distro (mepis), trying to install libgtk for building gvim I got into trouble that I don't know how to solve: 'apt-get install libgtk2.0-dev

How to remove all indenting features on Windows GVIM

2007-03-23 Thread Kiernan Holland
This is the most annoying of the features on GVIM.. I like GVIM because it had syntax highlighting, but my fingers are programmed to handle indenting with just the basic indenting that is standard even on the elder vi implementation. How it's hurting me now, an example in PHP

Re: How to remove all indenting features on Windows GVIM

2007-03-23 Thread Gary Johnson
On 2007-03-23, Kiernan Holland [EMAIL PROTECTED] wrote: This is the most annoying of the features on GVIM.. I like GVIM because it had syntax highlighting, but my fingers are programmed to handle indenting with just the basic indenting that is standard even on the elder vi implementation. I

Re: how to setup gvim as view source editor for Opera?

2007-03-18 Thread zzapper
Taylor Venable [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: For Opera, open the preferences, click on the Advanced tag, then choose Programs from the list on the left. At the bottom of the right-hand side, there's the option to set the source viewer program. ## Couldn't see it

how to setup gvim as view source editor for Opera?

2007-03-17 Thread zzapper
Hi, I've forgotten how to setup gvim as view source editor for Opera (got a new Vista PC). Also can anyone recommend the best solution for FireFox, I've only got the one where viewing source with vim is an additional option -- zzapper http://SuccessTheory.com/tips/ vim, zsh success tips

Re: how to setup gvim as view source editor for Opera?

2007-03-17 Thread zzapper
Taylor Venable [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: On Sat, 17 Mar 2007 15:01:17 + (UTC) zzapper [EMAIL PROTECTED] wrote: I've forgotten how to setup gvim as view source editor for Opera (got a new Vista PC). Also can anyone recommend the best solution for FireFox, I've

Re: how to setup gvim as view source editor for Opera?

2007-03-17 Thread Taylor Venable
On Sat, 17 Mar 2007 15:42:49 + (UTC) zzapper [EMAIL PROTECTED] wrote: Taylor Venable [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: On Sat, 17 Mar 2007 15:01:17 + (UTC) zzapper [EMAIL PROTECTED] wrote: I've forgotten how to setup gvim as view source editor for Opera

Re: how to setup gvim as view source editor for Opera?

2007-03-17 Thread Jack Donohue
In Firefox, type about:config into the URL bar and hit ENTER. Type source in the filter box and hit ENTER. Double-click on the entry for view_source.editor.external so its value changes to true. Then Don't have that entry on my version of Firefox (Windows, v. 1.5.0.10) Maybe some other

Re: how to setup gvim as view source editor for Opera?

2007-03-17 Thread A.J.Mechelynck
Jack Donohue wrote: In Firefox, type about:config into the URL bar and hit ENTER. Type source in the filter box and hit ENTER. Double-click on the entry for view_source.editor.external so its value changes to true. Then Don't have that entry on my version of Firefox (Windows, v. 1.5.0.10)

  1   2   3   4   5   >