You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use ivy-mode, I set ivy-use-selectable-prompt to t, which should allow me to select the empty prompt. However, it seems that the function ivy--prompt-selectable-p over-rides this user setting when the call to completing-read sets the REQUIRE-MATCH argument to t.
The text was updated successfully, but these errors were encountered:
Note: I think this is a duplicate/regression of #1924
I'm using Ivy Version: 0.14.2, GNU Emacs 31.0.50
I've run into a conflict between
completing-read
andivy-completing-read
.completing-read
takes the argumentREQUIRE-MATCH
, the definition of which includes:That is, if
REQUIRE-MATCH
is set tot
, I can select any of the targets, or the empty string. To demonstrate, try this:When I use
ivy-mode
, I setivy-use-selectable-prompt
tot
, which should allow me to select the empty prompt. However, it seems that the functionivy--prompt-selectable-p
over-rides this user setting when the call tocompleting-read
sets theREQUIRE-MATCH
argument tot
.The text was updated successfully, but these errors were encountered: