emacs/var/elfeed/db/data/7d/7d72c7816ede2c74fb9af95da73dbcf4d452e58b
2022-01-03 12:49:32 -06:00

10 lines
474 B
Plaintext

<div class="date">23 Dec 2020</div>
<p>
Outside of editing a buffer, one of the most common user interface in Emacs is <code>completing-read</code>, which allows you to select an item from a list of choices. I thought I would expand on it with a bit of Lisp code to explain how to give your interactive functions a bit more interaction.
</p>
<p>
<a href="http://www.howardism.org/Technical/Emacs/alt-completing-read.html">Read more...</a>
</p>