From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: User interaction from multiple threads Date: Mon, 20 Aug 2018 18:06:17 +0300 Message-ID: <83muthdqmu.fsf@gnu.org> References: <838t59j821.fsf@gnu.org> <5B73DF10.5070200@gmx.at> <83tvnvinlh.fsf@gnu.org> <87a7phqf4r.fsf@runbox.com> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1534777496 6555 195.159.176.226 (20 Aug 2018 15:04:56 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 20 Aug 2018 15:04:56 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: Gemini Lasswell Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 20 17:04:52 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1frljg-0001bd-3d for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2018 17:04:52 +0200 Original-Received: from localhost ([::1]:47624 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1frllm-0004pc-KR for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2018 11:07:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1frllB-0004pL-Fk for emacs-devel@gnu.org; Mon, 20 Aug 2018 11:06:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1frll6-0004UT-Pe for emacs-devel@gnu.org; Mon, 20 Aug 2018 11:06:25 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1frll6-0004UN-LA; Mon, 20 Aug 2018 11:06:20 -0400 Original-Received: from [176.228.60.248] (port=3326 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1frll6-0004lu-7u; Mon, 20 Aug 2018 11:06:20 -0400 In-reply-to: <87a7phqf4r.fsf@runbox.com> (message from Gemini Lasswell on Mon, 20 Aug 2018 07:36:20 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:228728 Archived-At: > From: Gemini Lasswell > Cc: martin rudalics , emacs-devel@gnu.org > Date: Mon, 20 Aug 2018 07:36:20 -0700 > > M-x make-frame RET > C-x C-f C-x 5 o > > Then the cursor moves to the new frame but the find-file prompt stays in > the original frame. Is this a bug? No, but try the same with (message "foo") instead.