@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.
@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,
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
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
@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.
@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
@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