emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/misc/mh-e.texi,v


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/doc/misc/mh-e.texi,v
Date: Wed, 26 Sep 2007 05:31:51 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Bill Wohler <wohler>    07/09/26 05:31:51

Index: mh-e.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/mh-e.texi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- mh-e.texi   6 Sep 2007 05:10:09 -0000       1.2
+++ mh-e.texi   26 Sep 2007 05:31:51 -0000      1.3
@@ -8,12 +8,12 @@
 @c %**end of header
 
 @c Version of the software and manual.
address@hidden VERSION 8.0.3
address@hidden VERSION 8.0.3+CVS
 @c Edition of the manual. It is either empty for the first edition or
 @c has the form ", nth Edition" (without the quotes).
 @set EDITION
address@hidden UPDATED 2006-11-12
address@hidden UPDATE-MONTH November, 2006
address@hidden UPDATED 2007-09-25
address@hidden UPDATE-MONTH September, 2007
 
 @c Other variables.
 @set MH-BOOK-HOME http://rand-mh.sourceforge.net/book/mh
@@ -2556,16 +2556,14 @@
 @cindex browser, @samp{w3m}
 @cindex @samp{w3m}
 @kindex Mouse-2
address@hidden S-Mouse-2
 @item @samp{w3m} 7
 The @samp{w3m} browser requires an external program. It's quick,
 produces pretty nice output, and best of all, it's the only browser
 that highlights links. These can be clicked with @kbd{Mouse-2} to view
-the content of the link in @samp{w3m} or with @kbd{S-Mouse-2} to view
-the content of the link in an external browser. The @samp{w3m} browser
-handles tables well and actually respects the table's width parameter
-(which can cause text to wrap if the author didn't anticipate that the
-page would be viewed in Emacs).
+the content of the link in @samp{w3m}. The @samp{w3m} browser handles
+tables well and actually respects the table's width parameter (which
+can cause text to wrap if the author didn't anticipate that the page
+would be viewed in Emacs).
 @c -------------------------
 @cindex browser, @samp{w3m-standalone}
 @cindex @samp{w3m-standalone}
@@ -2643,6 +2641,20 @@
 @cite{The Gnus Manual}).
 @end ifnotinfo
 
address@hidden @file{.emacs}
address@hidden files, @file{.emacs}
address@hidden browse-url-at-mouse
address@hidden S-Mouse-2
+
+A useful key binding that you can add to to @file{~/.emacs} is the
+following which displays an HTML link or textual URL in an external
+browser when clicked with @kbd{S-mouse-2}. This binding works in any
+buffer, including HTML buffers.
+
address@hidden
+(global-set-key [S-mouse-2] 'browse-url-at-mouse)
address@hidden smalllisp
+
 @node Digests, Reading PGP, HTML, Reading Mail
 @section Digests
 




reply via email to

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