Am 14.09.2007 um 15:17 schrieb flips:

> How do you find/figure out the available font names?

M-x set-frame-font RET TAB TAB C-g

And then save the *Completions* buffer to some simple file name that  
does not need completion - or the *Completions* buffer's contents  
will be overwritten.

> The Menu on S-Mouse1 does not work very well.

It only has a default visible. You can extend:

(setq x-fixed-font-alist
   '("Font menu"
     ("Courier"
      ("normal"          "-apple-courier-medium-r-normal--0-0-75-75-m-0- 
mac-roman")
      ("italic"          "-apple-courier-medium-i-normal--0-0-75-75-m-0- 
mac-roman")
      ("bold"            "-apple-courier-bold-r-normal--0-0-75-75-m-0- 
mac-roman")
      ("bold italic"     "-apple-courier-bold-i-normal--0-0-75-75-m-0- 
mac-roman")
      ("")
      ( "9"              "-apple-courier-medium-r-normal--9-90-75-75-m-90-mac- 
roman")
      ("10"              
"-apple-courier-medium-r-normal--10-100-75-75-m-100-mac- 
roman")
      ("12"              
"-apple-courier-medium-r-normal--12-120-75-75-m-120-mac- 
roman")
      ("14"              
"-apple-courier-medium-r-normal--14-140-75-75-m-140-mac- 
roman")
      ("18"              
"-apple-courier-medium-r-normal--18-180-75-75-m-180-mac- 
roman")
      ("24"              
"-apple-courier-medium-r-normal--24-240-75-75-m-240-mac- 
roman")
     )
     ("Monaco"
...

For fontsets the command create-fontset-from-fontset-spec can be  
used. Carbon Emacs uses Elisp files from inside its application  
bundle, carbon-font.el and fixed-width-fontset.el, but there is also  
code to create "automatic" fontsets from/for a font you choose from  
the Mac OS X font panel.

> I would like the same font as Terminal and TextEdit (in plaintext  
> mode) uses.

For both you can choose fonts. The default could be Lucida Grande.  
This font has two disadvantages: it's not monospaced and it only has  
regular and bold variants.

--
Greetings

   Pete

"America believes in education: the average professor earns more money
in a year than a professional athlete earns in a whole week." - Evan
Esar




--~--~---------~--~----~------------~-------~--~----~
"Carbon Emacs" group mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to