all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* eldoc vs minibuffer-auto-raise
@ 2019-01-19  9:32 martin rudalics
  2019-01-19 16:20 ` Drew Adams
  0 siblings, 1 reply; 7+ messages in thread
From: martin rudalics @ 2019-01-19  9:32 UTC (permalink / raw)
  To: emacs-devel

Since I'm not using minibuffer-only frames I'm asking here how the
following is supposed to behave: With emacs -Q I load a file with the
two lines

(setq initial-frame-alist '((minibuffer . nil)))
(setq minibuffer-auto-raise t)

and then in *scratch* I start typing something like

(setq

A short pause here switches focus to the minibuffer frame and typing
the subsequent space character gets me

SPC is undefined

Obviously, eldoc intervenes here since doing the same with Emacs 24
proceeds without problems.

I'd like to know whether people using separate minibuffer frames see
this problem, circumvent it by not using 'minibuffer-auto-raise' or
disabling 'eldoc-mode' or whatever exists to handle this behavior in a
reasonable way.  If there was a previous discussion about this, please
point me to it.

Thanks, martin



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

end of thread, other threads:[~2019-01-20  9:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-19  9:32 eldoc vs minibuffer-auto-raise martin rudalics
2019-01-19 16:20 ` Drew Adams
2019-01-19 18:49   ` martin rudalics
2019-01-19 19:24     ` Eli Zaretskii
2019-01-20  9:13       ` martin rudalics
2019-01-19 22:25     ` Drew Adams
2019-01-20  9:18       ` martin rudalics

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.