unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).