<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>