>>>> "M" == Michael Harnois
<mharnois(a)willinet.net> writes:
M> This is not critical to me, since I kept a working copy of an older
M> 21.2 beta to actually use ... but I haven't been able to use a current
M> CVS beta for at least a month because, in gnus, they crash after no
M> more than ten minutes with errors like these:
This likely has to do with Andy's current hacking.
M> xemacs: X Error of failed request: BadValue (integer parameter out of range for
operation)
M> Major opcode of failed request: 12 (X_ConfigureWindow)
M> Value in failed request: 0x0
M> Serial number of failed request: 79626
M> Current serial number in output stream: 79659
M> Error: Widget *Article* has zero width and/or height
Try disabling Andy's gutters like this in .emacs:
;;; No 21.2 tabs, please
(defmacro when-specifierp (specifier &rest form)
`(when (and (boundp ',specifier)
(specifierp ,specifier))
,ļ¼ form))
(put 'when-specifierp 'lisp-indent-function 1)
(when-specifierp default-gutter-visible-p
(set-specifier default-gutter-visible-p nil)
(setq gutter-visible-p nil))
I am currently running this way without crashes, but then I don't use
gnus much, either.
Martin