Mercurial > emacs
comparison man/viper.texi @ 28510:6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
* viper-util.el (viper-put-on-search-overlay): New subroutine.
(viper-flash-search-pattern): No operation when using Emacs
doesn't support face.
Use `viper-put-on-search-overlay'.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Fri, 07 Apr 2000 16:10:04 +0000 |
parents | 2b08d829af86 |
children | 641e43bad886 |
comparison
equal
deleted
inserted
replaced
28509:022a7fd54bfe | 28510:6fb7a3864791 |
---|---|
1737 keyboard macros. If the key sequence is defined as such a macro, it will be | 1737 keyboard macros. If the key sequence is defined as such a macro, it will be |
1738 executed. Otherwise, it is processed as an ordinary sequence of typed keys. | 1738 executed. Otherwise, it is processed as an ordinary sequence of typed keys. |
1739 | 1739 |
1740 Setting this variable too high may slow down your typing. Setting it too | 1740 Setting this variable too high may slow down your typing. Setting it too |
1741 low may make it hard to type macros quickly enough. | 1741 low may make it hard to type macros quickly enough. |
1742 @item viper-translate-all-ESC-keysequences t on tty, nil on windowing display | |
1743 Normally, Viper lets Emacs translate only those ESC key sequences that are | |
1744 defined in the low-level key-translation-map or function-key-map, such as those | |
1745 emitted by the arrow and function keys. Other sequences, e.g., @kbd{\\e/}, are | |
1746 treated as @kbd{ESC} command followed by a @kbd{/}. This is good for people | |
1747 who type fast and tend to hit other characters right after they hit | |
1748 ESC. Other people like Emacs to translate @kbd{ESC} sequences all the time. | |
1749 The default is to translate all sequences only when using a dumb terminal. | |
1750 This permits you to use @kbd{ESC} as a meta key in insert mode. For instance, | |
1751 hitting @kbd{ESC x} fast would have the effect of typing @kbd{M-x}. | |
1752 If your dumb terminal is not so dumb and understands the meta key, then you | |
1753 probably will be better off setting this variable to nil. Try and see which | |
1754 way suits you best. | |
1742 @item viper-ex-style-motion t | 1755 @item viper-ex-style-motion t |
1743 Set this to @code{nil}, if you want @kbd{l,h} to cross | 1756 Set this to @code{nil}, if you want @kbd{l,h} to cross |
1744 lines, etc. @xref{Movement and Markers}, for more info. | 1757 lines, etc. @xref{Movement and Markers}, for more info. |
1745 @item viper-ex-style-editing t | 1758 @item viper-ex-style-editing t |
1746 Set this to to @code{nil}, if you want | 1759 Set this to to @code{nil}, if you want |