all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "David Röthlisberger" <david@rothlis.net>
To: 10454@debbugs.gnu.org
Subject: bug#10454: 23.3; Different result from `C-h k' and `C-h ? k'
Date: Sun, 8 Jan 2012 11:36:42 +0000	[thread overview]
Message-ID: <CDEDDC6C-81E0-43EF-B392-E3695931ADA7@rothlis.net> (raw)

If I have ido-mode enabled, the output of `C-h k C-x C-f' is:

> C-x C-f runs the command ido-find-file, which is an interactive
> compiled Lisp function in `ido.el'.


But if I'm just learning Emacs and I do `C-h ? k C-x C-f', the output is for (non-ido) find-file:

> C-x C-f runs the command find-file, which is an interactive compiled
> Lisp function in `files.el'.


I'm not sure what causes this. `help-for-help' in `help.el' seems to use the same `help-map' that binds `C-h k' to `describe-key'; I couldn't understand the `make-help-screen' macro so that's as far as I got with my investigation.

I reproduced this on Emacs 23.3 and a 2012-01-08 nightly build of 24.0.92.1 (revno: 106821).

Recipe starting from `emacs -Q':

M-: (ido-mode t)
C-h k C-x C-f
C-h ? k C-x C-f

Thanks,
Dave.






             reply	other threads:[~2012-01-08 11:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-08 11:36 David Röthlisberger [this message]
2012-01-09 18:19 ` bug#10454: 23.3; Different result from `C-h k' and `C-h ? k' martin rudalics
2012-01-17 19:12   ` Glenn Morris
2012-01-20  9:20     ` martin rudalics
2012-01-19  8:20   ` David Röthlisberger
2012-01-19  8:29     ` Andreas Schwab
2012-01-19  9:07       ` David Röthlisberger
2012-01-19 16:48         ` Glenn Morris
2012-01-19 17:08           ` David Röthlisberger
2012-01-20  9:19             ` martin rudalics

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=CDEDDC6C-81E0-43EF-B392-E3695931ADA7@rothlis.net \
    --to=david@rothlis.net \
    --cc=10454@debbugs.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.