Adrian Aichner <aichner(a)ecf.teradyne.com> writes in xemacs-beta(a)xemacs.org:
This may be related:
This looks like something different.
When I hit
on the last article in a nnfolder summary buffer I get this:
[2 *Backtrace*read-event <application/octet-stream>]
Signaling: (void-function read-event)
This should be impossible. Is gnus-xmas being read in?
(read-event)
)
(let ((event ...)) (cons (and ... event) event))
)
gnus-read-event-char()
Um, I see an unprotected call to `read-event' in gnus-salt.el. It
probably needs protection.