all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Highlight non-selected minibuffer prompt
@ 2021-07-31 20:58 Juri Linkov
  2021-08-01 20:02 ` Juri Linkov
  2021-08-01 20:49 ` Clément Pit-Claudel
  0 siblings, 2 replies; 6+ messages in thread
From: Juri Linkov @ 2021-07-31 20:58 UTC (permalink / raw)
  To: emacs-devel

Only today I realized how to address the long-standing complaint
that sometimes accidentally switching from the minibuffer (that
e.g. asks a yes/no question) remains unnoticed that leaves
the minibuffer active for a long time.

The solution was already invented long ago by minibuffer-depth-indicate-mode
that highlights the recursive minibuffer with the minibuffer-depth-indicator face.

The same solution could be used to add a highlighting to the minibuffer prompt
after switching from the minibuffer that still remains active,
thus turning the attention to a possible problem.

I still have no idea where to implement this feature.  Maybe in the same
package mb-depth.el?  Then should it be a separate mode or better to handle
by a new option in the same minibuffer-depth-indicate-mode?
Should it reuse the same minibuffer-depth-indicator face
or add a new one?



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-06  5:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-31 20:58 Highlight non-selected minibuffer prompt Juri Linkov
2021-08-01 20:02 ` Juri Linkov
2021-08-01 20:49 ` Clément Pit-Claudel
2021-08-01 21:13   ` Juri Linkov
2021-08-05 23:58   ` Juri Linkov
2021-08-06  5:56     ` Clément Pit-Claudel

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.