1 line
1 KiB
Plaintext
1 line
1 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>I often use <code>M-:</code> (<code>eval-expression</code>) to check or set variable values or as a calculator. But if I try to use completion there, I always end up with the <code>*Completions*</code> buffer. Is there any nice completion replacement package which deals with this use case? I think it’s a matter of supporting <code>completion-at-point</code> inside the minibuffer. </p> <p>So far, I found that:</p> <ul> <li> company-mode is not supported in the minibuffer.</li> <li> Helm does have some support for this, but it’s a little wonky. Something about the way it handles spaces makes it unintuitive in this use case.</li> </ul> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/gepardcv"> /u/gepardcv </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r16u0t/completion_replacements_which_work_with/">[link]</a></span>   <span><a href="https://www.reddit.com/r/emacs/comments/r16u0t/completion_replacements_which_work_with/">[comments]</a></span> |