* Info-index-next report key with where-is
@ 2006-04-17 22:39 Kevin Ryde
0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2006-04-17 22:39 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 244 bytes --]
A suggestion for accuracy in the Info-index-next information message,
2006-04-17 Kevin Ryde <user42@zip.com.au>
* info.el (Info-index-next): Use where-is-internal to report actual
binding of Info-index-next, rather than hard coding `,'.
[-- Attachment #2: info.el.index-where-is.diff --]
[-- Type: text/plain, Size: 921 bytes --]
*** info.el.~1.483.~ 2006-04-09 09:18:52.000000000 +1000
--- info.el 2006-04-17 15:15:00.000000000 +1000
***************
*** 2866,2873 ****
(car (car Info-index-alternatives))
(nth 2 (car Info-index-alternatives))
(if (cdr Info-index-alternatives)
! (format "(%s total; use `,' for next)"
! (length Info-index-alternatives))
"(Only match)")))
(defun Info-find-index-name (name)
--- 2866,2876 ----
(car (car Info-index-alternatives))
(nth 2 (car Info-index-alternatives))
(if (cdr Info-index-alternatives)
! (format "(%s total; use `%s' for next)"
! (length Info-index-alternatives)
! (key-description (where-is-internal
! 'Info-index-next overriding-local-map
! t)))
"(Only match)")))
(defun Info-find-index-name (name)
[-- Attachment #3: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-17 22:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-17 22:39 Info-index-next report key with where-is Kevin Ryde
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.