unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eshel Yaron via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Charles Choi <kickingvegas@gmail.com>
Cc: 71368@debbugs.gnu.org
Subject: bug#71368: info-display-manual command does not honor Info-additional-directory-list
Date: Wed, 05 Jun 2024 07:25:53 +0200	[thread overview]
Message-ID: <m1le3kq7tq.fsf@dazzs-mbp.kpn> (raw)
In-Reply-To: <380AEF18-EFF5-4234-9699-3110545BF5B5@gmail.com> (Charles Choi's message of "Tue, 4 Jun 2024 15:12:30 -0700")

Hello Charles,

Charles Choi <kickingvegas@gmail.com> writes:

> **** Expected Result
> Manuals in Info-additional-directory-list should be displayed in the completion list.
>
> **** Actual Result
> The manuals in Info-additional-directory-list are not displayed in the completion list.

Thanks, does the following change yield the expected result?


diff --git a/lisp/info.el b/lisp/info.el
index 10ec4528a7f..44da6d615a1 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -5675,7 +5675,9 @@ info--manual-names
 			   (all-completions
 			    ""
 			    (apply-partially #'Info-read-node-name-2
-					     Info-directory-list
+					     (append
+                                              Info-directory-list
+                                              Info-additional-directory-list)
 					     (mapcar #'car Info-suffix-list))))))))
 
 (provide 'info)





  reply	other threads:[~2024-06-05  5:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-04 22:12 bug#71368: info-display-manual command does not honor Info-additional-directory-list Charles Choi
2024-06-05  5:25 ` Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-06-15  8:14   ` Eli Zaretskii
2024-06-15 16:55     ` Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors

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=m1le3kq7tq.fsf@dazzs-mbp.kpn \
    --to=bug-gnu-emacs@gnu.org \
    --cc=71368@debbugs.gnu.org \
    --cc=kickingvegas@gmail.com \
    --cc=me@eshelyaron.com \
    /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).