Announcing: Vim (Vi IMproved) version 6.2 - the Amiga memorial edition Author: Bram Moolenaar et al. Announcement ... This is a bugfix release of Vim. Since...
Bram Moolenaar
Bram@...
Jun 1, 2003 5:31 pm
982
... Is libpython required at run-time or only at link-time? I could install python from Fink, but I do not want to distribute a binary that fails to start up...
Benji Fisher
benji@...
Jun 2, 2003 1:16 pm
983
Please see the attached file....
cec@...
Jun 3, 2003 2:43 am
984
... It's statically linked, so that should work. Just make sure you build a version of libpython.a that's compatible with the runtime files (see ...
Rain Dog
raindog@...
Jun 3, 2003 4:15 am
985
Hello, I work at a manufacturing company in New Hampshire. My Job is to write vectorscript code to automate the design of swimming pool liners and covers. I...
Dave Fortin
dfortin@...
Jun 3, 2003 7:25 pm
986
Hi... I'm looking for a makefile for vim 6.2 which produces a carbon version of vim. I was able to compile a terminal and X11 version with the "huge"...
Volker Büscher
volker@...
Jun 3, 2003 8:36 pm
987
This has nothing to do with "carbonization", rather it has a bit to do with resource forks. Unless I have missed something fairly obvious, the command line...
Bodhi
bodhig@...
Jun 4, 2003 2:45 pm
988
... Perhaps the second item from the FAQ at http://macvim.swdev.org/OSX/#FAQ will help here. (I think the same advice applies for any version of vim and Mac ...
Benji Fisher
benji@...
Jun 4, 2003 3:20 pm
989
... Correct. However, regarding the subject, the Mac file type information is stored in the file TYPE field of the HFS+ structure, and not in the resource...
Eugene Lee
eugene@...
Jun 4, 2003 11:46 pm
990
... This problem should not be seen on the MACOS_CLASSIC version (even the carbonized one). I created a generic function mch_copy_file_attribute() [which is...
Dany St-Amant
dany.stamant@...
Jun 5, 2003 2:22 am
991
Peter "RD" Cucka sent me an updated patch for compiling with python support, and I got the python library from Fink, so I have just updated the binary at ...
Benji Fisher
benji@...
Jun 6, 2003 2:31 am
992
... FWIW, I use the Python 2.3b Framework (which puts the framework build in /Library/Frameworks/Python.framework) and the Vim.app in vim6.2.011.tar.bz2 fails...
Jim Tittsler
jwt@...
Jun 6, 2003 3:07 am
993
... It fails for me, too. "otool -L Vim.app/Contents/MacOS/Vim" reveals that libpython isn't statically linked: Vim.app/Contents/MacOS/Vim: ... ...
Rain Dog
raindog@...
Jun 6, 2003 3:23 am
994
... Thanks for testing (not to mention working on MacPython). This looks like the same situation we have with Perl: anyone who has a version different from ...
Benji Fisher
benji@...
Jun 6, 2003 3:24 am
995
... Ugh. Any idea what I did wrong? --Benji Fisher...
Benji Fisher
benji@...
Jun 6, 2003 3:31 am
996
Heya! ... I looked and wasn't sure which version to download (which link). I tried what seemed the most likely, vim6.2f.beta.tar.bz2 but checking the...
Patrick Curtain
patrick@...
Jun 6, 2003 4:31 am
997
Second attempt: Peter "RD" Cucka sent me an updated patch for compiling with python support, and I got the python library from Fink, so I have just updated...
Benji Fisher
benji@...
Jun 6, 2003 1:32 pm
998
... [snip] ... OK, I guess I had it backwards. Now that I have statically linked with libpython, the binary is substantially larger. This should work on...
Benji Fisher
benji@...
Jun 6, 2003 3:07 pm
999
Howdy. I'm new to this list, but a rather long-time VIM and VI user, on Unix, Macs and Windows. Anyway, I upgraded VIM 5.7.9 to 6.1 on the my Mac (running OS...
Steven Haworth
haworth7@...
Jun 7, 2003 2:15 am
1000
Hello, I've just updated to 6.2.011 under OS X 10.2 but unfortunately it still doesn't fix the most annoying problem with the Mac vim version: when ...
Vadim Zeitlin
zeitlin@...
Jun 14, 2003 1:21 pm
1001
... It is most courteous of you to put it like that, but it seems to me to be a most definite defect. ... It is the symbol DONT_ADD_PATHSEP_TO_DIR in os_mac.h...
Ben Fowler
bfowler@...
Jun 16, 2003 5:49 pm
1002
... That path does not look right for classic. Could you give more detail, the path to the executable and perhaps some comparative information for the latest...
Ben Fowler
bfowler@...
Jun 16, 2003 6:04 pm
1003
Not to be a pain, but is there any progress on getting the encoding bug fixed? I notice that MURAOKA Taro's patch which enables :set encoding=MacRoman is not...
The Shrubber
m5a08d7bsbdi001@...
Jun 19, 2003 4:40 pm
1004
... I consider this as completely desperate... I'm even thinking about writing my own Cocoa vim-like text editor... ... Maybe we could hope to switch to kvim,...
Sébastien Pierre
spierre@...
Jun 19, 2003 5:06 pm
1005
I have newer patches. In it, iconv emulation is improved. But it includes all my experimental features and Japanese document only. If you want to try it, it...
MURAOKA Taro
koron@...
Jun 19, 2003 5:54 pm
1006
... I tried building vim 6.2 using these files, but the application crashes on launch: Date/Time: 2003-06-20 07:33:12 -0500 OS Version: 10.2.6 (Build 6L60) ...
Emily Jackson
m5comp@...
Jun 20, 2003 12:44 pm
1007
Thanks for your report. In my patch, there are some plugin files which have Japanese characters. It may cause some troubles. Please remove those files and try...
MURAOKA Taro
koron@...
Jun 20, 2003 1:37 pm
1008
... Why don't you use GTK-Vim on MacOX. There is a native GTK for Carbon: http://gtk-osx.sourceforge.net/index.html Axel...
Axel Kielhorn
A.Kielhorn@...
Jun 20, 2003 2:56 pm
1009
Hi, Being impatient, i tried your binary directly :-), but did not get a nice result. ... If it helps, i have attached test files, who should display in Carbon...