all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Which keymap uses completing-read
@ 2007-02-27 20:20 Lennart Borgman (gmail)
  2007-02-28  3:53 ` Kevin Rodgers
  0 siblings, 1 reply; 2+ messages in thread
From: Lennart Borgman (gmail) @ 2007-02-27 20:20 UTC (permalink / raw)
  To: Emacs Devel

Would it not be nice if the help text for completing-read (and similar 
functions) mentioned which keymap it uses?

BTW, which keymap does it use?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Which keymap uses completing-read
  2007-02-27 20:20 Which keymap uses completing-read Lennart Borgman (gmail)
@ 2007-02-28  3:53 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2007-02-28  3:53 UTC (permalink / raw)
  To: emacs-devel

Lennart Borgman (gmail) wrote:
> Would it not be nice if the help text for completing-read (and similar 
> functions) mentioned which keymap it uses?

Yes, it would be nice.

> BTW, which keymap does it use?

 From the Minibuffer Completion node of the Emacs Lisp manual"

      The function `completing-read' uses
      `minibuffer-local-completion-map' as the keymap if REQUIRE-MATCH
      is `nil', and uses `minibuffer-local-must-match-map' if
      REQUIRE-MATCH is non-`nil'.  *Note Completion Commands::.

-- 
Kevin Rodgers
Denver, Colorado, USA

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-28  3:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-27 20:20 Which keymap uses completing-read Lennart Borgman (gmail)
2007-02-28  3:53 ` Kevin Rodgers

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.