]> code.delx.au - gnu-emacs/blobdiff - doc/misc/woman.texi
Revert @documentencoding changes in the docs.
[gnu-emacs] / doc / misc / woman.texi
index d7736a2aefc879a4207b00b8678ca5c1ba16d359..df67f02119c995445ff97803d276be0ce0071110 100644 (file)
@@ -14,7 +14,7 @@
 This file documents WoMan: A program to browse Unix manual pages `W.O.
 (without) man'.
 
-Copyright @copyright{} 2001--2012 Free Software Foundation, Inc.
+Copyright @copyright{} 2001--2013 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -62,13 +62,17 @@ modify this GNU manual.''
 
 @ifnottex
 @node Top
-@comment  node-name,  next,  previous,  up
 @top WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
 
 @display
 As distributed with Emacs @value{EMACSVER}.
 
+@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
@@ -97,7 +101,6 @@ Mile End Road, London E1 4NS, UK
 @c ===================================================================
 
 @node Introduction
-@comment  node-name,  next,  previous,  up
 @chapter Introduction
 @cindex introduction
 
@@ -107,10 +110,7 @@ version of Emacs.  It was developed primarily on various versions of
 Microsoft Windows, but has also been tested on MS-DOS, and various
 versions of UNIX and GNU/Linux.
 
-WoMan is distributed with GNU Emacs.  In addition, the current source
-code and documentation files are available from
-@uref{http://centaur.maths.qmw.ac.uk/Emacs/WoMan/, the WoMan web
-server}.
+WoMan is distributed with GNU Emacs.
 
 WoMan implements a subset of the formatting performed by the Emacs
 @code{man} (or @code{manual-entry}) command to format a Unix-style
@@ -150,16 +150,11 @@ which begin with the prefix @code{woman-} (or occasionally
 either running the command @code{woman-mini-help} or selecting the WoMan
 menu option @samp{Mini Help}.
 
-WoMan is (of course) still under development!  Please
-@email{F.J.Wright@@qmw.ac.uk, let me know} what doesn't work---I am
-adding and improving functionality as testing shows that it is
-necessary.  Guidance on reporting bugs is given below.  @xref{Bugs, ,
-Reporting Bugs}.
+Guidance on reporting bugs is given below.  @xref{Bugs, , Reporting Bugs}.
 
 @c ===================================================================
 
 @node Background
-@comment  node-name,  next,  previous,  up
 @chapter Background
 @cindex background
 
@@ -279,6 +274,7 @@ of the facilities implemented in the Emacs @code{man} library.  WoMan
 and man can happily co-exist, which is very useful for comparison and
 debugging purposes.
 
+@ignore
 @code{nroff} simulates non-@acronym{ASCII} characters by using one or more
 @acronym{ASCII} characters.  WoMan should be able to do much better than
 this.  I have recently begun to add support for WoMan to use more of the
@@ -287,9 +283,9 @@ aspect that I intend to develop further in the near future.  It should
 be possible to move WoMan from an emulation of @code{nroff} to an
 emulation of @code{troff} as GNU Emacs moves to providing bit-mapped
 display facilities.
+@end ignore
 
 @node Finding
-@comment  node-name,  next,  previous,  up
 @chapter Finding and Formatting Man Pages
 @cindex using, finding man pages
 @cindex using, formatting man pages
@@ -346,7 +342,6 @@ setting WoMan file paths.
 @end menu
 
 @node Topic
-@comment  node-name,  next,  previous,  up
 @section Topic Interface
 @cindex topic interface
 
@@ -428,7 +423,6 @@ slow.  @xref{Cache, , The WoMan Topic Cache}, for further details.
 @end menu
 
 @node Cache
-@comment  node-name,  next,  previous,  up
 @subsection The WoMan Topic Cache
 @cindex topic cache
 @cindex cache, topic
@@ -463,7 +457,6 @@ time it is run in a new Emacs session.
 
 
 @node Word at point
-@comment  node-name,  next,  previous,  up
 @subsection Using the "Word at Point" as a Topic Suggestion
 @cindex word at point
 @cindex point, word at
@@ -490,7 +483,6 @@ point without seeking confirmation:
 
 
 @node Filename
-@comment  node-name,  next,  previous,  up
 @section Filename Interface
 @cindex filename interface
 
@@ -540,7 +532,6 @@ primarily used internally by WoMan.
 
 
 @node Automatic
-@comment  node-name,  next,  previous,  up
 @section Automatic Interface
 @cindex automatic interface
 
@@ -578,7 +569,6 @@ by automatic major mode selection.]
 @c ===================================================================
 
 @node Browsing
-@comment  node-name,  next,  previous,  up
 @chapter Browsing Man Pages
 @cindex using, browsing man pages
 @cindex browsing man pages
@@ -609,7 +599,6 @@ blank lines squeezed to a single blank line.
 @end menu
 
 @node Fonts
-@comment  node-name,  next,  previous,  up
 @section Fonts and Faces
 @cindex fonts
 @cindex faces
@@ -625,7 +614,6 @@ sub-scripts, which are not displayed well by WoMan.
 
 
 @node Navigation
-@comment  node-name,  next,  previous,  up
 @section Navigation
 @cindex navigation
 
@@ -641,7 +629,9 @@ the @code{man} key bindings.
 Scroll the man page up the window (@code{scroll-up}).
 
 @item @key{DEL}
+@itemx @key{S-SPC}
 @kindex DEL
+@kindex S-SPC
 @findex scroll-down
 Scroll the man page down the window (@code{scroll-down}).
 
@@ -671,7 +661,6 @@ described by @code{Man-see-also-regexp}.
 
 
 @node References
-@comment  node-name,  next,  previous,  up
 @section Following References
 @cindex following references
 @cindex references
@@ -715,7 +704,6 @@ default is based on word at point.
 
 
 @node Changing
-@comment  node-name,  next,  previous,  up
 @section Changing the Current Man Page
 @cindex changing current man page
 @cindex current man page, changing
@@ -783,7 +771,6 @@ Call WoMan to reformat the last man page formatted by WoMan
 
 
 @node Convenience
-@comment  node-name,  next,  previous,  up
 @section Convenience Key Bindings
 @cindex convenience key bindings
 @cindex key bindings, convenience
@@ -825,7 +812,6 @@ followed by the minor modes, each on a separate page.
 
 
 @node Imenu
-@comment  node-name,  next,  previous,  up
 @section Imenu Support; Contents Menu
 @cindex imenu support
 @cindex contents menu
@@ -846,7 +832,6 @@ is distributed with GNU Emacs.
 @c ===================================================================
 
 @node Customization
-@comment  node-name,  next,  previous,  up
 @chapter Customization
 @cindex customization
 
@@ -904,7 +889,6 @@ man page.
 @end menu
 
 @node Interface Options
-@comment  node-name,  next,  previous,  up
 @section Interface Options
 @cindex interface options
 
@@ -922,7 +906,7 @@ for a man configuration file.  The default is
 
 @noindent
 [for GNU/Linux and Cygwin respectively.]  A trailing separator (@file{/}
-for UNIX etc.) on directories is optional and the filename matched if a
+for UNIX etc.)@: on directories is optional and the filename matched if a
 directory is specified is the first to match the regexp
 @code{man.*\.conf}.  If the environment variable @code{MANPATH} is not
 set but a configuration file is found then it is parsed instead (or as
@@ -1131,7 +1115,6 @@ default value is non-@code{nil}.
 
 
 @node Formatting Options
-@comment  node-name,  next,  previous,  up
 @section Formatting Options
 @cindex formatting options
 
@@ -1175,7 +1158,6 @@ untested.
 
 
 @node Faces
-@comment  node-name,  next,  previous,  up
 @section Faces
 @cindex faces
 
@@ -1211,7 +1193,6 @@ Default: foreground orange.
 
 
 @node Special symbols
-@comment  node-name,  next,  previous,  up
 @section Special symbols
 @cindex special symbols
 
@@ -1249,7 +1230,6 @@ Under MS-Windows, the default is
 @c ===================================================================
 
 @node Log
-@comment  node-name,  next,  previous,  up
 @chapter The *WoMan-Log* Buffer
 @cindex log buffer
 @cindex buffer, log
@@ -1274,7 +1254,6 @@ left in the formatted buffer to indicate precisely where they occurred.
 @c ===================================================================
 
 @node Technical
-@comment  node-name,  next,  previous,  up
 @chapter Technical Details
 @cindex technical details
 @cindex horizontal spacing
@@ -1299,7 +1278,6 @@ is output.
 @c ===================================================================
 
 @node Bugs
-@comment  node-name,  next,  previous,  up
 @chapter Reporting Bugs
 @cindex reporting bugs
 @cindex bugs, reporting
@@ -1314,8 +1292,8 @@ try the latest version of @file{woman.el} from the Emacs repository
 on @uref{http://savannah.gnu.org/projects/emacs/}.  If it still fails, please
 
 @item
-send a bug report to @email{bug-gnu-emacs@@gnu.org} and to
-@email{F.J.Wright@@qmw.ac.uk}.  Please include the entry from the
+use @kbd{M-x report-emacs-bug} to send a bug report.
+Please include the entry from the
 @code{*WoMan-Log*} buffer relating to the problem file, together with
 a brief description of the problem.  Please indicate where you got the
 man source file from, but do not send it unless asked to send it.
@@ -1324,7 +1302,6 @@ man source file from, but do not send it unless asked to send it.
 @c ===================================================================
 
 @node Acknowledgments
-@comment  node-name,  next,  previous,  up
 @chapter Acknowledgments
 @cindex acknowledgments
 
@@ -1335,43 +1312,80 @@ I also thank the following for helpful suggestions, bug reports, code
 fragments, general interest, etc.:
 
 @quotation
-Jari Aalto, @email{jari.aalto@@cs.tpu.fi}@*
-Dean Andrews, @email{dean@@dra.com}@*
-Juanma Barranquero, @email{barranquero@@laley-actualidad.es}@*
-Karl Berry, @email{kb@@cs.umb.edu}@*
-Jim Chapman, @email{jchapman@@netcomuk.co.uk}@*
-Frederic Corne, @email{frederic.corne@@erli.fr}@*
-Peter Craft, @email{craft@@alacritech.com}@*
-Charles Curley, @email{ccurley@@trib.com}@*
-Jim Davidson, @email{jdavidso@@teknowledge.com}@*
-Kevin D'Elia, @email{Kevin.DElia@@mci.com}@*
-John Fitch, @email{jpff@@maths.bath.ac.uk}@*
-Hans Frosch, @email{jwfrosch@@rish.b17c.ingr.com}@*
-Guy Gascoigne-Piggford, @email{ggp@@informix.com}@*
-Brian Gorka, @email{gorkab@@sanchez.com}@*
-Nicolai Henriksen, @email{nhe@@lyngso-industri.dk}@*
-Thomas Herchenroeder, @email{the@@software-ag.de}@*
-Alexander Hinds, @email{ahinds@@thegrid.net}@*
-Stefan Hornburg, @email{sth@@hacon.de}@*
-Theodore Jump, @email{tjump@@cais.com}@*
-Paul Kinnucan, @email{paulk@@mathworks.com}@*
-Jonas Linde, @email{jonas@@init.se}@*
-Andrew McRae, @email{andrewm@@optimation.co.nz}@*
-Howard Melman, @email{howard@@silverstream.com}@*
-Dennis Pixton, @email{dennis@@math.binghamton.edu}@*
-T. V. Raman, @email{raman@@Adobe.com}@*
-Bruce Ravel, @email{bruce.ravel@@nist.gov}@*
-Benjamin Riefenstahl, @email{benny@@crocodial.de}@*
-Kevin Ruland, @email{kruland@@seistl.com}@*
-Tom Schutter, @email{tom@@platte.com}@*
-Wei-Xue Shi, @email{wxshi@@ma.neweb.ne.jp}@*
-Fabio Somenzi, @email{fabio@@joplin.colorado.edu}@*
-Karel Sprenger, @email{ks@@ic.uva.nl}@*
-Chris Szurgot, @email{szurgot@@itribe.net}@*
-Paul A. Thompson, @email{pat@@po.cwru.edu}@*
-Arrigo Triulzi, @email{arrigo@@maths.qmw.ac.uk}@*
-Geoff Voelker, @email{voelker@@cs.washington.edu}@*
-Eli Zaretskii, @email{eliz@@is.elta.co.il}
+@c jari.aalto@@cs.tpu.fi
+Jari Aalto,
+@c dean@@dra.com
+Dean Andrews,
+@c barranquero@@laley-actualidad.es
+Juanma Barranquero,
+@c kb@@cs.umb.edu
+Karl Berry,
+@c jchapman@@netcomuk.co.uk
+Jim Chapman,
+@c frederic.corne@@erli.fr
+Frederic Corne,
+@c craft@@alacritech.com
+Peter Craft,
+@c ccurley@@trib.com
+Charles Curley,
+@c jdavidso@@teknowledge.com
+Jim Davidson,
+@c Kevin.DElia@@mci.com
+Kevin D'Elia,
+@c jpff@@maths.bath.ac.uk
+John Fitch,
+@c jwfrosch@@rish.b17c.ingr.com
+Hans Frosch,
+@c ggp@@informix.com
+Guy Gascoigne-Piggford,
+@c gorkab@@sanchez.com
+Brian Gorka,
+@c nhe@@lyngso-industri.dk
+Nicolai Henriksen,
+@c the@@software-ag.de
+Thomas Herchenroeder,
+@c ahinds@@thegrid.net
+Alexander Hinds,
+@c sth@@hacon.de
+Stefan Hornburg,
+@c tjump@@cais.com
+Theodore Jump,
+@c paulk@@mathworks.com
+Paul Kinnucan,
+@c jonas@@init.se
+Jonas Linde,
+@c andrewm@@optimation.co.nz
+Andrew McRae,
+@c howard@@silverstream.com
+Howard Melman,
+@c dennis@@math.binghamton.edu
+Dennis Pixton,
+@c raman@@Adobe.com
+T. V. Raman,
+@c bruce.ravel@@nist.gov
+Bruce Ravel,
+@c benny@@crocodial.de
+Benjamin Riefenstahl,
+@c kruland@@seistl.com
+Kevin Ruland,
+@c tom@@platte.com
+Tom Schutter,
+@c wxshi@@ma.neweb.ne.jp
+Wei-Xue Shi,
+@c fabio@@joplin.colorado.edu
+Fabio Somenzi,
+@c ks@@ic.uva.nl
+Karel Sprenger,
+@c szurgot@@itribe.net
+Chris Szurgot,
+@c pat@@po.cwru.edu
+Paul A. Thompson,
+@c arrigo@@maths.qmw.ac.uk
+Arrigo Triulzi,
+@c voelker@@cs.washington.edu
+Geoff Voelker,
+@c eliz@@is.elta.co.il
+Eli Zaretskii
 @end quotation
 
 @c ===================================================================
@@ -1385,13 +1399,11 @@ Eli Zaretskii, @email{eliz@@is.elta.co.il}
 @include doclicense.texi
 
 @node Command Index
-@comment  node-name,           next,      previous,  up
 @unnumbered Command Index
 
 @printindex fn
 
 @node Variable Index
-@comment   node-name,            next,      previous, up
 @unnumbered Variable Index
 
 @printindex vr
@@ -1403,7 +1415,6 @@ Eli Zaretskii, @email{eliz@@is.elta.co.il}
 @page
 
 @node Keystroke Index
-@comment  node-name,            next,      previous,  up
 @unnumbered Keystroke Index
 
 @printindex ky
@@ -1415,7 +1426,6 @@ Eli Zaretskii, @email{eliz@@is.elta.co.il}
 @page
 
 @node Concept Index
-@comment  node-name, next,     previous, up
 @unnumbered Concept Index
 
 @printindex cp