emacs-devel
[Top][All Lists]
Advanced

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

Re: dump-emacs not compatible with toolbar-mode


From: Romain Francoise
Subject: Re: dump-emacs not compatible with toolbar-mode
Date: Fri, 12 Aug 2005 19:51:57 +0200

"Richard M. Stallman" <address@hidden> writes:

> I fixed this.  Thanks.

I'm assuming that your fix was this change:

2005-08-11  Richard M. Stallman  <address@hidden>

        * image.c (syms_of_image): Init image_types here, and call
        define_image_type.
        (init_image): Not here.

It introduces a bug: now 'pbm and 'xbm aren't valid image types anymore:

ELISP> (image-type-available-p 'pbm)
nil
ELISP> (image-type-available-p 'xbm)
nil
ELISP>

Note that these two types are always supported in Emacs and you moved
their initialization...

This causes problems in Gnus because it relies on pbm being supported to
display X-Faces.

-- 
Romain Francoise <address@hidden> | I've become someone else's
it's a miracle -- http://orebokech.com/ | nightmare...




reply via email to

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