Re: Special Characters on Mac Emacs

2005-04-01 Thread Sébastien Kirche
Le 1 Apr 2005, YAMAMOTO Mitsuharu a dit : > I created .emacs from your mail, but still I couldn't reproduce the > problem. Oh. :/ > Do you have other settings that is read at startup time, such as > default.el? No. And i have just checked that .emacs-custom does not contain

Re: Special Characters on Mac Emacs

2005-04-01 Thread YAMAMOTO Mitsuharu
> On Tue, 29 Mar 2005 12:03:45 +0200, Sébastien Kirche <[EMAIL PROTECTED]> > said: >> I couldn't reproduce (even after installing ETL fonts from >> http://members.shaw.ca/akochoi-emacs/stories/resources.html). If >> you tried without -Q option, could you try again with it? > Checked. Pr

Re: Special Characters on Mac Emacs

2005-03-31 Thread Sébastien Kirche
Le 31 Mar 2005, Steven Tamm s'est exprimé ainsi : > However, I'm having much difficulty in keeping the font specificationss > consistent between quickdraw and ATSUI (let alone the near > impossibility of determining glyph widths in a manner that's fast). > I'll have to write this up and sen

Re: Special Characters on Mac Emacs

2005-03-30 Thread Steven Tamm
ATSUI means a rewrite of a large portion of the display code, with the benefit that it will display all unicode characters consistently. The change from the emacs-unicode-2 branch for storing the internals as unicode will dramatically reduce the cost of implementing this feature. However, I

Re: Special Characters on Mac Emacs

2005-03-29 Thread Sébastien Kirche
Le 25 Mar 2005, YAMAMOTO Mitsuharu vraute : > > - following your example M-: (set-frame-font > > (create-fontset-from-mac-roman-font > > "-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman")) > > > I can see that the frame briefly flashes then it redisplays with the > > etl font. > > I cou

Re: Special Characters on Mac Emacs

2005-03-25 Thread YAMAMOTO Mitsuharu
> On Fri, 25 Mar 2005 16:34:55 +0100, Sébastien Kirche <[EMAIL PROTECTED]> > said: >> I suppose no characters in mule-unicode-2500-33ff is accessible >> from QuickDraw Text API that Carbon Emacs is currently using for >> drawing text, at least when using with bundled fonts. > What i can'

Re: Special Characters on Mac Emacs

2005-03-25 Thread Sébastien Kirche
Le 25 mar 2005, YAMAMOTO Mitsuharu a formulà : > > > > > > On Thu, 24 Mar 2005 13:50:02 +0100, SÃbastien Kirche > > > > > > <[EMAIL PROTECTED]> said: > > > - following your example M-: (set-frame-font > > (create-fontset-from-mac-roman-font > > "-apple-monaco-medium-r-normal--9-90-75-

Re: Special Characters on Mac Emacs

2005-03-25 Thread YAMAMOTO Mitsuharu
> On Fri, 25 Mar 2005 15:48:19 +0900, YAMAMOTO Mitsuharu <[EMAIL > PROTECTED]> said: > I suppose no characters in mule-unicode-2500-33ff is accessible from > QuickDraw Text API that Carbon Emacs is currently using for drawing > text, at least when using with bundled fonts. Actually, ther

Re: Special Characters on Mac Emacs

2005-03-24 Thread YAMAMOTO Mitsuharu
> On Thu, 24 Mar 2005 13:50:02 +0100, SÃbastien Kirche <[EMAIL PROTECTED]> > said: > - following your example M-: (set-frame-font > (create-fontset-from-mac-roman-font > "-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman")) > I can see that the frame briefly flashes then it redisp

Re: Special Characters on Mac Emacs

2005-03-23 Thread Sébastien Kirche
Le 23 Mar 2005, YAMAMOTO Mitsuharu a dit : > On Thu, 10 Mar 2005 10:18:02 -0600, Ulrich Hobelmann <[EMAIL PROTECTED]> > said: > > > To make Emacs display the stuff the following works: > > > (create-fontset-from-fontset-spec > > "-apple-monaco-medium-r-normal--12-*-*-*-*-*-fontset-monaco, > >

Re: Special Characters on Mac Emacs

2005-03-23 Thread YAMAMOTO Mitsuharu
> On Thu, 10 Mar 2005 10:18:02 -0600, Ulrich Hobelmann <[EMAIL PROTECTED]> > said: > To make Emacs display the stuff the following works: > (create-fontset-from-fontset-spec > "-apple-monaco-medium-r-normal--12-*-*-*-*-*-fontset-monaco, > ascii:-apple-monaco-medium-r-normal--12-120-75-75

Special Characters on Mac Emacs

2005-03-10 Thread Ulrich Hobelmann
Okay, let me wrap up how things work out for me: (set-keyboard-coding-system 'mac-roman) seems to be an easy way to make Emacs behave like one would expect it to: all special combinations (umlauts, euro symbol, accents) work. To make Emacs display the stuff the following works: (create-fontset-fr