]> code.delx.au - gnu-emacs/commitdiff
Reduce use of mailto: in html versions of manuals
authorGlenn Morris <rgm@gnu.org>
Wed, 31 Jul 2013 06:58:16 +0000 (23:58 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 31 Jul 2013 06:58:16 +0000 (23:58 -0700)
* doc/emacs/macos.texi (GNUstep Support):
* doc/emacs/trouble.texi (Checklist, Contributing, Service):
* doc/lispintro/emacs-lisp-intro.texi (Thank You):
* doc/misc/woman.texi (Top):
Avoid mailto: in html output.

doc/emacs/ChangeLog
doc/emacs/macos.texi
doc/emacs/trouble.texi
doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi
doc/misc/ChangeLog
doc/misc/woman.texi

index e7d7c4ea2e7a24b86e868363f53cc8f25218d09d..ccb9451bd7ad7db42178168746dba4f651312970 100644 (file)
@@ -1,3 +1,9 @@
+2013-07-31  Glenn Morris  <rgm@gnu.org>
+
+       * macos.texi (GNUstep Support):
+       * trouble.texi (Checklist, Contributing, Service):
+       Avoid mailto: in html output.
+
 2013-07-02  Glenn Morris  <rgm@gnu.org>
 
        * maintaining.texi (EDE): Fix cross-reference.
index 4483c91802d2f5c4293ffdf8a27c5c6bd2bb6ef8..6247df232160e3be52454fdb7b41143b804a255c 100644 (file)
@@ -207,4 +207,10 @@ restart Emacs to access newly-available services.
 
 Emacs can be built and run under GNUstep, but there are still
 issues to be addressed.  Interested developers should contact
+@ifnothtml
 @email{emacs-devel@@gnu.org}.
+@end ifnothtml
+@ifhtml
+@url{http://lists.gnu.org/mailman/listinfo/emacs-devel, the
+emacs-devel mailing list}.
+@end ifhtml
index ad321e74e68d89589fa0ed2ddd2805295cde13bc..a1774458bc7c764142cc31cc0644eed0305b9065 100644 (file)
@@ -650,7 +650,13 @@ absolutely sure it is best to leave it, so that the developers can
 decide for themselves.
 
 When you have finished writing your report, type @kbd{C-c C-c} and it
-will be sent to the Emacs maintainers at @email{bug-gnu-emacs@@gnu.org}.
+will be sent to the Emacs maintainers at
+@ifnothtml
+@email{bug-gnu-emacs@@gnu.org}.
+@end ifnothtml
+@ifhtml
+@url{http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs, bug-gnu-emacs}.
+@end ifhtml
 (If you want to suggest an improvement or new feature, use the same
 address.)  If you cannot send mail from inside Emacs, you can copy the
 text of your report to your normal mail client (if your system
@@ -1130,15 +1136,26 @@ form that is clearly safe to install.
 @section Contributing to Emacs Development
 @cindex contributing to Emacs
 
-If you would like to work on improving Emacs, please contact
-the maintainers at @email{emacs-devel@@gnu.org}.  You can ask for
-suggested projects or suggest your own ideas.
+If you would like to work on improving Emacs, please contact the maintainers at
+@ifnothtml
+@email{emacs-devel@@gnu.org}.
+@end ifnothtml
+@ifhtml
+@url{http://lists.gnu.org/mailman/listinfo/emacs-devel, the
+emacs-devel mailing list}.
+@end ifhtml
+You can ask for suggested projects or suggest your own ideas.
 
 If you have already written an improvement, please tell us about it.  If
 you have not yet started work, it is useful to contact
-@email{emacs-devel@@gnu.org} before you start; it might be
-possible to suggest ways to make your extension fit in better with the
-rest of Emacs.
+@ifnothtml
+@email{emacs-devel@@gnu.org}
+@end ifnothtml
+@ifhtml
+@url{http://lists.gnu.org/mailman/listinfo/emacs-devel, emacs-devel}
+@end ifhtml
+before you start; it might be possible to suggest ways to make your
+extension fit in better with the rest of Emacs.
 
 The development version of Emacs can be downloaded from the
 repository where it is actively maintained by a group of developers.
@@ -1156,10 +1173,17 @@ ways to find it:
 
 @itemize @bullet
 @item
-Send a message to the mailing list
-@email{help-gnu-emacs@@gnu.org}, or post your request on
-newsgroup @code{gnu.emacs.help}.  (This mailing list and newsgroup
-interconnect, so it does not matter which one you use.)
+Send a message to
+@ifnothtml
+the mailing list @email{help-gnu-emacs@@gnu.org},
+@end ifnothtml
+@ifhtml
+@url{http://lists.gnu.org/mailman/listinfo/help-gnu-emacs, the
+help-gnu-emacs mailing list},
+@end ifhtml
+or post your request on newsgroup @code{gnu.emacs.help}.  (This
+mailing list and newsgroup interconnect, so it does not matter which
+one you use.)
 
 @item
 Look in the service directory for someone who might help you for a fee.
index de326f362c7b8389259796298465e015a7e7c957..ead243558f2afb0c8b05238a4cf8d9f97c9963a5 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-31  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (Thank You): Avoid mailto: in html output.
+
 2013-07-05  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp-intro.texi (Top):
index ebb82dab3f11beb7286776b2b88e9e54b22af0f9..33bf301c35c6881522610489c8082bd255ae8e7c 100644 (file)
@@ -1070,7 +1070,12 @@ encouragement.  My mistakes are my own.
 
 @flushright
 Robert J. Chassell
+@ifnothtml
 @email{bob@@gnu.org}
+@end ifnothtml
+@ifhtml
+bob@@gnu.org
+@end ifhtml
 @end flushright
 
 @c ================ Beginning of main text ================
index 959e426ea0174d298782fa9d1b010698bad10d93..1ef5730674eb62452c3bf059cd0d463fb9f7dc0c 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-31  Glenn Morris  <rgm@gnu.org>
+
+       * woman.texi (Top): Avoid mailto: in html output.
+
 2013-07-25  Glenn Morris  <rgm@gnu.org>
 
        * erc.texi (Special Features): Update contact information.
index 2dbcc6dcd478ac883606f571e750677e966ca1d7..35afdefb83a65fe23e3b618c3eb46be6d9b88252 100644 (file)
@@ -75,7 +75,12 @@ modify this GNU manual.''
 Software Version @value{VERSION}
 Manual Last Updated @value{UPDATED}
 
+@ifnothtml
 @email{F.J.Wright@@qmw.ac.uk, Francis J. Wright}
+@end ifnothtml
+@ifhtml
+Francis J. Wright
+@end ifhtml
 @uref{http://centaur.maths.qmw.ac.uk/, School of Mathematical Sciences}
 Queen Mary and Westfield College (University of London)
 Mile End Road, London E1 4NS, UK