bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8243: closed (Re: bug#8243: small error in the emacs manual)


From: Nazim Wahid Djafar
Subject: bug#8243: closed (Re: bug#8243: small error in the emacs manual)
Date: Thu, 17 Mar 2011 08:42:34 +0100



2011/3/14 GNU bug Tracking System <help-debbugs@gnu.org>
Your bug report

#8243: small error in the emacs manual

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 8243@debbugs.gnu.org.

--
8243: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8243
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems


---------- Message transféré ----------
From: Glenn Morris <rgm@gnu.org>
To: 8243-done@debbugs.gnu.org
Date: Mon, 14 Mar 2011 17:19:16 -0400
Subject: Re: bug#8243: small error in the emacs manual
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)



---------- Message transféré ----------
From: Nazim Wahid Djafar <nwd.dev@gmail.com>
To: bug-gnu-emacs@gnu.org
Date: Sun, 13 Mar 2011 09:51:32 +0100
Subject: small error in the emacs manual
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).


no  the manual is not correct
C-x 4 m
compose mail in  new frame not in new window


reply via email to

[Prev in Thread] Current Thread [Next in Thread]