Gnus development mailing list
 help / color / mirror / Atom feed
From: Hamish Macdonald <hamishm@lucent.com>
Subject: nnheader.el
Date: Thu, 13 Jan 2000 09:10:54 -0500	[thread overview]
Message-ID: <6wd7r6jc41.fsf_-_@rhea.micro.lucent.com> (raw)
In-Reply-To: David Hedbor's message of "05 Jan 2000 14:33:24 -0800"

In gnus 5.8.2, nnheader.el contains the following code (at line 48):

(eval-and-compile
 (autoload 'nnmail-message-id "nnmail")
 (autoload 'mail-position-on-field "sendmail")
 (autoload 'message-remove-header "message")
 (autoload 'cancel-function-timers "timers")
 (autoload 'gnus-point-at-eol "gnus-util")
 (autoload 'gnus-delete-line "gnus-util")
 (autoload 'gnus-buffer-live-p "gnus-util"))

The autoload of cancel-function-timers is incorrect under
XEmacs-21.1.7.  XEmacs already provides an autoload for
cancel-function-timers if the fsf-compat package is present.  There is
no "timers" lisp library available, so any use of
cancel-function-timers will result in error.  Luckily my gnus usage
pattern never results in a call to cancel-function-timers, but other
packages that I try that attempt to use it fail.

Perhaps that autoload should be conditionalized on (featurep 'xemacs) ?

Regards,
 Hamish.



             reply	other threads:[~2000-01-13 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-13 14:10 Hamish Macdonald [this message]
2000-04-21 13:20 ` nnheader.el Lars Magne Ingebrigtsen

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=6wd7r6jc41.fsf_-_@rhea.micro.lucent.com \
    --to=hamishm@lucent.com \
    /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).