help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

result of completing-read contradicting require-match


From: carlmarcos
Subject: result of completing-read contradicting require-match
Date: Sat, 2 Jul 2022 20:58:23 +0200 (CEST)

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)) )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]