unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* font oddity on OS X
@ 2004-07-25 21:29 Mark Moll
  2004-07-27  8:19 ` YAMAMOTO Mitsuharu
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Moll @ 2004-07-25 21:29 UTC (permalink / raw)
  Cc: Mark Moll

I observed the following odd behavior with a freshly compiled emacs 
from CVS. I have the code below in my .emacs to set it up for a mac 
keyboard. The odd thing is that if I press "option-u u" for instance, I 
get "¸" instead of "ü". Similarly, "option-e e" produces "È" instead of 
"é". Bizarrely, the problem goes away if I press "option-shift-minus" 
(em dash) once.

(set-terminal-coding-system 'iso-8859-1)
(set-language-environment "Latin-1")
(set-keyboard-coding-system 'mac-roman)
(set-selection-coding-system 'mac-roman)
(setq mac-keyboard-text-encoding kTextEncodingISOLatin1
       mac-command-key-is-meta t
       mac-emulate-three-button-mouse t)
(set-frame-font "fontset-mac")

-- 
Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-07-27 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-25 21:29 font oddity on OS X Mark Moll
2004-07-27  8:19 ` YAMAMOTO Mitsuharu
2004-07-27 14:10   ` Mark Moll

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).