Gnus development mailing list
 help / color / mirror / Atom feed
* nnheader.el
@ 2000-01-13 14:10 Hamish Macdonald
  2000-04-21 13:20 ` nnheader.el Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Hamish Macdonald @ 2000-01-13 14:10 UTC (permalink / raw)


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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: nnheader.el
  2000-01-13 14:10 nnheader.el Hamish Macdonald
@ 2000-04-21 13:20 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-04-21 13:20 UTC (permalink / raw)


Hamish Macdonald <hamishm@lucent.com> writes:

> The autoload of cancel-function-timers is incorrect under
> XEmacs-21.1.7.

Yup.  Fix in Gnus v5.8.5.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-04-21 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-13 14:10 nnheader.el Hamish Macdonald
2000-04-21 13:20 ` nnheader.el Lars Magne Ingebrigtsen

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).