all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* result of completing-read contradicting require-match
@ 2022-07-02 18:58 carlmarcos--- via Users list for the GNU Emacs text editor
  2022-07-02 19:20 ` Jean Louis
  0 siblings, 1 reply; 10+ messages in thread
From: carlmarcos--- via Users list for the GNU Emacs text editor @ 2022-07-02 18:58 UTC (permalink / raw)
  To: Help Gnu Emacs

I am using completing-read that uses require-match, without initial-input and withoutdef.

If I press return so that the input is neither "name" or "name-mode", it seems that an empty
string is returned.  The result seems to contradict require-match being `t'.

  (let* ( (cseq '("name" "name-mode"))
          (csel (completing-read "Type: " cseq nil t nil)) )




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

end of thread, other threads:[~2022-07-10 17:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-02 18:58 result of completing-read contradicting require-match carlmarcos--- via Users list for the GNU Emacs text editor
2022-07-02 19:20 ` Jean Louis
2022-07-02 19:54   ` Yuri Khan
2022-07-02 20:07     ` Jean Louis
2022-07-02 20:38       ` Yuri Khan
2022-07-02 21:58         ` Jean Louis
2022-07-09 13:17     ` Jean Louis
2022-07-10 14:36       ` [External] : " Drew Adams
2022-07-10 17:56         ` Jean Louis
2022-07-02 21:13   ` carlmarcos--- via Users list for the GNU Emacs text editor

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.