emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/viper.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/viper.texi
Date: Fri, 04 Apr 2003 01:23:38 -0500

Index: emacs/man/viper.texi
diff -c emacs/man/viper.texi:1.28 emacs/man/viper.texi:1.29
*** emacs/man/viper.texi:1.28   Wed Oct  2 19:24:31 2002
--- emacs/man/viper.texi        Tue Feb  4 09:53:29 2003
***************
*** 1194,1200 ****
  from the menubar.  Viper customization group is located under the
  @emph{Emulations} customization group, which in turn is under the
  @emph{Editing} group (or simply by typing @kbd{:customize}).  All Viper
! faces are grouped together under Viper's 
  @emph{Highlighting} group.
  
  Try it: it is really simple!
--- 1194,1200 ----
  from the menubar.  Viper customization group is located under the
  @emph{Emulations} customization group, which in turn is under the
  @emph{Editing} group (or simply by typing @kbd{:customize}).  All Viper
! faces are grouped together under Viper's
  @emph{Highlighting} group.
  
  Try it: it is really simple!
***************
*** 1748,1754 ****
  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}.
--- 1748,1754 ----
  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}.
***************
*** 2035,2041 ****
  @code{viper-insert-global-user-map}, and @code{viper-emacs-global-user-map}, 
as
  explained below.  Each of these key maps affects the corresponding Viper 
state.
  The keymap @code{viper-insert-global-user-map} also affects Viper's Replace
! state. 
  
  @noindent
  If you want to
--- 2035,2041 ----
  @code{viper-insert-global-user-map}, and @code{viper-emacs-global-user-map}, 
as
  explained below.  Each of these key maps affects the corresponding Viper 
state.
  The keymap @code{viper-insert-global-user-map} also affects Viper's Replace
! state.
  
  @noindent
  If you want to
***************
*** 2219,2225 ****
  @code{viper-want-emacs-keys-in-vi} and @code{viper-want-emacs-keys-in-insert} 
to
  @code{nil}).
  If @code{viper-always} is set to @code{t} (which is the default), Viper
! will try to bring each buffer 
  in the Viper state that is most appropriate for that buffer.
  Usually, this would be the Vi state, but sometimes it could be the Insert
  state or the Emacs state.
--- 2219,2225 ----
  @code{viper-want-emacs-keys-in-vi} and @code{viper-want-emacs-keys-in-insert} 
to
  @code{nil}).
  If @code{viper-always} is set to @code{t} (which is the default), Viper
! will try to bring each buffer
  in the Viper state that is most appropriate for that buffer.
  Usually, this would be the Vi state, but sometimes it could be the Insert
  state or the Emacs state.
***************
*** 2661,2667 ****
  purpose of mouse search and mouse insert.  By default, this is set to
  @code{double-click-time} in Emacs and to
  @code{mouse-track-multi-click-time} milliseconds in XEmacs.
! @end table        
  @kindex @kbd{S-Mouse-1}
  @kindex @kbd{S-Mouse-2}
  @kindex @kbd{meta shift button1up}
--- 2661,2667 ----
  purpose of mouse search and mouse insert.  By default, this is set to
  @code{double-click-time} in Emacs and to
  @code{mouse-track-multi-click-time} milliseconds in XEmacs.
! @end table
  @kindex @kbd{S-Mouse-1}
  @kindex @kbd{S-Mouse-2}
  @kindex @kbd{meta shift button1up}
***************
*** 2731,2737 ****
  specially, if this key sequence is bound to a macro.
  
  Viper provides Vi-style keyboard macros through the usual Ex commands,
! @kbd{:map} and 
  @kbd{:map!}.  These macros are much more powerful in Viper than
  they are in the original Vi and in other emulators.  This is because Viper
  implements an enhanced vi-style
--- 2731,2737 ----
  specially, if this key sequence is bound to a macro.
  
  Viper provides Vi-style keyboard macros through the usual Ex commands,
! @kbd{:map} and
  @kbd{:map!}.  These macros are much more powerful in Viper than
  they are in the original Vi and in other emulators.  This is because Viper
  implements an enhanced vi-style
***************
*** 4044,4051 ****
  @item :args
  List files not shown anywhere with counts for next
  @item :n [count]  [+<cmd>] [<files>]
! Edit <count> file, or edit files.  The count comes from @kbd{:args}.  
! @item :N [count] [+<cmd>] [<files>] 
  Like @kbd{:n}, but the meaning of the variable
  @var{ex-cycle-other-window} is reversed.
  @item :b
--- 4044,4051 ----
  @item :args
  List files not shown anywhere with counts for next
  @item :n [count]  [+<cmd>] [<files>]
! Edit <count> file, or edit files.  The count comes from @kbd{:args}.
! @item :N [count] [+<cmd>] [<files>]
  Like @kbd{:n}, but the meaning of the variable
  @var{ex-cycle-other-window} is reversed.
  @item :b




reply via email to

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