[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/woman.texi
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] Changes to emacs/man/woman.texi |
Date: |
Fri, 16 Aug 2002 02:29:43 -0400 |
Index: emacs/man/woman.texi
diff -c emacs/man/woman.texi:1.10 emacs/man/woman.texi:1.11
*** emacs/man/woman.texi:1.10 Mon Jul 1 04:06:37 2002
--- emacs/man/woman.texi Fri Aug 16 02:29:40 2002
***************
*** 1,5 ****
\input texinfo @c -*-texinfo-*-
! @c $Id: woman.texi,v 1.10 2002/07/01 08:06:37 rms Exp $
@c %**start of header
@setfilename ../info/woman
@settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
--- 1,5 ----
\input texinfo @c -*-texinfo-*-
! @c $Id: woman.texi,v 1.11 2002/08/16 06:29:40 eggert Exp $
@c %**start of header
@setfilename ../info/woman
@settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
***************
*** 295,301 ****
develop WoMan to take advantage of developments in Emacs itself. At
present, WoMan uses several display faces to support bold and italic
text, to indicate other fonts, etc. The default faces are also
! coloured, but the choice of faces is customizable. WoMan provides menu
support for navigation and mouse support for following references, in
addition to the navigation facilities provided by @code{man} mode.
WoMan has (this) texinfo documentation!
--- 295,301 ----
develop WoMan to take advantage of developments in Emacs itself. At
present, WoMan uses several display faces to support bold and italic
text, to indicate other fonts, etc. The default faces are also
! colored, but the choice of faces is customizable. WoMan provides menu
support for navigation and mouse support for following references, in
addition to the navigation facilities provided by @code{man} mode.
WoMan has (this) texinfo documentation!
***************
*** 344,350 ****
@var{version} is your Emacs version), provided you have write access to
it. If you use a directory that is not included by default in your
Emacs load path then you need to add something like this to your
! @file{.emacs} initialisation file:
@lisp
(add-to-list 'load-path "my-lisp")
--- 344,350 ----
@var{version} is your Emacs version), provided you have write access to
it. If you use a directory that is not included by default in your
Emacs load path then you need to add something like this to your
! @file{.emacs} initialization file:
@lisp
(add-to-list 'load-path "my-lisp")
***************
*** 365,371 ****
@heading Setup
Setup that is either necessary or desirable consists of adding a small
! amount of Emacs Lisp code to your @file{.emacs} initialisation file. It
may be necessary (or at least convenient) to make WoMan autoload (if you
are not running GNU Emacs 21 or later) and to set the search path used
by the @code{woman} interface. You may also find it convenient to make
--- 365,371 ----
@heading Setup
Setup that is either necessary or desirable consists of adding a small
! amount of Emacs Lisp code to your @file{.emacs} initialization file. It
may be necessary (or at least convenient) to make WoMan autoload (if you
are not running GNU Emacs 21 or later) and to set the search path used
by the @code{woman} interface. You may also find it convenient to make
***************
*** 453,459 ****
(By default, WoMan will automatically define the dired keys @kbd{W} and
@kbd{w} when it loads, but only if they are not already defined. This
! behaviour is controlled by the user option @code{woman-dired-keys}.
Note that the @code{dired-x} (dired extra) package binds
@code{dired-copy-filename-as-kill} to the key @kbd{w}, although @kbd{W}
appears to be unused. The @code{dired-x} package will over-write the
--- 453,459 ----
(By default, WoMan will automatically define the dired keys @kbd{W} and
@kbd{w} when it loads, but only if they are not already defined. This
! behavior is controlled by the user option @code{woman-dired-keys}.
Note that the @code{dired-x} (dired extra) package binds
@code{dired-copy-filename-as-kill} to the key @kbd{w}, although @kbd{W}
appears to be unused. The @code{dired-x} package will over-write the
***************
*** 488,494 ****
If you really want to square the man-woman circle then you can! If you
run the GNU command interpreter @code{bash} then you might care to
define the following @code{bash} function in your @code{bash}
! initialisation file @file{.bashrc}:
@example
man() @{ gnudoit -q '(raise-frame (selected-frame)) (woman' \"$1\" ')' ; @}
--- 488,494 ----
If you really want to square the man-woman circle then you can! If you
run the GNU command interpreter @code{bash} then you might care to
define the following @code{bash} function in your @code{bash}
! initialization file @file{.bashrc}:
@example
man() @{ gnudoit -q '(raise-frame (selected-frame)) (woman' \"$1\" ')' ; @}
***************
*** 1396,1406 ****
@item woman-bold-headings
A boolean value. If address@hidden then embolden section and subsection
headings. Default is @code{t}. [Heading emboldening is @emph{not} standard
! @code{man} behaviour.]
@item woman-ignore
A boolean value. If address@hidden then unrecognised requests etc. are
! ignored. Default is @code{t}. This gives the standard @code{ROFF} behaviour.
If @code{nil} then they are left in the buffer, which may aid debugging.
@item woman-preserve-ascii
--- 1396,1406 ----
@item woman-bold-headings
A boolean value. If address@hidden then embolden section and subsection
headings. Default is @code{t}. [Heading emboldening is @emph{not} standard
! @code{man} behavior.]
@item woman-ignore
A boolean value. If address@hidden then unrecognised requests etc. are
! ignored. Default is @code{t}. This gives the standard @code{ROFF} behavior.
If @code{nil} then they are left in the buffer, which may aid debugging.
@item woman-preserve-ascii
***************
*** 1428,1434 ****
@item woman-fontify
A boolean value. If address@hidden then WoMan assumes that face support is
available. It defaults to a address@hidden value if the display supports
! either colours or different fonts.
@item woman-italic-face
Face for italic font in man pages. Default: italic, underlined,
--- 1428,1434 ----
@item woman-fontify
A boolean value. If address@hidden then WoMan assumes that face support is
available. It defaults to a address@hidden value if the display supports
! either colors or different fonts.
@item woman-italic-face
Face for italic font in man pages. Default: italic, underlined,
***************
*** 1496,1502 ****
@cindex log buffer
@cindex buffer, log
! This is modelled on the Emacs byte-compiler. It logs all files
formatted by WoMan and the time taken. If WoMan finds anything that it
cannot handle then it writes a warning to this buffer. If the variable
@code{woman-show-log} is address@hidden (by default it is @code{nil}) then
--- 1496,1502 ----
@cindex log buffer
@cindex buffer, log
! This is modeled on the Emacs byte-compiler. It logs all files
formatted by WoMan and the time taken. If WoMan finds anything that it
cannot handle then it writes a warning to this buffer. If the variable
@code{woman-show-log} is address@hidden (by default it is @code{nil}) then
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/man/woman.texi,
Paul Eggert <=