From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Burton Newsgroups: gmane.emacs.help Subject: Re: rmail-summary-delete-forwards without getting rmail shown Date: Thu, 27 Nov 2003 14:18:58 GMT Organization: CG opinion factory Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1069943465 20380 80.91.224.253 (27 Nov 2003 14:31:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2003 14:31:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 27 15:31:02 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1APNAc-0001DU-00 for ; Thu, 27 Nov 2003 15:31:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APO6s-0002Rr-IW for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Nov 2003 10:31:14 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!feed1.news.rcn.net!rcn!in.100proofnews.com!in.100proofnews.com!cycny01.gnilink.net!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny01.gnilink.net.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 User-Agent: KNode/0.7.2 Original-NNTP-Posting-Host: 138.89.175.103 Original-X-Complaints-To: abuse@verizon.net Original-X-Trace: nwrdny01.gnilink.net 1069942738 138.89.175.103 (Thu, 27 Nov 2003 09:18:58 EST) Original-NNTP-Posting-Date: Thu, 27 Nov 2003 09:18:58 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:118710 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14653 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14653 Hi Dan, "rmail-summary-delete-forwards" is defined in rmail.el. Why not change the definition, or create a clone and modify it to behave as you like? CG Dan Hitt wrote: > When i look at the rmail summary, sometimes i delete > messages by typing d (which is bound to rmail-summary-delete-forwards). > > This has the side effect of displaying (in another window) the next > message. > > I would like to show only the summary window, and delete forwards > without seeing the next message (because i may know just from the > subject line or sender that i don't want to see the next message > at all). > > How can i do this? That is, how can i tell rmail not to > automatically display the next message when i do > rmail-summary-delete-forwards? > > Thanks in advance for any info. > > dan