diff man/xemacs/trouble.texi @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children 6b0000935adc
line wrap: on
line diff
--- a/man/xemacs/trouble.texi	Mon Aug 13 11:33:40 2007 +0200
+++ b/man/xemacs/trouble.texi	Mon Aug 13 11:35:02 2007 +0200
@@ -332,12 +332,13 @@
 it happen again, you can report at least that.
 
   Check whether any programs you have loaded into the Lisp world, including
-your @file{.emacs} file, set any variables that may affect the functioning
-of Emacs.  Also, see whether the problem happens in a freshly started Emacs
-without loading your @file{.emacs} file (start Emacs with the @code{-q} switch
-to prevent loading the init file).  If the problem does @var{not} occur
-then, it is essential that we know the contents of any programs that you
-must load into the Lisp world in order to cause the problem to occur.
+your init file, set any variables that may affect the functioning of
+Emacs.  @xref{Init File}.  Also, see whether the problem happens in a
+freshly started Emacs without loading your init file (start Emacs with
+the @code{-q} switch to prevent loading the init file).  If the problem
+does @var{not} occur then, it is essential that we know the contents of
+any programs that you must load into the Lisp world in order to cause
+the problem to occur.
 
   If the problem does depend on an init file or other Lisp programs that
 are not part of the standard Emacs system, then you should make sure it is
@@ -378,15 +379,15 @@
 (open-termscript "~/termscript")
 @end example
 
-@noindent
-using @kbd{Meta-@key{ESC}} or from the @samp{*scratch*} buffer just
-after starting Emacs.  From then on, all output from Emacs to the terminal
-will be written in the specified termscript file as well, until the Emacs
-process is killed.  If the problem happens when Emacs starts up, put this
-expression into your @file{.emacs} file so that the termscript file will
-be open when Emacs displays the screen for the first time.  Be warned:
-it is often difficult, and sometimes impossible, to fix a terminal-dependent
-bug without access to a terminal of the type that stimulates the bug.@refill
+@noindent using @kbd{Meta-@key{ESC}} or from the @samp{*scratch*} buffer
+just after starting Emacs.  From then on, all output from Emacs to the
+terminal will be written in the specified termscript file as well, until
+the Emacs process is killed.  If the problem happens when Emacs starts
+up, put this expression into your init file so that the termscript file
+will be open when Emacs displays the screen for the first time.
+@xref{Init File}. Be warned: it is often difficult, and sometimes
+impossible, to fix a terminal-dependent bug without access to a terminal
+of the type that stimulates the bug.@refill
 
 The newsgroup @samp{comp.emacs.xemacs} may be used for bug reports,
 other discussions and requests for assistance.