I've been using the beta XEmacs since Jan 25 (21.2.42). The following
problem is repeatable for me:
1. Start gnuserv on an X XEmacs.
2. Start gnus. Quit it.
3. Start a tty gnuclient.
4 Start gnus and enter any group.
The SPC key which runs `gnus-summary-next-page' does not work, i.e. it
does not scroll the article as is supposed to.
This problem does not exist in 21.1.12. I cannot test it on 21.1.13,
21.1.14 as tty gnuclients on these versions crash too often for me.
(I've submitted a bug report.)
I don't know how to debug this and the folks on the ding list
suggested that I post this here.
--
Nevin
Show replies by date
I believe I've tracked this down. It seems to be a problem with xemacs
-unmapped. The following behavior is repeatable in 21.2.45 on 2 RedHat
7.0 systems without a .emacs or .gnus:
1. xemacs -unmapped -f gnuserv-start &
2. gnuclient
3. M-x gnus
4. quit gnus
5. gnuclient -nw
6. M-x gnus in the tty gnuclient.
7. Enter any group.
8. SPC in the *Summary* buffer (`gnus-summary-next-page') does not
scroll the *Article* buffer.
If one kills the X gnuclient (delete-frame), SPC starts to work again.
Start another X gnuclient and SPC will stop working.
This problem does not exist in XEmacs 21.1.12. Without the -unmapped
option, again there is no problem.
--
Nevin