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

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

Re: display problem


From: Kenichi Handa
Subject: Re: display problem
Date: Mon, 28 May 2007 11:35:47 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Miles Bader <address@hidden> writes:

> "Drew Adams" <address@hidden> writes:
> > (defun make-glyph-code (char &optional face)
> >   "Return a glyph code representing char CHAR with face FACE."
> >   (if face (logior char (lsh (face-id face) 19)) char))
...
> > I admit to not understanding a lot about glyphs, character codes, or
> > Unicode. Perhaps it is silly to expect that `make-glyph-code' would work as
> > proposed for Emacs 23 also. Please explain. Otherwise, if this is a bug,
> > HTH.

> The "19" should be "21" in the unicode branch.

Actually, it should be "22".

> [I'll make that change in the CVS tree, as make-glyph-code already
> exists there.]

I've already installed that change in emacs-unicode-2
branch.

---
Kenichi Handa
address@hidden




reply via email to

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