... The list *does* disallow messages from non subscribed users. This is an unusually bad worm, causing problems all over the net. The worm is spoofing the...
1330
Bram Moolenaar
Bram@...
Jan 27, 2004 2:02 pm
A collection of items this time. NEW ITEM TO VOTE ON Upon request I have added one item to vote on: add autocommand events for Insert mode, before/after...
1348
Culley Harrelson
culley@...
Jan 27, 2004 10:32 pm
I just upgraded to panther. All is well-- the latest binary package is working great. Anything you guys want tested? I would be happy to test scripts that...
1360
Bram Moolenaar
Bram@...
Jan 28, 2004 10:39 am
... This virus is causing lots of trouble everywhere. Considering that I received thousands of these messages, it's not too bad that only a few appear on the...
1361
Bram Moolenaar
Bram@...
Jan 28, 2004 10:58 am
... On X11 there is the "current selection" and a clipboard. The * and + registers are different then. On systems with only a clipboard they are the same. --...
1388
Benji Fisher
benji@...
Jan 30, 2004 7:41 pm
Vim Mac fans: There are some new patches to try out at http://macvim.swdev.org/OSX/#configure . 1. antitag.diff (Peter Cucka) Peter Cucka's antialias patch was...
1389
Eckehard Berns
ecki@...
Jan 30, 2004 8:56 pm
... I fixed an issue with split windows. This patch is diffed against 6.2.214. diff -cr ../vim62.214/src/gui_mac.c ./src/gui_mac.c ... *************** ... #...
1391
Eckehard Berns
ecki@...
Jan 31, 2004 3:22 pm
Hi! I have updated my patch for a transparent background. It fixes some drawing problems and improves speed a bit. Resizing the window works as expected now,...
1392
Andre Berger
andre.berger@...
Jan 31, 2004 4:30 pm
Hi there, I would like to use the Vim (6.2.214 or better)'s OS X GUI as well as the command line interface. If I got the docs right, I have to compile two...
1393
Culley Harrelson
culley@...
Jan 31, 2004 5:09 pm
I would like to install a copy of classic vi on panther but I can't seem to find it anywhere. I am having memory problems and sometimes for simple editing...
1395
Eckehard Berns
ecki@...
Jan 31, 2004 6:33 pm
... Nvi sources can be found at http://www.bostic.com/vi/ or downloaded directly from ftp://ftp.sleepycat.com/pub/nvi-1.79.tar.gz. Or you might compile your...
1396
Eckehard Berns
ecki@...
Jan 31, 2004 7:03 pm
... You can compile the GUI version and make a symbolic link to the executable (/path/to/Vim.app/Contents/MacOS/Vim) somewhere in your path to start it in...
1398
Axel Kielhorn
A.Kielhorn@...
Feb 1, 2004 9:28 am
... You can compile a small version of Vim. My small version is about 650 kb while a normal Vim is about 1 Mb. (These are 68k versions, btw.) Axel...
1400
Bram Moolenaar
Bram@...
Feb 1, 2004 3:21 pm
... The original Vi is not available publicly. It is part of the "closed source" Unix. Someone mentioned Nvi, but that is a BSD re-implementation of Vi with...
1401
Eckehard Berns
ecki@...
Feb 1, 2004 8:26 pm
Hi! Since FEAT_CW_EDITOR is on by default even for Mac OS X I have changed it a bit to be usable for Xcode when building Vim with gcc. The only things that...
1402
Bram Moolenaar
Bram@...
Feb 1, 2004 9:14 pm
I have checked out the recently submitted changes to make the configuration work better for the various interfaces. I have only tested this on my machine. I...
1403
Eckehard Berns
ecki@...
Feb 1, 2004 10:24 pm
... Just did a quick check. On my system (10.3.2) if_ruby.c doesn't compile because somewhere T_DATA is defined as 0x22 (or something) and OpenTransport.h...
1405
Bram Moolenaar
Bram@...
Feb 2, 2004 10:40 am
... I tried undefining T_DATA, but that breaks compiling if_ruby.c on FreeBSD. It is required by Data_Get_Struct(). That also implies that using a value from...
1407
Andrew Nesbit
alnesbit@...
Feb 2, 2004 1:10 pm
I'm running Aqua Gvim 6.2.215 on Panther. The problem is that Gvim does not recognise CTRL-^. I press CTRL, SHIFT and '6' at the same time, and Gvim...
1408
Eckehard Berns
ecki@...
Feb 2, 2004 6:40 pm
... I don't know how to correct this in Vim itself, but you can add a ... -- Eckehard Berns...
1409
Eckehard Berns
ecki@...
Feb 2, 2004 7:48 pm
... One would have to prevent the Carbon header files from being included, since they wouldn't be needed here. Everything I can think of smells like a hack....
1410
Andre Berger
andre.berger@...
Feb 2, 2004 10:57 pm
Hi everybody, just a quick check: Am I the only one for whom non-GUI 6.2.225 on OS X.3, unlike vanilla 6.3, shows blanks instead of digraph charcacters? They...
1411
Andrew Nesbit
alnesbit@...
Feb 3, 2004 2:19 am
... Yep, this works for me too. Thankyou. Andrew. -- "The thing that used to worry him most was the fact that people always used to ask him what he was...
1412
Eric Y. Kow
m5a08d7bsbdi001@...
Feb 3, 2004 8:42 am
... I just verified and agree with you. But if you use the vim that comes with OS X.3 (/usr/bin/vim) digraphs work fine. Digraphs annoying ... On a side note,...
1413
Bram Moolenaar
Bram@...
Feb 3, 2004 10:09 am
... Not a nice solution. Since if_ruby appears not to contain any Mac- specific things we could skip all the Mac-specific headers. How about this: In...
1414
Bram Moolenaar
Bram@...
Feb 3, 2004 10:09 am
... I don't know what causes this problem, thus I am forwarding it to the vim-mac maillist. -- How To Keep A Healthy Level Of Insanity: 15. Five days in...
1415
Bram Moolenaar
Bram@...
Feb 3, 2004 10:58 am
ICCF FINANCIAL REPORT Many Vim users support the Kibaale Children's Centre, where AIDS victims are being helped. Most of the money is handled by the ICCF ...
1416
Eckehard Berns
ecki@...
Feb 3, 2004 11:07 am
... I tried that first, but without success. The problem is, that os_mac.h isn't the only file to include Mac system headers. There's also gui.h which includes...
1417
Bram Moolenaar
Bram@...
Feb 3, 2004 11:36 am
... I still didn't see a hint why digraphs stopped working... ... Adding a command to clear (all) digraphs is in the todo list. Hasn't been asked for in a...
1418
Bram Moolenaar
Bram@...
Feb 3, 2004 12:20 pm
... I wonder what errors occur. In the function prototypes perhaps? ... If the problem is with the function prototypes then this solution won't work. ... I do...