comparison man/faq.texi @ 50475:b65aa1d740eb

Fix cross references.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 06 Apr 2003 21:12:02 +0000
parents bb4e71346ae7
children 3c9a6397c579
comparison
equal deleted inserted replaced
50474:b473e7c82366 50475:b65aa1d740eb
1215 @section How do I set up a @file{.emacs} file properly? 1215 @section How do I set up a @file{.emacs} file properly?
1216 @cindex @file{.emacs} file, setting up 1216 @cindex @file{.emacs} file, setting up
1217 @cindex Init file, setting up 1217 @cindex Init file, setting up
1218 @cindex Customization file, setting up 1218 @cindex Customization file, setting up
1219 1219
1220 @inforef{Init File, Init File, emacs} 1220 @inforef{Init File, Init File, emacs}.
1221 1221
1222 In general, new Emacs users should not have @file{.emacs} files, because 1222 In general, new Emacs users should not have @file{.emacs} files, because
1223 it causes confusing non-standard behavior. Then they send questions to 1223 it causes confusing non-standard behavior. Then they send questions to
1224 @email{help-gnu-emacs@@gnu.org} asking why Emacs isn't behaving as 1224 @email{help-gnu-emacs@@gnu.org} asking why Emacs isn't behaving as
1225 documented. 1225 documented.
2059 @section What are the valid X resource settings (i.e., stuff in .Xdefaults)? 2059 @section What are the valid X resource settings (i.e., stuff in .Xdefaults)?
2060 @cindex Resources, X 2060 @cindex Resources, X
2061 @cindex X resources 2061 @cindex X resources
2062 @cindex Setting X resources 2062 @cindex Setting X resources
2063 2063
2064 @inforef{Resources X, Resources X, emacs}. 2064 @inforef{X Resources, X Resources, emacs}.
2065 2065
2066 You can also use a resource editor, such as editres (for X11R5 and 2066 You can also use a resource editor, such as editres (for X11R5 and
2067 onwards), to look at the resource names for the menu bar, assuming Emacs 2067 onwards), to look at the resource names for the menu bar, assuming Emacs
2068 was compiled with the X toolkit. 2068 was compiled with the X toolkit.
2069 2069
2187 @cindex Iconification under the X Window System 2187 @cindex Iconification under the X Window System
2188 @cindex X Window System and iconification 2188 @cindex X Window System and iconification
2189 @cindex Suspending Emacs 2189 @cindex Suspending Emacs
2190 2190
2191 @kbd{C-z} iconifies Emacs when running under X and suspends Emacs 2191 @kbd{C-z} iconifies Emacs when running under X and suspends Emacs
2192 otherwise. @inforef{Misc X, Misc X, emacs}. 2192 otherwise. @inforef{Frame Commands, Frame Commands, emacs}.
2193 2193
2194 @node Using regular expressions, Replacing text across multiple files, Forcing Emacs to iconify itself, Common requests 2194 @node Using regular expressions, Replacing text across multiple files, Forcing Emacs to iconify itself, Common requests
2195 @section How do I use regexps (regular expressions) in Emacs? 2195 @section How do I use regexps (regular expressions) in Emacs?
2196 @cindex Regexps 2196 @cindex Regexps
2197 @cindex Regular expressions 2197 @cindex Regular expressions