Replies: 2 comments 6 replies
-
|
From my understanding it is not so trivial to add this in a robust way. Right now the counter is attached to the beginning of the prompt via an overlay, but we don't have a similar anchor at the end of the minibuffer line. But feel free to experiment. |
Beta Was this translation helpful? Give feedback.
-
Makes sense. I don't like the minibuffer-depth-indicate-mode though. I use a separate indicator for recursion in the tab-bar. This is better for me since the Emacs recursion state is a global state, and I am a heavy user of recursive editing.
Okay, thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would you consider adding an option to right-align the count display? I find it distracting to see the candidate count before the prompt, so I've had it disabled, but it's occasionally helpful to see the count. I think it would be less distracting to display it right-aligned on the prompt line. Instead of
1/4458 M-x <text>| <end-of-line>we would have:
M-x <text>| 1/4458 <end-of-line>Beta Was this translation helpful? Give feedback.
All reactions