GNU bug report logs - #8243
small error in the emacs manual

Previous Next

Package: emacs;

Reported by: Nazim Wahid Djafar <nwd.dev <at> gmail.com>

Date: Sun, 13 Mar 2011 12:07:02 UTC

Severity: minor

Tags: notabug

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#8243: closed (small error in the emacs manual)
Date: Mon, 14 Mar 2011 21:20:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 14 Mar 2011 17:19:16 -0400
with message-id <ogoc5d9z8r.fsf <at> fencepost.gnu.org>
and subject line Re: bug#8243: small error in the emacs manual
has caused the GNU bug report #8243,
regarding small error in the emacs manual
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
8243: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8243
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nazim Wahid Djafar <nwd.dev <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: small error in the emacs manual
Date: Sun, 13 Mar 2011 09:51:32 +0100
[Message part 3 (text/plain, inline)]
hi,
there is a small error in the emacs manual in chapter Sending mail :

C-x 4 m
Likewise, in another window (compose-mail-other-window).
C-x 5 m
Likewise, but in a new frame (compose-mail-other-frame).

instead

C-x 4 m
Likewise, but in a new frame (compose-mail-other-frame).
C-x 5 m
Likewise, in another window (compose-mail-other-window).
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 8243-done <at> debbugs.gnu.org
Subject: Re: bug#8243: small error in the emacs manual
Date: Mon, 14 Mar 2011 17:19:16 -0400
Nazim Wahid Djafar wrote:

> there is a small error in the emacs manual in chapter Sending mail :
>
> C-x 4 m
> Likewise, in another window (compose-mail-other-window).
> C-x 5 m
> Likewise, but in a new frame (compose-mail-other-frame).

Thank you for the report, but the manual is correct.

See bindings.el:

(define-key ctl-x-4-map "m" 'compose-mail-other-window)
(define-key ctl-x-5-map "m" 'compose-mail-other-frame)


This bug report was last modified 14 years and 128 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.