On Sun, Sep 28, 2025 at 10:12 AM Ihor Radchenko <[email protected]> wrote:
> There is no echoing back. What is done in first branch of the if is > `read-string' that (1) displays MSG; (2) reads user input. > The other branch (that you modified) (1) displays MSG; (2) reads user > input as character. We display a message to tell user what to > input. After your change, "Priority A-C, SPC to remove: " message will > not be shown. > Actually, I remembered why I had removed the `message' call. Both `read-string' and `read-char-exclusive' are given the `msg' value as their prompt argument, so they already both emit the prompt. I agree that I should have included this in the changelog. Derek -- +---------------------------------------------------------------+ | Derek Chen-Becker | | GPG Key available at https://keybase.io/dchenbecker and | | https://pgp.mit.edu/pks/lookup?search=derek%40chen-becker.org | | Fngrprnt: EB8A 6480 F0A3 C8EB C1E7 7F42 AFC5 AFEE 96E4 6ACC | +---------------------------------------------------------------+
