GNU bug report logs -
#19945
emacsclient confused by active minibuffer
Previous Next
Full log
Message #17 received at 19945 <at> debbugs.gnu.org (full text, mbox):
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: 19945 <at> debbugs.gnu.org, noe.rubinstein <at> gmail.com
> Date: Fri, 04 Dec 2020 10:51:50 +0100
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> But the first point still stands -- terminal 2 displays *scratch* first,
> >> and then, one second later, switches to *foo* -- presumably there's
> >> something timing out the `M-x' thing?
> >>
> >> Does anybody have any insight into what might be happening here?
> >
> > We wait for echo-keystrokes seconds, I presume.
>
> Yes, that seems to be it -- but why is emacsclient doing that instead of
> ending the interaction immediately?
It isn't emacsclient that's doing this. Remember: emacsclient just
sends a command to Emacs via a socket; processing of that command and
displaying the results on the frame's display is done by the server,
i.e. by Emacs.
So it's Emacs that's waiting, probably inside sit_for.
This bug report was last modified 4 years and 287 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.