"Drew Adams" <[EMAIL PROTECTED]> 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


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to