X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Fxemacs%2Fnew.texi;h=7ed6ddf57f5dc5afb70e57453ce2d73dcea9a354;hb=fbf668803bbce952db974fc3b8f5402c756b85ec;hp=46f78ec87b277d3211a9a5054f50b4a94d16d55a;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git- diff --git a/man/xemacs/new.texi b/man/xemacs/new.texi index 46f78ec..7ed6ddf 100644 --- a/man/xemacs/new.texi +++ b/man/xemacs/new.texi @@ -13,21 +13,23 @@ XEmacs. XEmacs has a new vi emulation mode called evi mode. To start evi mode in Emacs, type the command @kbd{M-x evi}. If you want Emacs to automatically put you in evi-mode all the time, include this -line in your @file{.emacs} file: +line in your init file: @example (setq term-setup-hook 'evi) @end example @xref{evi Mode} for a brief discussion. +@xref{Init File}. @end ignore @item XEmacs has a new vi emulation mode called ``viper'' mode. To start viper mode in XEmacs, type the command @kbd{M-x viper-mode}. If you want XEmacs to automatically put you in viper-mode all the time, include -this line in your @file{.emacs} file: +this line in your init file: @example (viper-mode) @end example +@xref{Init File}. @item Earlier versions of Emacs only allowed keybindings to ASCII character @@ -267,7 +269,9 @@ commands are invoked only when you are in XEmacs: )) @end example -Of particular interest for use in @file{.emacs} files are: +Alternatively, use @file{.xemacs/init.el} for an init file. @xref{Init File}. + +Of particular interest for use in files are: @itemize @bullet @findex add-menu