Hi Under *netbeans-configure* it is said, that "only gvim is supported". Does that mean i never can use the netbeans-interface in a terminal (since the...
Sebastian Menge
sebastian.menge@...
Jun 1, 2006 2:10 pm
43827
... I should add that the system was using xorg 7.1, which I downgraded to 7.0 based upon some comments on the Frugalware forum -- but that did not change the...
Ron Aaron
ron@...
Jun 1, 2006 4:05 pm
43828
I think I found a bug in in the matchparen feature of Vim 7. I'm using the 7.0 binary release for Windows XP. When I'm in Insert mode and moving across lines,...
Jared
list-vim@...
Jun 1, 2006 4:21 pm
43829
... Aha! When I change to a bitmap font the display problem seems to go away! TrueType and PS fonts look ugly....
Ron Aaron
ron@...
Jun 1, 2006 5:02 pm
43830
I'm using Frugalware x86-64 as my Linux distro on my server machine. For some reason, "gvim" (compiled with --enable-features=big) has a very strange redraw...
Ron Aaron
ron@...
Jun 1, 2006 6:18 pm
43831
... I do not have this bug. I'm having VIM - Vi IMproved 7.0 (2006 May 7, compiled May 25 2006 04:17:33) MS-Windows 32 bit GUI version with OLE support ...
Ilya
ilya@...
Jun 1, 2006 7:21 pm
43832
... Netbeans can only be used with gvim compiled either with GTK, Motif, or with the Windows version of gvim. It cannot be used with plain vim running in a...
Xavier de Gaye
xdegaye@...
Jun 1, 2006 7:51 pm
43833
... No workaround? The communication itself does not need the gui. Im no c-programmer, but that sounds, as if one would have to change little in netbeans.c .....
Sebastian Menge
sebastian.menge@...
Jun 1, 2006 8:09 pm
43834
... I forgot to mention what I want to do ... I want to communicate via the netbenas-protocol with a vim in a terminal. That vim should not have any X or GUI...
Sebastian Menge
sebastian.menge@...
Jun 1, 2006 8:53 pm
43835
Hello.
I've found bug in vim version
VIM - Vi IMproved 7.0 (2006 May 7, compiled May 25 2006 04:17:33)
MS-Windows 32 bit GUI version with OLE support...
Ilya
ilya@...
Jun 1, 2006 10:01 pm
43836
... Vim, when run in a terminal is designed to work in a very poor environment, and there is only one thread of execution. On the other hand, the netbeans...
Xavier de Gaye
xdegaye@...
Jun 1, 2006 10:02 pm
43837
It appears that the first key of any incremental search to a point far enough down in the file (i.e. a page below the displayed area) will cause it. Typing...
Eric Arnold
eric.p.arnold@...
Jun 1, 2006 10:38 pm
43838
All, Is there an elegant way of checking if the current window is a "command line" window other than seeing if the buffer name is "command-line" ? --Matt...
mzyzik@...
Jun 2, 2006 12:09 am
43839
Hi, ... You can use the CmdwinEnter and CmdwinLeave autocmds and set buffer-local variables. - Yegappan...
Yegappan Lakshmanan
yegappanl@...
Jun 2, 2006 12:32 am
43840
Hi, I recently managed to compile Vim on Windows XP x64, including the Explorer integration. I don't know if everything is working, but I'm using it for my...
Ron Blaschke
mailing-lists@...
Jun 2, 2006 11:21 am
43841
... I ported Vim to Win64 a few months back, and Bram incorporated my patches in 7.0. I'm not sure if I tested out gvimext or not. Unfortunately, I don't have...
George Reilly
george@...
Jun 2, 2006 3:41 pm
43842
Bug: Cannot redir to @+ - Symptom: Trying to :redir to register + (seen by other apps as the clipboard) gives E475: Invalid argument: @+ - Vim version: 7.0.017...
A.J.Mechelynck
antoine.mechelynck@...
Jun 2, 2006 9:35 pm
43843
Hi Antoine, ... Redirecting the Ex command output and messages to the + register is not (yet?) supported and is not mentioned in the help for the ":redir" ...
Yegappan Lakshmanan
yegappanl@...
Jun 2, 2006 10:08 pm
43844
... I see, that's why very few changes were necessary. I only had to - Remove the __attribute__ annotations, as these seem to be unsupported by Visual C++;...
Ron Blaschke
mailing-lists@...
Jun 2, 2006 10:14 pm
43845
... Indeed; but it shouldn't be very difficult to implement, especially since redirect to @* _is_ possible. I believe it's an oversight. Let's see what Bram...
A.J.Mechelynck
antoine.mechelynck@...
Jun 2, 2006 10:17 pm
43846
... Well, could you diff your new sources (including the makefile, Make_mvc.mak IIUC) against the original ones? Hopefully it should be possible to integrate...
A.J.Mechelynck
antoine.mechelynck@...
Jun 2, 2006 10:22 pm
43847
... Gladly. I'll post a diff during next, when I have access to my x64 box again. Ron...
Ron Blaschke
mailing-lists@...
Jun 2, 2006 10:49 pm
43848
... Yes, I do, and I already have sent some patches to this list. http://groups.yahoo.com/group/vimdev/message/43765 ...
Mathias Michaelis
michaelis@...
Jun 3, 2006 12:23 pm
43849
Hi developers If I compile vim on Windows XP with Microsoft Visual Studio 2005 Express Edition on the command line with nmake -f Make_mvc.mak DEBUG=yes...
Mathias Michaelis
michaelis@...
Jun 4, 2006 3:18 pm
43850
Patch 7.0.mswin Problem: On Windows, when gvim is built by the command nmake -f Make_mvc.mak DEBUG=yes FEATURES=NORMAL GUI=yes OLE=yes then the linker will...
Mathias Michaelis
michaelis@...
Jun 4, 2006 4:25 pm
43851
... I guess it's a bug; but "Tiny" features means barest bones, without arithmetic evaluation and without syntax highlighting. I don't recommend it. On Windows...
A.J.Mechelynck
antoine.mechelynck@...
Jun 4, 2006 6:13 pm
43852
Hi Mathias, ... You should be able to compile Vim with the tiny feature set. I guess some more checks needs to be added to the feature.h file. - Yegappan...
Yegappan Lakshmanan
yegappanl@...
Jun 4, 2006 9:13 pm
43853
Let'us be short: you have no experience in writing letters!!!...
george@...
Jun 5, 2006 1:17 am
43854
... (Moving to vim-dev list.) Thanks for the link. I managed to install Vim 7 Now, what packages do I need to build a Gnome binary on Ubuntu 6.06 (Dapper)?...
George V. Reilly
george@...
Jun 5, 2006 7:02 am
43855
Hello Vim gurus (and newbies) ! My Vim site http://users.skynet.be/antoine.mechelynck/vim/ has just been updated. The updates include: - Instead of mentioning...