emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/emacs misc.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/emacs misc.texi
Date: Sun, 28 Dec 2008 05:03:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/12/28 05:03:34

Modified files:
        doc/emacs      : misc.texi 

Log message:
        (Goto Address mode): Rename from Goto-address.  Refer to
        goto-address-mode instead of goto-address.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/misc.texi?cvsroot=emacs&r1=1.18&r2=1.19

Patches:
Index: misc.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/misc.texi,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- misc.texi   14 Dec 2008 12:14:31 -0000      1.18
+++ misc.texi   28 Dec 2008 05:03:34 -0000      1.19
@@ -2551,7 +2551,7 @@
 
 @menu
 * Browse-URL::                  Following URLs.
-* Goto-address::                Activating URLs.
+* Goto Address mode::           Activating URLs.
 * FFAP::                        Finding files etc. at point.
 @end menu
 
@@ -2592,31 +2592,31 @@
 Browse-URL, so that the customization options for Browse-URL will
 affect all browsing in Emacs.
 
address@hidden Goto-address
address@hidden Goto Address mode
 @subsection Activating URLs
address@hidden goto-address
address@hidden Goto-address
address@hidden goto-address-mode
address@hidden Goto Address mode
 @cindex URLs, activating
 
 @table @kbd
address@hidden M-x goto-address
address@hidden M-x goto-address-mode
 Activate URLs and e-mail addresses in the current buffer.
 @end table
 
   You can make URLs in the current buffer active with @kbd{M-x
-goto-address}.  This finds all the URLs in the buffer, and establishes
-bindings for @kbd{Mouse-2} and @kbd{C-c @key{RET}} on them.  After
-activation, if you click on a URL with @kbd{Mouse-2}, or move to a URL
-and type @kbd{C-c @key{RET}}, that will display the web page that the URL
-specifies.  For a @samp{mailto} URL, it sends mail instead, using your
-selected mail-composition method (@pxref{Mail Methods}).
-
-  It can be useful to add @code{goto-address} to mode hooks and the
-hooks used to display an incoming message.
address@hidden is the appropriate hook for Rmail, and
address@hidden for MH-E.  This is not needed for Gnus,
-which has a similar feature of its own.
-
+goto-address-mode}.  This minor mode finds all the URLs in the buffer,
+highlights them, and turns them into @dfn{buttons}: if you click on a
+URL with @kbd{Mouse-1} or @kbd{Mouse-2} (@pxref{Mouse References}), or
+move to the URL and type @kbd{C-c @key{RET}}, that displays the web
+page that the URL specifies.  For a @samp{mailto} URL, it sends mail
+instead, using your selected mail-composition method (@pxref{Mail
+Methods}).
+
+  It can be useful to add @code{goto-address-mode} to mode hooks and
+the hooks used to display an incoming message (e.g.,
address@hidden for Rmail, and @code{mh-show-mode-hook}
+for MH-E).  This is not needed for Gnus, which has a similar feature
+of its own.
 
 @node FFAP
 @subsection Finding Files and URLs at Point




reply via email to

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