comparison man/viper.texi @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children 4c90ffeb71c5
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
2777 2777
2778 As if all that is not enough, Viper (through its interface to Emacs 2778 As if all that is not enough, Viper (through its interface to Emacs
2779 macros) lets the user define keyboard macros that ask for confirmation or 2779 macros) lets the user define keyboard macros that ask for confirmation or
2780 even prompt the user for input and then continue. To do this, one should 2780 even prompt the user for input and then continue. To do this, one should
2781 type @kbd{C-x q} (for confirmation) or @kbd{C-u C-x q} (for prompt). 2781 type @kbd{C-x q} (for confirmation) or @kbd{C-u C-x q} (for prompt).
2782 For details, @pxref{Kbd Macro Query,,Customization,emacs,The GNU Emacs 2782 For details, @pxref{Keyboard Macro Query,,Customization,emacs,The GNU Emacs
2783 Manual} @refill 2783 Manual} @refill
2784 2784
2785 When the user finishes defining a macro (which is done by typing @kbd{C-x)} --- 2785 When the user finishes defining a macro (which is done by typing @kbd{C-x)} ---
2786 a departure from Vi), you will be asked whether you want this 2786 a departure from Vi), you will be asked whether you want this
2787 macro to be global, mode-specific, or buffer-specific. You will also be 2787 macro to be global, mode-specific, or buffer-specific. You will also be
3138 @cindex char 3138 @cindex char
3139 @cindex CHAR 3139 @cindex CHAR
3140 3140
3141 We also use @samp{word} for alphanumeric/non-alphanumeric words, and 3141 We also use @samp{word} for alphanumeric/non-alphanumeric words, and
3142 @samp{WORD} for whitespace delimited words. @samp{char} refers to any 3142 @samp{WORD} for whitespace delimited words. @samp{char} refers to any
3143 ASCII character, @samp{CHAR} to non-whitespace character. 3143 @acronym{ASCII} character, @samp{CHAR} to non-whitespace character.
3144 Brackets @samp{[]} indicate optional parameters; @samp{<count>} also 3144 Brackets @samp{[]} indicate optional parameters; @samp{<count>} also
3145 optional, usually defaulting to 1. Brackets are elided for 3145 optional, usually defaulting to 1. Brackets are elided for
3146 @samp{<count>} to eschew obfuscation. 3146 @samp{<count>} to eschew obfuscation.
3147 3147
3148 Viper's idea of Vi's words is slightly different from Vi. First, Viper 3148 Viper's idea of Vi's words is slightly different from Vi. First, Viper
4540 @printindex cp 4540 @printindex cp
4541 4541
4542 @setchapternewpage odd 4542 @setchapternewpage odd
4543 @contents 4543 @contents
4544 @bye 4544 @bye
4545
4546 @ignore
4547 arch-tag: f53e866a-15cf-4b1e-aead-77da9da1e864
4548 @end ignore