Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
751d3bc4
Commit
751d3bc4
authored
Feb 07, 2001
by
Eli Zaretskii
Browse files
(viper-fast-keyseq-timeout, viper-translate-all-ESC-keysequences): Doc fix.
From Jim Meyering <jim@meyering.net>.
parent
92b432e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emulation/viper-init.el
lisp/emulation/viper-init.el
+2
-2
No files found.
lisp/ChangeLog
View file @
751d3bc4
2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
* emulation/viper-init.el (viper-fast-keyseq-timeout)
(viper-translate-all-ESC-keysequences): Doc fix. From Jim
Meyering <jim@meyering.net>.
* loadup.el: Revert last change.
2001-02-07 Kenichi Handa <handa@etl.go.jp>
...
...
lisp/emulation/viper-init.el
View file @
751d3bc4
...
...
@@ -492,7 +492,7 @@ text."
(
defcustom
viper-fast-keyseq-timeout
200
"*Key sequence separated by no more than this many milliseconds is viewed as a Vi-style macro, if such a macro is defined.
Setting this too high may slow down your typing. Setting this value too low
will make it hard to use Vi-st
i
le timeout macros."
will make it hard to use Vi-st
y
le timeout macros."
:type
'integer
:group
'viper-misc
)
...
...
@@ -510,7 +510,7 @@ on a dumb terminal."
Normally, Viper lets Emacs translate only those ESC key sequences that are
defined in the low-level key-translation-map or function-key-map, such as those
emitted by the arrow and function keys. Other sequences, e.g., \\e/, are
treated as ES
Q
command followed by a `/'. This is done for people who type fast
treated as ES
C
command followed by a `/'. This is done for people who type fast
and tend to hit other characters right after they hit ESC. Other people like
Emacs to translate ESC sequences all the time.
The default is to translate all sequences only when using a dumb terminal.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment