... I see. Perhaps it's better to do this in feature.h, so that this is all in one place. At least it should be mentioned there that this is also used for...
715
Bram Moolenaar
Bram@...
Sep 15, 2002 12:19 pm
... Good. It is about time we include all the patches, so that we have a common version to do further work on. -- DENNIS: You can't expect to wield supreme...
716
MURAOKA Taro
koron@...
Sep 15, 2002 3:11 pm
I have improved gvim for MacOS X. This is a newer version that I had sended on 1st July. You will be able to use both iconv and gettext emulations without any...
717
Sébastien Pierre
spierre@...
Sep 15, 2002 4:00 pm
Hi ! I just tested this new patch using the same procedure: - Edit a new file - :set fileencoding=latin1 - Write "é" - Open a terminal and "less" the file I...
I have updated http://macvim.swdev.org/OSX/ by posting several patches. In a few days I will post a new binary that incorporates these changes. (Also on my...
720
Etienne Posthumus
ep@...
Sep 15, 2002 6:44 pm
I might regret publicly asking the question, but has anyone ever considered a Cocoa branch of Vim? The question is inspired by the slickness of the Gtk and Win...
721
Daniel Lee
danslee@...
Sep 16, 2002 2:23 am
I've thought about this myself. It seems that once upon a time there was a NeXT version of vim so I don't think it would be as bad as starting from scratch. ...
722
Gregory Seidman
gss+vim@...
Sep 16, 2002 2:59 am
Daniel Lee sez: } I've thought about this myself. It seems that once } upon a time there was a NeXT version of vim so I don't } think it would be as bad as...
723
Bob Ippolito
bob@...
Sep 16, 2002 3:01 am
I'm interested, but I don't think I have the proper amount of time to donate to the project.. However, while you're at it, it would be nice to have an open...
724
Axel Kielhorn
macvim@...
Sep 16, 2002 10:23 am
... This does not interfere with Mac Classic since it only applies to Carbon. I couldn't make it compile on Mac Classic, but in theory it should work in MacOS...
725
Axel Kielhorn
macvim@...
Sep 16, 2002 10:23 am
... Not tested, since there is no IME suport for Classic, see second mailing. ... Works fine in Classic. ... No Problems in Classic. (Big surprise.) ... This...
726
ewitness - Ben Fowler
bfowler@...
Sep 16, 2002 12:45 pm
... I hope 1) that I am not misleading you with this, and 2) not posting info to this list which is unduly bogus. I am working on the basis that there are...
727
ewitness - Ben Fowler
bfowler@...
Sep 16, 2002 12:45 pm
This does two things: 1. Removes the contentious inclusion of <curses.h>, and replaces it with <termcap.h> which contains the needed declarations of the curses...
728
ewitness - Ben Fowler
bfowler@...
Sep 16, 2002 12:45 pm
... I am not sure I understand all that. Looking at the repository, I can see the file that I have in mind, last modified 10 months ago. Here is my latest ...
729
Gregory Seidman
gss@...
Sep 16, 2002 1:41 pm
ewitness - Ben Fowler sez: [...] } In my hands, the DEFAULT_TERMINAL is set to ansi and is needed. I may be } wrong about this, and it would explain why I had...
730
Gregory Seidman
gss@...
Sep 16, 2002 1:42 pm
Bob Ippolito sez: } I'm interested, but I don't think I have the proper amount of time to } donate to the project.. However, while you're at it, it would be...
731
Benji Fisher
benji@...
Sep 16, 2002 3:08 pm
... When I say "standard distribution" I mean what you get by downloading files from ftp.vim.org . IIUC, you are looking at files on CVS, which include some...
732
ewitness - Ben Fowler
bfowler@...
Sep 16, 2002 3:28 pm
... Yes. I am dealing with files in the CVS repository. (How else does one handle patches...)? Assuming that you don't think that modifyiny .cvsignore is worth...
733
ewitness - Ben Fowler
bfowler@...
Sep 16, 2002 3:54 pm
... Assuming that when you say Terminal.app, you mean the same as src/vim, then the DEFAULT_TERMINAL setting in term.c is "dumb". If you want "beos-ansi" then ...
734
Sébastien Pierre
spierre@...
Sep 16, 2002 5:44 pm
... Vim enters a deadly loop that makes it crunch CPU and memory :( -- Q: What drug makes the experience of listening to you guys so much better? herb just...
735
Benji Fisher
benji@...
Sep 17, 2002 4:46 am
... So that I can try to reproduce your test with my US keyboard, is it enough if I enter "<C-K>e'" in Insert mode, then use "ga" in Normal mode to see the...
736
Sébastien Pierre
spierre@...
Sep 17, 2002 5:47 am
... Sadly, yes. -- Sébastien -- Q: What drug makes the experience of listening to you guys so much better? herb just isnt enough for me anymore. A: Sex. Most...
737
Etienne Posthumus
ep@...
Sep 17, 2002 7:16 am
... That sounds like a large bite to chew. I was thinking much more simply, a NSTextView with a minimal menu (of course I might be barking up the wrong tree...
738
Daniel Lee
danslee@...
Sep 17, 2002 7:55 am
... I agree. I was thinking that this project would use as little new code as possible, but hook up to existing Cocoa frameworks and use them, utilizing the ...
739
ewitness - Ben Fowler
bfowler@...
Sep 17, 2002 11:02 am
In order to match the GTK build and provide a prototype for 'sigaltstack39;, this patch: 1. #includes <sys/signal.h>, and 2. defines HAVE_SIGALTSTACK Index:...
740
Benji Fisher
benji@...
Sep 17, 2002 6:02 pm
... I compiled with the latest iconv/gettext patch. After commenting out the line LIBS = -ltermcap in Make_osx.mak I was able to compile. (I assume this is a...
741
Sébastien Pierre
spierre@...
Sep 17, 2002 6:14 pm
... With Fink's vim port this encoding works fine: I get a E9. Cheers, -- Sébastien -- «Big lies, big times / This love is not what we're about / It's too...
742
Benji Fisher
benji@...
Sep 17, 2002 10:32 pm
I just uploaded some new binaries and updated the web page at http://macvim.swdev.org/OSX . No time for details now, and I have not tested the downloads. Let...
743
MURAOKA Taro
koron@...
Sep 17, 2002 10:47 pm
... Yes, right. I changed that for Jaguar. ... Yes, I got same result. One of reaseson of this is that 'encoding39; option can't take value "MacRoman". So,...