From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Stop frames stealing eachothers' minibuffers! Date: Sat, 14 Nov 2020 21:11:40 +0200 Message-ID: <83tutru51v.fsf@gnu.org> References: <835z6b27xm.fsf@gnu.org> <20201111203716.GA19003@ACM> <83v9e8ukk4.fsf@gnu.org> <837dqnvp53.fsf@gnu.org> <20201114184858.GA8992@ACM> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35058"; mail-complaints-to="usenet@ciao.gmane.io" Cc: enometh@meer.net, monnier@iro.umontreal.ca, andreyk.mad@gmail.com, emacs-devel@gnu.org To: Alan Mackenzie , martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 14 20:12:25 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ke0yH-00090j-3X for ged-emacs-devel@m.gmane-mx.org; Sat, 14 Nov 2020 20:12:25 +0100 Original-Received: from localhost ([::1]:46174 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ke0yG-00005p-2l for ged-emacs-devel@m.gmane-mx.org; Sat, 14 Nov 2020 14:12:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51474) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ke0xm-00088j-Cx for emacs-devel@gnu.org; Sat, 14 Nov 2020 14:11:54 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59870) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ke0xk-0001P3-Jz; Sat, 14 Nov 2020 14:11:52 -0500 Original-Received: from [176.228.60.248] (port=4041 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ke0xj-0001Wu-Tq; Sat, 14 Nov 2020 14:11:52 -0500 In-Reply-To: <20201114184858.GA8992@ACM> (message from Alan Mackenzie on Sat, 14 Nov 2020 18:48:58 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:259179 Archived-At: > Date: Sat, 14 Nov 2020 18:48:58 +0000 > Cc: enometh@meer.net, monnier@iro.umontreal.ca, andreyk.mad@gmail.com, > emacs-devel@gnu.org > From: Alan Mackenzie > > I propose fixing the bug at the place where read_minibuf saves the frame > configuration. As well as saving that frame configuration, it should > additionally save another Lisp_Object for which nil means "restore the > selected frame", non-nil means "don't restore it". > Fset_window_configuration would acquire an extra &optional parameter with > the same meaning. Sounds fine, but I'd like to hear Martin's comments on this idea.