emacs/var/elfeed/db/data/e8/e82235c303b919e9284d0cdefab0877c3ff7fbea
2022-01-03 12:49:32 -06:00

1 line
1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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