From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.help Subject: Re: Sometimes I get stuck in the minibuffer Date: Tue, 27 Apr 2021 10:55:05 +0000 Message-ID: References: <87fszccecp.fsf@gkayaalp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33198"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: =?UTF-8?Q?G=C3=B6ktu=C4=9F_Kayaalp?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Apr 27 12:56:58 2021 Return-path: Envelope-to: geh-help-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 1lbLOk-0008HM-1H for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 27 Apr 2021 12:56:58 +0200 Original-Received: from localhost ([::1]:59890 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbLOj-0005Wr-0g for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 27 Apr 2021 06:56:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44736) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbLN6-0004Lo-V0 for help-gnu-emacs@gnu.org; Tue, 27 Apr 2021 06:55:18 -0400 Original-Received: from heytings.org ([95.142.160.155]:58968) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbLMz-0004sp-1Y for help-gnu-emacs@gnu.org; Tue, 27 Apr 2021 06:55:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1619520906; bh=VWm32ronoTb390P+L3e4pQEHdKr0Jv2YYC3aMRdnFsg=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=kIwNnh0vijdz133R0PIvbJEj/8xIhdhkRbnqj/hslh6ft4ktrWMrwpMX9gJ7L0Q9U wU3GQ53DleV79vqGQlG8qv55pG5M9RpYexy6pDCJzMGeVfZpzFmXSDfLdaxc86iZga bdQGmcfzj1U8vMZOFC4A7pDIyqElm1unl7RnadTTyqg678DBLHzZ1k2i4mo8Vuwc6J Xtv8SY0Dw7vyMu64m20GjCnLLA/TcQQe8PUrBMvdsX74nDPimmvfcD+UjF4RymKtdy QM+DiU/IZdnIl4en/lcaU32mEPmkerpB7K4BXrRuAxdbO/XjO8b7K29v84+wYpmw3t rHD0JbNG5VrbQ== In-Reply-To: <87fszccecp.fsf@gkayaalp.com> Content-ID: Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:129157 Archived-At: > > Lately I=E2=80=99ve been encountering this weird behaviour where out of n= owhere,=20 > especially when switching buffers, the minibuffer will arrest focus, and= =20 > I have to use =E2=80=98other-window=E2=80=99 or similar to escape. This = is not when I=E2=80=99m=20 > prompted anything, the focus remains in the empty minibuffer like in any= =20 > other buffer, and if I try =E2=80=98C-x b=E2=80=99, I get > > user error: Cannot switch buffers in minibuffer window > > Because of this, I can=E2=80=99t switch buffers sometimes; when I hit C-x= b,=20 > when the relevant prompt appears, it tries to switch buffers in the=20 > minibuffer window, leading to the above error. I can=E2=80=99t =E2=80=98= keyboard-quit=E2=80=99=20 > my way out of this, because, while that does quit the prompt, I=E2=80=99m= then=20 > stuck in the minibuffer window, and I need to use window selection=20 > commands like I said above to be able to leave. Which works fine, but=20 > then I can no longer use =E2=80=98switch-to-buffer=E2=80=99 in that frame= without this=20 > issue repeating, so I can=E2=80=99t switch buffers and lose my layout. > Don't worry, this has nothing to with your configuration, it's because the= =20 minibuffer is currently being "improved". "On n'arrete pas le progres !" If you manage to create a reproductible recipe that triggers this bug,=20 please M-x report-emacs-bug.