-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set enable-recursive-minibuffers automatically #100
Comments
I met the same issue. Here is the backtrace (with some long line truncated):
Completion in minibuffer incurs Completion in minibuffer is useful: when type elisp with" As a temporary workaround, I checkout to commit prior to 8857a8f. Hope this can be fixed soon. |
I think you both forgot to set |
You are right! After setting |
Hi @clemera , but here comes another issue when in a remote buffer (TRAMP),
Do you experience this, or it is again due to my incorrect config? |
Thanks for discovering this, that seems to be a bug with file completion for |
OK, thanks again for your timely reply! |
I am a little reluctant to automatically bind On the other hand, I suppose we could have a variable |
I think that's a good idea. If I get some time tomorrow I can try my hand at creating a PR for that. |
M-:
not working
Ran into this today and was puzzled :) Couldn't
|
Yes, that seems like a good idea, I agree. |
I just ran into this issue now that I've switched over to selectrum. Couldn't selectrum automatically bind it to Alternatively, maybe use a popup buffer if recursive minibuffers are disabled, the way default completion (and |
Expected Behavior
Let's say I want to evaluate the variable
magit-completing-read-function
from the minibuffer. I'd hitM-:
to bring up theEval:
prompt, then I'd typemagit-
and expect to see a list of viable variable candidates.Current Behavior
After bringing up the
Eval:
prompt, I typemagit-
, hitTAB
and I get an error sayingCommand attempted to use minibuffer while in minibuffer
.Steps to reproduce
emacs -q
load-file
and foundselectrum.el
in my.emacs.d/
directory)M-: ema TAB
(I'm not sure what the completion candidates are hereIt seems to only happen if there are candidates to complete. If you type a string like
asdfasdf
it will just sayno matches
in the minibuffer.The text was updated successfully, but these errors were encountered: