[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67210: 30.0.50; completing-read with REQUIRE-MATCH=t can sometimes r
From: |
Stefan Monnier |
Subject: |
bug#67210: 30.0.50; completing-read with REQUIRE-MATCH=t can sometimes return a non-match |
Date: |
Fri, 17 Nov 2023 12:35:44 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> True. I was thinking about the case where STRING is a completion, so it
> would be nice to just return t. But that would be caught by other
> completion styles before emacs22 anyway.
It would also be a strange completion table.
> Fixed.
Thanks, pushed,
Stefan