gvim

2006-05-09 Thread Malhotra, Vijendra
Just download and built vim 7, but I can't see gvim ? But I do get a gui if I launch vim -g Thanks V == Please access the attached hyperlink for an important electronic communications disclaimer: http://www.c

GVim colours

2007-02-05 Thread Shot (Piotr Szotkowski)
I've been using Vim with colorscheme evening, run in gnome-terminal set to disallow bold text and to use the Rxvt colour palette, and it's been working great for me. So great, in fact, that now, when I want to give GVim a chance, I can't stand its default interpretation of the even

Enabling gvim?

2007-02-20 Thread Chris.Fouts
I d/l'd and cofigured vim7.x (latest) as follows... > ./configure --prefix=/vimpath --enable-gui Should this enable gvim? I did a make install, and > cd /vimpath/bin > ln -s vim gvim When I start gvim, I get E25: GUI cannot be used: Not enabled at compile time What do I nee

GVim Crash

2007-03-25 Thread Andy Wokula
GVim7 (Win32) crashes if I do the following: " clean startup :new :tabnew :call winnr("#") " happens with or without 219 patches included Andy -- EOM

RE: gvim

2006-05-09 Thread Malhotra, Vijendra
Doesn't work for some reason. But as I said vim -g works. BTW what is the difference between gvim and vim -g ? From: Linxiao [mailto:[EMAIL PROTECTED] Sent: Tuesday 09 May 2006 22:42 To: Malhotra, Vijendra Cc: vim@vim.org Subject: Re: gvim under Linux?

Re: gvim

2006-05-09 Thread Linxiao
Are you under Linux? then justmake installit On 5/9/06, Malhotra, Vijendra <[EMAIL PROTECTED]> wrote: Just download and built vim 7, but I can't see gvim ? But I do get a gui if I launch vim -

Re: gvim

2006-05-09 Thread Gary Johnson
On 2006-05-09, "Malhotra, Vijendra" <[EMAIL PROTECTED]> wrote: > BTW what is the difference between gvim and vim -g ? If vim and gvim are links to the same file, nothing. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED]

RE: gvim

2006-05-09 Thread Malhotra, Vijendra
No they are not pointing to the same file. Now what is the difference -Original Message- From: Gary Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday 10 May 2006 00:44 To: vim@vim.org Subject: Re: gvim On 2006-05-09, "Malhotra, Vijendra" <[EMAIL PROTECTED]> wrote: &

Re: gvim

2006-05-09 Thread Edward L. Fox
On 5/10/06, Malhotra, Vijendra <[EMAIL PROTECTED]> wrote: No they are not pointing to the same file. Now what is the difference No difference at all. :-) if (get_file_name_without_path(argv[0]) == "gvim") launch_the_graphical_frontend(); else launch_the_ncurses_tex

RE: gvim

2006-05-09 Thread drchip
Quoting "Malhotra, Vijendra" <[EMAIL PROTECTED]>: > No they are not pointing to the same file. Now what is the difference > > -Original Message- > From: Gary Johnson [mailto:[EMAIL PROTECTED] > Sent: Wednesday 10 May 2006 00:44 > To: vim@vim.org >

Re: gvim

2006-05-09 Thread Gary Johnson
On 2006-05-10, "Malhotra, Vijendra" <[EMAIL PROTECTED]> wrote: > Gary Johnson [mailto:[EMAIL PROTECTED] Sent Wednesday 10 May 2006 00:44 > > On 2006-05-09, "Malhotra, Vijendra" <[EMAIL PROTECTED]> wrote: > > > > > BTW what is the differenc

gvim and Unicode

2007-01-26 Thread Jon Noring
I've been a long-time user of vi editors on Windows (lemmy and an older version of vim) and now am looking for a vi editor for Windows that supports the Unicode encodings (such as UTF-8, UTF-16, etc.) So I installed the latest gvim, version 7, but am disappointed that on my system at

Re: GVim colours

2007-02-05 Thread A.J.Mechelynck
Shot (Piotr Szotkowski) wrote: I've been using Vim with colorscheme evening, run in gnome-terminal set to disallow bold text and to use the Rxvt colour palette, and it's been working great for me. So great, in fact, that now, when I want to give GVim a chance, I can't st

Re: GVim colours

2007-02-05 Thread panshizhu
first set gui=NONE and then set gui=reverse again. Well, I really HATE the way to do that since it seems to be a "dirty" and "hacked" way, but unfortuanately it is the only way for gvim now, I strongly hope the next Vim version will have a much "clean" way to di

Re: GVim colours

2007-02-08 Thread Alexei Alexandrov
Hi A.J.Mechelynck, you wrote: > > 3. replace the arguments of guibg= and guifg= by their #RRGGBB hex > equivalents from the rxvt color palette. What these equivalents are, I > don't know; but you can set any 32-bit color that way. If you want it to > be usable (without dithering) on a 256-color t

Re: Enabling gvim?

2007-02-20 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: I d/l'd and cofigured vim7.x (latest) as follows... ./configure --prefix=/vimpath --enable-gui Should this enable gvim? I did a make install, and cd /vimpath/bin ln -s vim gvim When I start gvim, I get E25: GUI cannot be used: Not enabled at compile time

RE: Enabling gvim?

2007-02-20 Thread Chris.Fouts
ing for X11/SM/SMlib.h ... I see now what I don't have GUI support. But how do I enable it? >-Original Message- >From: Theerasak Photha [mailto:[EMAIL PROTECTED] >Sent: Tuesday, February 20, 2007 12:25 PM >To: Fouts Christopher (QNA RTP PT PREV) >Subject: Re: En

RE: Enabling gvim?

2007-02-20 Thread Chris.Fouts
t;From: Fouts Christopher (QNA RTP PT PREV) >Sent: Tuesday, February 20, 2007 12:54 PM >To: [EMAIL PROTECTED]; vim@vim.org; [EMAIL PROTECTED] >Subject: RE: Enabling gvim? > >I did a several gui options > >> ./configure --prefix=/vimpath --enable-gui=auto ./configure >

RE: Enabling gvim?

2007-02-20 Thread Chris.Fouts
From: Fouts Christopher (QNA RTP PT PREV) >Sent: Tuesday, February 20, 2007 12:59 PM >To: Fouts Christopher (QNA RTP PT PREV); [EMAIL PROTECTED]; >vim@vim.org; [EMAIL PROTECTED] >Subject: RE: Enabling gvim? > >I have an older version compiled with GUI, so I know it CAN be >

Re: Enabling gvim?

2007-02-20 Thread Charles E Campbell Jr
[EMAIL PROTECTED] wrote: I d/l'd and cofigured vim7.x (latest) as follows... ./configure --prefix=/vimpath --enable-gui Should this enable gvim? I did a make install, and cd /vimpath/bin ln -s vim gvim When I start gvim, I get E25: GUI cannot be used: Not enabl

RE: Enabling gvim?

2007-02-20 Thread Chris.Fouts
It's in HPUX, and 10.20 at that. but I'll try your --with-features option. >-Original Message- >From: Charles E Campbell Jr [mailto:[EMAIL PROTECTED] >Sent: Tuesday, February 20, 2007 1:52 PM >To: Fouts Christopher (QNA RTP PT PREV) >Cc: vim@vim.org &g

RE: Enabling gvim?

2007-02-20 Thread Chris.Fouts
ary 20, 2007 2:21 PM >To: [EMAIL PROTECTED] >Cc: vim@vim.org >Subject: RE: Enabling gvim? > >It's in HPUX, and 10.20 at that. but I'll try your >--with-features option. > >>-Original Message- >>From: Charles E Campbell Jr [mailto:[EMAIL PROTECTE

Re: Enabling gvim?

2007-02-20 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: Ok, how do I tell ./configure where X11 include/lib dirs are? I tried the --x-includes=DIR and --x-libraries=DIR to no avail. Seems like it can't find them so it throws away gui support. Do you have the _header_ files for _compiling_ with X11 installed? On my system

Re: Enabling gvim?

2007-02-20 Thread Gary Johnson
to bring the original source up to patch level 66, but that should have no effect on being able to build a GUI version. Note also that --prefix and --enable-cscope shouldn't affect your build, but it may be necessary to use --with-tlib=curses in order to use a color terminal.

RE: Enabling gvim?

2007-02-20 Thread Chris.Fouts
>-Original Message- >From: Ryan Phillips [mailto:[EMAIL PROTECTED] >Sent: Tuesday, February 20, 2007 4:25 PM >To: Fouts Christopher (QNA RTP PT PREV) >Cc: vim@vim.org >Subject: Re: Enabling gvim? > >[EMAIL PROTECTED] said: >> I d/l'd and c

RE: Enabling gvim?

2007-02-20 Thread Chris.Fouts
(snip) > >Ok thanks. Looks like we don't have the X11/Motif libraries, >which I've used before. Someone else configured this machine. > >-chris Actually we have the Motif libs, but I can't find the include files. -chris

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"

Re: GVim Crash

2007-03-25 Thread Bram Moolenaar
Andy Wokula wrote: > GVim7 (Win32) crashes if I do the following: > > " clean startup > :new > :tabnew > :call winnr("#") > > " happens with or without 219 patches included I can reproduce it. Will be fixed soon. -- If an elephant is left tied to a parking meter, the parking fee has to be p

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

gVim and Cygwin

2007-03-30 Thread Waters, Bill
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

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, an

gvim pan scroll?

2007-05-25 Thread Craig Davies
hi, I just started using gvim. Is there any way to get pan-scrolling (Ctrl + right mouse drag) as in NEdit? Thanks a lot Craig

gvim + gnome nautilus

2006-08-30 Thread Gabriel B.
I've used gvim with gnome for some time. Now when i try to open a file with right click in the file nautilus' icon, open with gvim. I get: Erreur détectée en traitant BufReadCmd Auto commandes pour "file://*": error detected treating BufReadCmd Auto commandes for "file

c and gvim

2006-09-07 Thread SHANKAR R-R66203
Hi All, I am basically a VHDL/verilog guy. But my team has fresh verification engineers who will be using c a lot. I want to know the useful plugins and any other important aspects, when using gvim for editing C/C++ As far as I know and searched - I could get c.vim -- plugin for gvim ctags

Gvim closing unexpectedly

2006-10-04 Thread Greg Dunn
I recently grabbed an updated gvim binary (7.0 with patches 1-110) from the cream sf site and now gvim closes without warning whenever I try to open a .vim script. It seems to have something to do with syntax highlighting: $ gvim -u NONE -U NONE :filetype on :e foo.vim :redir > vim.txt

Re: gvim and Unicode

2007-01-26 Thread Mikolaj Machowski
On sobota 27 styczeń 2007, vim@vim.org wrote: > (it appears gvim assumes the documents are ISO-8859 encoded.) In > addition, in the documentation and menus, I see nothing mentioned about > Unicode, UTF-8 encoding, etc. :help utf-8 :help unicode m.

Re: gvim and Unicode

2007-01-26 Thread A.J.Mechelynck
Jon Noring wrote: I've been a long-time user of vi editors on Windows (lemmy and an older version of vim) and now am looking for a vi editor for Windows that supports the Unicode encodings (such as UTF-8, UTF-16, etc.) So I installed the latest gvim, version 7, but am disappointed that

Re: gvim and Unicode

2007-01-26 Thread Bill McCarthy
On Fri 26-Jan-07 4:17pm -0600, Jon Noring wrote: > In addition, in the documentation and menus, I see nothing > mentioned about Unicode, UTF-8 encoding, etc. Hmm, if I simply type (in 7.0.188): :helpg \

background process in gvim

2007-01-28 Thread Manu Hack
In my gvim under linux, I can't run a background process but I can do so in vim. I remember I can do it in gvim under windows. What would be the possible cause of that? Thanks.

Re: gvim and Unicode

2007-02-08 Thread Guido Milanese
ve the "latin1" encoding of some files unchanged. What I do is: 1. open gvim 2: set encoding=latin1 3: e: filename.txt 4. work and save the file, that this way remains in its original encoding. OR :e ++enc=latin1 filename.txt Question: Is there any difference among the two systems?

Re: gvim and Unicode

2007-02-08 Thread A.J.Mechelynck
s (e.g. LyX) I must leave the "latin1" encoding of some files unchanged. What I do is: 1. open gvim 2: set encoding=latin1 3: e: filename.txt 4. work and save the file, that this way remains in its original encoding. OR :e ++enc=latin1 filename.txt Question: Is there any difference

limited fonts in gVim

2007-02-19 Thread Simon Jackson
Im on a windows machine and the choice of fonts to use is VERY limited, is there a way to use any true type font i have installed on the machine?

Can gVIM emulate WhiteRoom?

2007-02-24 Thread Simon Jackson
Is it possible for gvim to do the same thing as white room? http://www.hogbaysoftware.com/product/writeroom it seems like it wouldnt be too hard 1) full screen 2) text centered (like the screenshots in the the URL above)

Maximize gvim at startup

2007-03-13 Thread Mr. Shawn H. Corey
Hi, I'm running Ubuntu 6.10 on a PowerBook 4 under GNOME. Is there any command I can put inn my .gvimrc that will maximize the window at startup? I tried: :autocmd GUIEnter * simalt But simalt does not work in Linux. I may not know much about GUIs but ever one I read so far has an API c

gtk+ gvim and dwm

2007-03-13 Thread Michael F. Lamb
Hello, I'm using the 'dwm' window manager in "tiled layout," which enforces a fixed-size window. http://www.suckless.org/wiki/dwm Using gtk+ gvim 7.0.122, with some combinations of guifont and guioptions settings, the vim command line ends up half-outside its

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: &#x

Re: gVim and Cygwin

2007-03-30 Thread A.J.Mechelynck
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 Running

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'

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 al

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

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 wro

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 wil

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: 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-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

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 pr

Re: gVim and Cygwin

2007-04-02 Thread A.J.Mechelynck
Robert Schols wrote: [...] I use the UnxUtils package: http://unxutils.sourceforge.net/ It includes all of the commands I need and accepts forward slashes as well as backslashes. I use these commands from the standard precompiled gvim.exe from vim.org. I have cygwin as well, but it is later in

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')

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:

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 (

Re: gvim: menu disappeared

2007-04-17 Thread A.J.Mechelynck
Solution: Avail yourself of a different Vim executable, or compile 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

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: gvim: menu disappeared

2007-04-18 Thread Guido Milanese
On Monday 16 April 2007 03:18, [EMAIL PROTECTED] wrote: > Will the :se go+=g > show your menu? Thanks a lot. No success! g --- Guido Milanese http://www.arsantiqua.org

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 te

Gvim File Explorer error

2007-04-19 Thread list
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: cannot find line 1 Press ENTER

file menu using gvim

2006-04-11 Thread Roger ABQ
I hope this is the right place to post such a question. If it is not, my apologies. What determines whether gvim has the top file menu or not? I can run the exact same version/build of gvim on two different machines. One displays the menu and the other does not. I'm sure it is somethi

gvim not reading gvimrc

2006-04-17 Thread Anthony Campbell
I've just had to reinstall vim after a crash of X on my Debian system (Sid) Vim reads its .vimrc file correctly but gvim does not read .gvimrc. Instead it seems to be reading some other configuration file with different mappings and the wrong font. I cannot source my gvimrc file, even wi

GVim Win32 - mouse cursor

2006-05-04 Thread Dominic Evans
Just a minor bug. It may not be fixable I am not sure. But I run GVim with 'set mouse=' (i.e. mouse completely disabled). However, if the mouse hovers over the statusline of a split window it still changes to the <--> resize cursor. As I said it is a very minor thing but thought

Mappings fail in gvim...

2006-05-15 Thread Malhotra, Vijendra
I have the following mappings that work fine on vim but don't on gvim any idea why " Window manipulation "Ctrl left == Ctrl W l map ^[Oc ^Wl " Ctrl left map ^[Od ^Wh " Ctrl+Down == Ctrl-W + j map ^[Ob ^Wj " Ctrl+Up == Ctrl-W + k map ^[Oa ^Wk

Re: gvim + gnome nautilus

2006-08-30 Thread A.J.Mechelynck
Gabriel B. wrote: I've used gvim with gnome for some time. Now when i try to open a file with right click in the file nautilus' icon, open with gvim. I get: Erreur détectée en traitant BufReadCmd Auto commandes pour "file://*": error detected treating BufReadCmd Auto

Re: gvim + gnome nautilus

2006-09-01 Thread Gabriel B.
On 8/30/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Gabriel B. wrote: > I've used gvim with gnome for some time. > > Now when i try to open a file with right click in the file nautilus' > icon, open with gvim. I get: > > Erreur détectée en traitant Bu

Re: gvim + gnome nautilus

2006-09-02 Thread A.J.Mechelynck
Gabriel B. wrote: On 8/30/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Gabriel B. wrote: > I've used gvim with gnome for some time. > > Now when i try to open a file with right click in the file nautilus' > icon, open with gvim. I get: > > Erreur détectée en

man pages in gvim

2006-09-06 Thread Andrei A. Voropaev
Hello! If I hit K in normal mode, then I get man page for the word I'm in. But in gvim this does not quite work. First I get the warning "Terminal is not fully functional", and then comes the man page with formatting like this SYNOPSIS #include  

Re: c and gvim

2006-09-07 Thread A.J.Mechelynck
SHANKAR R-R66203 wrote: Hi All, I am basically a VHDL/verilog guy. But my team has fresh verification engineers who will be using c a lot. I want to know the useful plugins and any other important aspects, when using gvim for editing C/C++ As far as I know and searched - I could get c.vim

Re: c and gvim

2006-09-07 Thread Vissale NEANG
ortant aspects, when using gvim for editing C/C++ As far as I know and searched - I could get c.vim -- plugin for gvim ctags/cscope -- tag generator. Any other important feature/plugin/tool one need to know for editing C, please let me know. Thanks and Regards, Shankar

RE: Gvim closing unexpectedly

2006-10-04 Thread Steve Hall
From: "Greg Dunn", Wed, October 04, 2006 1:51 pm > > I recently grabbed an updated gvim binary (7.0 with patches 1-110) > from the cream sf site and now gvim closes without warning whenever > I try to open a .vim script. It seems to have something to do with > syntax hig

Re: Gvim closing unexpectedly

2006-10-04 Thread Greg Dunn
On 10/4/06, Steve Hall <[EMAIL PROTECTED]> wrote: From: "Greg Dunn", Wed, October 04, 2006 1:51 pm > > I recently grabbed an updated gvim binary (7.0 with patches 1-110) > from the cream sf site and now gvim closes without warning whenever > I try to open a .v

Re: Gvim closing unexpectedly

2006-10-04 Thread Steve Hall
[cross-posting to connect threads] On Thu, 2006-10-05 at 10:04 +1000, Robbie Gates wrote: > Hi All, > > i was having problems with gvim hanging when i tried to edit my > vimrc. > > After a bit of sleuthing, i tracked it down to has("tcl") hanging > (called from sy

Re: Gvim closing unexpectedly

2006-10-05 Thread Greg Dunn
On 10/4/06, Steve Hall <[EMAIL PROTECTED]> wrote: [cross-posting to connect threads] On Thu, 2006-10-05 at 10:04 +1000, Robbie Gates wrote: > Hi All, > > i was having problems with gvim hanging when i tried to edit my > vimrc. > > After a bit of sleuthing, i tra

RE: Gvim closing unexpectedly

2006-10-05 Thread Steve Hall
From: "Greg Dunn", Thu, October 05, 2006 9:36 am > On 10/4/06, Steve Hall wrote: > > On Thu, 2006-10-05 at 10:04 +1000, Robbie Gates wrote: > > > > > > i was having problems with gvim hanging when i tried to edit my > > > vimrc. After a b

gvim cut paste selection

2006-11-04 Thread Ujjal Bose
Hi , I was having problem with cut-paste selections from X <-> Windows for gvim (6.2) , and this is the reply I got from the RealVNC team . So is there a way to solve this in gvim ? Thanks in advance ! -Ujjal -- Forwarded message -- From: James Weatherall <[EMAIL

Re: Gvim closing unexpectedly

2006-11-08 Thread Edward Wong
Yup, I can confirm it too. I'm in Windows with cygwin and command :echo has("tcl") crashes gvim. :) On 10/5/06, Steve Hall <[EMAIL PROTECTED]> wrote: From: "Greg Dunn", Thu, October 05, 2006 9:36 am > On 10/4/06, Steve Hall wrote: > > On Thu, 2006-

color loading sequence in GVIM

2007-02-04 Thread Eric Leenman
Hi, I'm doing a reinstall of gvim and placing my color and font setting in a seperate file in the plugin. This file is located in: "C:\Program Files\Vim\vimfiles\plugin" And it contains the following: [START OF FILE] :hi Commentctermfg=darkgreen gui=None guifg=darkgree

How to diff in gvim

2007-02-13 Thread Eric Leenman
Hi, I'm trying to diff two files in (portable) gvim I have two files opened in two vertical windows. (Kind of Winmerge screen setup) When I type :diff I get the error E97: Can not create diffs Why is that? When I type :verbose I dont get more info Rgds,

Re: limited fonts in gVim

2007-02-19 Thread A.J.Mechelynck
Simon Jackson wrote: Im on a windows machine and the choice of fonts to use is VERY limited, is there a way to use any true type font i have installed on the machine? Gvim can only use fixed-width fonts. Some fixed-width fonts (such as Courier New) are TrueType or OpenType, and can be used

Re: limited fonts in gVim

2007-02-19 Thread Bernhard Walle
* Simon Jackson <[EMAIL PROTECTED]> [2007-02-20 01:04]: > Im on a windows machine and the choice of fonts to use is VERY > limited, is there a way to use any true type font i have installed on > the machine? I think vim can only deal with monospaced fonts. And I really don't think that proportinal

Re: limited fonts in gVim

2007-02-19 Thread cRaig
On 2/19/07, Simon Jackson <[EMAIL PROTECTED]> wrote: Im on a windows machine and the choice of fonts to use is VERY limited, is there a way to use any true type font i have installed on the machine? If you are looking for high-quality, free (as in beer) fonts for programming, the following will

Re: Can gVIM emulate WhiteRoom?

2007-02-24 Thread A.J.Mechelynck
Simon Jackson wrote: Is it possible for gvim to do the same thing as white room? http://www.hogbaysoftware.com/product/writeroom it seems like it wouldnt be too hard 1) full screen 2) text centered (like the screenshots in the the URL above) 1) full-screen is easy: set lines=9

Re: Maximize gvim at startup

2007-03-13 Thread A.J.Mechelynck
r one I read so far has an API call that maximizes the window. So, what's the best way to do this? The portable way to maximize gvim at startup (well, with maybe at times a one-character-cell rounding error in the size of the Vim screen) is if has("gui_running")

Re: Maximize gvim at startup

2007-03-13 Thread Mr. Shawn H. Corey
A.J.Mechelynck wrote: The portable way to maximize gvim at startup (well, with maybe at times a one-character-cell rounding error in the size of the Vim screen) is if has("gui_running") set lines= columns= endif The above (which is in my .vimrc) used to work

Re: Maximize gvim at startup

2007-03-13 Thread François Ingelrest
On 3/13/07, Mr. Shawn H. Corey <[EMAIL PROTECTED]> wrote: Why it's there a command to simply maximize the window? Because it's managed by the window manager, not by the app itself. You may be able to set the size to what your screen is able to display, but I don't think you'll be able to "really

Re: Maximize gvim at startup

2007-03-13 Thread fREW
What you may want to do is look into your GNOME documentation. Most window managers have options on what to do with certain apps when they run. For instance I have firefox load in one virtual desktop, and I have amaroK load in another, and I have eclipse run fullscreen. Surely there are options

Re: Maximize gvim at startup

2007-03-13 Thread Mr. Shawn H. Corey
fREW wrote: What you may want to do is look into your GNOME documentation. Most window managers have options on what to do with certain apps when they run. For instance I have firefox load in one virtual desktop, and I have amaroK load in another, and I have eclipse run fullscreen. Surely there

Re: Maximize gvim at startup

2007-03-13 Thread Mr. Shawn H. Corey
François Ingelrest wrote: Because it's managed by the window manager, not by the app itself. You may be able to set the size to what your screen is able to display, but I don't think you'll be able to "really" maximize the window. Yes, but I thought there is a command in the window manager API

Re: Maximize gvim at startup

2007-03-13 Thread A.J.Mechelynck
Mr. Shawn H. Corey wrote: A.J.Mechelynck wrote: The portable way to maximize gvim at startup (well, with maybe at times a one-character-cell rounding error in the size of the Vim screen) is if has("gui_running") set lines= columns= endif The above (whic

Re: Maximize gvim at startup

2007-03-13 Thread Michael Klier
Mr. Shawn H. Corey wrote: > François Ingelrest wrote: > >Because it's managed by the window manager, not by the app itself. You > >may be able to set the size to what your screen is able to display, > >but I don't think you'll be able to "really" maximize the window. > > Yes, but I thought there i

Re: Maximize gvim at startup

2007-03-13 Thread A.J.Mechelynck
but I thought there is a command in the window manager API that allowed an application to make a request to maximize the window. Maybe there is, yet even if there is, it doesn't mean that gvim takes advantage of it. In particular, and in constrast with M$-Windows, under X there are many poss

Re: Maximize gvim at startup

2007-03-13 Thread J. Erik Heinz
Mr. Shawn H. Corey <[EMAIL PROTECTED]> words on 13.03.2007 - 09:28 (-0400 Zulu-Time): > I'm running Ubuntu 6.10 on a PowerBook 4 under GNOME. Is there any > command I can put inn my .gvimrc that will maximize the window at > startup? I tried: > > :autocmd GUIEnter * simalt > > But s

Re: Maximize gvim at startup

2007-03-13 Thread A.J.Mechelynck
GNOME resets it to what it was at the last close. I will look in the documentation to see if I can find something but I expect it to be a long time. Gvim compiled with GNOME support (which is not the default: a configure option is required) transparently restarts its latest session, with

  1   2   3   4   5   >