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.bugs Subject: bug#46463: 27.1; rmailout glitch Date: Sat, 13 Feb 2021 12:03:49 +0200 Message-ID: <83y2fscmii.fsf@gnu.org> References: 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="29917"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 46463@debbugs.gnu.org To: Francesco =?UTF-8?Q?Potort=C3=AC?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Feb 13 11:05:55 2021 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 1lAroJ-0007gA-K8 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 13 Feb 2021 11:05:55 +0100 Original-Received: from localhost ([::1]:51340 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAroI-000464-8Y for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 13 Feb 2021 05:05:54 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45246) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lArnS-00043y-0M for bug-gnu-emacs@gnu.org; Sat, 13 Feb 2021 05:05:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50260) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lArnR-0001rp-OB for bug-gnu-emacs@gnu.org; Sat, 13 Feb 2021 05:05:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lArnR-0005YS-Ip for bug-gnu-emacs@gnu.org; Sat, 13 Feb 2021 05:05:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 13 Feb 2021 10:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46463 X-GNU-PR-Package: emacs Original-Received: via spool by 46463-submit@debbugs.gnu.org id=B46463.161321064321277 (code B ref 46463); Sat, 13 Feb 2021 10:05:01 +0000 Original-Received: (at 46463) by debbugs.gnu.org; 13 Feb 2021 10:04:03 +0000 Original-Received: from localhost ([127.0.0.1]:33573 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lArmV-0005X6-0U for submit@debbugs.gnu.org; Sat, 13 Feb 2021 05:04:03 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lArmR-0005WY-2j for 46463@debbugs.gnu.org; Sat, 13 Feb 2021 05:04:02 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46256) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lArmL-0001Mi-55; Sat, 13 Feb 2021 05:03:53 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1732 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lArmK-0002ft-5q; Sat, 13 Feb 2021 05:03:52 -0500 In-Reply-To: (message from Francesco =?UTF-8?Q?Potort=C3=AC?= on Fri, 12 Feb 2021 16:10:04 +0100) 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:199909 Archived-At: > From: Francesco Potortì > Date: Fri, 12 Feb 2021 16:10:04 +0100 > > Using the latest versions from trunk as of 11 February: > > rmailsum > rmailout > rmailmm > rmail > rmailedit > > - run rmail on a mail file with N messages (N>1) > - delete message N > - go to message N-1 and press 'o' to output it to a different mail > file: a message says that no undeleted messages exist and you still > see message N-1 (which is correct) > - (setq rmail-output-reset-deleted-flag t > rmail-delete-after-output t) > - undelete message N-1 > - press 'o': no message is displayed and you see (deleted) message N I cannot reproduce this. Is this in "emacs -Q"? If so, could you please show a complete recipe, starting from "emacs -Q", and preferably excluding any parts that are not needed for showing the issue? Also, the Subject says "27.1"; if this problem exists in Emacs 27.1 as well, please tell, as that could change the priority of handling the issue, given that Emacs 27.2 is in the last stages of pretesting. Thanks.