Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: [PATCH] Fix compilation of Gnus in XEmacsen
Date: Thu, 25 Oct 2012 09:24:45 +0900	[thread overview]
Message-ID: <b4mobjrqtyq.fsf@jpl.org> (raw)
In-Reply-To: <m2ehknsu1i.fsf@neumann.in.inware.org>

Nelson Ferreira wrote:
> In (S)XEmacs define-compiler-macro is defined in cl-macs.
> Doing a require of cl-macs when on XEmacsen.

[...]

> +(when (featurep 'xemacs)
> +	(require 'cl-macs))

I realized why I'm not troubled with this.  That is I normally
use XEmacs 21.5 to check the Gnus build; dgnushack.el loads
bytecomp, and its XEmacs 21.5 version loads cl-macs:

,---- bytecomp.el
| ;;; Some packages byte-compile with -no-autoloads, so this is necessary:
| (autoload 'cl-compile-time-init "cl-macs")
|
| ;; XEmacs; call this explicitly, don't implement it using bytecomp-load-hook.
| (cl-compile-time-init)
`----

Not only SXEmacs but also XEmacs 21.4 requires this, so I've added
the autoload for define-compiler-macro to dgnushack.el.  Thanks.



      reply	other threads:[~2012-10-25  0:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-24 16:40 Nelson Ferreira
2012-10-25  0:24 ` Katsumi Yamaoka [this message]

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

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

  git send-email \
    --in-reply-to=b4mobjrqtyq.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.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.
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 NNTP newsgroup(s).