emacs-devel
[Top][All Lists]
Advanced

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

Re: annotations problem?


From: Richard Stallman
Subject: Re: annotations problem?
Date: Mon, 7 Jan 2002 11:13:09 -0700 (MST)

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

In which file?  Are you working on a facility that uses format.el?
If so, I'd like to know more about it.



reply via email to

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