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: Potential bug in the logic of rmail-select-summary Date: Tue, 19 Jan 2021 16:50:37 +0200 Message-ID: <837do97zgi.fsf@gnu.org> References: <87a6t5jeu1.fsf@gkayaalp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18125"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?utf-8?B?R8O2a3R1xJ8=?= Kayaalp Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 19 15:51:39 2021 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 1l1sM7-0004cW-Lb for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Jan 2021 15:51:39 +0100 Original-Received: from localhost ([::1]:41358 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l1sM6-0008UY-MZ for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Jan 2021 09:51:38 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46736) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l1sL7-0007Kn-TI for emacs-devel@gnu.org; Tue, 19 Jan 2021 09:50:38 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53136) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l1sL5-0006Mo-0a; Tue, 19 Jan 2021 09:50:36 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1717 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l1sKz-0007K0-Ng; Tue, 19 Jan 2021 09:50:33 -0500 In-Reply-To: <87a6t5jeu1.fsf@gkayaalp.com> (message from =?utf-8?B?R8O2?= =?utf-8?B?a3R1xJ8=?= Kayaalp on Tue, 19 Jan 2021 15:23:02 +0300) 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:263170 Archived-At: > From: Göktuğ Kayaalp > Date: Tue, 19 Jan 2021 15:23:02 +0300 > > When both an Rmail buffer and it’s summary buffer are displayed > simultaneously, when something triggers rmail-show-message when > navigating inside the Rmail buffer, the Rmail buffer is replaced with > the summary buffer. E.g., assume we have an mbox called ‘current’, and > ‘X’ is the active cursor: > > 1. window setup: [ current-summary ] [ current X ] > 2. hit ‘n’, i.e. rmail-next-undeleted-message > 3. resulting window setup: [ current-summary ] [ current-summary X ] In what version of Emacs do you see that? FWIW, I cannot reproduce this, neither in Emacs 27 nor in Emacs 28. Does this happen in "emacs -Q"? (I use Rmail all the time, and I always have both the mbox file and its summary displayed, so if this would be happening to me, I'd sure have noticed.)