I have improved gvim for MacOS X. You can use both iconv and gettext emulations without any extra libraries. Please try and test it. Now, you can get a...
616
Benji Fisher
fisherbb@...
Jul 1, 2002 8:37 pm
... Thanks, I will try to find time for this soon; maybe not until next week, though. After your previous patch, some of my menus got translated (into ...
617
Mac Vim Support (Axel...
macvim@...
Jul 7, 2002 8:04 am
... I have applied the patch and ran into a problem when compiling for classic: diff -cNr src.orig/gui_mac.c src/gui_mac.c ... *************** *** 93,100 **** ...
618
MURAOKA Taro
koron@...
Jul 7, 2002 8:18 am
... Thank you for notifing this. It is a mistake. I had expected that it means <StandardFile.h> and <Traps.h> are not included for MACOS_X, as you guessed....
619
Mac Vim Support (Axel...
macvim@...
Jul 9, 2002 4:22 am
... This compiles as advertized as long as iconv is disabled. When I enable USE_ICONV I get complaints about undefined EINVAL and E2BIG. Both are defined for...
620
Bram Moolenaar
Bram@...
Jul 9, 2002 9:39 am
... In case it's just these two missing, can't you add: #ifndef EINVAL # define EINVAL 22 #endif #ifndef E2BIG # define E2BIG 7 #endif I think the numbers are...
621
Mac Vim Support (Axel...
macvim@...
Jul 12, 2002 6:12 pm
... I have an errno.h file and it #define EINVAL 9 only for __dest_os == __win32_os I'll try again with EINVAL and E2BIG defined as above. Axel...
622
Mac Vim Support (Axel...
macvim@...
Jul 15, 2002 4:09 am
... After defining these errors (and ENOENT, EFAULT and EILSEG (the later is defined in mbyte.c but used in os_macosx.c) and including TextEncodingConverter.h,...
623
Benji Fisher
fisherbb@...
Jul 16, 2002 6:32 pm
... MURAOKA Taro: I have tried compiling, and there are several problems. Easy ones first: 1. I want the application to be named Vim.app instead of gvim.app...
624
Benji Fisher
fisherbb@...
Jul 16, 2002 7:11 pm
... I guess that should have been make -f Make_osx.mak clean. I tried again, with more recompilation but without much change in the results. --Benji Fisher ...
625
Benji Fisher
fisherbb@...
Jul 21, 2002 1:25 pm
On Saturday, July 20, 2002, at 10:04 AM, Mac Vim Support (Axel ... I think that Mac OS X should be like Unix, at least for now. Eventually, we may try to make...
626
Mac Vim Support (Axel...
macvim@...
Jul 22, 2002 4:16 am
Hello All! Earlier today I uploaded a new version of MacVim to the MacVim idisk. This will probably the last version available on the idisk since Apple is...
627
Sven Guckes
guckes@...
Jul 23, 2002 12:51 am
... well, apple never really wanted to support vim or any other (almost) free software. so i'll say "fsck 'em". ... i'd offer sth kielhorn@... - but we've...
628
Benji Fisher
benji@...
Jul 23, 2002 1:34 am
... Sven: Thanks for cc'ing me. I guess that I, too, will have to find new web space for the OS X binaries. One more item for the TODO list... --Benji...
629
Bram Moolenaar
Bram@...
Jul 23, 2002 8:25 am
... I can upload files there, but you will have to send them to me first. Only a few people have access to this ftp server, it is heavely used (500 users is...
630
Patrick Curtain
patrick@...
Jul 23, 2002 9:46 am
Folks, it's just little ol' me, so forgive the hubris. But.... If anyone would like an account on my server, just let me know. I use zope for user accounts,...
631
Sven Guckes
guckes@...
Jul 23, 2002 3:36 pm
... yep, this seams the best solution. so - does anyone have an ftp server which could allow access for the various different version of MacVim? as long as...
632
Matthias Bertschy
matthiasbertschy@...
Jul 24, 2002 9:13 am
I just received the same email from Apple... I'm quite disapointed by that. I'm also embarassed by the fact that if I want to keep my free email adress...
633
Benji Fisher
benji@...
Jul 24, 2002 4:04 pm
... While you are at it, read the FAQ on my page. You are not the first to ask for colors in a Terminal window! http://homepage.mac.com/fisherbb/index.html ...
634
Sven Guckes
guckes@...
Jul 24, 2002 8:39 pm
... dump the mac.com address. get another. if apple wanted to pay you for supporting it then it will tell you so. but if they want you to pay for advertising...
635
Matthias Bertschy
matthiasbertschy@...
Jul 24, 2002 8:45 pm
Yes, you are right... maybe an email like user@... will suit me. Matthias Bertschy...
636
Sven Guckes
guckes@...
Jul 25, 2002 12:42 am
... vim.org is not an email address provider. Sven...
637
Kenichi Asai
asai@...
Jul 25, 2002 4:17 am
... Thank you for the information. (I knew (and still know almost) nothing about internals of MacOS.) I tried on iMac with MacOS 9: - Installed CarbonLib 1.6...
638
Bram Moolenaar
Bram@...
Jul 25, 2002 10:45 am
Since Sven's Vim pages have stopped working and didn't show any sign of being resurrected, we speeded up the redesign of the Vim pages. Ricardo Signes has...
639
Mac Vim Support (Axel...
macvim@...
Jul 25, 2002 5:44 pm
... collaboration via CVS. is this possible? The problem is that we have different binary versions. Don't forget that the difference between MacOS Classic and...
640
Eugene Lee
eugene@...
Jul 25, 2002 6:32 pm
... If the source is identical and building different binaries is a matter of different #define's, then the only limit to collaboration via CVS is the...
641
Sven Guckes
guckes@...
Jul 25, 2002 9:50 pm
... my words. then again, i do not know how difficult it will be to add a lot of #defines to the code. i am all in favor for to provide *one* MacVIm for each...
642
Benji Fisher
benji@...
Jul 26, 2002 3:31 am
... First a disclaimer: I know nothing about programming for any sort of Mac (or any other GUI). I can apply patches and run make; I can fiddle with system ...
643
Eugene Lee
eugene@...
Jul 26, 2002 5:40 am
... I'm about this level too. I have a basic understanding of C, but it's definitely not my strongest suit (trying to find a little time to learn Objective...
644
Gregory Seidman
gss+vim@...
Jul 26, 2002 11:53 pm
Benji Fisher sez: [...] [...] } For OS X, there are two GUI's that we want to support: the native one } (Aqua?) and also X11 (XDarwin). I will be surprised...