*** building.texi.~1.28.~ Sat Feb 8 08:40:20 2003 --- building.texi Mon Mar 31 13:17:29 2003 *************** *** 73,79 **** last time you did @kbd{M-x compile}. If you type just @key{RET}, the same command line is used again. For the first @kbd{M-x compile}, the default is @samp{make -k}, which is correct most of the time for ! nontrivial programs. (@xref{Make,, Make, make, GNU Make Manual}.) The default compilation command comes from the variable @code{compile-command}; if the appropriate compilation command for a file is something other than @samp{make -k}, it can be useful for the --- 73,79 ---- last time you did @kbd{M-x compile}. If you type just @key{RET}, the same command line is used again. For the first @kbd{M-x compile}, the default is @samp{make -k}, which is correct most of the time for ! nontrivial programs. (@xref{Top,, Make, make, GNU Make Manual}.) The default compilation command comes from the variable @code{compile-command}; if the appropriate compilation command for a file is something other than @samp{make -k}, it can be useful for the *** cmdargs.texi.~1.70.~ Sun Mar 30 09:39:15 2003 --- cmdargs.texi Mon Mar 31 13:23:42 2003 *************** *** 497,503 **** inside Emacs. @item SMTPSERVER The name of the outgoing mail server. Used by the SMTP library ! (@pxref{Sending mail via SMTP,,,smtpmail}). @cindex background mode, on @command{xterm} @item TERM The type of the terminal that Emacs is using. This variable must be --- 497,503 ---- inside Emacs. @item SMTPSERVER The name of the outgoing mail server. Used by the SMTP library ! (@pxref{Top,,Sending mail via SMTP,smtpmail}). @cindex background mode, on @command{xterm} @item TERM The type of the terminal that Emacs is using. This variable must be *** faq.texi.~1.44.~ Sat Feb 1 08:19:54 2003 --- faq.texi Mon Mar 31 12:52:42 2003 *************** *** 1217,1223 **** @cindex Init file, setting up @cindex Customization file, setting up ! @inforef{Init File, Init File, emacs} In general, new Emacs users should not have @file{.emacs} files, because it causes confusing non-standard behavior. Then they send questions to --- 1217,1223 ---- @cindex Init file, setting up @cindex Customization file, setting up ! @inforef{Init File, Init File, emacs}. In general, new Emacs users should not have @file{.emacs} files, because it causes confusing non-standard behavior. Then they send questions to *************** *** 2061,2067 **** @cindex X resources @cindex Setting X resources ! @inforef{Resources X, Resources X, emacs}. You can also use a resource editor, such as editres (for X11R5 and onwards), to look at the resource names for the menu bar, assuming Emacs --- 2061,2067 ---- @cindex X resources @cindex Setting X resources ! @inforef{X Resources, X Resources, emacs}. You can also use a resource editor, such as editres (for X11R5 and onwards), to look at the resource names for the menu bar, assuming Emacs *************** *** 2189,2195 **** @cindex Suspending Emacs @kbd{C-z} iconifies Emacs when running under X and suspends Emacs ! otherwise. @inforef{Misc X, Misc X, emacs}. @node Using regular expressions, Replacing text across multiple files, Forcing Emacs to iconify itself, Common requests @section How do I use regexps (regular expressions) in Emacs? --- 2189,2195 ---- @cindex Suspending Emacs @kbd{C-z} iconifies Emacs when running under X and suspends Emacs ! otherwise. @inforef{Frame Commands, Frame Commands, emacs}. @node Using regular expressions, Replacing text across multiple files, Forcing Emacs to iconify itself, Common requests @section How do I use regexps (regular expressions) in Emacs? *** sending.texi.~1.22.~ Sun Mar 30 09:39:15 2003 --- sending.texi Mon Mar 31 13:20:53 2003 *************** *** 447,453 **** is @code{sendmail-send-it}, which delivers mail using the Sendmail installation on the local host. To send mail through a SMTP server, set it to @code{smtpmail-send-it} and set up the Emacs SMTP library ! (@pxref{Sending mail via SMTP,,,smtpmail}). A third option is @code{feedmail-send-it}, see the commentary section of the @file{feedmail.el} package for more information. --- 447,453 ---- is @code{sendmail-send-it}, which delivers mail using the Sendmail installation on the local host. To send mail through a SMTP server, set it to @code{smtpmail-send-it} and set up the Emacs SMTP library ! (@pxref{Top,, Sending mail via SMTP,smtpmail}). A third option is @code{feedmail-send-it}, see the commentary section of the @file{feedmail.el} package for more information. *************** *** 687,693 **** and sending mail---Mail mode. Emacs has alternative facilities for editing and sending mail, including MH-E and Message mode, not documented in this manual. ! @xref{MH-E,,,mh-e, The Emacs Interface to MH}. @xref{Message,,,message, Message Manual}. You can choose any of them as your preferred method. The commands @code{C-x m}, @code{C-x 4 m} and @code{C-x 5 m} use whichever agent you have specified, as do various other Emacs commands --- 687,693 ---- and sending mail---Mail mode. Emacs has alternative facilities for editing and sending mail, including MH-E and Message mode, not documented in this manual. ! @xref{Top,,MH-E,mh-e, The Emacs Interface to MH}. @xref{Top,,,message, Message Manual}. You can choose any of them as your preferred method. The commands @code{C-x m}, @code{C-x 4 m} and @code{C-x 5 m} use whichever agent you have specified, as do various other Emacs commands *** viper.texi.~1.29.~ Sat Feb 8 08:40:32 2003 --- viper.texi Mon Mar 31 13:25:57 2003 *************** *** 596,602 **** Viper uses Emacs Regular Expressions for searches. These are a superset of Vi regular expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L}, ! @dots{}, etc. @xref{Regular Expressions,,Regular Expressions,emacs,The GNU Emacs Manual}, for details. Files specified to @kbd{:e} use @code{csh} regular expressions (globbing, wildcards, what have you). --- 596,602 ---- Viper uses Emacs Regular Expressions for searches. These are a superset of Vi regular expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L}, ! @dots{}, etc. @xref{Regexps,,Syntax of Regular Expressions,emacs,The GNU Emacs Manual}, for details. Files specified to @kbd{:e} use @code{csh} regular expressions (globbing, wildcards, what have you).