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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 8243 in the body.
You can then email your comments to 8243 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8243; Package emacs. (Sun, 13 Mar 2011 12:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nazim Wahid Djafar <nwd.dev <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 13 Mar 2011 12:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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 1 (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 2 (text/html, inline)]

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8243; Package emacs. (Sun, 13 Mar 2011 20:43:02 GMT) Full text and rfc822 format available.

Message #8 received at 8243 <at> debbugs.gnu.org (full text, mbox):

From: Bastien <bzg <at> altern.org>
To: Nazim Wahid Djafar <nwd.dev <at> gmail.com>
Cc: 8243 <at> debbugs.gnu.org
Subject: Re: bug#8243: small error in the emacs manual
Date: Sun, 13 Mar 2011 21:42:12 +0100
Nazim Wahid Djafar <nwd.dev <at> gmail.com> writes:

> 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).

Which is right.  What is the error exactly?

-- 
 Bastien




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Mon, 14 Mar 2011 21:20:03 GMT) Full text and rfc822 format available.

Notification sent to Nazim Wahid Djafar <nwd.dev <at> gmail.com>:
bug acknowledged by developer. (Mon, 14 Mar 2011 21:20:03 GMT) Full text and rfc822 format available.

Message #13 received at 8243-done <at> debbugs.gnu.org (full text, mbox):

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)




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8243; Package emacs. (Thu, 17 Mar 2011 12:33:02 GMT) Full text and rfc822 format available.

Message #16 received at 8243 <at> debbugs.gnu.org (full text, mbox):

From: Nazim Wahid Djafar <nwd.dev <at> gmail.com>
To: 8243 <at> debbugs.gnu.org
Subject: Re: bug#8243: closed (Re: bug#8243: small error in the emacs manual)
Date: Thu, 17 Mar 2011 08:42:34 +0100
[Message part 1 (text/plain, inline)]
2011/3/14 GNU bug Tracking System <help-debbugs <at> 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 <at> debbugs.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 transféré ----------
> From: Glenn Morris <rgm <at> gnu.org>
> To: 8243-done <at> 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 <at> gmail.com>
> To: bug-gnu-emacs <at> 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
[Message part 2 (text/html, inline)]

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8243; Package emacs. (Thu, 17 Mar 2011 17:45:02 GMT) Full text and rfc822 format available.

Message #19 received at 8243 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Nazim Wahid Djafar <nwd.dev <at> gmail.com>
Cc: 8243 <at> debbugs.gnu.org
Subject: Re: bug#8243: small error in the emacs manual
Date: Thu, 17 Mar 2011 13:44:00 -0400
Nazim Wahid Djafar wrote:

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

I cannot find any version of Emacs in which this is true.
Please tell me which version of Emacs you are using, and give a complete
example starting from emacs -q --no-site-file .

Here is mine:

emacs-23.3 -q --no-site-file
C-x m
C-x 4 m

   -> Emacs starts composing a second mail in a new window, not a new frame


Perhaps you are confused by Emacs's use of "window" and "frame"?
Please see the definitions of these terms in the Glossary in the Emacs
manual.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 15 Apr 2011 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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