GNU bug report logs - #10771
TAB completion for info-display-manual

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Thu, 9 Feb 2012 06:38:01 UTC

Severity: wishlist

Tags: patch

Found in version 24.0.93

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> jurta.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 10771 <at> debbugs.gnu.org, Chong Yidong <cyd <at> gnu.org>, rgm <at> gnu.org
Subject: bug#10771: TAB completion for info-display-manual
Date: Sun, 02 Dec 2012 23:12:35 +0200
> Because manuals loaded into my Info buffers do not necessarily reflect
> Info files on my disk.

Is this because you delete Info files from the disk leaving open
their Info buffers?  I'm not sure whether additional complexity
is necessary to handle completion for such rare cases, but at least
the minibuffer should allow you to enter such manual names.
I mean changing the REQUIRE-MATCH arg of `completing-read' from t to nil,
so you can still enter these manual names like at the time when
this command accepted a plain string before the latest change.

=== modified file 'lisp/info.el'
--- lisp/info.el	2012-12-02 20:07:04 +0000
+++ lisp/info.el	2012-12-02 21:11:17 +0000
@@ -5138,7 +5138,7 @@ (defun info-display-manual (manual)
 		       (apply-partially 'Info-read-node-name-2
 					Info-directory-list
 					(mapcar 'car Info-suffix-list))
-		       nil t))))
+		       nil nil))))
   (let ((blist (buffer-list))
 	(manual-re (concat "\\(/\\|\\`\\)" manual "\\(\\.\\|\\'\\)"))
 	(case-fold-search t)





This bug report was last modified 12 years and 252 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.