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

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

Re: display problem


From: Miles Bader
Subject: Re: display problem
Date: Mon, 28 May 2007 11:17:51 +0900

"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.

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

-Miles

-- 
Somebody has to do something, and it's just incredibly pathetic that it
has to be us.  -- Jerry Garcia




reply via email to

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