... There's UNIX® the trademark owned by The Open Brand. Then there's "Unix" the generic term. -- Eugene Lee eugene at anime dot net...
1116
Rain Dog
p.cucka@...
Sep 17, 2003 4:37 am
... Anyone interested in a little drag-and-drop app that launches a new copy of Vim.app each time you drop one or more files on it? I assembled it using...
1117
Ricardo SIGNES
rjbs-vim-mac@...
Sep 17, 2003 12:02 pm
* Rain Dog <p.cucka@...> [2003-09-17T00:37:11] ... If it can (a) sit in the Dock and (b) launch gVim when clicked, I'm all over it. I'd love to be...
1118
Rain Dog
p.cucka@...
Sep 18, 2003 2:12 am
... It does both. ... Can anyone help with this? Benji?...
1119
Benji Fisher
benji@...
Sep 18, 2003 2:58 am
... Last I tried, I could drag files onto the Vim.app icon, whether in a Finder window or on the Dock, and vim would start up. If I read the above description...
Hello Mac Vim people, Seems like this should be a FAQ, but I can't find any discussion of it. What is the procedure for creating OS X info files that will...
1122
Gerd
gerd.adendorf@...
Sep 28, 2003 10:42 am
Hallo, i try to use the zz command to exit, but get the answer: this is not an editor command ? Is there any manual for using vim on MAC OS X on the net or in...
1123
Emily Jackson
m5computing@...
Sep 28, 2003 10:51 am
At 5:32 AM -0500 on Sunday, September 28, 2003, Gerd <gerd.adendorf@t- ... It's "ZZ" (uppercase, not lowercase). ... AFAIK, no. Emily...
1124
Gerd
gerd.adendorf@...
Sep 29, 2003 1:05 pm
Hallo, after typing something in insert mode i try to change back to the command mode, clicking on 'esc' . But i am still in insert mode and clicking on 'esc'...
1125
Benji Fisher
benji@...
Sep 30, 2003 12:41 am
... That was my first thought, too, but "zz" should center the cursor's line in the window. I do not see why you would get that error message. Gerd, what...
1126
Benji Fisher
benji@...
Sep 30, 2003 12:46 am
... Perhaps you have the 'insertmode39; option set. Try typing CTRL-L and see if that gets you out of Insert mode. Or else try CTRL-O to get into Normal mode...
1127
Benji Fisher
benji@...
Oct 3, 2003 11:16 pm
... Can anyone offer a hint? Why shouldn't a scroll mouse connected by ADB work with vim? --Benji...
1128
Benji Fisher
benji@...
Oct 4, 2003 1:36 am
... I am not sure. Did you try earlier versions of vim? What method are you using to compile? GUI or terminal version? I am cc'ing the vim-mac list in case...
1129
Bram Moolenaar
Bram@...
Oct 4, 2003 12:30 pm
... The problem is probably that termlib.c is compiled while that shouldn't be necessary. Try removing it from the makefile you are using. -- From "know your...
1130
Bram Moolenaar
Bram@...
Oct 4, 2003 7:25 pm
... I'm glad this works. Can you tell us what you changed in which file? That might help others that run into the same problem. -- From "know your smileys": ...
1131
Ricardo SIGNES
rjbs-vim-mac@...
Oct 9, 2003 1:42 pm
When can we expect to seee Panther-compiled gVim? :) I'd be happy to try compiling it, if it's expected to be that simple... -- rjbs...
1132
Bram Moolenaar
Bram@...
Oct 9, 2003 2:21 pm
... If you are looking for the console version: Just type "vi". :-) In a beta version they included version 6.2 without any patches. I'm not sure what is in...
1133
David Sewell
dsewell@...
Oct 9, 2003 2:43 pm
... Buy? Surely Apple can afford to donate a copy...? If not, just set up a Paypal page for donations & I'm sure the grateful Vim community will cover the cost...
1134
Bram Moolenaar
Bram@...
Oct 9, 2003 5:54 pm
... Yeah, it's a bit strange to pay money for something that I made myself. Some companies give out free copies to contributors, I'll find out if Apple does...
1135
Bram Moolenaar
Bram@...
Oct 13, 2003 8:27 pm
I have just sent patch 6.2.118 to the vim-dev maillist. This makes it possible to build the Carbon version with the Unix Makefile: make make install The "make...
1136
Emily Jackson
m5computing@...
Oct 14, 2003 11:43 am
At 3:29 PM -0500 on Monday, October 13, 2003, Bram Moolenaar ... "make install" failed for me: cp Vim Vim.app/Contents/MacOS/Vim Makefile:2347: *** Recursive...
1137
Bram Moolenaar
Bram@...
Oct 14, 2003 1:45 pm
... Hmm. Did you use the version with "+=" or the fixed version: M4FLAGS = $(M4FLAGS) -DAPP_EXE=$(VIMNAME) -DAPP_NAME=$(VIMNA... I suppose we can use another...
1138
Emily Jackson
m5computing@...
Oct 14, 2003 3:56 pm
At 8:46 AM -0500 on Tuesday, October 14, 2003, Bram Moolenaar ... I've tried editing the patch as you describe, but the edited version does not apply cleanly...
1139
Emily Jackson
m5computing@...
Oct 14, 2003 4:48 pm
At 8:46 AM -0500 on Tuesday, October 14, 2003, Bram Moolenaar ... I later realized that the 6.2.121 patch affected the 6.2.118 patch. I edited the 6.2.118...
1140
Bram Moolenaar
Bram@...
Oct 14, 2003 5:38 pm
... What works for me is, after doing "make install": open Vim.app That's in the Vim source directory. We still need to decide how "make install" moves the...
1141
Ricardo SIGNES
rjbs-vim-mac@...
Oct 14, 2003 6:13 pm
* Bram Moolenaar <Bram@...> [2003-10-14T13:40:22] ... On *nix, it would just overwrite, right? So should be be on MacOS. Is --prefix respected...
1142
Eric Y. Kow
m5a08d7bsbdi001@...
Oct 15, 2003 6:09 am
Hi list, If i'm not mistaken, Bram's version of the patch is missing my changes to src/misc1.c, which are needed for the runtime files to be included in the...
1143
Bram Moolenaar
Bram@...
Oct 15, 2003 10:12 am
... Thanks. I left that part out because I didn't understand why this was changed. I still wonder if this patch breaks it for other methods for building Vim....
1144
Eric Y. Kow
m5a08d7bsbdi001@...
Oct 15, 2003 1:07 pm
Hi, Here's an integrated patch to vim 6.2.121 Problem: Mac: resource files not found installation documentation out of synch Recursive entries in Makefile...