... Right, I will keep the version for 10.2 with CJK support. I just rearranged the listing. Ken Scott and Peter Cucka: Please upload new binaries to the new...
1283
Bob Ippolito
bob@...
Jan 20, 2004 3:31 pm
Is it at all possible to have more than one vim window in the same process, so that it acts like a standard Mac app (one dock icon, cmd-~ window shuffling,...
1284
Bram Moolenaar
Bram@...
Jan 20, 2004 3:38 pm
... I think only the background should be transparent, not the text. Then ":set transparency=1" would still show the text, instead of make it all disappear....
1285
Bram Moolenaar
Bram@...
Jan 20, 2004 5:12 pm
... No, currently this is not possible. You can start multiple instances of Vim, and use the viminfo stuff to exchange registers et al. But that doesn't do...
1286
Bob Ippolito
bob@...
Jan 20, 2004 5:24 pm
... ick :) ... Well, the user only has one set of input devices.. you could "context switch" based upon which one gets activated. I have not looked at Vim ...
* Bram Moolenaar <Bram@...> [2004-01-20T12:11:12] ... Can this actually be done with Carbon gVim? -- rjbs...
1289
Bram Moolenaar
Bram@...
Jan 20, 2004 6:26 pm
... You could type a few words in the command line, then go to another Vim window and execute a command there. This means there are multiple command lines to...
1290
Bob Ippolito
bob@...
Jan 20, 2004 6:41 pm
... Three cheers for global variables :) ... Makes it sound like I might just be better off writing another editor that acts enough like Vim to make me happy....
1291
Eckehard Berns
ecki@...
Jan 20, 2004 6:56 pm
... I did this once in Cocoa, but I don't know if it is possible in this limited Carbon version (with limited I mean avoiding to much MacOSX-ness to allow for...
1292
Eckehard Berns
ecki@...
Jan 20, 2004 7:43 pm
Hi! I have tried to make the mouse wheel work natively (e.g. without USB overdrive) in Vim for Mac OS X. I'm new to Carbon programming and haven't hacked Vim...
1293
Eckehard Berns
ecki@...
Jan 23, 2004 8:13 pm
Hi! I was always wondering why I couldn't interrupt a compile run or spawned process in the GUI Version of Vim for Mac OS X. While debugging the problem I got...
1294
Eckehard Berns
ecki@...
Jan 24, 2004 2:21 pm
After a lot of searching I had a bit of luck with the transparency for the GUI Version of Vim for Mac OS X. I made a diff to Vim 6.2.195 that enables...
1295
Eckehard Berns
ecki@...
Jan 26, 2004 10:16 am
Hi! I updated my patch for a transparent background to use a persistent CGContext. Drawing with a transparent background is a lot faster now. If you don't...
1296
Eckehard Berns
ecki@...
Jan 26, 2004 6:53 pm
Hi! Since the antialiased fonts patch has become official now, I updated my transparent background patch to cleanly apply to Vim 6.2.211. It can be fetched...
1316
Benji Fisher
benji@...
Jan 27, 2004 2:19 am
Vim Mac fans: I am sorry about the broken threading. I seem to have been unsubscribed from the list. I got a digest of the messages I missed, but that does...
1318
Benji Fisher
benji@...
Jan 27, 2004 3:46 am
... Sorry about the broken threading. Same explanation as for my last post. I can confirm this problem. Another way to reproduce it: "*yy "*p or "+yy "+p If...
1326
Thomas Koch
tom@...
Jan 27, 2004 8:43 am
Hello, is nobody out there feeling responsible for this? Maybe the list administrator should disallow messages from non subscribed users!! Please stop that!! ...
1329
Benji Fisher
benji@...
Jan 27, 2004 12:58 pm
... 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...