unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Romain Francoise <romain@orebokech.com>
Cc: emacs-devel@gnu.org
Subject: Re: dump-emacs not compatible with toolbar-mode
Date: Fri, 12 Aug 2005 19:51:57 +0200	[thread overview]
Message-ID: <874q9v6o1u.fsf@pacem.orebokech.com> (raw)
In-Reply-To: <E1E3E2W-0003io-0Y@fencepost.gnu.org> (Richard M. Stallman's message of "Thu, 11 Aug 2005 10:28:12 -0400")

"Richard M. Stallman" <rms@gnu.org> writes:

> I fixed this.  Thanks.

I'm assuming that your fix was this change:

2005-08-11  Richard M. Stallman  <rms@gnu.org>

	* 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 <romain@orebokech.com> | I've become someone else's
it's a miracle -- http://orebokech.com/ | nightmare...

  reply	other threads:[~2005-08-12 17:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <66b7e34b050807121011b801fc@mail.gmail.com>
     [not found] ` <E1E2HyL-0006Sv-5A@fencepost.gnu.org>
     [not found]   ` <66b7e34b05080821192d448e82@mail.gmail.com>
     [not found]     ` <E1E2bvw-0003pS-BY@fencepost.gnu.org>
2005-08-10  3:13       ` dump-emacs not compatible with toolbar-mode Bill Atkins
2005-08-10  3:18         ` Bill Atkins
2005-08-11 14:28         ` Richard M. Stallman
2005-08-12 17:51           ` Romain Francoise [this message]
2005-08-13 14:40             ` Richard M. Stallman
2005-08-14 10:11               ` Romain Francoise
2005-08-14 21:04                 ` Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874q9v6o1u.fsf@pacem.orebokech.com \
    --to=romain@orebokech.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).