unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Cc: xemacs-beta@xemacs.org, emacs-devel@gnu.org
Subject: No Gnus loads APEL when compiling with XEmacs
Date: Tue, 27 Apr 2010 15:42:51 +0900	[thread overview]
Message-ID: <b4msk6h4cr8.fsf@jpl.org> (raw)

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	other threads:[~2010-04-27  6:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-27  6:42 Katsumi Yamaoka [this message]
2010-04-28  6:44 ` No Gnus loads APEL when compiling with XEmacs Stephen J. Turnbull
2010-05-07  7:35   ` Katsumi Yamaoka

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=b4msk6h4cr8.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    --cc=emacs-devel@gnu.org \
    --cc=xemacs-beta@xemacs.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).