emacs-devel
[Top][All Lists]
Advanced

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

Re: cannot understand Elisp manual node Glyphs


From: Miles Bader
Subject: Re: cannot understand Elisp manual node Glyphs
Date: Thu, 08 Feb 2007 07:52:11 +0900

address@hidden (Kim F. Storm) writes:
> These functions are handy:
>
> (defun make-glyph-with-face (c face)
>   "Return a glyph code representing char C with face FACE."
>   (logior c (lsh (face-id face) 19)))

Good idea, but why not just call it "make-glyph"...?

-miles

-- 
Quidquid latine dictum sit, altum viditur.




reply via email to

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