From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#10842: Cancelling a new mail in message-mode ignores rmail-mail-new-frame Date: Sat, 18 Feb 2012 17:02:37 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1329602586 22042 80.91.229.3 (18 Feb 2012 22:03:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2012 22:03:06 +0000 (UTC) To: 10842@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 18 23:03:06 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RysMy-000783-Pi for geb-bug-gnu-emacs@m.gmane.org; Sat, 18 Feb 2012 23:03:04 +0100 Original-Received: from localhost ([::1]:37146 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RysMy-0008S5-Dk for geb-bug-gnu-emacs@m.gmane.org; Sat, 18 Feb 2012 17:03:04 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:35178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RysMv-0008Rp-Ug for bug-gnu-emacs@gnu.org; Sat, 18 Feb 2012 17:03:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RysMu-0001wj-Re for bug-gnu-emacs@gnu.org; Sat, 18 Feb 2012 17:03:01 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RysMu-0001we-Ot for bug-gnu-emacs@gnu.org; Sat, 18 Feb 2012 17:03:00 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1RysOr-0001Fa-Mj for bug-gnu-emacs@gnu.org; Sat, 18 Feb 2012 17:05:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 18 Feb 2012 22:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10842 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.13296026834779 (code B ref -1); Sat, 18 Feb 2012 22:05:01 +0000 Original-Received: (at submit) by debbugs.gnu.org; 18 Feb 2012 22:04:43 +0000 Original-Received: from localhost ([127.0.0.1]:44971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RysOY-0001F1-67 for submit@debbugs.gnu.org; Sat, 18 Feb 2012 17:04:42 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46867 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RysOW-0001Es-7O for submit@debbugs.gnu.org; Sat, 18 Feb 2012 17:04:40 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RysMX-0004Y5-Pi; Sat, 18 Feb 2012 17:02:37 -0500 X-Spook: ammunition Crypto AG embassy UMTS nitrate Ansar al-Islam X-Ran: >Hv<&Z`x+nH-w7b`{F2Xf"-/bm3G[kJ?V:G~'WyKdh5#l0<]4ZjjY&)2ie,oW0Off@zDM) X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:56997 Archived-At: Package: emacs Version: 24.0.93 Severity: minor emacs -Q \ --eval "(setq rmail-mail-new-frame t mail-user-agent 'sendmail-user-agent)" M-x rmail m -> new frame appears for mail composition Choose Mail menu, Cancel -> frame disappears repeat with the default message-user-agent: Choose Message menu, Kill Message -> frame does not disappear If you fix this, you can restore (a suitably modified version of) this commented-out text in rmail.texi: @ignore @c FIXME does not work with Message -> Kill Message , or when you use the @samp{Cancel} item in the @samp{Mail} menu. @end ignore