Remove obsolete XEmacs references from manuals
* doc/misc/erc.texi: * doc/misc/eshell.texi: * doc/misc/htmlfontify.texi: * doc/misc/remember.texi: * doc/misc/sieve.texi: * doc/misc/viper.texi: Remove obsolete XEmacs references.
This commit is contained in:
parent
913a14d3d1
commit
4531d2bc63
6 changed files with 6 additions and 22 deletions
|
@ -36,7 +36,7 @@ and modified without restriction.
|
|||
@titlepage
|
||||
@title ERC manual
|
||||
@subtitle a full-featured IRC client
|
||||
@subtitle for Emacs and XEmacs
|
||||
@subtitle for Emacs
|
||||
|
||||
@c The following two commands
|
||||
@c start the copyright page.
|
||||
|
|
|
@ -177,9 +177,6 @@ integration with Emacs 21.
|
|||
@item
|
||||
Alex Schroeder contributed code for interactively querying the user
|
||||
before overwriting files.
|
||||
|
||||
@item
|
||||
Sudish Joseph helped with some XEmacs compatibility issues.
|
||||
@end itemize
|
||||
|
||||
Apart from these, a lot of people have sent suggestions, ideas,
|
||||
|
@ -804,16 +801,6 @@ general. If I change the call to @code{eshell-copy-handles} in
|
|||
to work, but the output occurs after the prompt is displayed. The whole
|
||||
structured command thing is too complicated at present.
|
||||
|
||||
@item Error with @command{bc} in @code{eshell-test}
|
||||
|
||||
On some XEmacs system, the subprocess interaction test fails
|
||||
inexplicably, although @command{bc} works fine at the command prompt.
|
||||
|
||||
@item Eshell does not delete @file{*Help*} buffers in XEmacs 21.1.8+
|
||||
|
||||
In XEmacs 21.1.8, the @file{*Help*} buffer has been renamed such that
|
||||
multiple instances of the @file{*Help*} buffer can exist.
|
||||
|
||||
@item Pcomplete sometimes gets stuck
|
||||
|
||||
You press @key{TAB}, but no completions appear, even though the
|
||||
|
|
|
@ -1544,9 +1544,7 @@ GNU Emacs 20.7+ or 21.1+
|
|||
|
||||
Other versions may work---these have been used successfully by the
|
||||
author. If you intend to use Htmlfontify in batch mode, 21.1+ is
|
||||
pretty much required. The author does not know if XEmacs, NTemacs,
|
||||
or J.Random Emacs will run Htmlfontify, but reports/patches/bags of
|
||||
money are always welcome.
|
||||
pretty much required.
|
||||
|
||||
@item
|
||||
A copy of etags (exuberant-ctags or GNU etags). Htmlfontify attempts
|
||||
|
|
|
@ -33,7 +33,7 @@ modify this GNU manual.''
|
|||
@titlepage
|
||||
@title Guide to Remember Mode
|
||||
@subtitle a simple information manager
|
||||
@subtitle for Emacs and XEmacs
|
||||
@subtitle for Emacs
|
||||
|
||||
@c The following two commands
|
||||
@c start the copyright page.
|
||||
|
|
|
@ -236,8 +236,8 @@ the @code{fileinto} command.
|
|||
@example
|
||||
require "fileinto";
|
||||
|
||||
if address "sender" "owner-w3-beta@@xemacs.org" @{
|
||||
fileinto "INBOX.w3-beta";
|
||||
if address "sender" "emacs-devel@@gnu.org" @{
|
||||
fileinto "INBOX.emacs-devel";
|
||||
@}
|
||||
@end example
|
||||
|
||||
|
|
|
@ -2666,8 +2666,7 @@ menubar.
|
|||
@item viper-multiclick-timeout
|
||||
This variable controls the rate at which double-clicking must occur for the
|
||||
purpose of mouse search and mouse insert. By default, this is set to
|
||||
@code{double-click-time} in Emacs and to
|
||||
@code{mouse-track-multi-click-time} milliseconds in XEmacs.
|
||||
@code{double-click-time}.
|
||||
@end table
|
||||
@kindex S-mouse-1
|
||||
@kindex S-mouse-2
|
||||
|
|
Loading…
Add table
Reference in a new issue