comparison man/xemacs/misc.texi @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents ac2d302a0011
children 697ef44129c6
comparison
equal deleted inserted replaced
409:301b9ebbdf3b 410:de805c49cfc1
190 shell to use. This variable is initialized based on your @code{SHELL} 190 shell to use. This variable is initialized based on your @code{SHELL}
191 environment variable when you start XEmacs. If the file name does not 191 environment variable when you start XEmacs. If the file name does not
192 specify a directory, the directories in the list @code{exec-path} are 192 specify a directory, the directories in the list @code{exec-path} are
193 searched; this list is initialized based on the @code{PATH} environment 193 searched; this list is initialized based on the @code{PATH} environment
194 variable when you start XEmacs. You can override either or both of these 194 variable when you start XEmacs. You can override either or both of these
195 default initializations in your @file{.emacs} file.@refill 195 default initializations in your init file. @xref{Init File}.@refill
196 196
197 When you use @kbd{M-!} and @kbd{M-|}, XEmacs has to wait until the 197 When you use @kbd{M-!} and @kbd{M-|}, XEmacs has to wait until the
198 shell command completes. You can quit with @kbd{C-g}; that terminates 198 shell command completes. You can quit with @kbd{C-g}; that terminates
199 the shell command. 199 the shell command.
200 200
738 738
739 @example 739 @example
740 (viper-mode) 740 (viper-mode)
741 @end example 741 @end example
742 742
743 in your @file{.emacs} file. 743 in your init file. @xref{Init File}.
744 744
745 Viper comes with a separate manual that is provided standard 745 Viper comes with a separate manual that is provided standard
746 with the XEmacs distribution. 746 with the XEmacs distribution.
747 747
748 @ignore 748 @ignore