emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Stop frames stealing eachothers' minibuffers!


From: Drew Adams
Subject: RE: Stop frames stealing eachothers' minibuffers!
Date: Tue, 13 Oct 2020 14:02:31 -0700 (PDT)

> You do not agree with me.  ;-)  C-x 8 RET is essentially a command using
> recursive minibuffers.  Otherwise, how could you type in a foreign
> character while using C-x C-f?  To make C-x 8 RET sometimes recursive,
> other times not, would be too complicated.

Yes, `C-x 8 RET' is bound in `isearch-mode-map' to
`isearch-char-by-name', which, like `M-e', uses
`with-isearch-suspended' to temporarily read a
character with the minibuffer.

That's done with `read-char-by-name', which, yes,
binds `enable-recursive-minibuffers' to t.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]