unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Ryde <user42@zip.com.au>
Subject: Info-index-next report key with where-is
Date: Tue, 18 Apr 2006 08:39:33 +1000	[thread overview]
Message-ID: <87psjf4yje.fsf@zip.com.au> (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

                 reply	other threads:[~2006-04-17 22:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87psjf4yje.fsf@zip.com.au \
    --to=user42@zip.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).