I have attached your document. +++ Attachment: No Virus found +++ Kaspersky AntiVirus - www.kaspersky.com...
3624
Peter Vohmann
pvohmann@...
Dec 2, 2005 6:54 pm
Hi folks, I use vim most often remotely (ssh) from my PowerMac G5, and I started to scratch my head why I fail to use german umlaute while everything else...
3625
John Love-Jensen
eljay@...
Dec 2, 2005 7:18 pm
Hi Peter, In your Terminal / Window Settings... / Terminal Inspector / Display, what does your prefs say for the Character Set Encoding? --Eljay...
3626
Peter Vohmann
pvohmann@...
Dec 2, 2005 7:30 pm
Hi John, You wrote ... Just a second (switching to English...) Character Set Encoding: Unicode (UTF-8) Three cheap shots are free, but sorry, still two to go....
3627
Jussi Hagman
jhagman@...
Dec 2, 2005 7:51 pm
... Hello Peter and welcome to the list. ... Actually I had not but I could reproduce after a little tinkering. You should setup the Terminal.app so that it...
3628
Peter Vohmann
pvohmann@...
Dec 2, 2005 8:24 pm
... I found it on the mail archive of this very list. ;-) ... That's it. THANK YOU! Now wouldn't it be nice if this very uncheck was the default of Mac OS X?...
3629
Benji Fisher
benji@...
Dec 3, 2005 4:43 pm
... Now that you have the answer, if you write it up as a Q&A, I will add it to the list at http://macvim.org/OSX/index.php#FAQ . --Benji Fisher...
3630
Andre Berger
andre.berger@...
Dec 3, 2005 5:11 pm
... I ran into the same problem with 6.0.4, worked around with "gcc_select 3.3". How did you change the optimization for 4.0.1? -Andre...
3631
Jussi Hagman
jhagman@...
Dec 3, 2005 6:11 pm
... I just added a line "CFLAGS = -Os" in src/Makefile. The easiest thing is probably to find a similar row (search for -O) and uncomment/edit it. Greetings, ...
3632
Andre Berger
andre.berger@...
Dec 3, 2005 7:43 pm
... Thanks, work just fine! -Andre...
3633
Baptiste Calmès
calmes@...
Dec 3, 2005 9:20 pm
... I have a (maybe) related question. Whether I set the terminal to escape non ascii characters or not, I get the following weird behaviour: In normal mode...
3634
Emily Jackson
m5computing@...
Dec 3, 2005 9:57 pm
On Sat, 03 Dec 2005 20:08:12 +0200 ... Fink's vim package just sets the CFLAGS environment variable to -Os. That seems to be easier than modifying files would...
3635
Jussi Hagman
jhagman@...
Dec 4, 2005 2:07 am
On 3.12.2005, at 23:20, Baptiste Calmès wrote: Salut, Baptiste! ... In french keymap "^", l'accent circumflex, is not a real character but a "soft" or...
3636
Baptiste Calmès
calmes@...
Dec 4, 2005 10:12 am
... Yes, indeed. ... You are right, I hadn't noticed that. ... Yes, this wouldn't be reasonnable. Since apple ships vim with tiger, it might want to improve...
3637
Benji Fisher
benji@...
Dec 4, 2005 4:29 pm
... Yes, I can reproduce the problem. If I leave 'tenc' at the default value, I get a question mark; if I set it to utf-8, I get some odd symbol. Depending on...
3638
Peter Vohmann
pvohmann@...
Dec 7, 2005 12:43 am
Hi Benji, Ah yes, I almost missed that request. Of course, here you are: Q: How can I use national characters when running vim in a Terminal window? I get...
3639
dany.stamant@...
Dec 7, 2005 1:01 am
The message contains Unicode characters and has been sent as a binary attachment....
3640
Jussi Hagman
jhagman@...
Dec 7, 2005 10:20 pm
Hello, I've started to clean up gui_mac.c by removing all pre-Carbon code. There are some CodeWarrior specific things in the source code (some global...
3641
Chris Devers
cdevers@...
Dec 8, 2005 1:13 am
... http://en.wikipedia.org/wiki/CodeWarrior On July 29, 2005, [Metroworks] announced that CodeWarrior for Mac would be discontinued after the next release,...
3642
Bram Moolenaar
Bram@...
Dec 8, 2005 10:32 am
... I think it's sufficient to support one compiler that is available for free and works well. It's good to remove code and files that won't be used anyway....
3643
Jussi Hagman
jhagman@...
Dec 8, 2005 6:30 pm
... OK. ... I'll do that but that'll take at least another day or two. Greetings, Jussi -- Jussi Hagman, jhagman@..., iChat/AIM: jussihagman, ICQ:...
3644
Bram Moolenaar
Bram@...
Dec 8, 2005 6:54 pm
... No hurry. I rather have it done properly then fast. Thanks for your help! -- WOMAN: I didn't know we had a king. I thought we were an autonomous ...
3645
ackahn@...
Dec 9, 2005 4:32 pm
For further details see the attachment....
3646
bram@...
Dec 11, 2005 3:00 pm
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
3647
ackahn@...
Dec 12, 2005 2:07 pm
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
3648
Geoffrey Alan Washburn
geoffw@...
Dec 14, 2005 12:30 am
... I'll have to look into this further. ... I gave this a try and it seems to work correctly. However, it doesn't seem to antialias fonts despite adjusting...
3649
eljay@...
Dec 14, 2005 7:33 am
lovely, :-)...
3650
Chris Allen
c.d.allen@...
Dec 14, 2005 10:27 am
... You need to re-build without multibyte support if you want antialiasing to work. Antialiasing, along with underlining and italics, does not currently work...
3651
Geoffrey Alan Washburn
geoffw@...
Dec 14, 2005 2:33 pm
... Rebuilding without multibyte support would presumably disable UTF-8 support? That would sort of get me back where I started :-/ I guess it would seem that...
3652
Chris Allen
c.d.allen@...
Dec 14, 2005 4:02 pm
... Yeah. It isn't quite as shiny as we generally expect Vim to be. I miss the underlining the most. ... I recommend the terminal, myself, although...