... Not as far as Vim is concerned.. the only difference to Vim is that the one you install yourself is in /Library/Frameworks and the one that comes with 10.3...
1193
Dragon Green
dragon@...
Oct 29, 2003 10:31 pm
I've had some success with this. I copied nodes from the TextEdit.app39;s info.plist. The key to getting the document icons to show up seems to be making sure...
1194
Ricardo SIGNES
rjbs-vim-mac@...
Oct 30, 2003 1:41 am
* Dragon Green <dragon@...> [2003-10-29T17:31:44] ... Thanks, this was interesting and informative. I think some improvements can be made -- in...
1195
Benji Fisher
benji@...
Oct 30, 2003 1:44 am
... Sorry, I should have included a little more of the "make" output. Here are the last file compiled and the linking step: gcc -c -I. -Iproto -DHAVE_CONFIG_H...
1196
Bram Moolenaar
Bram@...
Oct 30, 2003 11:17 am
... Well, in that case you can perhaps think of a solution where we can build a binary version of Vim that runs on 10.2 and 10.3 with Python 2.2 and Python...
1197
Bob Ippolito
bob@...
Oct 30, 2003 4:45 pm
... There is no way to compile vim +python on OS X 10.2 (unless the user has installed Python on their own, or you include your own version of Python in the...
1198
Bram Moolenaar
Bram@...
Oct 30, 2003 7:10 pm
... The idea is that we compile Vim with Python in such a way that someone that wants Python support can install Python (probably 2.3) and start using it....
1199
Eugene Lee
eugene@...
Nov 1, 2003 2:21 am
Can anyone build vim/gvim without Carbon support? All of the options I've tried: --enable-carbon-check=no --disable-carbon-check --enable-gui=no --disable-gui...
1200
Bram Moolenaar
Bram@...
Nov 1, 2003 12:34 pm
... That's normal, the configure script always detects this file. But whether the GUI is enabled is decided further on. "--disable-gui" does disable it. ... ...
1201
Eugene Lee
eugene@...
Nov 1, 2003 7:14 pm
... [...] ... Still, $ ./configure --disable-gui $ make continues to fail on the make. ... I thought about this. That's why I asked here. :-) ... Yes. I've...
1202
Benji Fisher
benji@...
Nov 1, 2003 10:46 pm
... I tend to agree, provided that the system clipboard is still available as "* or "+ . I cannot think of any other "Mac features" that I would want to use...
1203
Bram Moolenaar
Bram@...
Nov 2, 2003 12:34 pm
... I have fixed that now. ... Now that I'm adding a --disable-darwin configure argument, I can also check if os_macosx.c is there. If it isn't then Darwin...
1204
Bram Moolenaar
Bram@...
Nov 2, 2003 12:34 pm
... Feel free to produce any version you think is useful. But then please also fix any problems that pop up. We now have so many different combinations of...
1205
Bram Moolenaar
Bram@...
Nov 2, 2003 8:01 pm
[This is not directly about Vim, skip this if you don't care about Vim's charity] I have updated the page for the Lord of the Rings Video and DVD. The second...
1206
Rain Dog
p.cucka@...
Nov 10, 2003 3:32 am
... % sudo fixPrecomps should take care of those warnings. (Thanks to macosxhints.com for this tip.)...
1207
Bram Moolenaar
Bram@...
Nov 10, 2003 9:03 am
... Thanks for reporting the solution. Perhaps we should suggest Apple to include this hint in the long list of warnings? -- Your company is doomed if your...
1208
Ben De Rydt
ben.de.rydt@...
Nov 22, 2003 1:10 pm
Can anyone give me a brief explanation of the problem with Vim.app and encodings. I was quite surprised that Vim.app doesn't even handle the encoding=utf-8 ...
1209
Stephen Riehm
stephen.riehm@...
Nov 23, 2003 11:28 am
Hi guys, It's been bothering me for a while that vim can decode the command keys as <D-...> but the alt/option-key just turns up as strange characters. I...
1210
Ben De Rydt
ben.de.rydt@...
Nov 24, 2003 1:04 pm
On zaterdag, nov 22, 2003, at 19:35 Europe/Brussels, Sébastien Pierre ... There shouldn't be a problem on MacOSX to accept Unicode from the keyboard and...
1211
Bill Tschumy
bill@...
Nov 25, 2003 6:04 pm
I recently got a new mouse with a wheel for my Mac. It appears that the mouse wheel doesn't work in the GUI version of vim. Should it? -- Bill Tschumy ...
1212
Benji Fisher
benji@...
Nov 26, 2003 1:00 pm
... If it is a USB mouse, see the FAQ's: http://macvim.swdev.org/OSX/#FAQ HTH --Benji Fisher...
1213
Bill Tschumy
bill@...
Nov 26, 2003 3:04 pm
As recommended in the FAQ, I installed USB Overdrive. It is not clear how to configure it to make it work in VIM. Just setting the wheel to scroll up and...
1214
James Tyson
james@...
Nov 27, 2003 3:09 am
Hey folks. Thanks for the wicked vim port - I've been missing gvim ever since I changed from my Linux box to my powerbook. One question though, can the cocoa...
1215
James Tyson
james@...
Nov 27, 2003 4:11 am
Hey folks. I have the following in my .bashrc to make sure that some settings are set up when I log in on osx: if [ `uname` == "Darwin" ]; then source...
1216
Eugene Lee
eugene@...
Nov 27, 2003 7:56 am
... I compiled vim-6.2 with X11 support, and gvim works fine for me under OS X 10.3 Panther and X11 v1.0. -- Eugene Lee eugene at anime dot net...
1217
Eugene Lee
eugene@...
Nov 27, 2003 8:02 am
... To test whether X11 is running or not, I have this bit in my ~/.bash_profile: if (ps -xc | grep -q X11) && [ "-${DISPLAY}-" = "--" ] ; then export...
1218
Benji Fisher
benji@...
Nov 28, 2003 12:58 pm
... My first guess is that this requires a patch to the GUI code, but should be fairly easy for someone who (unlike me) knows what (s)he is doing. My second...
1219
Benji Fisher
benji@...
Nov 28, 2003 1:25 pm
... That looks like setting up software provided by Fink. ... The DISPLAY environment variable is still a mystery to me. What is the point of these lines? ......
1220
Emily Jackson
m5computing@...
Nov 28, 2003 1:37 pm
At 7:33 AM -0600 on Friday, November 28, 2003, Benji Fisher ... The DISPLAY variable has to be set in order to launch X11 programs from Terminal.app. I have in...
1221
MURAOKA Taro
koron@...
Nov 28, 2003 3:51 pm
... Try this patch. This patch includes both patch for OSX and W2K/XP. ... MURAOKA Taro <koron@...> diff -c src/gui_mac.c.orig src/gui_mac.c ... ...