help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Latin-1 under MacOS


From: Thomas F. Burdick
Subject: Re: Latin-1 under MacOS
Date: 15 Jan 2004 15:58:22 -0800

kai@achernar.nada.kth.se   (Kai-Mikael Jää-Aro) writes:

> I get errors, but then I already have that create-fontset-... in my .emacs, 
> to be precise I have the following:
> 
> (cond ((string-equal window-system "mac")
>        (set-language-environment "Latin-1")
>        (set-keyboard-coding-system 'mac-roman) 
>        (create-fontset-from-fontset-spec
>          
> "-apple-monaco-medium-r-normal--10-*-*-*-*-*-fontset-monaco,ascii:-apple-monaco-medium-r-normal--10-100-75-75-m-100-mac-roman,latin-iso8859-1:-apple-monaco-medium-r-normal--10-100-75-75-m-100-mac-roman")
>        ))
> 
> and I still get little boxes for the interesting characters.

Once you create the fontset, you need to actually use it.  Try

M-x set-frame-font fontset-monaco, and if that works, add something
like (push '(font . "fontset-monaco") default-frame-alist) to your
.emacs

-- 
           /|_     .-----------------------.                        
         ,'  .\  / | No to Imperialist war |                        
     ,--'    _,'   | Wage class war!       |                        
    /       /      `-----------------------'                        
   (   -.  |                               
   |     ) |                               
  (`-.  '--.)                              
   `. )----'                               


reply via email to

[Prev in Thread] Current Thread [Next in Thread]