From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Gemini Lasswell Newsgroups: gmane.emacs.devel Subject: Re: User interaction from multiple threads Date: Mon, 20 Aug 2018 07:36:20 -0700 Message-ID: <87a7phqf4r.fsf@runbox.com> References: <838t59j821.fsf@gnu.org> <5B73DF10.5070200@gmx.at> <83tvnvinlh.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1534775740 26307 195.159.176.226 (20 Aug 2018 14:35:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 20 Aug 2018 14:35:40 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) Cc: martin rudalics , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 20 16:35:36 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 1frlHL-0006g5-UY for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2018 16:35:36 +0200 Original-Received: from localhost ([::1]:47462 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1frlJQ-0000IS-Ig for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2018 10:37:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1frlIa-0000Hs-1U for emacs-devel@gnu.org; Mon, 20 Aug 2018 10:36:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1frlIX-0006VI-Bn for emacs-devel@gnu.org; Mon, 20 Aug 2018 10:36:51 -0400 Original-Received: from aibo.runbox.com ([91.220.196.211]:34892) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1frlIX-0006Tw-1T; Mon, 20 Aug 2018 10:36:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=rbselector1; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From; bh=iXhQM+wAUcMqBt14ilGRnytz5+MTrL0+UfhVPnaIu8s=; b=cL1qONcVeF3gNbjH7SI5IMVU9h eHFayDBNcn9aBOgI7pqI0VN+AfgI9f3eBPwC6cVG6DZWKh52EnsahFFu3td/ZfW1XUcfDcwnvV5xQ 1QCYaoNs+EzmFnheHQcdmglYv45aJfRanVK24KzgKjd05uD4gdcqq0L8AZ6tan9HeKmhI802M/8Au zGzMuAdeyzYWHPd9vH4kYpFt2nm1YrVaBVpVceyQDC+clbUuCQ8k4uu3RyHbYyAF2JVV1yYB+Srg6 ks9BbbWBOi12YWU0OPUGaCkDER9i/RJe3EWeHu8f+SAKsdZ4CF53jaPuYS00by9n8pLTk6pgXaVVI I1NIL/tA==; Original-Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1frlIV-0005MI-NM; Mon, 20 Aug 2018 16:36:47 +0200 Original-Received: by mailfront10.runbox.com with esmtpsa (uid:179284 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1frlI7-00066m-41; Mon, 20 Aug 2018 16:36:23 +0200 In-Reply-To: <83tvnvinlh.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 15 Aug 2018 19:47:06 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 91.220.196.211 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:228725 Archived-At: Eli Zaretskii writes: > As you well know, when the user switches to another frame, we > redisplay the mini-window on the newly selected frame to display the > same prompt/echo there as was displayed on the previous selected > frame. This isn't the way it works when I try it. With 26.1.50, if I do: 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?