unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#8243: small error in the emacs manual
@ 2011-03-13  8:51 Nazim Wahid Djafar
  2011-03-13 20:42 ` Bastien
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nazim Wahid Djafar @ 2011-03-13  8:51 UTC (permalink / raw)
  To: 8243

[-- Attachment #1: Type: text/plain, Size: 344 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 411 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8243: small error in the emacs manual
  2011-03-13  8:51 bug#8243: small error in the emacs manual Nazim Wahid Djafar
@ 2011-03-13 20:42 ` Bastien
  2011-03-14 21:19 ` Glenn Morris
       [not found] ` <handler.8243.D8243.13001375659043.notifdone@debbugs.gnu.org>
  2 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2011-03-13 20:42 UTC (permalink / raw)
  To: Nazim Wahid Djafar; +Cc: 8243

Nazim Wahid Djafar <nwd.dev@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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8243: small error in the emacs manual
  2011-03-13  8:51 bug#8243: small error in the emacs manual Nazim Wahid Djafar
  2011-03-13 20:42 ` Bastien
@ 2011-03-14 21:19 ` Glenn Morris
       [not found] ` <handler.8243.D8243.13001375659043.notifdone@debbugs.gnu.org>
  2 siblings, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2011-03-14 21:19 UTC (permalink / raw)
  To: 8243-done

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)





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8243: closed (Re: bug#8243: small error in the emacs manual)
       [not found] ` <handler.8243.D8243.13001375659043.notifdone@debbugs.gnu.org>
@ 2011-03-17  7:42   ` Nazim Wahid Djafar
  2011-03-17 17:44     ` bug#8243: small error in the emacs manual Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Nazim Wahid Djafar @ 2011-03-17  7:42 UTC (permalink / raw)
  To: 8243

[-- Attachment #1: Type: text/plain, Size: 1844 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 2655 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#8243: small error in the emacs manual
  2011-03-17  7:42   ` bug#8243: closed (Re: bug#8243: small error in the emacs manual) Nazim Wahid Djafar
@ 2011-03-17 17:44     ` Glenn Morris
  0 siblings, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2011-03-17 17:44 UTC (permalink / raw)
  To: Nazim Wahid Djafar; +Cc: 8243

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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-03-17 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-13  8:51 bug#8243: small error in the emacs manual Nazim Wahid Djafar
2011-03-13 20:42 ` Bastien
2011-03-14 21:19 ` Glenn Morris
     [not found] ` <handler.8243.D8243.13001375659043.notifdone@debbugs.gnu.org>
2011-03-17  7:42   ` bug#8243: closed (Re: bug#8243: small error in the emacs manual) Nazim Wahid Djafar
2011-03-17 17:44     ` bug#8243: small error in the emacs manual Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).