... Courier New? I don't know. But misc-fixed covers 0x05xx. Screenshot at priv. m....
Mikolaj Machowski
mikmach@...
Dec 1, 2003 11:37 am
34124
I innocently tried to open a log file (from a debugging run) and vim was unable to handle it. The file is 1Gig in size, so perhaps I shouldn't expect vim to...
Ron Aaron
ron@...
Dec 2, 2003 6:34 pm
34125
I would welcome a bigfile option. Let me propose related ideas regarding big files (my collegues and I very often open files in the 300+ MB range, sometimes...
William Natter
wnatter@...
Dec 2, 2003 8:34 pm
34126
hi map and map-script handle remaping of the arguements differently: consider the following script: imap <script> \b hello imap <script> \a \b world imap \d...
GI
gautam@...
Dec 3, 2003 1:19 am
34127
... I don't think it's a bug, although I don't completely understand how that argument works. Note the comment in ":help :map-<script>" about "<SID>". Then...
Gary Johnson
garyjohn@...
Dec 3, 2003 2:52 am
34128
... aha. oops, my bad (as always) i've not figured out that <SID> buisness yet, but this helps. for some reason i understood that part of the documentation to...
GI
gautam@...
Dec 3, 2003 3:27 am
34129
Once upon a time, Brent Fulgham created patch for embedding MzScheme in Vim... Now, it is resurrected, fixed, and reworked. Download it from ...
Khorev Sergey
Khorev@...
Dec 3, 2003 9:26 am
34130
... Hmmmm...what is MzScheme?...
Zdenek SEKERA
Zdenek.Sekera@...
Dec 3, 2003 11:45 am
34131
... MzScheme is an implementation of the Scheme programming language for Windows, MacOS, and Unix http://www.plt-scheme.org/software/mzscheme/ -- Sergey Khorev...
Khorev Sergey
Khorev@...
Dec 3, 2003 12:09 pm
34132
(This is a slightly modified version of a mail I sent directly to Bram -- in hindsight, I realized that I should probably have posted this to the mailing list...
Haakon Riiser
haakon.riiser@...
Dec 3, 2003 2:56 pm
34133
I've discovered that the sed that exists on my solaris and HPUX machines is broken in a way that causes problems building vim. It can be demonstrated with...
Mark Waggoner
waggoner@...
Dec 3, 2003 8:49 pm
34134
Ron, I am surprised because I remember opening extemely big files with vim (log files also) when all else failed. It was actually on aix but it saved me as the...
hotmail
benoitcerrina@...
Dec 3, 2003 11:00 pm
34135
There's definitely something wrong with the :change command. Again, ... hello world . Now it actually looks like the buffer only contains _one_ line, that is:...
Haakon Riiser
haakon.riiser@...
Dec 4, 2003 9:31 am
34136
Hello! (apologies if this message is duplicated) The visualmode() function returns blank, v, V, or ctrl-v, reflecting the last visual mode that was selected....
Charles E. Campbell, ...
drchip@...
Dec 4, 2003 5:36 pm
34137
... Clarification: - means "not recent" and + means "recent," right? ... I would count the first op as a Visual-mode operator, not a Normal-mode one, but I...
Benji Fisher
benji@...
Dec 5, 2003 4:11 am
34138
... Yes, sorry 'bout not mentioning that! ... Normal-mode one, ... Command-line mode) ... Apparently it does -- it goes tbrough normal_cmd(). ... indicator. ...
Charles E. Campbell, ...
drchip@...
Dec 5, 2003 3:47 pm
34139
Hello! I've put two patches up on my website (http://www.erols.com/astronaut/vim/index.html#Patch): startreplace which starts replace mode, akin to...
Charles E. Campbell, ...
drchip@...
Dec 5, 2003 4:37 pm
34140
Hello,Vim developers! Win2k russian,MS-Windows 32 bit console vim 6.2 standard (no patches) c:> chcp current code page 866 c:>vim -u NONE -U NONE ... ...
Igor Prischepoff
igor@...
Dec 8, 2003 9:26 am
34141
Hi, I don't know whether this is fixed in the latest patches (and currently can't check, sorry) - gentoo seems to have problems with vim's configure.in, see ...
Thomas Köhler
jean-luc@...
Dec 8, 2003 11:42 am
34142
Hi, FYI build on Windows with VC++ 6 SP something or other with FEATURES=NORMAL, produces the following compiler error: netbeans.c(328) : error C2065: 'EINTR'...
Mike Williams
mike.williams@...
Dec 8, 2003 5:17 pm
34143
I get the following error when I try and compile Vim 6.2 on QNX: make[1]: Entering directory `/home/empress/srasku/vim62/src' gcc -c -I. -Iproto...
Stephen Rasku
srasku@...
Dec 8, 2003 9:42 pm
34144
... You need to get the vim-6.2-extra.tar.gz archive for the QNX files. Dan Sharp...
Dan Sharp
dwsharp@...
Dec 8, 2003 10:31 pm
34145
That works. Thanks. However it seems to suffer from the same problem in that it hangs sometimes when it tries to run an external program. See: ...
Stephen Rasku
srasku@...
Dec 9, 2003 4:16 pm
34146
Hi, I have tracked this down further and know the problem but am not sure of the best solution yet. EINTR is obviously declared in errno.h, but this is only...
Mike Williams
mike.williams@...
Dec 9, 2003 6:13 pm
34147
El Tue, 09 Dec 2003 18:10:50 -0000, Mike Williams ... Look at the way it ms managed in Make_cyg.mak and Make_ming.mak, modify and submit a patch to Bram. (In...
Alejandro Lopez-Valen...
dradul@...
Dec 9, 2003 6:29 pm
34148
Hi Stephen, ... I suspect your problem is a pty issue in QNX 6.1. Put 'set noguipty' in your .vimrc and see if it helps. Julian...
Julian Kinraid
jkinraid@...
Dec 10, 2003 3:55 am
34149
Hi ... My bad, I was getting confused from trying to work out the difference between when it built ok and when it didn't. The VC make file and feature.h are...
Mike Williams
mike.williams@...
Dec 10, 2003 9:49 am
34150
Thomas Köhler wrote: [Mon Dec 08 2003, 06:41:20AM EST] ... The fix isn't really easy. The only good fix is WANT_AUTOCONF=2.1 WANT_AUTOCONF_2_1=yes autoconf ...
Aron Griffis
vim-dev@...
Dec 11, 2003 1:49 am
34151
I haven't had a problem all day. It seems to have worked. Thanks. ... From: Julian Kinraid [mailto:jkinraid@...] Sent: December 9, 2003 7:46 PM To:...
Stephen Rasku
srasku@...
Dec 11, 2003 2:17 am
34152
... 1) You should bottom-post (put your responses BELOW, not ABOVE what you are replying to). You are probably using Outlook (or another email client which ...