emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/sending.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/sending.texi
Date: Sun, 06 Mar 2005 12:42:42 -0500

Index: emacs/man/sending.texi
diff -c emacs/man/sending.texi:1.28 emacs/man/sending.texi:1.29
*** emacs/man/sending.texi:1.28 Wed Feb 16 10:17:29 2005
--- emacs/man/sending.texi      Sun Mar  6 17:42:39 2005
***************
*** 45,51 ****
  back later (or never).  If you use the @kbd{C-x m} command again when you
  have been composing another message but have not sent it, you are asked to
  confirm before the old message is erased.  If you answer @kbd{n}, the
! @samp{*mail*} buffer is left selected with its old contents, so you can
  finish the old message and send it.  @kbd{C-u C-x m} is another way to do
  this.  Sending the message marks the @samp{*mail*} buffer ``unmodified,''
  which avoids the need for confirmation when @kbd{C-x m} is next used.
--- 45,51 ----
  back later (or never).  If you use the @kbd{C-x m} command again when you
  have been composing another message but have not sent it, you are asked to
  confirm before the old message is erased.  If you answer @kbd{n}, the
! @samp{*mail*} buffer remains selected with its old contents, so you can
  finish the old message and send it.  @kbd{C-u C-x m} is another way to do
  this.  Sending the message marks the @samp{*mail*} buffer ``unmodified,''
  which avoids the need for confirmation when @kbd{C-x m} is next used.
***************
*** 289,295 ****
  alias maingnu gnu@@gnu.org local-gnu
  @end example
  
!   Emacs also recognizes include commands in @samp{.mailrc} files.
  They look like this:
  
  @example
--- 289,309 ----
  alias maingnu gnu@@gnu.org local-gnu
  @end example
  
! @noindent
! Addresses specified in this way should use doublequotes around an
! entire address when the address contains spaces.  But you need not
! include doublequotes around parts of the address, such as the person's
! full name.  Emacs puts them in if they are needed.  For example,
! 
! @example
! alias chief-torturer "George W. Bush <address@hidden>"
! @end example
! 
! @noindent
! is correct.  Emacs will insert the address as @samp{"George W. Bush"
! <address@hidden>}.
! 
!   Emacs also recognizes ``include'' commands in @samp{.mailrc} files.
  They look like this:
  
  @example
***************
*** 363,374 ****
  @smallexample
  (add-hook 'mail-mode-hook
            (lambda ()
!             (substitute-key-definition
!               'next-line 'mail-abbrev-next-line
!               mail-mode-map global-map)
!             (substitute-key-definition
!               'end-of-buffer 'mail-abbrev-end-of-buffer
!               mail-mode-map global-map)))
  @end smallexample
  
  @node Mail Mode
--- 377,386 ----
  @smallexample
  (add-hook 'mail-mode-hook
            (lambda ()
!             (define-key
!               mail-mode-map [remap next-line] 'mail-abbrev-next-line)
!             (define-key
!               mail-mode-map [remap end-of-buffer] 
'mail-abbrev-end-of-buffer)))
  @end smallexample
  
  @node Mail Mode
***************
*** 503,510 ****
  determine the full name.  The variable @code{mail-complete-style}
  controls whether to insert the full name, and what style to use, as in
  @code{mail-from-style} (@pxref{Mail Headers}).  (If your window
! manager defines @address@hidden to switch windows, you can type this
! Emacs command as @address@hidden @key{TAB}}.)
  
    For completion purposes, the valid mailing addresses are taken to be
  the local users' names plus your personal mail aliases.  You can
--- 515,522 ----
  determine the full name.  The variable @code{mail-complete-style}
  controls whether to insert the full name, and what style to use, as in
  @code{mail-from-style} (@pxref{Mail Headers}).  (If your window
! manager defines @address@hidden to switch windows, you can type
! @address@hidden @key{TAB}} or @kbd{C-M-i}.)
  
    For completion purposes, the valid mailing addresses are taken to be
  the local users' names plus your personal mail aliases.  You can
***************
*** 626,632 ****
  often more convenient to use a special command, @kbd{C-c C-i}
  (@code{mail-attach-file}).  This command inserts the file contents at
  the end of the buffer, after your signature if any, with a delimiter
! line that includes the file name.
  
  @vindex mail-mode-hook
  @vindex mail-setup-hook
--- 638,645 ----
  often more convenient to use a special command, @kbd{C-c C-i}
  (@code{mail-attach-file}).  This command inserts the file contents at
  the end of the buffer, after your signature if any, with a delimiter
! line that includes the file name.  Note that this is not a MIME
! attachment.
  
  @vindex mail-mode-hook
  @vindex mail-setup-hook




reply via email to

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