>>>> "Raymond" == Raymond Toy
<toy(a)rtp.ericsson.se> writes:
Raymond> This bug report will be sent to the XEmacs Development Team,
Raymond> not to your local site managers!!
Raymond> Please write in English, because the XEmacs maintainers do not have
Raymond> translators to read other languages for them.
Raymond> In XEmacs 21.5 (beta5) "beets" [Lucid] (sparc-sun-solaris2.7,
Mule) of Thu Mar 7 2002 on edgedsp4
Raymond> configured using `configure --verbose --extra-verbose --with-mule
--with-pop --with-sound=noesd --prefix=/apps/public/XEmacs/21.5
--bindir=/apps/public/XEmacs/21.5/bin/solaris2.7 --with-workshop --with-dialogs=motif
--with-widgets=motif '--site-includes=/apps/public/solaris2.7/usr/openwin/include
/apps/public/solaris2.7/include'
'--site-libraries=/apps/public/solaris2.7/usr/openwin/lib
/apps/public/solaris2.7/lib''
Raymond> Please describe exactly what actions triggered the bug
Raymond> and the precise symptoms of the bug:
Raymond> After loading up my init files, xemacs now prints the following X
Raymond> error everytime I press M-x:
Raymond> xemacs-21.5: X Error of failed request: BadValue (integer parameter out
of range for operation)
Raymond> Major opcode of failed request: 91 (X_QueryColors)
Raymond> Value in failed request: 0xffffffff
Raymond> Serial number of failed request: 2796
Raymond> Current serial number in output stream: 2796
Raymond> Unfortunately, this doesn't happen with -vanilla.
Raymond> I don't really want to load up my init files sexp by sexp, but if
Raymond> that's needed, I can do that.
Found it. It's caused by this line in my custom.el
(custom-set-variables
...
'(resize-minibuffer-mode t nil (rsz-minibuf))
...)
A peek at rsz-minibuf says
;; $Id: rsz-minibuf.el,v 1.1.1.1 1998/01/14 06:36:14 steve Exp $
Unfortunately, this hasn't worked for me in a long time but it never
annoyed me enough to do anything about it. (It doesn't actually
resize the minibuffer when the prompt doesn't fit on a single line.
It used to, though.)
Ray