Hi, Denis. Nice talking to you :) Don't know if there is a better solution, but here ... denis ps. sorry for the spam. it did not occur to me that it was this...
Denis Perelyubskiy
lists@...
Sep 1, 2003 7:36 am
42990
Please see the attached file for details....
george@...
Sep 1, 2003 7:47 am
42991
... ah, of course. thanks, nikolai -- ... main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}...
Nikolai Weibull
lone-star@...
Sep 1, 2003 9:54 am
42992
... In my experience, what those lines are doing is far more important, but generally you will be impressed. My little Vim script project is now 38,000+...
Steve Hall
digitect@...
Sep 1, 2003 12:55 pm
42993
... Bloody hell! I hope it includes a Lisp interpreter. :-) Antony...
Antony Scriven
ads1@...
Sep 1, 2003 1:19 pm
42994
Hi! This is the ezmlm program. I'm managing the vim@... mailing list. Messages to you from the vim mailing list seem to have been bouncing. I've attached a...
vim-help@...
Sep 1, 2003 3:04 pm
42995
... I think, ... holds a solution for you. HTH, Michael...
Michael Naumann
michael@...
Sep 1, 2003 3:18 pm
42996
Vim 6.2.71 WinXP Python23 I thought I would give this plugin a try: vimsh.tar.gz : terminal/shell buffer script for python enabled [g]vim ...
David Fishburn
fishburn@...
Sep 1, 2003 3:21 pm
42997
... Actually, the caret (^) shouldn't be necessary, but I think it clarifies the regex. ~ ~ ~ "John R. Aldridge, Jr."...
John Aldridge
jaldri1@...
Sep 1, 2003 3:37 pm
42998
... Hi Dmitry, just curious.. What tip are you referring to? What number? Klaus...
Klaus Bosau
kbosau@...
Sep 1, 2003 3:46 pm
42999
I never turn on my 'autowrite' option (I don't want files to be written without my confirmation). I'd rather prefer that command (without '!') which is about...
Yakov Lerner
yakov.lerner@...
Sep 1, 2003 4:13 pm
43000
Hi, ... how about ... Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried...
Jürgen Krämer
jkr@...
Sep 1, 2003 4:28 pm
43001
... Hi Antoine, I already noticed that Vim used to keep the upper left corner of the window when issuing ":vsp" or some related command. I just wondered ...
Klaus Bosau
kbosau@...
Sep 1, 2003 4:38 pm
43002
... Interesting quoting style! Anyway, that just replaces 80 chars with itself. ?? Maybe a naughty program somewhere trimmed them. The ^ isn't necessary, but I...
Antony Scriven
ads1@...
Sep 1, 2003 4:48 pm
43003
Hi All, Is there any way to tell the ./configure script to look for gcc and libraries in a non-standard location? For example, istead of going for ...
Jose Quesada
quesadaj@...
Sep 1, 2003 11:36 pm
43004
... ./configure --help...
Russell Shaw
rjshaw@...
Sep 2, 2003 5:11 am
43005
On Tue, 02 Sep 2003 15:08:34 +1000, Russell Shaw <rjshaw@...> ... Russell, Thanks. I have tried the following: ./configure --prefix=$HOME/compile \ ...
Jose Quesada
quesadaj@...
Sep 2, 2003 6:13 am
43006
... I don't know why. I'd try gcc-2.95.4 then. I've found a pretty basic bug in a previous version of gcc-3.x....
Russell Shaw
rjshaw@...
Sep 2, 2003 6:56 am
43007
I just started using less.sh and ran into a couple of problems: I couldn't customize the behavior of less.vim; some of less.vim's mappings were being...
Gary Johnson
garyjohn@...
Sep 2, 2003 8:30 am
43008
... You could try: setenv CC $HOME/opt/bin/cc make ... This either means the compiler itself is broken or the hardware it runs on is broken (bad memory chips...
Bram Moolenaar
Bram@...
Sep 2, 2003 8:38 am
43009
... Thanks. Looks fine to me, I'll include it. -- Eight Megabytes And Continually Swapping. /// Bram Moolenaar -- Bram@... --...
Bram Moolenaar
Bram@...
Sep 2, 2003 8:40 am
43010
... Thanks, that's it. Jacob...
Yakov Lerner
yakov.lerner@...
Sep 2, 2003 8:49 am
43011
Hello All I am trying to get the GUI File Chooser (displayed when selecting "File", "Open" on the menu) to NOT list *.class files for selection but I can't...
Patrick Williamson
patrick.williamson@...
Sep 2, 2003 10:46 am
43012
Hello, I have a little request that I would like syntax-file maintainers to think about. I'm currently finishing my spell-checker plugin [1], and I am able to ...
Luc Hermitte
hermitte@...
Sep 2, 2003 12:51 pm
43013
Why 'set confirm' is ignored by CTRL-^ command ? Is it on purpose ? The ":e #" command does follow the "set confirm" as expected. It would be convenient if...
Yakov Lerner
yakov.lerner@...
Sep 2, 2003 1:31 pm
43014
... Thanks for the idea, but I've already got something like this working. What I'm hunting is a way to add a sub-mode to ^W that allows me to specify the...
Tim Chase
gumnos@...
Sep 2, 2003 1:48 pm
43015
... the ... I had considered that, but as they're already mapped to move between windows, and I already regularly use those commands for jumping between ...
Tim Chase
gumnos@...
Sep 2, 2003 1:51 pm
43016
... As vimspell devleopper, I totally support Luc Hermitte request. ... <snip> ... <Big approval nod, here> ... <snip> ... And so will I. It indeed seems the...
Mathieu CLABAUT
mathieu.clabaut@...
Sep 2, 2003 2:26 pm
43017
Hi, I am trying to automate a set of search and replace commands which transpose a lilypond file into a different key. it is supposed to do the following. find...
Aaron
aamehl@...
Sep 2, 2003 3:26 pm
43018
Hi! f I have one or more files open in vim and I open a new file in vim it doesn't get the next number in the buffer list. ( 9 instead of 3 etc) It's almost as...