... Cheers. Just to be sure -- did you test the patch and verified that it works for you, or was this just a generic expression of joy about the rapid customer...
Daniel Elstner
daniel.elstner@...
Mar 1, 2003 6:52 pm
31341
... It looks like, after this patch, it is not possible to have the old behavior of a cursor key stopping both Visual and Select mode. It's actually a bit...
Bram Moolenaar
Bram@...
Mar 1, 2003 8:47 pm
31342
... Right, that's what I meant by "behaviour change". So, would it be OK to add another flag ("stopsel_selectonly" maybe) or do I have to live with it? ... ...
Daniel Elstner
daniel.elstner@...
Mar 1, 2003 8:59 pm
31343
... OK, I investigated this, and I'm quite sure this is a problem of Ami itself. The GtkEntry code tries to get around it by avoiding IM resets whenever...
Daniel Elstner
daniel.elstner@...
Mar 2, 2003 7:29 am
31344
Hey, recently I discovered the GTK+ GUI doesn't support the sign icons feature. I think it's a shame if GTK+ Vim doesn't support something that's implemented...
Daniel Elstner
daniel.elstner@...
Mar 2, 2003 11:39 pm
31345
... <snip> ... Cool - I wasn't even aware that vim had this feature, but I had actually thought that something like this would be useful/necessary for ...
Jason Hildebrand
jason@...
Mar 3, 2003 1:31 am
31346
... I hope you're going to hook up the whole ex command line stuff as scripting interface anyway ;) ... Indeed. ... But I couldn't resist making a screenshot: ...
Daniel Elstner
daniel.elstner@...
Mar 3, 2003 9:14 am
31347
... I would actually like to include this in the GTK 1 version as well. Is this possible without using GTK 2 features? If this is possible, can you separate...
Bram Moolenaar
Bram@...
Mar 3, 2003 9:28 am
31348
I've ported Vim cscope interface on Win32. The patch can be found at http://iamphet.fromru.com/cscope/vim/cscope_win32.diff.gz. You can get the cscope for...
Khorev Sergey
Khorev@...
Mar 3, 2003 9:47 am
31349
... [...] ... It certainly is possible, but a) I'd practically have to do it again from scratch b) the GTK+ 1 version would support only .xpm and no scaling I...
Daniel Elstner
daniel.elstner@...
Mar 3, 2003 10:11 am
31350
Hey, I found some interesting information on the issue. This Debian bug report explains what's going on: ...
Daniel Elstner
daniel.elstner@...
Mar 3, 2003 4:02 pm
31351
... I think the most important thing will be to implement a bunch of "generic" interfaces (i.e. not vim-specific) which any editor can implement, so that the...
Jason Hildebrand
jason@...
Mar 3, 2003 4:25 pm
31352
Hellou! Section and paragraphs separators seems to be hardcoded in vim source. Options 'paragraphs' and 'sectios' allow set nroff macros, which are used as...
Lubomir Host
8host@...
Mar 3, 2003 6:28 pm
31353
Hellou! There is no way, how to determine vim's patchlevel version. ... 601 v:version probably can be computed as: 364 + 1000 * (1 + 100 * 6) = 601364 ^^^...
Lubomir Host
8host@...
Mar 3, 2003 6:41 pm
31354
I'm curious how much resistance there would be to revising the default Vim installation location on Windows. The default for 6.1 is C:\vim, but it has always...
digitect@...
Mar 3, 2003 7:28 pm
31355
... These URLs apparently don't work. -- A M00se once bit my sister ... "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar --...
Bram Moolenaar
Bram@...
Mar 3, 2003 8:05 pm
31356
Patch 6.1.365 (depends on 6.1.217) Problem: Setting a breakpoint in a sourced file with a relative path name doesn't work. (Servatius Brandt) Solution:...
Bram Moolenaar
Bram@...
Mar 3, 2003 8:06 pm
31357
... This makes sense. I'm glad you found out about this Linux problem. The solution would not work though: Catching SIGSEGV on the alternate stack works...
Bram Moolenaar
Bram@...
Mar 3, 2003 8:06 pm
31358
... Yes, it's not pretty. My idea was that reducing the problem to SIGSEGV is a lot better than the current situation, and switching to a fixed pthread (i.e....
Daniel Elstner
daniel.elstner@...
Mar 3, 2003 8:27 pm
31359
... That won't work, because you can add just patch 6.1.364 and not all the ones before it. It would require a check for whether a specific patch has been...
Bram Moolenaar
Bram@...
Mar 3, 2003 8:31 pm
31360
... Using "c:\Program Files" literally is a bad idea. The name of the directory should be obtained from the registry, it depends on the language used. It...
Bram Moolenaar
Bram@...
Mar 3, 2003 8:31 pm
31361
... Nullsoft has a variable $PROGRAMFILES which is determined at runtime, I'd think this should be safe. I'll make some test packages available that try this. ...
digitect@...
Mar 3, 2003 9:28 pm
31362
... I just confirmed that at least that part still works. Inserting a recursive call early in regmatch() successfully resulted in E363, and Vim did not crash....
Daniel Elstner
daniel.elstner@...
Mar 4, 2003 7:55 am
31363
... Ooops, sorry, I take that back. /me just realized that there is an explicit call to mch_stackcheck() in regmatch(). Is there any simple way to test the...
Daniel Elstner
daniel.elstner@...
Mar 4, 2003 7:59 am
31364
... Hm, may be they don't like non-Russians ;))) Please try http://iamphet.nm.ru/cscope/index.html The patch is included in this message. begin 600...
Khorev Sergey
Khorev@...
Mar 4, 2003 8:26 am
31365
... That's what you get when double checking for errors... I think the simplest way is to undefine HAVE_GETRLIMIT in auto/config.h and compile again. Since we...
Bram Moolenaar
Bram@...
Mar 4, 2003 9:25 am
31366
... [snip] All are really good ideas and I have gently probed Bram to adopt some of them in the past, he knows that :-) But I haven't had the motivation to do ...
Alejandro Lopez-Valen...
dradul@...
Mar 4, 2003 12:21 pm
31367
Hi there! I subscribed to this list because I found a bug that hasn't been solved in the recent vim versions. I'm currently using VIM - Vi IMproved 6.1 (2002...
Llu'is Batlle i Rossell
viric@...
Mar 4, 2003 2:17 pm
31368
... install.exe definitely makes sense for Windows terminal versions. But for GUI Vim it would be nice to avoid all the popping consoles while saving the 100k....
digitect@...
Mar 4, 2003 3:11 pm
31369
... Yes, that sounds good to me. ... Yep. But I'd change the wording of the comment to: /* On Linux, glibc compiled for minimum kernel 2.2 has a bug in *...