SL Baur <steve(a)xemacs.org> writes:
It appears to stem from this change:
1998-09-22 Hrvoje Niksic <hniksic(a)srce.hr>
* isearch-mode.el (isearch-mode): Use overriding-local-map to set
the keymap, not minor-mode-map-alist.
(isearch-done): Restore overriding-local-map.
What's happening is in Gnus summary mode I used to be able to
isearch for a group and then hit M-g to fetch new mail in it. In
21.2 this instead runs the unbound (in Gnus) `goto-line' command.
Does this patch fix the problem for you?
1998-10-19 Hrvoje Niksic <hniksic(a)srce.hr>
* isearch-mode.el (isearch-mode): Set the current minor mode maps
and the current local map as the parents to isearch-mode-map.
--- lisp/isearch-mode.el.orig Mon Oct 19 01:30:17 1998
+++ lisp/isearch-mode.el Mon Oct 19 01:32:43 1998
@@ -466,6 +466,9 @@
isearch-mode (gettext " Isearch")
)
+ (set-keymap-parents isearch-mode-map
+ (append (current-minor-mode-maps)
+ (list (current-local-map))))
;; XEmacs change: without clearing the match data, sometimes old values
;; of isearch-other-end get used. Don't ask me why...
--
Hrvoje Niksic <hniksic(a)srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
A professor is one who talks in someone else's sleep.