In article <[EMAIL PROTECTED]>, Miles Bader <[EMAIL PROTECTED]> writes:

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

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


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to