emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/misc ChangeLog viper.texi


From: Michael Kifer
Subject: [Emacs-diffs] emacs/doc/misc ChangeLog viper.texi
Date: Sat, 22 Nov 2008 06:32:11 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Michael Kifer <kifer>   08/11/22 06:32:11

Modified files:
        doc/misc       : ChangeLog viper.texi 

Log message:
        2008-11-22  Michael Kifer  <address@hidden>
                
                * viper.texi (viper-translate-all-ESC-keysequences): 
description removed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/ChangeLog?cvsroot=emacs&r1=1.200&r2=1.201
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/misc/viper.texi?cvsroot=emacs&r1=1.8&r2=1.9

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -b -r1.200 -r1.201
--- ChangeLog   19 Nov 2008 04:29:29 -0000      1.200
+++ ChangeLog   22 Nov 2008 06:32:10 -0000      1.201
@@ -1,3 +1,7 @@
+2008-11-22  Michael Kifer  <address@hidden>
+       
+       * viper.texi (viper-translate-all-ESC-keysequences): description 
removed.
+       
 2008-11-19  Glenn Morris  <address@hidden>
 
        * doclicense.texi: Change to FDL 1.3.

Index: viper.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/viper.texi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- viper.texi  19 Nov 2008 04:28:44 -0000      1.8
+++ viper.texi  22 Nov 2008 06:32:11 -0000      1.9
@@ -1728,20 +1728,6 @@
 
 Setting this variable too high may slow down your typing.  Setting it too
 low may make it hard to type macros quickly enough.
address@hidden viper-translate-all-ESC-keysequences @code{t} on tty, @code{nil} 
on windowing display
-Normally, Viper lets Emacs translate only those ESC key sequences that are
-defined in the low-level @code{input-decode-map}, @code{key-translation-map}
-or @code{function-key-map}, such as those
-emitted by the arrow and function keys. Other sequences, e.g., @kbd{\\e/}, are
-treated as @kbd{ESC} command followed by a @kbd{/}. This is good for people
-who type fast and tend to hit other characters right after they hit
-ESC. Other people like Emacs to translate @kbd{ESC} sequences all the time.
-The default is to translate all sequences only when using a dumb terminal.
-This permits you to use @kbd{ESC} as a meta key in insert mode. For instance,
-hitting @kbd{ESC x} fast would have the effect of typing @kbd{M-x}.
-If your dumb terminal is not so dumb and understands the meta key, then you
-probably will be better off setting this variable to @code{nil}. Try and see 
which
-way suits you best.
 @item viper-ex-style-motion t
 Set this to @code{nil}, if you want @kbd{l,h} to cross
 lines, etc.  @xref{Movement and Markers}, for more info.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]