emacs-devel
[Top][All Lists]
Advanced

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

No Gnus loads APEL when compiling with XEmacs


From: Katsumi Yamaoka
Subject: No Gnus loads APEL when compiling with XEmacs
Date: Tue, 27 Apr 2010 15:42:51 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Hi,

I've made a change in gnus-util.el so as not to load the APEL
XEmacs package when building No Gnus for XEmacs.  APEL provides
some functions and variables for emulating Emacs.  For instance,
the emulating function `set-buffer-multibyte' was provided by
poem-xm.el in the following way when `dgnushack-compile' loads
`mh-e':

dgnushack.el: (require 'mh-e)
  mh-e.el: (require 'gnus-util)
    gnus-util.el: (require 'rmail)
      rmail.el: (require 'tm-view)
        tm-view.el: (require 'tl-str)
          tl-str.el: (require 'emu)
            emu.el: (require 'poem)
              poem.el: (require 'poem-xm)

And it used to hide warnings against such emulating ones that
might not be available when running Gnus normally.

Now you will see many warnings when building No Gnus for XEmacs.
Some are just warnings but others are serious.  For example, now
we can see that `binhex-decode-region-internal',
`dns-read-string-name', `gnus-article-browse-html-parts',
`gnus-read-ephemeral-gmane-group', `yenc-decode-region',
etc. will not work for XEmacs unless a user loads poem.el.
I'd like to fix them one by one hereafter.

Regards,




reply via email to

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