-
Emacs 30 has a new customization, minibuffer-visible-completions:
```
(defcustom minibuffer-visible-completions nil
"When non-nil, visible completions can be navigated from the minibuffer.
Thi…
-
Just a small note about an incompatibility with Emacs 27.X and lower versions with the method `svg-lib-button--mouse-press`. It will throw an error when invoked due to a method parameter count mismatc…
-
When the minibuffer is invoked at first, it has proper centralization for the current screen:
![image](https://github.com/user-attachments/assets/0f13bb6a-6247-495e-9147-4b01d2dc5fc2)
The minibu…
-
Quote might randomly popup in the minibuffer. This is a query against one single directory collection with about 15 plain text documents.
This might have something to do with the length the query (…
-
hey there, do you know why c-b and c-f work in the minibuffer (e.g. when using find-file) but backward-word and forward-word etc. do not?
-
Hi, what does `` key mean in minibuffer? I can't find any information about it outside this issue https://github.com/meow-edit/meow/issues/481
![image](https://github.com/meow-edit/meow/assets/563006…
-
Isearch has the ability to count replacements if `isearch-lazy-count` is set. If configured means the built-in `replace-regex` will display a count (before the prompt in the minibuffer) when matching.…
-
Greetings, great job with this,
I think it's a great alternative to postframe,
I have a question, you can ask the height of the dynamic minibuffer, that is, if there are not many candidates to s…
-
I sometimes select another window while the minibuffer remains "in use", and it would be nice if the minibuffer itself got dimmed like other windows in those cases.
Compare these two cases:
1. I…
-
Hey mate! Really nice project!
This is exactly something I was looking for a project I'm working with bevy (a 3D editor) that I plan to use something like this to get some vim-like functionality.
…