all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: npostavs@users.sourceforge.net
To: Eli Zaretskii <eliz@gnu.org>
Cc: 26412@debbugs.gnu.org
Subject: bug#26412: 26.0.50; Minibuffer completion for "C-h f" probes unrelated stuff
Date: Mon, 10 Apr 2017 09:24:05 -0400	[thread overview]
Message-ID: <87efx0tmyy.fsf@users.sourceforge.net> (raw)
In-Reply-To: <87shlhu740.fsf@users.sourceforge.net> (npostavs@users.sourceforge.net's message of "Sun, 09 Apr 2017 07:56:47 -0400")

npostavs@users.sourceforge.net writes:

> The essential problem seems to be that
>
> (radix-tree-prefixes (help-definition-prefixes) "default-font-height")
> ;=> (("def" "nnoo" "mode-local" "mh-e" "mh-acros" "cl"))
>
> Actually, (radix-tree-prefixes (help-definition-prefixes) "default")
> produces the same as result, and C-h f default SPC triggers this as
> well.  I can't find any definitions starting with "default" in
> lisp/mh-e/*.el though.

Oh, it's "def" not "default", loaddefs.el has

    ;;;### (autoloads nil "mh-acros" "mh-e/mh-acros.el" (0 0 0 0))
    ;;; Generated autoloads from mh-e/mh-acros.el

    (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mh-acros" '("mh-" "with-mh-folder-updating" "def")))
                                                                                                                           ^^^^^
Which comes from these macros in lisp/mh/mh-acros.el:

    (defmacro defun-mh (name function arg-list &rest body)

    (defmacro defmacro-mh (name macro arg-list &rest body)

 






  parent reply	other threads:[~2017-04-10 13:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-09  9:33 bug#26412: 26.0.50; Minibuffer completion for "C-h f" probes unrelated stuff Eli Zaretskii
2017-04-09 11:56 ` npostavs
2017-04-09 12:37   ` Eli Zaretskii
2017-04-10 13:24   ` npostavs [this message]
2017-04-10 13:33     ` Eli Zaretskii
2017-04-11 14:13       ` npostavs
2017-04-11 15:36         ` Eli Zaretskii
2017-04-20  3:13           ` npostavs

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=87efx0tmyy.fsf@users.sourceforge.net \
    --to=npostavs@users.sourceforge.net \
    --cc=26412@debbugs.gnu.org \
    --cc=eliz@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.