[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nongnu] elpa/aidermacs 88d2864454 2/3: Use read-from-minibuffer ins
From: |
Stefan Monnier |
Subject: |
Re: [nongnu] elpa/aidermacs 88d2864454 2/3: Use read-from-minibuffer instead of completing-read for prompts |
Date: |
Wed, 07 May 2025 14:38:12 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> Use read-from-minibuffer instead of completing-read for prompts
Note: `read-from-minibuffer` is fundamentally the "low-level" function
to read from the minibuffer from which we build higher-level ones like
`completing-read`, `read-number`, ...
Usually, if what you want to do is to read an "arbitrary" string rather
than to construct a new `read-FOO` function, it's better to use
`read-string`.
Stefan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [nongnu] elpa/aidermacs 88d2864454 2/3: Use read-from-minibuffer instead of completing-read for prompts,
Stefan Monnier <=