emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Problems with unicode chars in GTK menus


From: Ralf Angeli
Subject: Re: Problems with unicode chars in GTK menus
Date: Sun, 12 Jun 2005 09:59:02 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

* jhd (2005-06-12) writes:

> This has been resolved now as a WONTFIX:
>
> "------- Additional Comments From Owen Taylor  2005-06-12 00:05 -------
> This is "working as intended" - Pango has no real way of knowing that
> you weren't writing greek text and thus wanted punctuation from the
> greek font."

Okay, thanks for the information.

> One workaround is to change the positions:
>
> (easy-menu-define test-menu (current-local-map) "doc"
> `("xxx"
>     (,(concat "\\Gamma " (string (decode-char 'ucs 915))))
>     ("\\Gamma G")))

Hm, the unicode characters in AUCTeX's math menus should help people
find the needed symbol more easily.  The menus entries are usually
read from left to right, so placing the more easily recognizable
unicode char after the LaTeX macro will defeat the purpose of those
chars to some extent.  I guess we just have to live with some peculiar
backslashes.

-- 
Ralf




reply via email to

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