From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#45072: 28.0.50; Emacs switches other buffer back uncontrollably, if other window's buffer is changed by user during minibuffer editing Date: Wed, 9 Dec 2020 13:06:57 +0300 Message-ID: References: <86eek3hvu5.fsf@protected.rcdrun.com> <87eek1fvgf.fsf@gnus.org> <83eek18ref.fsf@gnu.org> <835z5d8lhc.fsf@gnu.org> <87pn3k87tx.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14778"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: Juri Linkov , larsi@gnus.org, 45072@debbugs.gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 09 15:12:04 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1kn0CK-0003lA-O3 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 09 Dec 2020 15:12:04 +0100 Original-Received: from localhost ([::1]:45026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kn0CJ-0005lj-Q8 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 09 Dec 2020 09:12:03 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37498) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kn04Y-0006d1-R8 for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2020 09:04:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49806) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kn04Y-0003lN-HR for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2020 09:04:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kn04Y-0003d4-Dm for bug-gnu-emacs@gnu.org; Wed, 09 Dec 2020 09:04:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 09 Dec 2020 14:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45072 X-GNU-PR-Package: emacs Original-Received: via spool by 45072-submit@debbugs.gnu.org id=B45072.160752258513852 (code B ref 45072); Wed, 09 Dec 2020 14:04:02 +0000 Original-Received: (at 45072) by debbugs.gnu.org; 9 Dec 2020 14:03:05 +0000 Original-Received: from localhost ([127.0.0.1]:33113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn03c-0003bM-Mk for submit@debbugs.gnu.org; Wed, 09 Dec 2020 09:03:04 -0500 Original-Received: from static.rcdrun.com ([95.85.24.50]:50443) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn03b-0003as-76 for 45072@debbugs.gnu.org; Wed, 09 Dec 2020 09:03:03 -0500 Original-Received: from localhost ([::ffff:41.202.241.31]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002C000B.000000005FD0D910.00001438; Wed, 09 Dec 2020 14:02:56 +0000 Content-Disposition: inline In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:195504 Archived-At: * martin rudalics [2020-12-09 12:34]: > > Thanks, sometime ago I asked how this would be possible to do, > > and now I'm testing your patch (it missed trailing spaces on diff > > context lines, but still applies without problems). > > > > It seems to be really useful this option needs to keep only windows > > implicitly created by the user, but remove windows created > > automatically by mibibuffer-related commands such as the buffer > > *Completions*. > > Such windows must be removed by the mechanism that created them. I > hardly ever see such windows here because I'm apparently using some > arcane completions mechanism that always puts them in place right away. > But if I'm not mistaken, several such windows may pop up during one and > the same minibuffer input operation and IMO all of them should pop down > automatically as soon as they served their purpose. I am not sure if my case was understood, let me use artist-mode: +----------------------------+ | | | I was changing this | | during minibuffer edit | +----------------------------+ | I was also changing this | | during minibuffer editd | - | | +----------------------------+ +----------------------------+ If I would have larger screen I would put all necessary buffers around and use them to get references for minibuffer input. Instead I was switching buffers in upper windows during minibuffer edit. It is not related to shrinking or completions. My minibuffer was not completing rather just reading string. During editing I would go up and switch to one image or other. I was in the loop of minibuffer editing of multiple coordinates. Upon each editing the already set images in upper windows would switch back where minibuffer was invoked initially. That forces me to use outside program to keep pictures on screen when required and makes editing less useful.