[OS X Emacs] Re: Any Word On Emacs 24?

Peter Dyballa Peter_Dyballa at Web.DE
Wed Sep 14 17:29:05 EDT 2011


Am 14.09.2011 um 15:37 schrieb Piet van Oostrum:

> I tried this one to check a problem that I have with Aquamacs: Curly single
> quotes are not displayed properly on Mac OS X Snow Leopard (10.6.8, but
> also earlier versions).

Piet,

this problems exists as well in the native NS (Aqua) variant of GNU Emacs 24.0.50. You can check with C-u C-x =, with the text cursor on that character, which font is used to display that character. The quotes are taken from Apple Symbols. M-x describe-fontset RET reports similarly. I've tried to cure the problem with a statement like:

    (set-fontset-font (frame-parameter nil 'font) '(#x2018 . #x201E)
		      "FreeMono" nil 'prepend)

("Monospace" might also be useful), but it does not work. M-x describe-fontset RET does report the change, but it's not expressed on screen. What does work is using FreeMono as font. This overrides the use of Apple Symbols.

--
Greetings

  Pete

It isn't pollution that's harming the environment. It's the impurities in our air and water that are doing it.




More information about the MacOSX-Emacs mailing list