all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: broken tags-apropos and list-tags
Date: Fri, 04 Apr 2003 01:58:53 -0500	[thread overview]
Message-ID: <E191LA5-0001TS-00@fencepost.gnu.org> (raw)
In-Reply-To: <20030404.024025.71087750.jet@gyve.org> (message from Masatake YAMATO on Fri, 04 Apr 2003 02:40:25 +0900 (JST))

    Here, I focused on Info-goto-emacs-command-node. This function takes
    a symbol as its argument. However, the implementation of 
    `etags-tags-apropos-additional' passed a string Info-goto-emacs-command-node.
    I believe etags-tags-apropos-additional should pass a string.
    So the example shoule be fixed like:

    (("Emacs Lisp" 
      (lambda (cmd) (Info-goto-emacs-command-node (intern cmd) obarray)) 
      obarray)
      ...)

How about making Info-goto-emacs-command-node accept either a symbol
or a string?

  reply	other threads:[~2003-04-04  6:58 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 [this message]
2003-04-04  8:25         ` Masatake YAMATO
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

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

  git send-email \
    --in-reply-to=E191LA5-0001TS-00@fencepost.gnu.org \
    --to=rms@gnu.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 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.