trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1 @@
<!-- 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 its 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 its a little wonky. Something about the way it handles spaces makes it unintuitive in this use case.</li> </ul> </div><!-- SC_ON --> &#32; submitted by &#32; <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> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r16u0t/completion_replacements_which_work_with/">[comments]</a></span>