emacs-devel
[Top][All Lists]
Advanced

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

Re: annotations problem?


From: Pavel Janík
Subject: Re: annotations problem?
Date: Sun, 06 Jan 2002 11:19:39 +0100
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1.50 (i386-suse-linux-gnu)

   From: Richard Stallman <address@hidden>
   Date: Sat, 5 Jan 2002 17:36:25 -0700 (MST)

   > The doc string of format-annotate-region was wrong.
   > The function handle-face-property needs to be defined like this:
   > 
   > (defun handle-face-property (old new)
   >   (let ((param (prin1-to-string (or old new))))
   >     (if (null old)
   >    (cons nil (list (list "x-face" param)))
   >       (cons (list (list "x-face" param)) nil))))

Yes. Thank you. This also fixes the bug wrt inserting images into
enriched. I will commit that.
-- 
Pavel Janík

It Has To Work.
                  -- RFC1925: The Twelve Networking Truths



reply via email to

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