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

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

RE: display problem


From: Drew Adams
Subject: RE: display problem
Date: Sun, 27 May 2007 23:43:15 -0700

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

Great. Glad the report served some purpose. Thx - Drew




reply via email to

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