From: Masatake YAMATO <jet@gyve.org>
Cc: emacs-devel@gnu.org
Subject: Re: broken tags-apropos and list-tags
Date: Fri, 04 Apr 2003 17:25:21 +0900 (JST) [thread overview]
Message-ID: <20030404.172521.13774181.jet@gyve.org> (raw)
In-Reply-To: <E191LA5-0001TS-00@fencepost.gnu.org>
> How about making Info-goto-emacs-command-node accept either a symbol
> or a string?
I did.
Index: lisp/info.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/info.el,v
retrieving revision 1.341
diff -u -r1.341 info.el
--- lisp/info.el 10 Mar 2003 13:04:10 -0000 1.341
+++ lisp/info.el 4 Apr 2003 08:23:42 -0000
@@ -2588,6 +2588,8 @@
or in another manual found via COMMAND's `info-file' property or
the variable `Info-file-list-for-emacs'."
(interactive "CFind documentation for command: ")
+ (if (stringp command)
+ (setq command (intern command)))
(or (commandp command)
(signal 'wrong-type-argument (list 'commandp command)))
(let ((where (Info-find-emacs-command-nodes command)))
next prev parent reply other threads:[~2003-04-04 8:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-01 18:51 broken tags-apropos Masatake YAMATO
2003-04-03 10:36 ` Richard Stallman
2003-04-03 11:51 ` Masatake YAMATO
2003-04-03 17:40 ` broken tags-apropos and list-tags Masatake YAMATO
2003-04-04 6:58 ` Richard Stallman
2003-04-04 8:25 ` Masatake YAMATO [this message]
2003-04-05 8:12 ` Richard Stallman
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=20030404.172521.13774181.jet@gyve.org \
--to=jet@gyve.org \
--cc=emacs-devel@gnu.org \
/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).