Mercurial > hg > xemacs-beta
comparison man/xemacs/new.texi @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
6 XEmacs. | 6 XEmacs. |
7 | 7 |
8 @unnumberedsec General Changes | 8 @unnumberedsec General Changes |
9 | 9 |
10 @itemize @bullet | 10 @itemize @bullet |
11 @ignore | |
11 @item | 12 @item |
12 XEmacs has a new vi emulation mode called evi mode. To | 13 XEmacs has a new vi emulation mode called evi mode. To |
13 start evi mode in Emacs, type the command @kbd{M-x evi}. If you want | 14 start evi mode in Emacs, type the command @kbd{M-x evi}. If you want |
14 Emacs to automatically put you in evi-mode all the time, include this | 15 Emacs to automatically put you in evi-mode all the time, include this |
15 line in your @file{.emacs} file: | 16 line in your @file{.emacs} file: |
16 @example | 17 @example |
17 (setq term-setup-hook 'evi) | 18 (setq term-setup-hook 'evi) |
18 @end example | 19 @end example |
19 @xref{evi Mode} for a brief discussion. | 20 @xref{evi Mode} for a brief discussion. |
21 @end ignore | |
22 | |
23 @item | |
24 XEmacs has a new vi emulation mode called ``viper'' mode. To start | |
25 viper mode in XEmacs, type the command @kbd{M-x viper-mode}. If you | |
26 want XEmacs to automatically put you in viper-mode all the time, include | |
27 this line in your @file{.emacs} file: | |
28 @example | |
29 (viper-mode) | |
30 @end example | |
31 | |
20 @item | 32 @item |
21 Earlier versions of Emacs only allowed keybindings to ASCII character | 33 Earlier versions of Emacs only allowed keybindings to ASCII character |
22 sequences. XEmacs has greatly expanded this by allowing you to | 34 sequences. XEmacs has greatly expanded this by allowing you to |
23 use a vector of key sequences which are in turn composed of a modifier | 35 use a vector of key sequences which are in turn composed of a modifier |
24 and a keysym. @xref{Keystrokes} for more information. | 36 and a keysym. @xref{Keystrokes} for more information. |