2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
[emacs.git] / man / viper.texi
blob20ca01c55764a71b240753bd2934bc55ed7b3caf
1 % -*-texinfo-*-
2 \input texinfo
4 @comment Using viper.info instead of viper in setfilename breaks DOS.
5 @comment @setfilename viper
6 @comment @setfilename viper.info
7 @setfilename ../info/viper
9 @dircategory Emacs
10 @direntry
11 * VIPER: (viper).       The newest Emacs VI-emulation mode.
12                           (also, A VI Plan for Emacs Rescue
13                            or the VI PERil.)
14 @end direntry
16 @iftex
17 @finalout
18 @end iftex
20 @titlepage
21 @title Viper Is a Package for Emacs Rebels
22 @subtitle a Vi emulator for Emacs
23 @subtitle October 2000, Viper Version 3.09
25 @author Michael Kifer (Viper)
26 @author Aamod Sane (VIP 4.4)
27 @author Masahiko Sato (VIP 3.5)
29 @page
30 @vskip 0pt plus 1fill
31 @end titlepage
33 @unnumbered Distribution
35 @noindent
36 Copyright @copyright{} 1995, 1996, 1997 Free Software Foundation, Inc.
38 Permission is granted to make and distribute verbatim copies of
39 this manual provided the copyright notice and this permission notice
40 are preserved on all copies.
42 @ignore
43 Permission is granted to process this file through TeX and print the
44 results, provided the printed document carries copying permission
45 notice identical to this one except for the removal of this paragraph
46 (this paragraph not being relevant to the printed manual).
48 @end ignore
49 Permission is granted to copy and distribute modified versions of this
50 manual under the conditions for verbatim copying, provided that the entire
51 resulting derived work is distributed under the terms of a permission
52 notice identical to this one.
54 Permission is granted to copy and distribute translations of this manual
55 into another language, under the same conditions as for modified versions.
57 @ifinfo
58 @node Top, Overview,, (DIR)
60 @unnumbered Viper
62 We believe that one or more of the following statements are adequate
63 descriptions:
65 @example
66 Viper Is a Package for Emacs Rebels;
67 it is a VI Plan for Emacs Rescue
68 and/or a venomous VI PERil.
69 @end example
71 Technically speaking, Viper is a Vi emulation package for Emacs.  It
72 implements all Vi and Ex commands, occasionally improving on them and
73 adding many new features.  It gives the user the best of both worlds: Vi
74 keystrokes for editing combined with the power of the Emacs environment.
76 Viper emulates Vi at several levels, from the one that closely follows Vi
77 conventions to the one that departs from many of them.  It has many
78 customizable options, which can be used to tailor Viper to the work habits
79 of various users.
80 This manual describes Viper, concentrating on the differences from Vi and
81 new features of Viper.
83 Viper, formerly known as VIP-19, was written by Michael Kifer.  It is based
84 on VIP version 3.5 by Masahiko Sato and VIP version 4.4 by Aamod Sane.
85 Viper tries to be compatible with these packages.
87 Viper is intended to be usable without reading this manual --- the defaults
88 are set to make Viper as close to Vi as possible.  At startup, Viper will
89 try to set the most appropriate default environment for you, based on
90 your familiarity with Emacs.  It will also tell you the basic GNU Emacs window
91 management commands to help you start immediately.
93 Although this manual explains how to customize Viper, some basic
94 familiarity with Emacs Lisp would be a plus.
96 It is recommended that you read the Overview node.  The other nodes may
97 be visited as needed.
99 Comments and bug reports are welcome.
100 @code{kifer@@cs.sunysb.edu} is the current address for Viper bug reports.
101 Please use the Ex command @kbd{:submitReport} for this purpose.@refill
103 @end ifinfo
105 @menu
106 * Overview::                    Must read to get started
107 * Improvements over Vi::        New features, Improvements
108 * Customization::               How to customize Viper
109 * Commands::                    Vi and Ex Commands
111 * Key Index::                   Index of Vi and Ex Commands
112 * Function Index::              Index of Viper Functions
113 * Variable Index::              Index of Viper Variables
114 * Package Index::               Index of Packages Mentioned in this Document
115 * Concept Index::               Vi, Ex and Emacs concepts
117 * Acknowledgments::
118 @end menu
119 @iftex
120 @unnumbered Introduction
122 We believe that one or more of the following statements are adequate
123 descriptions:
125 @example
126 Viper Is a Package for Emacs Rebels;
127 it is a VI Plan for Emacs Rescue
128 and/or a venomous VI PERil.
129 @end example
131 Viper is a Vi emulation package for Emacs.  Viper contains virtually all
132 of Vi and Ex functionality and much more.  It gives you the best of both
133 worlds: Vi keystrokes for editing combined with the GNU Emacs
134 environment.  Viper also fixes some common complaints with Vi commands.
135 This manual describes Viper, concentrating on the differences from Vi
136 and on the new features of Viper.
138 Viper was written by Michael Kifer.  It is based on VIP version 3.5 by
139 Masahiko Sato and VIP version 4.4 by Aamod Sane.  Viper tries to be
140 compatible with these packages.
142 Viper is intended to be usable out of the box, without reading this manual
143 --- the defaults are set to make Viper as close to Vi as possible.  At
144 startup, Viper will attempt to set the most appropriate default environment
145 for you, based on your familiarity with Emacs.  It will also tell you the
146 basic GNU Emacs window management commands to help you start immediately.
148 Although this manual explains how to customize Viper, some basic
149 familiarity with Emacs Lisp would be a plus.
151 It is recommended that you read the chapter Overview.  The other chapters
152 will be useful for customization and advanced usage.
154 You should also learn to use the Info on-line hypertext manual system that
155 comes with Emacs.  This manual can be read as an Info file.  Try the command
156 @kbd{@key{ESC} x info} with vanilla Emacs sometime.
158 Comments and bug reports are welcome.
159 @code{kifer@@cs.sunysb.edu} is the current address for Viper bug reports.
160 Please use the Ex command @kbd{:submitReport} for this purpose.@refill
162 @end iftex
164 @node Overview,Improvements over Vi,Top,Top
165 @chapter Overview of Viper
167 Viper is a Vi emulation on top of Emacs.  At the same time, Viper provides a
168 virtually unrestricted access to Emacs facilities.  Perfect compatibility
169 with Vi is possible but not desirable.  This chapter tells you about the
170 Emacs ideas that you should know about, how to use Viper within Emacs and
171 some incompatibilities.
173 Viper was formerly known as VIP-19, which was
174 a descendant of VIP 3.5 by Masahiko Sato and VIP 4.4 by Aamod Sane.
176 @menu
177 * Emacs Preliminaries::         Basic concepts in Emacs.
178 * Loading Viper::                       Loading and Preliminary Configuration.
179 * States in Viper::             Viper has four states orthogonal to Emacs
180                                 modes.
181 * The Minibuffer::              Command line in Emacs.
182 * Multiple Files in Viper::     True multiple file handling.
183 * Unimplemented Features::      That are unlikely to be implemented.
184 @end menu
186 @node Emacs Preliminaries, Loading Viper, Overview, Overview
187 @section Emacs Preliminaries
189 @cindex buffer
190 @cindex point
191 @cindex mark
192 @cindex text
193 @cindex looking at
194 @cindex end (of buffer)
195 @cindex end (of line)
196 @cindex region
198 Emacs can edit several files at once.  A file in Emacs is placed in a
199 @dfn{buffer} that usually has the same name as the file.  Buffers are also used
200 for other purposes, such as shell interfaces, directory editing, etc.
201 @xref{Dired,,Directory Editor,emacs,The
202 Gnu Emacs Manual}, for an example.@refill
204 A buffer has a distinguished position called the @dfn{point}.
205 A @dfn{point} is always between 2 characters, and is @dfn{looking at}
206 the right hand character.  The cursor is positioned on the right hand
207 character.  Thus, when the @dfn{point} is looking at the end-of-line,
208 the cursor is on the end-of-line character, i.e.@: beyond the last
209 character on the line.  This is the default Emacs behavior.@refill
211 The default settings of Viper try to mimic the behavior of Vi, preventing
212 the cursor from going beyond the last character on the line.  By using
213 Emacs commands directly (such as those bound to arrow keys), it is possible
214 to get the cursor beyond the end-of-line.  However, this won't (or
215 shouldn't) happen if you restrict yourself to standard Vi keys, unless you
216 modify the default editing style.  @xref{Customization}.@refill
218 In addition to the @dfn{point}, there is another distinguished buffer
219 position called the @dfn{mark}.  @xref{Mark,,Mark,emacs,The GNU Emacs
220 manual}, for more info on the mark.  The text between the @dfn{point} and
221 the @dfn{mark} is called the @dfn{region} of the buffer.  For the Viper
222 user, this simply means that in addition to the Vi textmarkers a--z, there
223 is another marker called @dfn{mark}.  This is similar to the unnamed Vi
224 marker used by the jump commands @kbd{``} and @kbd{''}, which move the
225 cursor to the position of the last absolute jump.  Viper provides access to
226 the region in most text manipulation commands as @kbd{r} and @kbd{R} suffix
227 to commands that operate on text regions, e.g., @kbd{dr} to delete region,
228 etc.
230 Furthermore, Viper lets Ex-style commands to work on the current region.
231 This is done by typing a digit argument before @kbd{:}.  For instance,
232 typing @kbd{1:} will propmt you with something like @emph{:123,135},
233 assuming that the current region starts at line 123 and ends at line
234 135.  There is no need to type the line numbers, since Viper inserts them
235 automatically in front of the Ex command.
237 @xref{Basics}, for more info.@refill
239 @cindex window
240 @cindex mode line
241 @cindex buffer information
242 @cindex Minibuffer
243 @cindex command line
244 @cindex buffer (modified)
246 Emacs divides the screen into tiled @dfn{windows}.  You can see the
247 contents of a buffer through the window associated with the buffer.  The
248 cursor of the screen is positioned on the character after @dfn{point}.
249 Every window has a @dfn{mode line} that displays information about the buffer.
250 You can change the format of the mode
251 line, but normally if you see @samp{**} at the beginning of a mode line it
252 means that the buffer is @dfn{modified}.  If you write out the contents of
253 a buffer to a file, then the buffer will become not modified.  Also if
254 you see @samp{%%} at the beginning of the mode line, it means that the file
255 associated with the buffer is write protected.  The mode line will also
256 show the buffer name and current major and minor modes (see below).
257 A special buffer called @dfn{Minibuffer} is displayed as the last line
258 in a Minibuffer window.  The Minibuffer window is used for command input
259 output.  Viper uses Minibuffer window for @kbd{/} and @kbd{:}
260 commands.@refill
262 @cindex mode
263 @cindex keymap
264 @cindex local keymap
265 @cindex global keymap
266 @cindex major mode
267 @cindex minor mode
269 An Emacs buffer can have a @dfn{major mode} that customizes Emacs for
270 editing text of a particular sort by changing the functionality of the keys.
271 Keys are defined using a @dfn{keymap} that records the bindings between
272 keystrokes and
273 functions.  The @dfn{global keymap} is common to all the
274 buffers.  Additionally, each buffer has its @dfn{local keymap} that determines the
275 @dfn{mode} of the buffer.  If a function is bound to some key in the local
276 keymap then that function will be executed when you type the key.
277 If no function is bound to a key in the
278 local map, however, the function bound to the key in the global map
279 will be executed.  @xref{Major Modes,Major Modes,Major Modes,emacs,The
280 GNU Emacs Manual}, for more information.@refill
282 A buffer can also have a @dfn{minor mode}.  Minor modes are options that
283 you can use or not.  A buffer in @code{text-mode} can have
284 @code{auto-fill-mode} as minor mode, which can be turned off or on at
285 any time.  In Emacs, a minor mode may have it own keymap,
286 which overrides the local keymap when the minor mode is turned on.  For
287 more information, @pxref{Minor Modes,Minor Modes,Minor Modes,emacs,The
288 GNU Emacs Manual} @refill
290 @cindex Viper as minor mode
291 @cindex Control keys
292 @cindex Meta key
294 Viper is implemented as a collection of minor modes.  Different minor modes
295 are involved when Viper emulates Vi command mode, Vi insert mode, etc.
296 You can also turn Viper on and off at any time while in Vi command mode.
297 @xref{States in Viper}, for
298 more information.@refill
300 Emacs uses Control and Meta modifiers.  These are denoted as C and M,
301 e.g.@: @kbd{^Z} as @kbd{C-z} and @kbd{Meta-x} as @kbd{M-x}.  The Meta key is
302 usually located on each side of the Space bar; it is used in a manner
303 similar to the Control key, e.g., @kbd{M-x} means typing @kbd{x} while
304 holding the Meta key down.  For keyboards that do not have a Meta key,
305 @key{ESC} is used as Meta.  Thus @kbd{M-x} is typed as @kbd{@key{ESC}
306 x}.  Viper uses @key{ESC} to switch from Insert state to Vi state.  Therefore
307 Viper defines @kbd{C-\} as its Meta key in Vi state.  @xref{Vi State}, for
308 more info.@refill
310 Emacs is structured as a lisp interpreter around a C core.  Emacs keys
311 cause lisp functions to be called.  It is possible to call these
312 functions directly, by typing @kbd{M-x function-name}.
314 @node Loading Viper, States in Viper, Emacs Preliminaries, Overview
315 @section Loading Viper
317 The most common way to load it automatically is to include the following
318 lines (in the given order!):
320 @lisp
321 (setq viper-mode t)
322 (require 'viper)
323 @end lisp
325 @noindent
326 in your @file{~/.emacs} file.  The @file{.emacs} file is placed in your
327 home directory and it is be executed every time you invoke Emacs.  This is
328 the place where all general Emacs customization takes place.  Beginning with
329 version 20.0, Emacsen have an interactive interface, which simplifies the
330 job of customization significantly.
332 Viper also uses the file @file{~/.viper} for Viper-specific customization.
333 If you wish to be in Vi command state whenever this is deemed appropriate
334 by the author, you can include the following line in your @file{.viper}:
335 @lisp
336 (setq viper-always t)
337 @end lisp
338 @noindent
339 (@xref{Vi State}, for the explanation of Vi command state.)
341 The location of Viper customization file can be changed by setting the
342 variable @code{viper-custom-file-name} in @file{.emacs} @emph{prior} to loading
343 Viper.
345 The latest versions of Emacs have an interactive customization facility,
346 which allows you to (mostly) bypass the use of the @file{.emacs} and
347 @file{.viper} files. You can reach this customization
348 facility from within Viper's VI state by executing the Ex command
349 @kbd{:customize}.
351 Once invoked, Viper will arrange to bring up Emacs buffers in Vi state
352 whenever this makes sense.
353 @xref{Packages that Change Keymaps}, to find out when forcing Vi command state
354 on a buffer may be counter-productive.
356 Even if your @file{.emacs} and @file{.viper} files do not contain any of the
357 above lines, you can still load Viper and enter Vi command state by typing the
358 following from within Emacs:
360 @lisp
361 M-x viper-mode
362 @end lisp
364 When Emacs first comes up, if you have not specified a file on the
365 command line, it will show the @samp{*scratch*} buffer, in the
366 @samp{Lisp Interaction} mode.  After you invoke Viper, you can start
367 editing files by using @kbd{:e}, @kbd{:vi}, or @kbd{v} commands.
368 (@xref{File and Buffer Handling}, for more information on @kbd{v} and other
369 new commands that, in many cases, are more convenient than @kbd{:e},
370 @kbd{:vi}, and similar old-style Vi commands.)@refill
372 Finally, if at some point you would want to get de-Viperize your running
373 copy of Emacs after Viper has been loaded, the command @kbd{M-x
374 viper-go-away} will do it for you.  The function @code{toggle-viper-mode}
375 toggles Viperization of Emacs on and off.
377 @node States in Viper, The Minibuffer, Loading Viper,Overview
378 @section States in Viper
380 @kindex @kbd{C-z}
381 @kindex @key{ESC}
382 @kindex @kbd{i}
383 @cindex Emacs state
384 @cindex Vi state
385 @cindex Insert state
386 @cindex Replace state
387 @cindex Ex commands
388 @findex @code{viper-go-away}
389 @findex @code{toggle-viper-mode}
391 Viper has four states, Emacs, Vi, Insert, and Replace.
393 @table @samp
394 @item Emacs state
395 This is the state plain vanilla Emacs is normally in.  After you have loaded
396 Viper, @kbd{C-z} will normally take you to Vi command state.  Another
397 @kbd{C-z} will take you back to Emacs state.  This toggle key can be
398 changed, @pxref{Customization} You can also type @kbd{M-x viper-mode} to
399 change to Vi state.@refill
402 For users who chose to set their user level to 1 at Viper setup time,
403 switching to Emacs state is deliberately made harder in order to not
404 confuse the novice user.  In this case, @kbd{C-z} will either iconify Emacs
405 (if Emacs runs as an application under X) or it will stop Emacs (if
406 Emacs runs on a dumb terminal or in an Xterm window).
408 @item Vi state
409 This is the Vi command mode.  Any of the Vi commands, such as @kbd{i, o, a},
410 @dots{}, will take you to Insert state.  All Vi commands may
411 be used in this mode.  Most Ex commands can also be used.
412 For a full list of Ex commands supported by Viper, type
413 @kbd{:} and then @key{TAB}.  To get help on any issue, including the Ex
414 commands, type @kbd{:help}.  This will invoke Viper Info
415 (if it is installed).  Then typing @kbd{i} will prompt you for a topic to
416 search in the index.  Note: to search for Ex commands in the index, you
417 should start them with a @kbd{:}, e.g., @kbd{:WW}.
419 In Viper, Ex commands can be made to work on the current Emacs region.
420 This is done by typing a digit argument before @kbd{:}.
421 For instance, typing @kbd{1:} will propmt you with something like
422 @emph{:123,135}, assuming that the current region starts at line 123 and
423 ends at line 135.  There is no need to type the line numbers, since Viper
424 inserts them automatically in front of the Ex command.
426 @item Insert state
427 Insert state is the Vi insertion mode.  @key{ESC} will take you back to
428 Vi state.  Insert state editing can be done, including auto-indentation.  By
429 default, Viper disables Emacs keybindings in Insert state.
431 @item Replace state
432 Commands like @kbd{cw} invoke the Replace state.  When you cross the
433 boundary of a replacement region (usually designated via a @samp{$} sign),
434 it will automatically change to Insert state.  You do not have to worry
435 about it.  The key bindings remain practically the same as in Insert
436 state.  If you type @key{ESC}, Viper will switch to Vi command mode, terminating the
437 replacement state.@refill
438 @end table
440 @cindex mode line
442 The modes are indicated on the @dfn{mode line} as <E>, <I>, <V>, and <R>,
443 so that the multiple modes do not confuse you.  Most of your editing can be
444 done in Vi and Insert states.  Viper will try to make all new buffers be in Vi
445 state, but sometimes they may come up in Emacs state.  @kbd{C-z}
446 will take you to Vi state in such a case.  In some major modes, like Dired,
447 Info, Gnus, etc., you should not switch to Vi state (and Viper will not
448 attempt to do so) because these modes are not intended for text editing and
449 many of the Vi keys have special meaning there.  If you plan to read news,
450 browse directories, read mail, etc., from Emacs (which you should start
451 doing soon!), you should learn about the meaning of the various keys in
452 those special modes (typing @kbd{C-h m} in a buffer provides
453 help with key bindings for the major mode of that buffer).
455 If you switch to Vi in Dired or similar modes---no harm is done.  It is just
456 that the special keybindings provided by those modes will be temporarily
457 overshadowed by Viper's bindings.  Switching back to Viper's Emacs state
458 will revive the environment provided by the current major mode.
460 States in Viper are orthogonal to Emacs major modes, such as C mode or Dired
461 mode.  You can turn Viper on and off for any Emacs state.  When Viper is turned
462 on, Vi state can be used to move around.  In Insert state, the bindings for
463 these modes can be accessed.  For beginners (users at Viper levels 1 and 2),
464 these bindings are suppressed in Insert state, so that new users are not
465 confused by the Emacs states.  Note that unless you allow Emacs bindings in
466 Insert state, you cannot do many interesting things, like language
467 sensitive editing.  For the novice user (at Viper level 1), all major mode
468 bindings are turned off in Vi state as well.  This includes the bindings for
469 key sequences that start with @kbd{C-c}, which practically means that all
470 major mode bindings are supported.  @xref{Customization}, to find out how
471 to allow Emacs keys in Insert state.
473 @menu
474 * Emacs State::         This is the state you should learn more about when
475                         you get up to speed with Viper.
476 * Vi State::            Vi commands are executed in this state.
477 * Insert State::        You can enter text, and also can do sophisticated
478                         editing if you know enough Emacs commands.
479 * Replace State::       Like Insert mode, but it is invoked via the
480                         replacement commands, such as cw, C, R, etc.
481 @end menu
483 @node Emacs State, Vi State, States in Viper, States in Viper
484 @subsection Emacs State
486 @kindex @kbd{C-z}
487 @cindex Emacs state
490 You will be in this mode only by accident (hopefully).  This is the state
491 Emacs is normally in (imagine!!).  Now leave it as soon as possible by
492 typing @kbd{C-z}.  Then you will be in Vi state (sigh of relief) :-).
494 Emacs state is actually a Viperism to denote all the major and minor modes
495 (@pxref{Emacs Preliminaries}) other than Viper that Emacs can be in.  Emacs
496 can have several modes, such as C mode for editing C programs, LaTeX mode
497 for editing LaTeX documents, Dired for directory editing, etc.  These are
498 major modes, each with a different set of key-bindings.  Viper states are
499 orthogonal to these Emacs major modes.  The presence of these language
500 sensitive and other modes is a major win over Vi.  @xref{Improvements over
501 Vi}, for more.@refill
503 The bindings for these modes can be made available in the Viper Insert state
504 as well as in Emacs state.  Unless you specify your user level as 1 (a
505 novice), all major mode key sequences that start with @kbd{C-x} and
506 @kbd{C-c} are also available in Vi state.  This is important because major
507 modes designed for editing files, such as cc-mode or latex-mode, use key
508 sequences that begin with @kbd{C-x} and @kbd{C-c}.
510 There is also a key that lets you temporarily escape to Vi command state
511 from Emacs or Insert states: typing @kbd{C-c \} will let you execute a
512 single Vi command while staying in Viper's Emacs or Insert state.
513 In Insert state, the same can also be achieved by typing @kbd{C-z}.
516 @node Vi State, Insert State, Emacs State, States in Viper
517 @subsection Vi State
519 @cindex Vi state
521 This is the Vi command mode.  When Viper is in Vi state, you will see the sign
522 <V> in the mode line.  Most keys will work as in Vi.  The notable
523 exceptions are:
525 @table @kbd
526 @item C-x
527 @kindex @kbd{C-x}
528 @kbd{C-x} is used to invoke Emacs commands, mainly those that do window
529 management.  @kbd{C-x 2} will split a window, @kbd{C-x 0} will close a
530 window.  @kbd{C-x 1} will close all other windows.  @kbd{C-xb} is used to
531 switch buffers in a window, and @kbd{C-xo} to move through windows.
532 These are about the only necessary keystrokes.
533 For the rest, see the GNU Emacs Manual.
535 @item C-c
536 @kindex @kbd{C-c}
537 For user levels 2 and higher, this key serves as a prefix key for the key
538 sequences used by various major modes.  For users at Viper level 1, @kbd{C-c}
539 simply beeps.
541 @item C-g and C-]
542 @kindex @kbd{C-g}
543 @kindex @kbd{C-]}
545 These are the Emacs @samp{quit} keys.
546 There will be cases where you will have to
547 use @kbd{C-g} to quit.  Similarly, @kbd{C-]} is used to exit
548 @samp{Recursive Edits} in Emacs for which there is no comparable Vi
549 functionality and no key-binding.  Recursive edits are indicated by
550 @samp{[]} brackets framing the modes on the mode line.
551 @xref{Recursive Edit,Recursive
552 Edit,Recursive Edit,emacs,The GNU Emacs Manual}.
553 At user level 1, @kbd{C-g} is bound to @code{viper-info-on-file}
554 function instead.
555 @refill
556 @item C-\
557 @kindex @kbd{C-\}
558 @cindex Meta key
560 Viper uses @key{ESC} as a switch between Insert and Vi states.  Emacs uses
561 @key{ESC} for Meta.  The Meta key is very important in Emacs since many
562 functions are accessible only via that key as @kbd{M-x function-name}.
563 Therefore, we need to simulate it somehow.  In Viper's Vi, Insert, and
564 Replace states, the meta key is set to be @kbd{C-\}.  Thus, to get
565 @kbd{M-x}, you should type @kbd{C-\ x} (if the keyboard has no Meta key).
566 This works both in the Vi command state and in the Insert and Replace
567 states.  In Vi command state, you can also use @kbd{\ @key{ESC}} as the
568 meta key.
570 Note: Emacs binds @kbd{C-\} to a function that offers to change the
571 keyboard input method in the multilingual environment.  Viper overrides this
572 binding.  However, it is still possible to switch the input method by typing
573 @kbd{\ C-\} in the Vi command state and @kbd{C-z \ C-\} in the Insert state.
574 Or you can use the MULE menu in the menubar.
575 @end table
576 @noindent
577 Other differences are mostly improvements.  The ones you should know
578 about are:
580 @table @samp
581 @item Undo
582 @kindex @kbd{u}
583 @kbd{u} will undo.  Undo can be repeated by the @kbd{.} key.  Undo itself
584 can be undone.  Another @kbd{u} will change the direction.  The presence
585 of repeatable undo means that @kbd{U}, undoing lines, is not very
586 important.  Therefore, @kbd{U} also calls @code{viper-undo}.
587 @cindex multiple undo
588 @cindex undo
591 @item Counts
592 Most commands, @kbd{~}, @kbd{[[}, @kbd{p}, @kbd{/}, @dots{}, etc., take counts.
594 @comment ]] Just to balance parens
595 @item Regexps
596 Viper uses Emacs Regular Expressions for searches.  These are a superset of
597 Vi regular
598 expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L},
599 @dots{}, etc.  @xref{Regular Expressions,,Regular Expressions,emacs,The
600 GNU Emacs Manual}, for details.
601 Files specified to @kbd{:e} use @code{csh} regular expressions
602 (globbing, wildcards, what have you).
603 However, the function @code{viper-toggle-search-style}, bound to @kbd{C-c /},
604 lets the user switch from search with regular expressions to plain vanilla
605 search and vice versa.  It also lets one switch from case-sensitive search
606 to case-insensitive and back.
607 @xref{Viper Specials}, for more details.
608 @cindex regular expressions
609 @cindex vanilla search
610 @cindex case-sensitive search
611 @cindex case-insensitive search
612 @kindex @kbd{C-c /}
614 @item Ex commands
615 @cindex Ex commands
616 The current working directory of a buffer is automatically inserted in the
617 minibuffer if you type @kbd{:e} then space.  Absolute filenames are
618 required less often in Viper.  For path names, Emacs uses a convention that
619 is slightly different from that of Unix.  It is designed to minimize the
620 need for deleting path names that Emacs provides in its prompts.  (This is
621 usually convenient, but occasionally the prompt may suggest a wrong path
622 name for you.)  If you see a prompt @kbd{/usr/foo/} and you wish to edit the
623 file @kbd{~/.viper}, you don't have to erase the prompt.  Instead, simply
624 continue typing what you need.  Emacs will interpret @kbd{/usr/foo/~/.viper}
625 correctly.  Similarly, if the prompt is @kbd{~/foo/} and you need to get to
626 @kbd{/bar/file}, keep typing.  Emacs interprets @kbd{~/foo//bar/} as
627 @kbd{/bar/file}, since when it sees @samp{//}, it understands that
628 @kbd{~/foo/} is to be discarded.
630 The command @kbd{:cd} will change the default directory for the
631 current buffer.  The command @kbd{:e} will interpret the
632 filename argument in @code{csh}.  @xref{Customization}, if you
633 want to change the default shell.
634 The command @kbd{:next} takes counts from
635 @kbd{:args}, so that @kbd{:rew} is obsolete.  Also, @kbd{:args} will show only
636 the invisible files (i.e., those that are not currently seen in Emacs
637 windows).
639 When applicable, Ex commands support file completion and history.  This
640 means that by typing a partial file name and then @key{TAB}, Emacs will try
641 to complete the name or it will offer a menu of possible completions.
642 This works similarly to Tcsh and extends the behavior of Csh.  While Emacs
643 is waiting for a file name, you can type @kbd{M-p} to get the previous file
644 name you typed.  Repeatedly typing @kbd{M-p} and @kbd{M-n} will let you
645 browse through the file history.
647 Like file names, partially typed Ex commands can be completed by typing
648 @key{TAB}, and Viper keeps the history of Ex commands.  After typing
649 @kbd{:}, you can browse through the previously entered Ex commands by
650 typing @kbd{M-p} and @kbd{M-n}.  Viper tries to rationalize when it puts Ex
651 commands on the history list.  For instance, if you typed @kbd{:w!@: foo},
652 only @kbd{:w!} will be placed on the history list.  This is because the
653 last history element is the default that can be invoked simply by typing
654 @kbd{: @key{RET}}.  If @kbd{:w!@: foo} were placed on the list, it would be all to
655 easy to override valuable data in another file.  Reconstructing the full
656 command, @kbd{:w!@: foo}, from the history is still not that hard, since Viper
657 has a separate history for file names.  By typing @kbd{: M-p}, you will get
658 @kbd{:w!} in the Minibuffer.  Then, repeated @kbd{M-p} will get you through
659 the file history, inserting one file name after another.
661 In contrast to @kbd{:w!@: foo}, if the command were @kbd{:r foo}, the entire
662 command will appear in the history list.  This is because having @kbd{:r}
663 alone as a default is meaningless, since this command requires a file
664 argument.
665 @refill
666 @end table
667 @noindent
668 As Vi, Viper's destructive commands can be re-executed by typing `@kbd{.}'.
669 However, in addition, Viper keeps track of the history of such commands.  This
670 history can be perused by typing @kbd{C-c M-p} and @kbd{C-c M-n}.
671 Having found the appropriate command, it can be then executed by typing
672 `@kbd{.}'.
673 @xref{Improvements over Vi}, for more information.
675 @node Insert State, Replace State, Vi State, States in Viper
676 @subsection Insert State
678 @cindex Insert state
680 To avoid confusing the beginner (at Viper level 1 and 2), Viper makes only the
681 standard Vi keys available in Insert state.  The implication is that
682 Emacs major modes cannot be used in Insert state.
683 It is strongly recommended that as soon as you are comfortable, make the
684 Emacs state bindings visible (by changing your user level to 3 or higher).
685 @xref{Customization},
686 to see how to do this.@refill
688 Once this is done, it is possible to do quite a bit of editing in
689 Insert state.  For instance, Emacs has a @dfn{yank} command, @kbd{C-y},
690 which is similar to Vi's @kbd{p}.  However, unlike @kbd{p}, @kbd{C-y} can be
691 used in Insert state of Viper.  Emacs also has a kill ring where it keeps
692 pieces of text you deleted while editing buffers.  The command @kbd{M-y} is
693 used to delete the text previously put back by Emacs' @kbd{C-y} or by Vi's
694 @kbd{p} command and reinsert text that was placed on the kill-ring earlier.
696 This works both in Vi and Insert states.
697 In Vi state, @kbd{M-y} is a much better alternative to the usual Vi's way
698 of recovering the 10 previously deleted chunks of text.  In Insert state,
699 you can
700 use this as follows.  Suppose you deleted a piece of text and now you need
701 to re-insert it while editing in Insert mode.  The key @kbd{C-y} will put
702 back the most recently deleted chunk.  If this is not what you want, type
703 @kbd{M-y} repeatedly and, hopefully, you will find the chunk you want.
705 Finally, in Insert and Replace states, Viper provides the history of
706 pieces of text inserted in previous insert or replace commands.  These
707 strings of text can be recovered by repeatedly typing @kbd{C-c M-p} or
708 @kbd{C-c M-n} while in Insert or Replace state.  (This feature is disabled
709 in the minibuffer: the above keys are usually bound to other histories,
710 which are more appropriate in the minibuffer.)
713 @cindex Meta key
715 You can call Meta functions from Insert state.  As in Vi state, the Meta key
716 is @kbd{C-\}.  Thus @kbd{M-x} is typed as @kbd{C-\ x}.
718 Other Emacs commands that are useful in Insert state are @kbd{C-e}
719 and @kbd{C-a}, which move the cursor to the end and the beginning of the
720 current line, respectively.  You can also use @kbd{M-f} and @kbd{M-b},
721 which move the cursor forward (or backward) one word.
722 If your display has a Meta key, these functions are invoked by holding the
723 Meta key and then typing @kbd{f} and @kbd{b}, respectively.  On displays
724 without the Meta key, these functions are invoked by typing
725 @kbd{C-\ f} and @kbd{C-\ b} (@kbd{C-\} simulates the Meta key in Insert
726 state, as explained above).
728 The key @kbd{C-z} is sometimes also useful in Insert state: it allows you
729 to execute a single command in Vi state without leaving the Insert state!
730 For instance, @kbd{C-z d2w} will delete the next two words without leaving
731 the Insert state.
733 When Viper is in Insert state, you will see <I> in the mode line.
735 @node Replace State,, Insert State, States in Viper
736 @subsection Replace State
738 @cindex Replace state
740 This state is entered through Vi replacement commands, such as @kbd{C},
741 @kbd{cw}, etc., or by typing @kbd{R}.  In Replace state, Viper puts <R> in
742 the mode line to let you know which state is in effect.  If Replace state is
743 entered through @kbd{R}, Viper stays in that state until the user hits
744 @key{ESC}.  If this state is entered via the other replacement commands,
745 then Replace state is in effect until you hit @key{ESC} or until you cross
746 the rightmost boundary of the replacement region.  In the latter case, Viper
747 changes its state from Replace to Insert (which you will notice by the
748 change in the mode line).
750 Since Viper runs under Emacs, it is possible to switch between buffers
751 while in Replace state.  You can also move the cursor using the arrow keys
752 (even on dumb terminals!)@: and the mouse.  Because of this freedom (which is
753 unattainable in regular Vi), it is possible to take the cursor outside the
754 replacement region.  (This may be necessary for several reasons, including
755 the need to enable text selection and region-setting with the mouse.)
757 The issue then arises as to what to do when the user
758 hits the @key{ESC} key.  In Vi, this would cause the text between cursor and
759 the end of the replacement region to be deleted.  But what if, as is
760 possible in Viper, the cursor is not inside the replacement region?
762 To solve the problem, Viper keeps track of the last cursor position while it
763 was still inside the replacement region.  So, in the above situation, Viper
764 would delete text between this position and the end of the replacement
765 region.
767 @node The Minibuffer,Multiple Files in Viper, States in Viper, Overview
768 @section The Minibuffer
770 @cindex Minibuffer
772 The Minibuffer is where commands are entered in.  Editing can be done
773 by commands from Insert state, namely:
775 @table @kbd
776 @item C-h
777 Backspace
778 @item C-w
779 Delete Word
780 @item C-u
781 Erase line
782 @item C-v
783 Quote the following character
784 @item @key{RET}
785 Execute command
786 @item C-g and C-]
787 Emacs quit and abort keys.  These may be necessary.  @xref{Vi State}, for an
788 explanation.
789 @item M-p and M-n
790 These keys are bound to functions that peruse minibuffer history.  The
791 precise history to be perused depends on the context.  It may be the history
792 of search strings, Ex commands, file names, etc.
793 @end table
795 Most of the Emacs keys are functional in the Minibuffer.  While in the
796 Minibuffer, Viper tries to make editing resemble Vi's behavior when the
797 latter is waiting for the user to type an Ex command.  In particular, you
798 can use the regular Vi commands to edit the Minibuffer.  You can switch
799 between the Vi state and Insert state at will, and even use the replace mode.
800 Initially, the Minibuffer comes up in Insert state.
802 Some users prefer plain Emacs bindings in the Minibuffer.  To this end, set
803 @code{viper-vi-style-in-minibuffer} to @code{nil} in @file{.viper}.
804 @xref{Customization}, to learn how to do this.
806 When the Minibuffer changes Viper states, you will notice that the appearance
807 of the text there changes as well.  This is useful because the Minibuffer
808 has no mode line to tell which Vi state it is in.
809 The appearance of the text in the Minibuffer can be changed.
810 @xref{Viper Specials}, for more details.
812 @node Multiple Files in Viper,Unimplemented Features,The Minibuffer,Overview
813 @section Multiple Files in Viper
815 @cindex multiple files
816 @cindex managing multiple files
818 Viper can edit multiple files.  This means, for example that you never need
819 to suffer through @code{No write since last change} errors.
820 Some Viper elements are common over all the files.
822 @table @samp
823 @item Textmarkers
824 @cindex markers
825 @cindex textmarkers
826 Textmarkers remember @emph{files and positions}.
827 If you set marker @samp{a} in
828 file @file{foo}, start editing file @file{bar} and type @kbd{'a}, then
829 @emph{YOU WILL SWITCH TO FILE @file{foo}}.  You can see the contents of a
830 textmarker using the Viper command @kbd{[<a-z>} where <a-z> are the
831 textmarkers, e.g., @kbd{[a} to view marker @samp{a} .@refill
832 @item Repeated Commands
833 Command repetitions are common over files.  Typing @kbd{!!} will repeat the
834 last @kbd{!} command whichever file it was issued from.
835 Typing @kbd{.} will repeat the last command from any file, and
836 searches will repeat the last search.  Ex commands can be repeated by typing
837 @kbd{: @key{RET}}.@refill
838 Note: in some rare cases, that @kbd{: @key{RET}} may do something dangerous.
839 However, usually its effect can be undone by typing @kbd{u}.
840 @item Registers
841 @cindex registers
842 Registers are common to files.  Also, text yanked with @kbd{y} can be
843 put back (@kbd{p}) into any file.  The Viper command @kbd{]<a-z>}, where <a-z> are
844 the registers, can be used to look at the contents of a register, e.g.,
845 type @kbd{]a} to view register @samp{a}.
847 There is one difference in text deletion that you should be
848 aware of.  This difference comes from Emacs and was adopted in Viper
849 because we find it very useful.  In Vi, if you delete a line, say, and then
850 another line, these two deletions are separated and are put back
851 separately if you use the @samp{p} command.  In Emacs (and Viper), successive
852 series of deletions that are @emph{not interrupted} by other commands are
853 lumped together, so the deleted text gets accumulated and can be put back
854 as one chunk.  If you want to break a sequence of deletions so that the
855 newly deleted text could be put back separately from the previously deleted
856 text, you should perform a non-deleting action, e.g., move the cursor one
857 character in any direction.
858 @item Absolute Filenames
859 @cindex absolute paths
860 The current directory name for a file is automatically prepended to the
861 file name in any
862 @kbd{:e}, @kbd{:r}, @kbd{:w}, etc., command (in Emacs, each buffer has a
863 current directory).
864 This directory is inserted in the Minibuffer once you type space after
865 @kbd{:e, r}, etc.  Viper also supports completion of file names and Ex
866 commands (@key{TAB}), and it keeps track of
867 command and file history (@kbd{M-p}, @kbd{M-n}).
868 Absolute filenames are required less
869 often in Viper.
871 You should be aware that Emacs interprets @kbd{/foo/bar//bla} as
872 @kbd{/bla} and @kbd{/foo/~/bar} as @kbd{~/bar}.  This is designed to
873 minimize the need for erasing path names that Emacs suggests in its
874 prompts, if a suggested path name is not what you wanted.
876 The command @kbd{:cd} will change the default directory for the
877 current Emacs buffer.  The Ex command @kbd{:e} will interpret the
878 filename argument in @samp{csh}, by default.  @xref{Customization}, if you
879 want to change this.
880 @end table
882 @noindent
883 Currently undisplayed files can be listed using the @kbd{:ar} command.  The
884 command @kbd{:n} can be given counts from the @kbd{:ar} list to switch to
885 other files.
887 @node Unimplemented Features,,Multiple Files in Viper,Overview
888 @section Unimplemented Features
890 Unimplemented features include:
892 @itemize @bullet
893 @item
894 @kbd{:ab} and @kbd{:una} are not implemented.
895 Both @kbd{:map} and @kbd{:ab} are considered obsolete, since Emacs has much
896 more powerful facilities for defining keyboard macros and abbreviations.
897 @item
898 @kbd{:set option?} is not implemented.  The current
899 @kbd{:set} can also be used to set Emacs variables.
900 @item
901 @kbd{:se list} requires modification of the display code for Emacs, so
902 it is not implemented.
903 A useful alternative is @code{cat -t -e file}.  Unfortunately, it cannot
904 be used directly inside Emacs, since Emacs will obdurately change @samp{^I}
905 back to normal tabs.@refill
906 @end itemize
908 @comment  node-name,  next,  previous,  up
909 @node Improvements over Vi, Customization, Overview, Top
910 @chapter Improvements over Vi
912 Some common problems with Vi and Ex have been solved in Viper.  This
913 includes better implementation of existing commands, new commands, and
914 the facilities provided by Emacs.
916 @menu
917 * Basics::                  Basic Viper differences, Multi-file effects.
918 * Undo and Backups::        Multiple undo, auto-save, backups and changes
919 * History::                 History for Ex and Vi commands.
920 * Macros and Registers::    Keyboard Macros (extended ".")@: @@reg execution.
921 * Completion::              Filename and Command Completion for Ex.
922 * Improved Search::         Incremental Search and Buffer Content Search.
923 * Abbreviation Facilities:: Normal Abbrevs, Templates, and Dynamic Abbrevs.
924 * Movement and Markers::    Screen Editor movements, viewing textmarkers.
925 * New Commands::            Commands that do not exist in Vi.
926 * Useful Packages::         A Sampling of some Emacs packages, and things
927                             you should know about.
928 @end menu
930 @node Basics, Undo and Backups, Improvements over Vi, Improvements over Vi
931 @section Basics
933 The Vi command set is based on the idea of combining motion commands
934 with other commands.  The motion command is used as a text region
935 specifier for other commands.
936 We classify motion commands into @dfn{point commands} and
937 @dfn{line commands}.@refill
939 @cindex point commands
941 The point commands are:
943 @quotation
944 @kbd{h}, @kbd{l}, @kbd{0},  @kbd{$}, @kbd{w}, @kbd{W}, @kbd{b}, @kbd{B},
945 @kbd{e}, @kbd{E}, @kbd{(}, @kbd{)}, @kbd{/}, @kbd{?}, @kbd{`}, @kbd{f},
946 @kbd{F}, @kbd{t}, @kbd{T}, @kbd{%}, @kbd{;}, @kbd{,}, @kbd{^}
947 @end quotation
949 @cindex line commands
951 The line commands are:
953 @quotation
954 @kbd{j}, @kbd{k}, @kbd{+}, @kbd{-}, @kbd{H}, @kbd{M}, @kbd{L}, @kbd{@{},
955 @kbd{@}}, @kbd{G}, @kbd{'},  @kbd{[[}, @kbd{]]}, @kbd{[]}
956 @end quotation
958 @cindex region
959 @cindex region specification
960 @cindex expanding (region)
961 @cindex describing regions
962 @cindex movement commands
964 @noindent
965 If a point command is given as an argument to a modifying command, the
966 region determined by the point command will be affected by the modifying
967 command.  On the other hand, if a line command is given as an argument to a
968 modifying command, the region determined by the line command will be
969 enlarged so that it will become the smallest region properly containing the
970 region and consisting of whole lines (we call this process @dfn{expanding
971 the region}), and then the enlarged region will be affected by the modifying
972 command.
973 Text Deletion Commands (@pxref{Deleting Text}), Change commands
974 (@pxref{Changing Text}), even Shell Commands (@pxref{Shell Commands})
975 use these commands to describe a region of text to operate on.
976 Thus, type @kbd{dw} to delete a word, @kbd{>@}} to shift a paragraph, or
977 @kbd{!'afmt} to format a region from @samp{point} to textmarker
978 @samp{a}.
980 @cindex r and R region specifiers
982 Viper adds the region specifiers @samp{r} and @samp{R}.  Emacs has a
983 special marker called @dfn{mark}.  The text-area between the current cursor
984 position @dfn{point} and the @dfn{mark} is called the @dfn{region}.
985 @samp{r} specifies the raw region and @samp{R} is the expanded region
986 (i.e., the minimal contiguous chunk of full lines that contains the raw
987 region).
988 @kbd{dr} will now delete the region, @kbd{>r} will shift it, etc.
989 @kbd{r,R} are not motion commands, however.  The special mark is set by
990 @kbd{m.} and other commands.  @xref{Marking}, for more info.
992 Viper also adds counts to most commands for which it would make sense.
994 In the Overview chapter, some Multiple File issues were discussed
995 (@pxref{Multiple Files in Viper}).  In addition to the files, Emacs has
996 buffers.  These can be seen in the @kbd{:args} list and switched using
997 @kbd{:next} if you type @kbd{:set ex-cycle-through-non-files t}, or
998 specify @code{(setq ex-cycle-through-non-files t)} in your @file{.viper}
999 file.  @xref{Customization}, for details.
1001 @node Undo and Backups, History, Basics, Improvements over Vi
1002 @section Undo and Backups
1004 @cindex undo
1006 Viper provides multiple undo.  The number of undo's and the size is limited
1007 by the machine.  The Viper command @kbd{u} does an undo.  Undo can be
1008 repeated by typing @kbd{.} (a period).  Another @kbd{u} will undo the undo,
1009 and further
1010 @kbd{.} will repeat it.  Typing @kbd{u} does the first undo, and changes the
1011 direction.
1013 @cindex backup files
1014 @cindex auto save
1016 Since the undo size is limited, Viper can create backup files and
1017 auto-save files.  It will normally do this automatically.  It is possible
1018 to have numbered backups, etc.  For details, @pxref{Backup,,Backup and
1019 Auto-Save,emacs,The GNU Emacs Manual} @refill
1021 @comment [ balance parens
1022 @cindex viewing registers and markers
1023 @cindex registers
1024 @cindex markers
1025 @cindex textmarkers
1027 The results of the 9 previous changes are available in the 9 numeric
1028 registers, as in Vi.  The extra goody is the ability to @emph{view} these
1029 registers, in addition to being able to access them through @kbd{p} and
1030 @kbd{M-y} (@xref{Insert State}, for details.)
1031 The Viper command @kbd{] register} will display the contents of any
1032 register, numeric or alphabetical.  The related command @kbd{[ textmarker}
1033 will show the text around the textmarker.  @samp{register} and @samp{textmarker}
1034 can be any letters from a through z.
1035 @comment ] balance parens
1037 @node History,  Macros and Registers, Undo and Backups,Improvements over Vi
1038 @section History
1040 @cindex history
1041 @cindex Minibuffer
1043 History is provided for Ex commands, Vi searches, file names, pieces of
1044 text inserted in earlier commands that use Insert or Replace state, and for
1045 destructive commands in Vi state.  These are
1046 useful for fixing those small typos that screw up searches and @kbd{:s},
1047 and for eliminating routine associated with repeated typing of file names
1048 or pieces of text that need to be inserted frequently.
1049 At the @kbd{:} or @kbd{/} prompts in the Minibuffer, you can do the following:
1051 @table @kbd
1052 @item M-p and M-n
1053 To move to previous and next history items.  This causes the history
1054 items to appear on the command line, where you can edit them, or
1055 simply type Return to execute.
1056 @item M-r and M-s
1057 To search backward and forward through the history.
1058 @item @key{RET}
1059 Type @key{RET} to accept a default (which is displayed in the prompt).
1060 @end table
1062 The history of insertions  can be perused by
1063 typing @kbd{C-c M-p} and @kbd{C-c M-n} while in Insert or Replace state.
1064 The history of destructive Vi commands can be perused via the same keys
1065 when Viper is in Vi state.  @xref{Viper Specials}, for details.
1067 All Ex commands have a file history.  For instance, typing @kbd{:e}, space
1068 and then @kbd{M-p} will bring up the name of the previously typed file
1069 name.  Repeatedly typing @kbd{M-p}, @kbd{M-n}, etc., will let you browse
1070 through the file history.
1072 Similarly, commands that have to do with switching buffers
1073 have a buffer history, and commands that expect strings or regular
1074 expressions keep a history on those items.
1076 @node Macros and Registers,Completion,History,Improvements over Vi
1077 @section Macros and Registers
1079 @cindex keyboard macros
1080 @cindex macros
1081 @cindex registers
1082 @cindex register execution
1084 Viper facilitates the use of Emacs-style keyboard macros.  @kbd{@@#} will
1085 start a macro definition.  As you type, the commands will be executed, and
1086 remembered (This is called ``learn mode'' in some editors.)
1087 @kbd{@@register} will complete the macro, putting it into @samp{register},
1088 where @samp{register} is any character from @samp{a} through @samp{z}.  Then
1089 you can execute this macro using @kbd{@@register}.  It is, of course,
1090 possible to yank some text into a register and execute it using
1091 @kbd{@@register}.  Typing @kbd{@@@@}, @kbd{@@RET}, or @kbd{@@C-j} will
1092 execute the last macro that was executed using @kbd{@@register}.@refill
1094 Viper will automatically lowercase the register, so that pressing the
1095 @kbd{SHIFT} key for @kbd{@@} will not create problems.  This is for
1096 @kbd{@@} macros and @kbd{"p} @emph{only}.  In the case of @kbd{y},
1097 @kbd{"Ayy} will append to @emph{register a}.  For @kbd{[,],',`}, it
1098 is an error to use a Uppercase register name.
1100 @comment [ balance parens
1101 @cindex viewing registers and markers
1103 The contents of a register can be seen by @kbd{]register}.  (@kbd{[textmarker}
1104 will show the contents of a textmarker).
1105 @comment ] balance parens
1107 @cindex last keyboard macro
1109 The last keyboard macro can also be executed using
1110 @kbd{*}, and it can be yanked into a register using @kbd{@@!register}.
1111 This is useful for Emacs style keyboard macros defined using @kbd{C-x(}
1112 and @kbd{C-x)}.  Emacs keyboard macros have more capabilities.
1113 @xref{Keyboard Macros,,Keyboard Macros,emacs, The GNU Emacs Manual}, for
1114 details.@refill
1116 Keyboard Macros allow an interesting form of Query-Replace:
1117 @kbd{/pattern} or @kbd{n} to go to the next pattern (the query), followed by a
1118 Keyboard Macro execution @kbd{@@@@} (the replace).
1120 Viper also provides Vi-style macros.  @xref{Vi Macros}, for details.
1123 @node Completion, Improved Search, Macros and Registers, Improvements over Vi
1124 @section Completion
1126 @cindex completion
1128 Completion is done when you type @key{TAB}.  The Emacs completer does not
1129 grok wildcards in filenames.  Once you type a wildcard, the completer will
1130 no longer work for that path.  Remember that Emacs interprets a file name
1131 of the form @kbd{/foo//bar} as @kbd{/bar} and @kbd{/foo/~/bar} as
1132 @kbd{~/bar}.
1134 @node Improved Search, Abbreviation Facilities, Completion, Improvements over Vi
1135 @section Improved Search
1137 @cindex buffer search
1138 @cindex word search
1140 Viper provides buffer search, the ability to search the buffer for a region
1141 under the cursor.  You have to turn this on in @file{.viper} either by calling
1143 @example
1144 (viper-buffer-search-enable)
1145 @end example
1147 @noindent
1148 or by setting @code{viper-buffer-search-char} to, say, @kbd{f3}:
1149 @example
1150 (setq viper-buffer-search-char ?g)
1151 @end example
1153 @noindent
1154 If the user calls @code{viper-buffer-search-enable} explicitly (the first
1155 method), then @code{viper-buffer-search-char} will be set to @kbd{g}.
1156 Regardless of how this feature is enabled, the key
1157 @code{viper-buffer-search-char} will take movement commands, like
1158 @kbd{w,/,e}, to find a region and then search for the contents of that
1159 region.  This command is very useful for searching for variable names, etc.,
1160 in a program.  The search can be repeated by @kbd{n} or reversed by @kbd{N}.
1162 @cindex incremental search
1164 Emacs provides incremental search.  As you type the string in, the
1165 cursor will move to the next match.  You can snarf words from the buffer
1166 as you go along.  Incremental Search is normally bound to @kbd{C-s} and
1167 @kbd{C-r}.  @xref{Customization}, to find out how to change the bindings
1168 of @kbd{C-r or C-s}.
1169 For details, @pxref{Incremental Search,,Incremental
1170 Search,emacs,The GNU Emacs Manual} @refill
1172 @cindex query replace
1174 Viper also provides a query replace function that prompts through the
1175 Minibuffer.  It is invoked by the @kbd{Q} key in Vi state.
1177 @cindex mouse search
1179 On a window display, Viper supports mouse search, i.e., you can search for a
1180 word by clicking on it.  @xref{Viper Specials}, for details.
1182 Finally, on a window display, Viper highlights search patterns as it finds
1183 them.  This is done through what is known as @emph{faces} in Emacs.  The
1184 variable that controls how search patterns are highlighted is
1185 @code{viper-search-face}.  If you don't want any highlighting at all, put
1186 @example
1187 (copy-face 'default 'viper-search-face)
1188 @end example
1189 @vindex @code{viper-search-face}
1190 @noindent
1191 in @file{~/.viper}.  If you want to change how patterns are highlighted, you
1192 will have to change @code{viper-search-face} to your liking.  The easiest
1193 way to do this is to use Emacs customization widget, which is accessible
1194 from the menubar.  Viper customization group is located under the
1195 @emph{Emulations} customization group, which in turn is under the
1196 @emph{Editing} group.  All Viper faces are grouped together under Viper's
1197 @emph{Highlighting} group.
1199 Try it: it is really simple!
1201 @node Abbreviation Facilities,Movement and Markers,Improved Search,Improvements over Vi
1202 @section Abbreviation Facilities
1204 @cindex abbrevs
1206 It is possible in Emacs to define abbrevs based on the contents of the
1207 buffer.
1208 Sophisticated templates can be defined using the Emacs abbreviation
1209 facilities.  @xref{Abbrevs,,Abbreviations,emacs,The GNU Emacs Manual}, for
1210 details.
1212 @cindex dynamic abbrevs
1214 Emacs also provides Dynamic Abbreviations.  Given a partial word, Emacs
1215 will search the buffer to find an extension for this word.  For instance,
1216 one can type @samp{Abbreviations} by typing @samp{A}, followed by a keystroke
1217 that completed the @samp{A} to @samp{Abbreviations}.  Repeated typing
1218 will search further back in the buffer, so that one could get
1219 @samp{Abbrevs} by repeating the
1220 keystroke, which appears earlier in the text.  Emacs binds this to
1221 @kbd{@key{ESC} /}, so you will have to find a key and bind the function
1222 @code{dabbrev-expand} to that key.
1223 Facilities like this make Vi's @kbd{:ab} command obsolete.
1225 @node Movement and Markers, New Commands, Abbreviation Facilities, Improvements over Vi
1226 @section Movement and Markers
1228 @cindex Ex style motion
1229 @cindex line editor motion
1231 Viper can be set free from the line--limited movements in Vi, such as @kbd{l}
1232 refusing to move beyond the line, @key{ESC} moving one character back,
1233 etc.  These derive from Ex, which is a line editor.  If your @file{.viper}
1234 contains
1236 @example
1237 @code{(setq viper-ex-style-motion nil)}
1238 @end example
1240 @noindent
1241 the motion will be a true screen editor motion.  One thing you must then
1242 watch out for is that it is possible to be on the end-of-line character.
1243 The keys @kbd{x} and @kbd{%} will still work correctly, i.e., as if they
1244 were on the last character.
1246 @vindex @code{viper-syntax-preference}
1247 @cindex syntax table
1249 The word-movement commands @kbd{w}, @kbd{e}, etc., and the associated
1250 deletion/yanking commands, @kbd{dw}, @kbd{yw}, etc., can be made to
1251 understand Emacs syntax tables.  If the variable
1252 @code{viper-syntax-preference} is set to @code{strict-vi} then
1253 the meaning of @emph{word} is the same as in
1254 Vi.  However, if the value is @code{reformed-vi} (the default) then the
1255 alphanumeric symbols will be those specified by the current Emacs syntax
1256 table (which may be different for different major modes) plus the
1257 underscore symbol @kbd{_}, minus some non-word symbols, like '.;,|, etc.
1258 Both @code{strict-vi} and @code{reformed-vi} work close to Vi in
1259 traditional cases, but @code{reformed-vi} does a better job when editing
1260 text in non-Latin alphabets.
1262 The user can also specify the value @code{emacs}, which would
1263 make Viper use exactly the Emacs notion of word.  In particular, the
1264 underscore may not be part of a word.  Finally, if
1265 @code{viper-syntax-preference} is set to @code{extended}, Viper words would
1266 consist of characters that are classified as alphanumeric @emph{or} as
1267 parts of symbols.  This is convenient for writing programs and in many other
1268 situations.
1270 @code{viper-syntax-preference} is a local variable, so it can have different
1271 values for different major modes.  For instance, in programming modes it can
1272 have the value @code{extended}.  In text modes where words contain special
1273 characters, such as European (non-English) letters, Cyrillic letters, etc.,
1274 the value can be @code{reformed-vi} or @code{emacs}.
1276 Changes to @code{viper-syntax-preference} should be done in the hooks to
1277 various major modes by executing @code{viper-set-syntax-preference} as in
1278 the following example:
1280 @example
1281 (viper-set-syntax-preference nil "emacs")
1282 @end example
1284 @findex @code{viper-set-syntax-preference}
1286 The above discussion of the meaning of Viper's words concerns only Viper's
1287 movement commands.  In regular expressions, words remain the same as in
1288 Emacs.  That is, the expressions @code{\w}, @code{\>}, @code{\<}, etc., use
1289 Emacs' idea of what is a word, and they don't look into the value of
1290 variable @code{viper-syntax-preference}.  This is because Viper doesn't change
1291 syntax tables in fear of upsetting the various major modes that set these
1292 tables.
1294 @cindex textmarkers
1296 Textmarkers in Viper remember the file and the position, so that you can
1297 switch files by simply doing @kbd{'a}.  If you set up a regimen for using
1298 Textmarkers, this is very useful.  Contents of textmarkers can be viewed
1299 by @kbd{[marker}.  (Contents of registers can be viewed by @kbd{]register}).
1301 @node New Commands, Useful Packages, Movement and Markers, Improvements over Vi
1302 @section New Commands
1304 These commands have no Vi analogs.
1306 @table @kbd
1307 @item C-x, C-c
1308 @kindex @kbd{C-x}
1309 @kindex @kbd{C-c}
1310 These two keys invoke many important Emacs functions.  For example, if you
1311 hit @kbd{C-x} followed by @kbd{2}, then the current window will be split
1312 into 2.  Except for novice users, @kbd{C-c} is also set to execute an Emacs
1313 command from the current major mode.  @key{ESC} will do the same, if you
1314 configure @key{ESC} as Meta by setting @code{viper-no-multiple-ESC} to nil
1315 in @file{.viper}.  @xref{Customization}.  @kbd{C-\} in Insert, Replace, or Vi
1316 states will make Emacs think @kbd{Meta} has been hit.@refill
1317 @item \
1318 @kindex @kbd{\}
1319 Escape to Emacs to execute a single Emacs command.  For instance,
1320 @kbd{\ @key{ESC}} will act like a Meta key.
1321 @item Q
1322 @kindex @kbd{Q}
1323 @cindex query replace
1324 @kbd{Q} is for query replace.  By default,
1325 each string to be replaced is treated as a regular expression.  You can use
1326 @code{(setq viper-re-query-replace nil)} in your @file{.emacs} file to
1327 turn this off.  (For normal searches, @kbd{:se nomagic} will work.  Note
1328 that @kbd{:se nomagic} turns Regexps off completely, unlike Vi).
1329 @item v
1330 @itemx V
1331 @itemx C-v
1332 @kindex @kbd{v}
1333 @kindex @kbd{V}
1334 @kindex @kbd{C-v}
1335 These keys are used to visit files.  @kbd{v} will switch to a buffer
1336 visiting file whose name can be entered in the Minibuffer.  @kbd{V} is
1337 similar, but will use a window different from the current window.
1338 @kbd{C-v} is like @kbd{V}, except that a new frame (X window) will be used
1339 instead of a new Emacs window.
1340 @item #
1341 @kindex @kbd{#}
1342 If followed by a certain character @var{ch}, it becomes an operator whose
1343 argument is the region determined by the motion command that follows
1344 (indicated as <move>).
1345 Currently, @var{ch} can be one of @kbd{c}, @kbd{C}, @kbd{g}, @kbd{q}, and
1346 @kbd{s}.  For instance, @kbd{#qr} will prompt you for a string and then
1347 prepend this string to each line in the buffer.@refill
1348 @item # c
1349 @kindex @kbd{#c<move>}
1350 @cindex changing case
1351 Change upper-case characters in the region to lower-case
1352 (@code{downcase-region}).
1353 Emacs command @kbd{M-l} does the same for words.
1354 @item # C
1355 @kindex @kbd{#C<move>}
1356 Change lower-case characters in the region to upper-case.  For instance,
1357 @kbd{# C 3 w} will capitalize 3 words from the current point
1358 (@code{upcase-region}).
1359 Emacs command @kbd{M-u} does the same for words.
1360 @item # g
1361 @kindex @kbd{#g<move>}
1362 Execute last keyboard macro for each line in the region
1363 (@code{viper-global-execute}).@refill
1364 @item # q
1365 @kindex @kbd{#q<move>}
1366 Insert specified string at the beginning of each line in the region
1367 (@code{viper-quote-region}).  The default string is composed of the comment
1368 character(s) appropriate for the current major mode.
1369 @item # s
1370 @kindex @kbd{#s<move>}
1371 Check spelling of words in the region (@code{spell-region}).
1372 The function used for spelling is determined from the variable
1373 @code{viper-spell-function}.
1374 @vindex @code{viper-spell-function}
1375 @item *
1376 @kindex @kbd{*}
1377 Call last keyboard macro.
1378 @item m .
1379 Set mark at point and push old mark off the ring
1380 @item m<
1381 @item m>
1382 Set mark at beginning and end of buffer, respectively.
1383 @item m,
1384 Jump to mark and pop mark off the ring.  @xref{Mark,,Mark,emacs,The GNU
1385 Emacs Manual}, for more info.
1386 @item ] register
1387 @kindex @kbd{]<a-z>}
1388 View contents of register
1389 @item [ textmarker
1390 @kindex @kbd{[<a-z>}
1391 View filename and position of textmarker
1392 @item @@#
1393 @item @@register
1394 @item @@!
1395 @kindex @kbd{@@#}
1396 @kindex @kbd{@@<a-z>}
1397 @kindex @kbd{@@!}
1398 @cindex keyboard macros
1399 @cindex register execution
1401 Begin/end keyboard macro.  @@register has a different meaning when used after
1402 a @kbd{@@#}.  @xref{Macros and Registers}, for details
1403 @item []
1404 @kindex @kbd{[]}
1405 Go to end of heading.
1406 @item g <@emph{movement command}>
1407 Search buffer for text delimited by movement command.  The canonical
1408 example is @kbd{gw} to search for the word under the cursor.
1409 @xref{Improved Search}, for details.@refill
1410 @item C-g and C-]
1411 @kindex @kbd{C-g}
1412 @kindex @kbd{C-]}
1413 Quit and Abort Recursive edit.  These may be necessary on occasion.
1414 @xref{Vi State}, for a reason.
1415 @item C-c C-g
1416 @kindex @kbd{C-c C-g}
1417 Hitting @kbd{C-c} followed by @kbd{C-g} will display the information on the
1418 current buffer.  This is the same as hitting @kbd{C-g} in Vi, but, as
1419 explained above, @kbd{C-g} is needed for other purposes in Emacs.
1420 @item C-c /
1421 @kindex @kbd{C-c /}
1422 Without a prefix argument, this command toggles
1423 case-sensitive/case-insensitive search modes and plain vanilla/regular
1424 expression search.  With the prefix argument 1, i.e.,
1425 @kbd{1 C-c /}, this toggles case-sensitivity; with the prefix argument 2,
1426 toggles plain vanilla search and search using
1427 regular expressions.  @xref{Viper Specials}, for alternative ways to invoke
1428 this function.
1429 @cindex vanilla search
1430 @cindex case-sensitive search
1431 @cindex case-insensitive search
1433 @item M-p and M-n
1434 @kindex @kbd{M-p}
1435 @kindex @kbd{M-n}
1436 In the Minibuffer, these commands navigate through the minibuffer
1437 histories, such as the history of search strings, Ex commands, etc.
1439 @item C-c M-p and C-c M-n
1440 @kindex @kbd{C-c M-p}
1441 @kindex @kbd{C-c M-n}
1442 @cindex Insertion history
1443 @cindex Insertion ring
1444 @cindex Command history
1445 @cindex Command ring
1447 In Insert or Replace state, these commands let  the user
1448 peruse the history of insertion strings used in previous insert or replace
1449 commands.  Try to hit @kbd{C-c M-p} or @kbd{C-c M-n} repeatedly and see what
1450 happens.  @xref{Viper Specials}, for more.
1452 In Vi state, these commands let the user peruse the history of Vi-style
1453 destructive commands, such as @kbd{dw}, @kbd{J}, @kbd{a}, etc.
1454 By repeatedly typing @kbd{C-c M-p} or @kbd{C-c M-n} you will cycle Viper
1455 through the recent history of Vi commands, displaying the commands one by
1456 one.  Once
1457 an appropriate command is found, it can be executed by typing `@kbd{.}'.
1459 Since typing @kbd{C-c M-p} is tedious, it is more convenient to bind an
1460 appropriate function to a function key on the keyboard and use that key.
1461 @xref{Viper Specials}, for details.
1463 @item Ex commands
1464 @findex  @kbd{:args}
1465 @findex  @kbd{:n}
1466 @findex  @kbd{:pwd}
1467 @findex  @kbd{:pre}
1468 The commands @kbd{:args}, @kbd{:next}, @kbd{:pre} behave
1469 differently.  @kbd{:pwd} exists to get current directory.
1470 The commands @kbd{:b} and @kbd{:B} switch buffers around.  @xref{File and
1471 Buffer Handling}, for details.
1472 There are also the new commands @kbd{:RelatedFile} and
1473 @kbd{PreviousRelatedFile} (which abbreviate to @kbd{R} and @kbd{P},
1474 respectively.  @xref{Viper Specials}, for details.
1475 @findex @kbd{:RelatedFile}
1476 @findex @kbd{:PreviousRelatedFile}
1477 @end table
1479 Apart from the new commands, many old commands have been enhanced.  Most
1480 notably, Vi style macros are much more powerful in Viper than in Vi.  @xref{Vi
1481 Macros}, for details.
1483 @node Useful Packages, ,New Commands, Improvements over Vi
1484 @section Useful Packages
1486 Some Emacs packages are mentioned here as an aid to the new Viper user, to
1487 indicate what Viper is capable of.
1488 A vast number comes with the standard Emacs distribution, and many more exist
1489 on the net and on the archives.
1491 This manual also mentions some Emacs features a new user
1492 should know about.  The details of these are found in the GNU Emacs
1493 Manual.
1495 The features first.  For details, look up the Emacs Manual.
1497 @table @samp
1498 @item Make
1499 @cindex make
1500 @cindex compiling
1502 Makes and Compiles can be done from the editor.  Error messages will be
1503 parsed and you can move to the error lines.
1504 @item Shell
1505 @cindex shell
1506 @cindex interactive shell
1507 You can talk to Shells from inside the editor.  Your entire shell session
1508 can be treated as a file.
1509 @item Mail
1510 @cindex email
1511 @cindex mail
1512 Mail can be read from and sent within the editor.  Several sophisticated
1513 packages exist.
1514 @item Language Sensitive Editing
1515 Editing modes are written for most computer languages in existence.  By
1516 controlling indentation, they catch punctuation errors.
1517 @end table
1519 The packages, below, represents a drop in the sea of special-purpose
1520 packages that come with standard distribution of Emacs.
1522 @table @samp
1523 @item Transparent FTP
1524 @cindex transparent ftp
1525 @pindex ange-ftp.el
1526 @code{ange-ftp.el} can ftp from the editor to files on other machines
1527 transparent to the user.
1528 @item RCS Interfaces
1529 @cindex version maintenance
1530 @cindex RCS
1531 @pindex vc.el
1532 @code{vc.el} for doing RCS commands from inside the editor
1533 @item Directory Editor
1534 @cindex dired
1535 @pindex dired.el
1536 @code{dired.el} for editing contents of directories and for navigating in
1537 the file system.
1538 @item Syntactic Highlighting
1539 @cindex font-lock
1540 @pindex font-lock.el
1541 @code{font-lock.el} for automatic highlighting various parts of a buffer
1542 using different fonts and colors.
1543 @item Saving Emacs Configuration
1544 @cindex desktop
1545 @pindex desktop.el
1546 @code{desktop.el} for saving/restoring configuration on Emacs exit/startup.
1547 @item Spell Checker
1548 @cindex ispell
1549 @pindex ispell.el
1550 @code{ispell.el} for spell checking the buffer, words, regions, etc.
1551 @item File and Buffer Comparison
1552 @cindex ediff
1553 @pindex ediff.el
1554 @code{ediff.el} for finding differences between files and for applying
1555 patches.
1556 @end table
1558 @noindent
1559 Emacs Lisp archives exist on
1560 @samp{archive.cis.ohio-state.edu}
1561 and @samp{wuarchive.wustl.edu}@refill
1564 @node Customization,Commands,Improvements over Vi,Top
1565 @chapter Customization
1567 @cindex customization
1569 Customization can be done in 2 ways.
1571 @itemize @bullet
1572 @item
1573 @cindex initialization
1574 @cindex .viper
1575 Elisp code in a @file{.viper} file in your home directory.  Viper
1576 loads @file{.viper} just before it does the binding for mode
1577 hooks.  This is the recommended method.
1578 @item
1579 @cindex .emacs
1580 Elisp code in your @file{.emacs} file before and after the @code{(require
1581 'viper)} line.  This method is not recommended, unless you know what you are
1582 doing.  Only two variables, @code{viper-mode} and
1583 @code{viper-custom-file-name} are supposed to be customized in @file{.emacs},
1584 prior to loading Viper.@refill
1585 @end itemize
1587 @noindent
1588 Most of Viper's behavior can be customized via the interactive Emacs user
1589 interface.  Choose "Customize" from the menubar, click on "Editing", then on
1590 "Emulations".  The customization widget is self-explanatory.  Once you are
1591 satisfied with your changes, save them into a file and then include the
1592 contents of that file in the Viper customization repository, @file{.viper}
1593 (except for @code{viper-mode} and @code{viper-custom-file-name}, which are
1594 supposed to go into @code{.emacs}).
1596 Some advanced customization cannot be accomplished this way, however, and
1597 has to be done in Emacs Lisp.  For the common cases, examples are provided
1598 that you can use directly.
1600 @menu
1601 * Rudimentary Changes::          Simple constant definitions.
1602 * Keybindings::                  Enabling Emacs Keys, Rebinding keys, etc.
1603 * Packages that Change Keymaps:: How to deal with such beasts.
1604 * Viper Specials::               Special Viper commands.
1605 * Vi Macros::                    How to do Vi style macros.
1606 @end menu
1608 @node Rudimentary Changes,Keybindings,Customization,Customization
1609 @section Rudimentary Changes
1611 @cindex setting variables
1612 @cindex variables for customization
1613 @findex @kbd{:set}
1615 An easy way to customize Viper is to change the values of constants used in
1616 Viper.  Here is the list of the constants used in Viper and their default
1617 values.  The corresponding :se command is also indicated.  (The symbols
1618 @code{t} and @code{nil} represent ``true'' and ``false'' in Lisp).
1620 Viper supports both the abbreviated Vi variable names and their full
1621 names.  Variable completion is done on full names only.  @key{TAB} and
1622 @key{SPC} complete
1623 variable names.  Typing `=' will complete the name and then will prompt for
1624 a value, if applicable.  For instance, @kbd{:se au @key{SPC}} will complete the
1625 command to @kbd{:set autoindent}; @kbd{:se ta @key{SPC}} will complete the command
1626 and prompt further like this: @kbd{:set tabstop = }.
1627 However, typing @kbd{:se ts @key{SPC}} will produce a ``No match'' message
1628 because @kbd{ts} is an abbreviation for @kbd{tabstop} and Viper supports
1629 completion on full names only.  However, you can still hit @key{RET}
1630 or @kbd{=}, which will complete the command like this: @kbd{:set ts = } and
1631 Viper will be waiting for you to type a value for the tabstop variable.
1632 To get the full list of Vi variables, type @kbd{:se @key{SPC} @key{TAB}}.
1634 @table @code
1635 @item viper-auto-indent nil
1636 @itemx :se ai (:se autoindent)
1637 @itemx :se ai-g (:se autoindent-global)
1638 If @code{t}, enable auto indentation.
1639 by @key{RET}, @kbd{o} or @kbd{O} command.
1641 @code{viper-auto-indent} is a local variable.  To change the value globally, use
1642 @code{setq-default}.  It may be useful for certain major modes to have their
1643 own values of @code{viper-auto-indent}.  This can be achieved by using
1644 @code{setq} to change the local value of this variable in the hooks to the
1645 appropriate major modes.
1647 @kbd{:se ai} changes the value of @code{viper-auto-indent} in the current
1648 buffer only; @kbd{:se ai-g} does the same globally.
1649 @item viper-electric-mode t
1650 If not @code{nil}, auto-indentation becomes electric, which means that
1651 @key{RET}, @kbd{O}, and @kbd{o} indent cursor according to the current
1652 major mode.  In the future, this variable may control additional electric
1653 features.
1655 This is a local variable: @code{setq} changes the value of this variable
1656 in the current buffer only.  Use @code{setq-default} to change the value in
1657 all buffers.
1658 @item viper-case-fold-search nil
1659 @itemx :se ic (:se ignorecase)
1660 If not @code{nil}, search ignores cases.
1661 This can also be toggled by quickly hitting @kbd{/} twice.
1662 @item viper-re-search nil
1663 @itemx :se magic
1664 If not @code{nil}, search will use regular expressions; if @code{nil} then
1665 use vanilla search.
1666 This behavior can also be toggled by quickly hitting @kbd{/} trice.
1667 @item buffer-read-only
1668 @itemx :se ro (:se readonly)
1669 Set current buffer to read only.  To change globally put
1670 @code{(setq-default buffer-read-only t)} in your @file{.emacs} file.
1671 @item blink-matching-paren t
1672 @itemx :se sm (:se showmatch)
1673 Show matching parens by blinking cursor.
1674 @item tab-width t (default setting via @code{setq-default})
1675 @itemx :se ts=value (:se tabstop=value)
1676 @itemx :se ts-g=value (:se tabstop-global=value)
1677 @code{tab-width} is a local variable that controls the width of the tab stops.
1678 To change the value globally, use @code{setq-default}; for local settings,
1679 use @code{setq}.
1681 The command @kbd{:se ts}
1682 sets the tab width in the current
1683 buffer only; it has no effect on other buffers.
1685 The command @kbd{:se ts-g} sets tab width globally,
1686 for all buffers where the tab is not yet set locally,
1687 including the new buffers.
1689 Note that typing @key{TAB} normally
1690 doesn't insert the tab, since this key is usually bound to
1691 a text-formatting function, @code{indent-for-tab-command} (which facilitates
1692 programming and document writing).  Instead, the tab is inserted via the
1693 command @code{viper-insert-tab}, which is bound to @kbd{S-tab} (shift + tab).
1695 On some non-windowing terminals, Shift doesn't modify the @key{TAB} key, so
1696 @kbd{S-tab} behaves as if it were @key{TAB}.  In such a case, you will have
1697 to bind @code{viper-insert-tab} to some other convenient key.
1699 @item viper-shift-width 8
1700 @itemx :se sw=value  (:se shiftwidth=value)
1701 The number of columns shifted by @kbd{>} and @kbd{<} commands.
1702 @item viper-search-wrap-around t
1703 @itemx :se ws (:se wrapscan)
1704 If not @code{nil}, search wraps around the end/beginning of buffer.
1705 @item viper-search-scroll-threshold 2
1706 If search lands within this many lines of the window top or bottom, the
1707 window will be scrolled up or down by about 1/7-th of its size, to reveal
1708 the context.  If the value is negative---don't scroll.
1709 @item viper-tags-file-name "TAGS"
1710 The name of the file used as the tag table.
1711 @item viper-re-query-replace nil
1712 If not @code{nil}, use reg-exp replace in query replace.
1713 @item viper-want-ctl-h-help nil
1714 If not @code{nil}, @kbd{C-h} is bound to @code{help-command};
1715 otherwise, @kbd{C-h} is bound as usual in Vi.
1716 @item viper-vi-style-in-minibuffer t
1717 If not @code{nil}, Viper provides a high degree of compatibility with Vi
1718 insert mode when you type text in the Minibuffer; if @code{nil}, typing in
1719 the Minibuffer feels like plain Emacs.
1720 @item viper-no-multiple-ESC t
1721 If you set this to @code{nil}, you can use @key{ESC} as Meta in Vi state.
1722 Normally, this is not necessary, since graphical displays have separate
1723 Meta keys (usually on each side of the space bar).  On a dumb terminal, Viper
1724 sets this variable to @code{twice}, which is almost like @code{nil}, except
1725 that double @key{ESC} beeps.  This, too, lets @key{ESC} to be used as a Meta.
1726 @item viper-ESC-keyseq-timeout 200 on tty, 0 on windowing display
1727 Escape key sequences separated by this much delay (in milliseconds) are
1728 interpreted as command, ignoring the special meaning of @key{ESC} in
1729 VI.  The default is suitable for most terminals.  However, if your terminal
1730 is extremely slow, you might want to increase this slightly.  You will know
1731 if your terminal is slow if the @key{ESC} key sequences emitted by the
1732 arrow keys are interpreted as separately typed characters (and thus the
1733 arrow keys won't work).  Making this value too large will slow you down, so
1734 exercise restraint.
1735 @item viper-fast-keyseq-timeout 200
1736 Key sequences separated by this many milliseconds are treated as Vi-style
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.
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.
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.
1755 @item viper-ex-style-motion t
1756 Set this to @code{nil}, if you want @kbd{l,h} to cross
1757 lines, etc.  @xref{Movement and Markers}, for more info.
1758 @item viper-ex-style-editing t
1759 Set this to @code{nil}, if you want
1760 @kbd{C-h} and @key{DEL} to not stop
1761 at the beginning of a line in Insert state, @key{X} and @key{x} to delete
1762 characters across lines in Vi command state, etc.
1763 @item viper-ESC-moves-cursor-back t
1764 It t, cursor moves back 1 character when switching from insert state to vi
1765 state.  If nil, the cursor stays where it was before the switch.
1766 @item viper-always t
1767 @code{t} means: leave it to Viper to decide when a buffer must be brought
1768 up in Vi state,
1769 Insert state, or Emacs state.  This heuristics works well in virtually all
1770 cases.  @code{nil} means you either has to invoke @code{viper-mode} manually
1771 for each buffer (or you can add @code{viper-mode} to the appropriate major mode
1772 hooks using @code{viper-load-hook}).
1774 This option must be set in the file @file{~/.viper}.
1775 @item viper-custom-file-name "~/.viper"
1776 File used for Viper-specific customization.
1777 Change this setting, if you want.  Must be set in @file{.emacs} (not @file{.viper}!)
1778 before Viper is loaded.  Note that you
1779 have to set it as a string inside double quotes.
1780 @item viper-spell-function 'ispell-region
1781 Function used by the command @kbd{#c<move>} to spell.
1782 @item viper-glob-function
1783 The value of this variable is the function symbol used to expand wildcard
1784 symbols. This is platform-dependent. The default tries to set this variable
1785 to work with most Unix shells, MS Windows, OS/2, etc. However, if it
1786 doesn't work the way you expect, you should write your own.
1787 Use @code{viper-glob-unix-files} and @code{viper-glob-mswindows-files} in
1788 @file{viper-util.el} as examples.
1790 This feature is used to expand wildcards in the Ex command @kbd{:e}.
1791 Note that Viper doesn't support wildcards in the @kbd{:r} and @kbd{:w}
1792 commands, because file completion is a better mechanism.
1793 @findex @code{viper-glob-function}
1795 @item ex-cycle-other-window t
1796 If not @code{nil}, @kbd{:n} and @kbd{:b} will cycle through files in another
1797 window, if one exists.
1798 @item ex-cycle-through-non-files nil
1799 @kbd{:n} does not normally cycle through buffers.  Set this to get
1800 buffers also.
1801 @item viper-want-emacs-keys-in-insert
1802 This is set to @code{nil} for user levels 1 and 2 and to @code{t} for user
1803 levels 3 and 4.  Users who specify level 5 are allowed to set this variable
1804 as they please (the default for this level is @code{t}).  If set to
1805 @code{nil}, complete Vi compatibility is provided in Insert state.  This is
1806 really not recommended, as this precludes you from using language-specific
1807 features provided by the major modes.
1808 @item viper-want-emacs-keys-in-vi
1809 This is set to @code{nil} for user
1810 level 1 and to @code{t} for user levels 2--4.
1811 At level 5, users are allowed to set this variable as they please (the
1812 default for this level is @code{t}).
1813 If set to @code{nil}, complete Vi compatibility is provided
1814 in Vi command state.  Setting this to @code{nil} is really a bad idea,
1815 unless you are a novice, as this precludes the use
1816 of language-specific features provided by the major modes.
1817 @item viper-keep-point-on-repeat t
1818 If not @code{nil}, point is not moved when the user repeats the previous
1819 command by typing `.'  This is very useful for doing repeated changes with
1820 the @kbd{.} key.
1821 @item viper-repeat-from-history-key 'f12
1822 Prefix key used to invoke the macros @kbd{f12 1} and @kbd{f12 2} that repeat
1823 the second-last and the third-last destructive command.
1824 Both these macros are bound (as Viper macros) to
1825 @code{viper-repeat-from-history},
1826 which checks the second key by which it is invoked to see which of the
1827 previous commands to invoke.  Viper binds @kbd{f12 1} and @kbd{f12 2} only,
1828 but the user can bind more in @file{~/.viper}.  @xref{Vi Macros}, for how to do
1829 this.
1830 @item viper-keep-point-on-undo nil
1831 If not @code{nil}, Viper tries to not move point when undoing commands.
1832 Instead, it will briefly move the cursor to the place where change has
1833 taken place.  However, if the undone piece of text is not seen in window,
1834 then point will be moved to the place where the change took place.
1835 Set it to @code{t} and see if you like it better.
1836 @item viper-delete-backwards-in-replace nil
1837 If not @code{nil}, @key{DEL} key will delete characters while moving the cursor
1838 backwards.  If @code{nil}, the cursor will move backwards without deleting
1839 anything.
1840 @item viper-replace-overlay-face 'viper-replace-overlay-face
1841 On a graphical display, Viper highlights replacement regions instead of
1842 putting a @samp{$} at the end.  This variable controls the so called
1843 @dfn{face} used to highlight the region.
1845 By default, @code{viper-replace-overlay-face} underlines the replacement on
1846 monochrome displays and also lays a stipple over them.  On color displays,
1847 replacement regions are highlighted with color.
1849 If you know something about Emacs faces and don't like how Viper highlights
1850 replacement regions, you can change @code{viper-replace-overlay-face} by
1851 specifying a new face.  (Emacs faces are described in the Emacs Lisp
1852 reference.)  On a color display, the following customization method is
1853 usually most effective:
1854 @example
1855 (set-face-foreground viper-replace-overlay-face "DarkSlateBlue")
1856 (set-face-background viper-replace-overlay-face "yellow")
1857 @end example
1858 For a complete list of colors available to you, evaluate the expression
1859 @code{(x-defined-colors)}.  (Type it in the buffer @code{*scratch*} and then
1860 hit the @kbd{C-j} key.
1862 @item viper-replace-overlay-cursor-color  "Red"
1863 @vindex @code{viper-replace-overlay-cursor-color}
1864 Cursor color when it is inside the replacement region.
1865 This has effect only on color displays and only when Emacs runs as an X
1866 application.
1867 @item viper-insert-state-cursor-color nil
1868 @vindex @code{viper-insert-state-cursor-color}
1869 If set to a valid color, this will be the cursor color when Viper is in
1870 insert state.
1871 @item viper-replace-region-end-delimiter "$"
1872 A string used to mark the end of replacement regions.  It is used only on
1873 TTYs or if @code{viper-use-replace-region-delimiters} is non-nil.
1874 @item viper-replace-region-start-delimiter  ""
1875 A string used to mark the beginning of replacement regions.  It is used
1876 only on TTYs or if @code{viper-use-replace-region-delimiters} is non-nil.
1877 @item viper-use-replace-region-delimiters
1878 If non-nil, Viper will always use @code{viper-replace-region-end-delimiter} and
1879 @code{viper-replace-region-start-delimiter} to delimit replacement regions,
1880 even on color displays (where this is unnecessary).  By default, this
1881 variable is non-nil only on TTYs or monochrome displays.
1882 @item viper-allow-multiline-replace-regions t
1883 If non-nil, multi-line text replacement regions, such as those produced by
1884 commands @kbd{c55w}, @kbd{3C}, etc., will stay around until the user exits
1885 the replacement mode.  In this variable is set to @code{nil}, Viper will
1886 emulate the standard Vi behavior, which supports only intra-line
1887 replacement regions (and multi-line replacement regions are deleted).
1888 @item viper-toggle-key "\C-z"
1889 Specifies the key used to switch from Emacs to Vi and back.
1890 Must be set in @file{.viper}.  This variable can't be
1891 changed interactively after Viper is loaded.
1893 In Insert state, this key acts as a temporary escape to Vi state, i.e., it
1894 will set Viper up so that the very next command will be executed as if it
1895 were typed in Vi state.
1896 @item viper-ESC-key "\e"
1897 Specifies the key used to escape from Insert/Replace states to Vi.
1898 Must be set in @file{.viper}.  This variable cannot be
1899 changed interactively after Viper is loaded.
1900 @item viper-buffer-search-char nil
1901 Key used for buffer search.  @xref{Viper Specials}, for details.
1902 @item viper-surrounding-word-function 'viper-surrounding-word
1903 The value of this variable is a function name that is used to determine
1904 what constitutes a word clicked upon by the mouse.  This is used by mouse
1905 search and insert.
1906 @item viper-search-face 'viper-search-face
1907 Variable that controls how search patterns are highlighted when they are
1908 found.
1909 @item viper-vi-state-hook nil
1910 List of parameterless functions to be run just after entering the Vi
1911 command state.
1912 @item viper-insert-state-hook nil
1913 Same for Insert state.  This hook is also run after entering Replace state.
1914 @item viper-replace-state-hook  nil
1915 List of (parameterless) functions called just after entering Replace state
1916 (and after all @code{viper-insert-state-hook}).
1917 @item viper-emacs-state-hook nil
1918 List of (parameterless) functions called just after switching from Vi state
1919 to Emacs state.
1920 @item viper-load-hook nil
1921 List of (parameterless) functions called just after loading Viper.  This is
1922 the last chance to do customization before Viper is up and running.
1923 @end table
1924 @noindent
1925 You can reset some of these constants in Viper with the Ex command @kbd{:set}
1926 (when so indicated in the table).  Or you
1927 can include a line like this in your @file{.viper} file:
1928 @example
1929 (setq viper-case-fold-search t)
1930 @end example
1931 @vindex @code{viper-auto-indent}
1932 @vindex @code{viper-electric-mode}
1933 @vindex @code{viper-case-fold-search}
1934 @vindex @code{viper-re-search}
1935 @vindex @code{viper-shift-width}
1936 @vindex @code{buffer-read-only}
1937 @vindex @code{viper-search-wrap-around}
1938 @vindex @code{viper-search-scroll-threshold}
1939 @vindex @code{viper-search-face}
1940 @vindex @code{viper-tags-file-name}
1941 @vindex @code{viper-re-query-replace}
1942 @vindex @code{viper-want-ctl-h-help}
1943 @vindex @code{viper-vi-style-in-minibuffer}
1944 @vindex @code{viper-no-multiple-ESC}
1945 @vindex @code{viper-always}
1946 @vindex @code{viper-ESC-keyseq-timeout}
1947 @vindex @code{viper-fast-keyseq-timeout}
1948 @vindex @code{viper-ex-style-motion}
1949 @vindex @code{viper-ex-style-editing}
1950 @vindex @code{viper-ESC-moves-cursor-back}
1951 @vindex @code{viper-custom-file-name}
1952 @vindex @code{viper-spell-function}
1953 @vindex @code{ex-cycle-other-window}
1954 @vindex @code{ex-cycle-through-non-files}
1955 @vindex @code{viper-want-emacs-keys-in-insert}
1956 @vindex @code{viper-want-emacs-keys-in-vi}
1957 @vindex @code{viper-keep-point-on-repeat}
1958 @vindex @code{viper-keep-point-on-undo}
1959 @vindex @code{viper-delete-backwards-in-replace}
1960 @vindex @code{viper-replace-overlay-face}
1961 @vindex @code{viper-replace-region-end-symbol}
1962 @vindex @code{viper-replace-region-start-symbol}
1963 @vindex @code{viper-allow-multiline-replace-regions}
1964 @vindex @code{viper-toggle-key}
1965 @vindex @code{viper-ESC-key}
1966 @vindex @code{viper-buffer-search-char}
1967 @vindex @code{viper-surrounding-word-function}
1968 @vindex @code{viper-vi-state-hook}
1969 @vindex @code{viper-insert-state-hook}
1970 @vindex @code{viper-replace-state-hook}
1971 @vindex @code{viper-emacs-state-hook}
1973 @node Keybindings, Packages that Change Keymaps, Rudimentary Changes,Customization
1974 @section Keybindings
1976 @cindex keybindings
1977 @cindex keymaps
1979 Viper lets you define hot keys, i.e., you can associate keyboard keys
1980 such as F1, Help, PgDn, etc., with Emacs Lisp functions (that may already
1981 exist or that you will write).  Each key has a "preferred form" in
1982 Emacs.  For instance, the Up key's preferred form is [up], the Help key's
1983 preferred form is [help], and the Undo key has the preferred form [f14].
1984 You can find out the preferred form of a key by typing @kbd{M-x
1985 describe-key-briefly} and then typing the key you want to know about.
1987 Under the X Window System, every keyboard key emits its preferred form,
1988 so you can just type
1990 @lisp
1991 (global-set-key [f11] 'calendar)                        ; L1, Stop
1992 (global-set-key [f14] 'undo)                            ; L4, Undo
1993 @end lisp
1995 @noindent
1996 to bind L1 so it will invoke the Emacs Calendar and to bind L4 so it will
1997 undo changes.
1998 However, on a dumb terminal or in an Xterm window, even the standard arrow
1999 keys may
2000 not emit the right signals for Emacs to understand.  To let Emacs know about
2001 those keys, you will have to find out which key sequences they emit
2002 by typing @kbd{C-q} and then the key (you should switch to Emacs state
2003 first).  Then you can bind those sequences to their preferred forms using
2004 @code{function-key-map} as follows:
2006 @lisp
2007 (cond ((string= (getenv "TERM") "xterm")
2008 (define-key function-key-map "\e[192z" [f11])    ; L1
2009 (define-key function-key-map "\e[195z" [f14])    ; L4, Undo
2010 @end lisp
2012 The above illustrates how to do this for Xterm.  On VT100, you would have to
2013 replace "xterm" with "vt100" and also change the key sequences (the same
2014 key may emit different sequences on different types of terminals).
2016 The above keys are global, so they are overwritten by the local maps
2017 defined by the major modes and by Viper itself.  Therefore, if you wish to
2018 change a binding set by a major mode or by Viper, read this.
2020 Viper users who wish to specify their own key bindings should be concerned
2021 only with the following three keymaps:
2022 @code{viper-vi-global-user-map} for Vi state commands,
2023 @code{viper-insert-global-user-map} for Insert state commands,
2024 and @code{viper-emacs-global-user-map} for Emacs state commands (note:
2025 customized bindings for Emacs state made to @code{viper-emacs-global-user-map}
2026 are @emph{not} inherited by Insert state).
2028 For more information on Viper keymaps, see the header of the file
2029 @file{viper.el}.
2030 If you wish to change a Viper binding, you can use the
2031 @code{define-key} command, to modify @code{viper-vi-global-user-map},
2032 @code{viper-insert-global-user-map}, and @code{viper-emacs-global-user-map}, as
2033 explained below.  Each of these key maps affects the corresponding Viper state.
2034 The keymap @code{viper-insert-global-user-map} also affects Viper's Replace
2035 state. 
2037 @noindent
2038 If you want to
2039 bind a key, say @kbd{C-v}, to the function that scrolls
2040 page down and to make @kbd{0} display information on the current buffer,
2041 putting this in @file{.viper} will do the trick in Vi state:
2042 @example
2043 (define-key viper-vi-global-user-map "\C-v" 'scroll-down)
2044 @end example
2045 @noindent
2046 To set a key globally,
2047 @example
2048 (define-key viper-emacs-global-user-map "\C-c m" 'smail)
2049 (define-key viper-vi-global-user-map "0" 'viper-info-on-file)
2050 @end example
2051 @noindent
2052 Note, however, that this binding may be overwritten by other keymaps, since
2053 the global keymap has the lowest priority.
2054 To make sure that nothing will override a binding in Emacs state, you
2055 can write this:
2056 @example
2057 (define-key viper-emacs-global-user-map "\C-c m" 'smail)
2058 @end example
2059 @noindent
2060 To customize the binding for @kbd{C-h} in Insert state:
2061 @example
2062 (define-key viper-insert-global-user-map "\C-h" 'my-del-backwards-function)
2063 @end example
2064 @noindent
2066 Each Emacs command key calls some lisp function.  If you have enabled the
2067 Help, (@pxref{Rudimentary Changes}) @kbd{C-h k} will show you the function
2068 for each specific key; @kbd{C-h b} will show all bindings, and @kbd{C-h m}
2069 will provide information on the major mode in effect.  If Help is not
2070 enabled, you can still get help in Vi state by prefixing the above commands
2071 with @kbd{\}, e.g., @kbd{\ C-h k} (or you can use the Help menu in the
2072 menu bar, if Emacs runs under X).
2074 Viper users can also change bindings on a per major mode basis.  As with
2075 global bindings, this can be done separately for each of the three main Viper
2076 states.  To this end, Viper provides the function
2077 @code{viper-modify-major-mode}.
2078 @findex @code{viper-modify-major-mode}
2080 To modify keys in Emacs state for @code{my-favorite-major-mode}, the user
2081 needs to create a sparse keymap, say, @code{my-fancy-map}, bind whatever
2082 keys necessary in that keymap, and put
2084 @example
2085 (viper-modify-major-mode 'dired-mode 'emacs-state my-fancy-map)
2086 @end example
2088 @noindent
2089 in @file{~/.viper}.  To do the same in Vi and Insert states, you should use
2090 @code{vi-state} and @code{insert-state}.  Changes in Insert state are also
2091 in effect in Replace state.  For instance, suppose that the user wants to
2092 use @kbd{dd} in Vi state under Dired mode to delete files, @kbd{u} to unmark
2093 files, etc.  The following code in @file{~/.viper} will then do the job:
2095 @example
2096 (setq my-dired-modifier-map (make-sparse-keymap))
2097 (define-key my-dired-modifier-map "dd" 'dired-flag-file-deletion)
2098 (define-key my-dired-modifier-map "u" 'dired-unmark)
2099 (viper-modify-major-mode 'dired-mode 'vi-state my-dired-modifier-map)
2100 @end example
2102 A Vi purist may want to modify Emacs state under Dired mode so that
2103 @kbd{k}, @kbd{l}, etc., will move around in directory buffers, as in
2104 Vi.  Although this is not recommended, as these keys are bound to useful
2105 Dired functions, the trick can be accomplished via the following code:
2107 @example
2108 (setq my-dired-vi-purist-map (make-sparse-keymap))
2109 (define-key my-dired-vi-purist-map "k" 'viper-previous-line)
2110 (define-key my-dired-vi-purist-map "l" 'viper-forward-char)
2111 (viper-modify-major-mode 'dired-mode 'emacs-state my-dired-vi-purist-map)
2112 @end example
2114 Yet another way to customize key bindings in a major mode is to edit the
2115 list @code{viper-major-mode-modifier-list} using the customization widget.
2116 @vindex @code{viper-major-mode-modifier-list}
2117 (This variable is in the Viper-misc customization group.)
2118 The elements of this list are triples of the form: (major-mode viper-state
2119 keymap), where the keymap contains bindings that are supposed to be active
2120 in the given major mode and the given viper-state.
2122 Effects similar to key binding changes can be achieved by defining Vi
2123 keyboard macros using the Ex commands @kbd{:map} and @kbd{:map!}.  The
2124 difference is that multi-key Vi macros do not override the keys they are
2125 bound to, unless these keys are typed in quick succession.  So, with macros,
2126 one can use the normal keys alongside with the macros.  If per-mode
2127 modifications are needed, the user can try both ways and see which one is
2128 more convenient.
2129 @findex @kbd{:map}
2130 @xref{Vi Macros}, for details.
2132 Note: in major modes that come up in @emph{Emacs state} by default, the
2133 aforesaid modifications may not take place immediately (but only after the
2134 buffer switches to some other Viper state and then back to Emacs state).  To
2135 avoid this, one should add @code{viper-change-state-to-emacs} to an
2136 appropriate hook of that major mode.  (Check the function
2137 @code{viper-set-hooks} in @file{viper.el} for examples.)  However, if you
2138 have set @code{viper-always} to @code{t}, chances are that you won't need to
2139 perform the above procedure, because Viper will take care of most useful
2140 defaults.
2143 Finally, Viper has a facility that lets the user define per-buffer
2144 bindings, i.e., bindings that are in effect in some specific buffers
2145 only.  Unlike per-mode bindings described above, per-buffer bindings can be
2146 defined based on considerations other than the major mode.  This is done
2147 via the function @code{viper-add-local-keys}, which lets one specify bindings
2148 that should be in effect in the current buffer only and for a specific Viper
2149 state.  For instance,
2150 @lisp
2151 (viper-add-local-keys 'vi-state '(("ZZ" .@: TeX-command-master)
2152                                  ("ZQ" .@: viper-save-kill-buffer)))
2153 @end lisp
2154 @noindent
2155 redefines @kbd{ZZ} to invoke @code{TeX-command-master} in @code{vi-state}
2156 and @kbd{ZQ} to save-then-kill the current buffer.  These bindings take
2157 effect only in the buffer where this command is executed.  The typical use
2158 of this function is to execute the above expression from within a function
2159 that is included in a hook to some major mode.  For instance, the above
2160 expression
2161 could be called from a function, @code{my-tex-init}, which may be added to
2162 @code{tex-mode-hook} as follows:
2163 @lisp
2164 (add-hook 'tex-mode-hook 'my-tex-init)
2165 @end lisp
2166 @noindent
2167 When TeX mode starts, the hook is executed and the above Lisp expression is
2168 evaluated.  Then, the bindings for @kbd{ZZ} and @kbd{ZQ} are changed in Vi
2169 command mode for all buffers in TeX mode.
2171 Another useful application is to bind @kbd{ZZ} to @code{send-mail}
2172 in the Mail mode buffers (the specifics of this depend on which mail
2173 package you are using, @code{rmail}, @code{mh-e}, @code{vm}, etc.
2174 For instance, here is how to do this for @code{mh-e}, the Emacs interface
2175 to MH:
2176 @lisp
2177 (defun mh-add-vi-keys ()
2178   "Set up ZZ for MH-e and XMH."
2179   (viper-add-local-keys 'vi-state '(("ZZ" .@: mh-send-letter))))
2180 (add-hook 'mh-letter-mode-hook 'mh-add-vi-keys)
2181 @end lisp
2183 You can also use @code{viper-add-local-keys} to set per buffer
2184 bindings in Insert state and Emacs state by passing as a parameter the
2185 symbols @code{insert-state} and @code{emacs-state}, respectively.
2186 As with global bindings, customized local bindings done to Emacs state
2187 are not inherited by Insert state.
2189 On rare occasions, local keys may be added by mistake.  Usually this is done
2190 indirectly, by invoking a major mode that adds local keys (e.g.,
2191 @code{shell-mode} redefines @key{RET}).  In such a case, exiting the wrong
2192 major mode won't rid you from unwanted local keys, since these keys are
2193 local to Viper state and the current buffer, not to the major mode.
2194 In such situations, the remedy is to type @kbd{M-x viper-zap-local-keys}.
2196 So much about Viper-specific bindings.
2197 @xref{Customization,,Customization,emacs,The GNU Emacs
2198 Manual}, and the Emacs quick reference card for the general info on key
2199 bindings in Emacs.
2201 @vindex @code{function-key-map}
2202 @vindex @code{viper-vi-global-user-map}
2203 @vindex @code{viper-insert-global-user-map}
2204 @vindex @code{viper-emacs-global-user-map}
2205 @findex @code{viper-add-local-keys}
2206 @findex @code{viper-zap-local-keys}
2208 @node Packages that Change Keymaps,Viper Specials,Keybindings,Customization
2209 @subsection Packages that Change Keymaps
2210 @cindex C-c and Viper
2211 @cindex Viper and C-c
2213 Viper is designed to coexist with all major and minor modes of Emacs.  This
2214 means that bindings set by those modes are generally available with Viper
2215 (unless you explicitly prohibit them by setting
2216 @code{viper-want-emacs-keys-in-vi} and @code{viper-want-emacs-keys-in-insert} to
2217 @code{nil}).
2218 If @code{viper-always} is set to @code{t}, Viper will try to bring each buffer
2219 in the Viper state that is most appropriate for that buffer.
2220 Usually, this would be the Vi state, but sometimes it could be the Insert
2221 state or the Emacs state.
2223 Some major mode bindings will necessarily be overwritten by Viper.  Indeed, in
2224 Vi state, most of the 1-character keys are used for Vi-style editing.  This
2225 usually causes no problems because most packages designed for editing files
2226 typically do not bind such keys.  Instead, they use key sequences that start
2227 with @kbd{C-x} and @kbd{C-c}.  This is why it was so important for us to
2228 free up @kbd{C-x} and @kbd{C-c}.
2229 It is common for language-specific major modes to bind @key{TAB} and
2230 @kbd{C-j} (the line feed) keys to various formatting functions.  This is
2231 extremely useful, but may require some getting used to for a Vi user.  If you
2232 decide that this feature is not for you, you can re-bind these keys as
2233 explained earlier (@pxref{Customization}).
2235 Binding for @key{TAB} is one of the most unusual aspects of Viper for many
2236 novice users.  In Emacs, @key{TAB} is used to format text and programs, and
2237 is extremely useful.  For instance, hitting @key{TAB} causes the current
2238 line to be re-indented in accordance with the context.  In programming,
2239 this is very important, since improper automatic indentation would
2240 immediately alert the programmer to a possible error.  For instance, if a
2241 @kbd{)} or a @kbd{"} is missing somewhere above the current
2242 line, @key{TAB} is likely to mis-indent the line.
2244 For this reason, Viper doesn't change the standard Emacs binding of
2245 @key{TAB}, thereby sacrificing Vi compatibility
2246 (except for users at level 1).  Instead, in Viper, the key
2247 @kbd{S-tab} (shift+ tab) is chosen to emulate Vi's @key{TAB}.
2249 We should note that on some non-windowing terminals, Shift doesn't modify
2250 the @key{TAB} key, so @kbd{S-tab} behaves as if it were @key{TAB}.  In such
2251 a case, you will have to bind @code{viper-insert-tab} to some other
2252 convenient key.
2254 Some packages, notably Dired, Gnus, Info, etc., attach special meaning to
2255 common keys like @key{SPC}, @kbd{x}, @kbd{d}, @kbd{v}, and others.  This
2256 means that Vi command state is inappropriate for working with these
2257 packages.  Fortunately, these modes operate on read-only buffers and are
2258 designed not for editing files, but for special-purpose browsing, reading
2259 news, mail, etc., and Vi commands are meaningless in these situations.  For
2260 this reason, Viper doesn't force Vi state on such major modes---it
2261 brings them in Emacs state.  You can switch to Vi state by typing @kbd{C-z}
2262 if, for instance, you want to do Vi-style search in a buffer (although,
2263 usually, incremental search, which is bound to @kbd{C-s}, is sufficient in
2264 these situations).  But you should then switch back to Emacs state if you
2265 plan to continue using these major modes productively.  You can also switch
2266 to Vi temporarily, to execute just one command.  This is done by typing
2267 @kbd{C-c \}.  (In some of these modes, @kbd{/} and @kbd{:} are bound
2268 Vi-style, unless these keys perform essential duties.)
2270 If you would like certain major modes to come up in Emacs state rather than
2271 Vi state (but Viper thinks otherwise), you should put these major modes
2272 on the @code{viper-emacs-state-mode-list} list and delete them from
2273 @code{viper-vi-state-mode-list}.
2274 Likewise, you can force Viper's Insert state on a major mode by putting it
2275 in @code{viper-insert-state-mode-list}.
2276 @vindex @code{viper-emacs-state-mode-list}
2277 @vindex @code{viper-insert-state-mode-list}
2278 @vindex @code{viper-vi-state-mode-list}
2280 It is also possible to impose Vi on some major modes, even though they may
2281 bind common keys to specialized commands.  This might make sense for modes
2282 that bind only a small number of common keys.  For instance, Viper subverts
2283 the Shell mode by changing the bindings for @kbd{C-m} and @kbd{C-d} using
2284 @code{viper-add-local-keys} described in section on customization
2285 (@pxref{Customization}).
2287 In some cases, some @emph{minor} modes might override certain essential
2288 bindings in Vi command state.  This is not a big priblem because this
2289 can happen only in the beginning, when the minor mode kicks in.  Typing
2290 @code{M-x viper-mode} will correct the situation.  Viper knows about
2291 several such minor modes and takes care of them, so the above trick
2292 is usually not necessary.  If you find that some minor mode, e.g.,
2293 @code{nasty-mode.el} interferes with Viper, putting the following in
2294 @file{.viper} should fix the problem:
2295 @lisp
2296 (viper-harness-minor-mode "nasty-mode")
2297 @end lisp
2298 @noindent
2299 The argument to @code{viper-harness-minor-mode} is the name of the file for the
2300 offending minor mode with the suffixes @file{.el} and @file{.elc} removed.
2302 It may not be always obvious which minor mode is at fault.  The only
2303 guidance here is to look into the file that defines the minor mode you are
2304 suspecting, say @code{nasty-mode.el}, and see if it has a variable called
2305 @code{nasty-mode-map}.  Then check if there is a statement of the form
2306 @lisp
2307 (define-key nasty-mode-map key function)
2308 @end lisp
2309 @noindent
2310 that binds the misbehaving
2311 keys.  If so, use the above line to harness @code{nasty-mode}.  If your
2312 suspicion is wrong, no harm is done if you harness a minor mode that
2313 doesn't need to be harnessed.
2315 @vindex @code{viper-want-emacs-keys-in-vi}
2316 @vindex @code{viper-want-emacs-keys-in-insert}
2317 @vindex @code{viper-always}
2318 @findex @code{viper-set-hooks}
2319 @findex @code{viper-mode}
2320 @findex @code{viper-harness-minor-mode}
2321 @findex @code{remove-hook}
2322 @findex @code{add-hook}
2324 @node Viper Specials,Vi Macros,Packages that Change Keymaps,Customization
2325 @section Viper Specials
2327 Viper extends Vi with a number of useful features.  This includes various
2328 search functions, histories of search strings, Ex commands, insertions, and
2329 Vi's destructive commands.  In addition, Viper supports file name completion
2330 and history, completion of Ex commands and variables, and many other
2331 features.  Some of these features are explained in detail elsewhere in this
2332 document.  Other features are explained here.
2334 @table @code
2335 @item (viper-buffer-search-enable)
2336 @item viper-buffer-search-char nil
2337 Enable buffer search.  Explicit call to @code{viper-buffer-search-enable}
2338 sets @code{viper-buffer-search-char} to @kbd{g}.  Alternatively, the user can
2339 set @code{viper-buffer-search-char} in @file{.viper} to a key sequence
2340 to be used for buffer search.  There is no need to call
2341 @code{viper-buffer-search-enable} in that case.
2342 @findex @code{viper-buffer-search-enable}
2343 @vindex @code{viper-buffer-search-char}
2344 @item viper-toggle-search-style
2345 This function, bound to @kbd{C-c /}, lets one toggle case-sensitive and
2346 case-insensitive search, and also switch between plain vanilla search and
2347 search via regular expressions.  Without the prefix argument, the user is
2348 asked which mode to toggle.  With prefix argument 1, this toggles
2349 case-sensitivity.  With prefix argument 2, regular expression/vanilla search
2350 will be toggled.
2352 However, we found that the most convenient way to toggle
2353 these options is to bind a Vi macro to
2354 bind @kbd{//} to toggles case sensitivity and to @kbd{///} to toggles
2355 vanilla search.  Thus, quickly hitting @kbd{/} twice will switch Viper from
2356 case sensitive search to case-insensitive.  Repeating this once again will
2357 restore the original state.  Likewise, quickly hitting @kbd{/} three times
2358 will switch you from vanilla-style search to search via regular expressions.
2359 If you hit something other than @kbd{/} after the first @kbd{/} or if the
2360 second @kbd{/} doesn't follow quickly enough, then Viper will issue the
2361 usual prompt @kbd{/} and will wait for input, as usual in Vi.
2362 If you don't like this behavior, you can ``unrecord'' these macros in your
2363 @file{~/.viper} file.  For instance, if you don't like the above feature, put
2364 this in @file{~/.viper}:
2365 @example
2366 (viper-set-searchstyle-toggling-macros 'undefine)
2367 @end example
2368 @findex @code{viper-set-searchstyle-toggling-macros}
2370 @item Vi-isms in Emacs state
2371 Some people find it useful to use the Vi-style search key, `/', to invoke
2372 search in modes which Viper leaves in emacs-state.  These modes are:
2373 @code{dired-mode}, @code{mh-folder-mode}, @code{gnus-group-mode},
2374 @code{gnus-summary-mode}, @code{Info-mode}, and @code{Buffer-menu-mode}
2375 (more may be added in the future).  So, in the above modes, Viper binds `/'
2376 so that it will behave Vi-style.  Furthermore, in those major modes, Viper
2377 binds `:' to invoke ex-style commands, like in vi-state.  And, as described
2378 above, `//' and `///' get bound to Vi-style macros that toggle
2379 case-insensitivity and regexp-search.
2381 If you don't like these features---which I don't really understand---you
2382 can unbind `/' and `:' in @code{viper-dired-modifier-map} (for Dired) or in
2383 @code{viper-slash-and-colon-map}, for other modes.
2384 @vindex @code{viper-slash-and-colon-map}
2385 @vindex @code{viper-dired-modifier-map}
2387 To unbind the macros `//' and `///' for a major mode where you feel they
2388 are undesirable, execute @code{viper-set-emacs-state-searchstyle-macros} with a
2389 non-nil argument.  This can be done either interactively, by supplying a
2390 prefix argument, or by placing
2391 @example
2392 (viper-set-emacs-state-searchstyle-macros 'undefine)
2393 @end example
2394 @findex @code{viper-set-emacs-state-searchstyle-macros}
2395 in the hook to the major mode (e.g., @code{dired-mode-hook}).
2396 @xref{Vi Macros}, for more information on Vi macros.
2398 @item viper-heading-start
2399 @item viper-heading-end
2400 @cindex headings
2401 @cindex sections
2402 @cindex paragraphs
2403 @cindex sentences
2404 Regular Expressions for @kbd{[[} and @kbd{]]}.  Note that Emacs defines
2405 Regexps for paragraphs and sentences.  @xref{Paragraphs,,Paragraphs and
2406 Sentences,emacs,The GNU Emacs Manual}, for details.
2407 @item M-x viper-set-expert-level
2408 @findex @code{viper-set-expert-level}
2409 Change your user level interactively.
2410 @item viper-smart-suffix-list  '("" "tex" "c" "cc" "el" "p")
2411 @vindex @code{viper-smart-suffix-list}
2412 Viper supports Emacs-style file completion when it prompts the user for a
2413 file name.  However, in many cases, the same directory may contain files
2414 with identical prefix but different suffixes, e.g., prog.c, prog.o,
2415 paper.tex, paper.dvi.  In such cases, completion will stop at the `.'.
2416 If the above variable is a list of strings representing suffixes, Viper will
2417 try these suffixes
2418 in the order listed and will check if the corresponding file exists.
2420 For instance, if completion stopped at `paper.'@: and the user typed
2421 @key{RET},
2422 then Viper will check if the files `paper.', `paper.tex', `paper.c', etc., exist.
2423 It will take the first such file.  If no file exists, Viper will give a chance
2424 to complete the file name by typing the appropriate suffix.  If `paper.'@: was
2425 the intended file name, hitting return will accept it.
2427 To turn this feature off, set the above variable to @code{nil}.
2429 @item viper-insertion-ring-size  14
2430 @vindex @code{viper-insertion-ring-size}
2431 @cindex Insertion ring
2432 Viper remembers what was previously inserted in Insert and Replace states.
2433 Several such recent insertions are kept in a special ring of strings of size
2434 @code{viper-insertion-ring-size}.
2435 If you enter Insert or Replace state you can reinsert strings from this
2436 ring by typing @kbd{C-c M-p} or @kbd{C-c M-n}.  The former will search the
2437 ring in
2438 the direction of older insertions, and the latter will search in
2439 the direction of newer insertions.  Hitting @kbd{C-c M-p} or @kbd{C-c M-n}
2440 in succession
2441 will undo the previous insertion from the ring and insert the next item on
2442 the ring.  If a larger ring size is needed, change the value of the above
2443 variable in the @file{~/.viper} file.
2445 Since typing these sequences of keys may be tedious, it is suggested that the
2446 user should bind a function key, such as @kbd{f31}, as follows:
2447 @example
2448 (define-key viper-insert-global-user-map [f31]
2449             'viper-insert-prev-from-insertion-ring)
2450 @end example
2451 This binds @kbd{f31} (which is usually @kbd{R11} on a Sun workstation)
2452 to the function that inserts the previous string in the insertion history.
2453 To rotate the history in the opposite
2454 direction, you can either bind an unused key to
2455 @code{viper-insert-next-from-insertion-ring} or hit any digit (1 to 9) then
2456 @kbd{f31}.
2458 One should not bind the above functions to @kbd{M-p} or @kbd{M-n}, since
2459 this will interfere with the Minibuffer histories and, possibly, other
2460 major modes.
2462 @item viper-command-ring-size  14
2463 @vindex @code{viper-command-ring-size}
2464 @cindex Destructive command ring
2465 @cindex Destructive command history
2466 Viper keeps track of the recent history of destructive
2467 commands, such as @kbd{dw}, @kbd{i}, etc.
2468 In Vi state,
2469 the most recent command can be re-executed by hitting `@kbd{.}', as in Vi.
2470 However, repeated typing @kbd{C-c M-p} will cause Viper to show the
2471 previous destructive commands in the minibuffer.  Subsequent hitting `@kbd{.}'
2472 will execute the command that was displayed last.
2473 The key @kbd{C-c M-n} will cycle through the command history in the
2474 opposite direction.
2475 Since typing @kbd{C-c M-p} may be tedious, it is more convenient to bind an
2476 appropriate function to an unused function key on the keyboard and use that
2477 key.  For instance, the following
2478 @example
2479 (define-key viper-vi-global-user-map [f31]
2480             'viper-prev-destructive-command)
2481 @end example
2482 binds the key @kbd{f31} (which is usually @kbd{R11} on a Sun workstation)
2483 to the function that searches the command history in the direction of older
2484 commands.  To search in the opposite
2485 direction, you can either bind an unused key to
2486 @code{viper-next-destructive-command} or hit any digit (1 to 9) then @kbd{f31}.
2488 One should not bind the above functions to @kbd{M-p} or @kbd{M-n}, since
2489 this will interfere with the Minibuffer histories and, possibly, other
2490 major modes.
2492 @item viper-minibuffer-vi-face  'viper-minibuffer-vi-face
2493 @item viper-minibuffer-insert-face  'viper-minibuffer-insert-face
2494 @item viper-minibuffer-emacs-face  'viper-minibuffer-emacs-face
2495 These faces control the appearance of the minibuffer text in the
2496 corresponding Viper states.  You can change the appearance of these faces
2497 through Emacs' customization widget, which is accessible through the
2498 menubar.
2500 Viper is located in this widget under the @emph{Emulations} customization
2501 subgroup of the @emph{Editing} group.  All Viper faces are grouped together
2502 in Viper's @emph{Highlighting} customization subgroup.
2504 Note that only the text you type in is affected by the above faces.
2505 Prompts and Minibuffer messages are not affected.
2507 Purists who do not like adornments in the minibuffer can always zap them by
2508 putting
2509 @example
2510 (copy-face 'default 'viper-minibuffer-vi-face)
2511 (copy-face 'default 'viper-minibuffer-insert-face)
2512 (copy-face 'default 'viper-minibuffer-emacs-face)
2513 @end example
2514 in the @file{~/.viper} file or through the customization widget, as
2515 described above.  However, in that case, the user will not have any
2516 indication of the current Viper state in the minibuffer.  (This is important
2517 if the user accidentally switches to another Viper state by typing @key{ESC} or
2518 @kbd{C-z}).
2519 @item M-x viper-go-away
2520 @findex @code{viper-go-away}
2521 Make Viper disappear from the face of your running Emacs instance.  If your
2522 fingers start aching again, @kbd{M-x viper-mode} might save your day.
2523 @item M-x toggle-viper-mode
2524 @findex @code{toggle-viper-mode}
2525 Toggle Viperization of Emacs on and off.
2526 @end table
2528 @cindex Multifile documents and programs
2530 Viper provides some support for multi-file documents and programs.
2531 If a document consists of several files we can designate one of them as a
2532 master and put the following at the end of that file:
2533 @lisp
2534 ;;; Local Variables:
2535 ;;; eval: (viper-setup-master-buffer "file1" "file2" "file3" "file5" "file5")
2536 ;;; End:
2537 @end lisp
2538 @noindent
2539 where @code{file1} to @code{file5} are names of files related to the master
2540 file.  Next time, when the master file is visited, the command
2541 @code{viper-setup-master-buffer} will be evaluated and the above files will
2542 be associated with the master file.  Then, the new Ex command
2543 @kbd{:RelatedFile} (abbr.@: @kbd{:R}) will display files 1 to 5 one after
2544 another, so you can edit them.  If a file is not in any Emacs buffer, it
2545 will be visited.  The command @kbd{PreviousRelatedFile} (abbr., @kbd{:P})
2546 goes through the file list in the opposite direction.
2547 @findex @kbd{:RelatedFile}
2548 @findex @kbd{:PreviousRelatedFile}
2550 These commands are akin to @kbd{:n} and @kbd{:N}, but they allow the user to
2551 focus on relevant files only.
2553 Note that only the master file needs to have the aforementioned block of
2554 commands.  Also, ";;;" above can be replaced by some other
2555 markers.  Semicolon is good for Lisp programs, since it is considered a
2556 comment designator there.  For LaTeX, this could be "%%%", and for C the
2557 above block should be commented out.
2559 Even though these commands are sometimes useful, they are no substitute for
2560 the powerful @emph{tag table} facility of Emacs.  Viper's @kbd{:tag} command
2561 in a primitive interface to Emacs tags.  @xref{Tags,Tags,Tags,emacs,
2562 The Gnu Emacs Manual}, for more information on tags.
2564 The following two commands are normally bound to a mouse click and are part
2565 of Viper.  They work only if Emacs runs as an application under X
2566 Windows (or under some other window system for which a port of GNU Emacs 20
2567 is available).  Clicking the mouse when Emacs is invoked in an Xterm window
2568 (using @code{emacs -nw}) will do no good.
2570 @table @code
2571 @cindex mouse
2572 @cindex mouse-search
2573 @item viper-mouse-search-key  (meta shift 1)
2574 @vindex @code{viper-mouse-insert-key}
2575 This variable controls the @emph{mouse-search} feature of Viper.  The
2576 default value
2577 states that holding Meta and Shift keys while clicking mouse button 1
2578 should initiate search for a region under the mouse pointer (defined
2579 below).  This command can take a prefix argument, which indicates the
2580 occurrence of the pattern to search for.
2582 Note: while loading initially, Viper binds this mouse action only if it is
2583 not already bound to something else.  If you want to use the mouse-search
2584 feature, and the @kbd{Meta-Shift-Mouse-1} mouse action is already bound to
2585 something else, you can rebind the mouse-search feature by setting
2586 @code{viper-mouse-search-key} to something else in your @code{~/.viper}
2587 file:
2588 @lisp
2589 (setq viper-mouse-search-key '(meta 1))
2590 @end lisp
2591 This would bind mouse search to the action invoked by pressing the
2592 Meta key and clicking mouse button 1.  The allowed values of
2593 @code{viper-mouse-search-key} are lists that contain a mouse-button number
2594 (1,2, or 3) and any combination of the words `control', `meta', and
2595 `shift'.
2597 If the requested mouse action (e.g., (meta 1)) is already taken for other
2598 purposes then you have to confirm your intention by placing the following
2599 command in @code{~/.viper} after setting @code{viper-mouse-search-key}:
2600 @lisp
2601 (viper-bind-mouse-search-key 'force)
2602 @end lisp
2604 You can also change this setting interactively, through the customization
2605 widget of Emacs (choose option "Customize.Customize Group" from the
2606 menubar).
2608 The region that is chosen as a pattern to search for is determined as
2609 follows.  If search is invoked via a single click, Viper chooses the region
2610 that lies between the beginning of the ``word'' under the pointer (``word''
2611 is understood in Vi sense) and the end of that word.  The only difference
2612 with Vi's words is that in Lisp major modes `-' is considered an
2613 alphanumeric symbol.  This is done for the convenience of working with Lisp
2614 symbols, which often have an `-' in them.  Also, if you click on a
2615 non-alphanumeric character that is not a word separator (in Vi sense) then
2616 this character will also be considered alphanumeric, provided that it is
2617 adjacent (from either side) to an alphanumeric character.  This useful
2618 feature gives added control over the patterns selected by the mouse click.
2620 On a double-click, the region is determined by the beginning of the current
2621 Vi's ``Word'' (i.e., the largest non-separator chunk of text) and the End
2622 of that ``Word'' (as determined by the @kbd{E} command).
2624 On a triple-click, the region consists of the entire line where the click
2625 occurred with all leading and trailing spaces and tabs removed.
2627 @cindex mouse-insert
2628 @item viper-mouse-insert-key (meta shift 2)
2629 @vindex @code{viper-mouse-insert-key}
2630 This variable controls the @emph{mouse-insert} feature of Viper.
2631 The above default value states that
2632 holding Meta and Shift keys while clicking mouse button 2
2633 should insert the region surrounding the
2634 mouse pointer.  The rules defining this region are the same as for
2635 mouse-search.  This command takes an optional prefix argument, which
2636 indicates how many such regions to snarf from the buffer and insert.  (In
2637 case of a triple-click, the prefix argument is ignored.)
2639 Note: while loading initially, Viper binds this mouse action only if it not
2640 already bound to something else.  If you want to use this feature and the
2641 default mouse action is already bound, you can rebind mouse-insert by
2642 placing this command in @code{~/.viper}:
2643 @lisp
2644 (setq viper-mouse-insert-key '(meta 2))
2645 @end lisp
2646 If you want to bind mouse-insert to an action even if this action is
2647 already taked for other purposes in Emacs, then you should add this command
2648 to @code{~/.viper}, after setting @code{viper-mouse-insert-key}:
2649 @lisp
2650 (viper-bind-mouse-insert-key 'force)
2651 @end lisp
2653 This value can also be changed via the Emacs customization widget at the
2654 menubar.
2656 @item viper-multiclick-timeout
2657 This variable controls the rate at which double-clicking must occur for the
2658 purpose of mouse search and mouse insert.  By default, this is set to
2659 @code{double-click-time} in Emacs and to
2660 @code{mouse-track-multi-click-time} milliseconds in XEmacs.
2661 @end table        
2662 @kindex @kbd{S-Mouse-1}
2663 @kindex @kbd{S-Mouse-2}
2664 @kindex @kbd{meta shift button1up}
2665 @kindex @kbd{meta shift button2up}
2666 @vindex @code{viper-multiclick-timeout}
2667 @findex @code{viper-mouse-click-insert-word}
2668 @findex @code{viper-mouse-click-search-word}
2670 Note: The above functions search and insert in the selected window of
2671 the latest active frame.  This means that you can click in another window or
2672 another frame and have search or insertion done in the frame and window you
2673 just left.  This lets one use these functions in a multi-frame
2674 configuration.  However, this may require some getting used to.  For
2675 instance, if you are typing in a frame, A, and then move the mouse to frame
2676 B and click to invoke mouse search, search (or insertion) will be performed
2677 in frame A.  To perform search/insertion in frame B, you will first have to
2678 shift focus there, which doesn't happen until you type a character or
2679 perform some other action in frame B---mouse search doesn't shift focus.
2681 If you decide that you don't like the above feature and always want
2682 search/insertion be performed in the frame where the click occurs, don't
2683 bind (and unbind, if necessary) @code{viper-mouse-catch-frame-switch} from
2684 the mouse event it is bound to.
2686 Mouse search is integrated with Vi-style search, so you can
2687 repeat it with @kbd{n} and @kbd{N}.  It should be also noted that, while
2688 case-sensitivity of search in Viper is controlled by the variable
2689 @code{viper-case-fold-search}, the case of mouse search is
2690 controlled by the Emacs variable @code{case-fold-search}, which may be set
2691 differently from @code{viper-case-fold-search}.  Therefore, case-sensitivity
2692 of mouse search may be different from that of the usual Vi-style search.
2694 Finally, if the way Viper determines the word to be searched for or to be
2695 inserted is not what you want, there is a variable,
2696 @code{viper-surrounding-word-function}, which can be changed to indicate
2697 another function for snarfing words out of the buffer.  The catch is that
2698 you will then have to write such a function and make it known to your
2699 Emacs.  The function @code{viper-surrounding-word} in @file{viper.el} can be
2700 used as a guiding example.
2702 @node Vi Macros, ,Viper Specials,Customization
2703 @section Vi Macros
2705 @cindex Vi macros
2707 Viper supports much enhanced Vi-style macros and also facilitates the use
2708 of Emacs-style macros.  To define a temporary macro, it is generally more
2709 convenient to use Emacs keyboard macro facility.  Emacs keyboard macros are
2710 usually defined anonymously, and the latest macro can be executed by typing
2711 @kbd{C-x e} (or @kbd{*}, if Viper is in Vi state).  If you need to use several
2712 temporary macros, Viper lets you save them to a
2713 register (a lowercase letter); such macros can then be executed by typing
2714 @kbd{@@a} in Vi state (if a macro was previously saved in register
2715 @kbd{a}).
2716 @xref{Macros and Registers}, for details.
2718 If, however, you need to use a macro regularly, it must be given a
2719 permanent name and saved.  Emacs manual explains how to do this, but
2720 invocation of named Emacs macros is quite different from Vi's.  First,
2721 invocation of permanent Emacs macros takes time because of the extra keys.
2722 Second, binding such macros to function keys, for
2723 fast access, hogs valuable real estate on the keyboard.
2725 Vi-style macros are better in that respect, since Vi lets the user overload
2726 the meaning of key sequences: keys typed in fast succession are treated
2727 specially, if this key sequence is bound to a macro.
2729 Viper provides keyboard macros through the usual Ex commands, @kbd{:map} and
2730 @kbd{:map!}.  Vi-style macros are much more powerful in Viper than
2731 they are in the original Vi and in other emulators.  This is because Viper
2732 implements an enhanced vi-style
2733 interface to the powerful Emacs keyboard macro facility.
2735 First, any Emacs
2736 command can be executed while defining a macro, not just the Vi
2737 commands.  In particular, the user can invoke Emacs commands via @kbd{M-x
2738 command-name} or by pressing various function keys on the keyboard.  One
2739 can even use the mouse, although this is usually not useful and is not
2740 recommended (and macros defined with the use of the mouse cannot be saved in
2741 command history and in the startup file, for future use).
2743 Macros defined by mixing Vi and Emacs commands are represented as
2744 vectors.  So, don't be confused when you see one (usually through the
2745 history of Ex commands).  For instance, if @kbd{gg} is defined by typing
2746 @kbd{l}, the up-arrow key and @kbd{M-x next-line}, its definition will look
2747 as follows in Emacs:
2749 @example
2750 [l up (meta x) n e x t - l i n e return]
2751 @end example
2753 Second, Viper macros are defined in a WYSIWYG style.  This means that
2754 commands are executed as you type them, so you can see precisely what is
2755 being defined.  Third, macros can be bound to arbitrary sequences of keys,
2756 not just to printable keys.  For instance, one can define a macro that will
2757 be invoked by hitting @kbd{f3} then @kbd{f2} function keys.  (The keys
2758 @kbd{delete} and @kbd{backspace} are excluded; also, a macro invocation
2759 sequence can't start with @key{ESC}.  Some other keys, such as @kbd{f1} and
2760 @kbd{help}, can't be bound to macros under Emacs, since they
2761 are bound in @code{key-translation-map}, which overrides any other binding
2762 the user gives to keys.  In general, keys that have a binding in
2763 @code{key-translation-map} can't be bound to a macro.)
2765 Fourth, in Viper, one can define macros that are specific to a given
2766 buffer, a given major mode, or macros that are defined for all buffers.  In
2767 fact, the same macro name can have several different definitions: one
2768 global, several definitions for various major modes, and
2769 definitions for various specific buffers.  Buffer-specific definitions
2770 override mode-specific definitions, which, in turn, override global
2771 definitions.
2773 As if all that is not enough, Viper (through its interface to Emacs
2774 macros) lets the user define keyboard macros that ask for confirmation or
2775 even prompt the user for input and then continue.  To do this, one should
2776 type @kbd{C-x q} (for confirmation) or @kbd{C-u C-x q} (for prompt).
2777 For details, @pxref{Kbd Macro Query,,Customization,emacs,The GNU Emacs
2778 Manual} @refill
2780 When the user finishes defining a macro (which is done by typing @kbd{C-x)} ---
2781 a departure from Vi), you will be asked whether you want this
2782 macro to be global, mode-specific, or buffer-specific.  You will also be
2783 given a chance to save the macro in your @file{~/.viper} file.
2784 This is the easiest way to save a macro and make
2785 it permanently available.  If you work your startup files with bare hands,
2786 here is how Viper saves the above macro so that it will be
2787 available in Viper's Insert state (and Replace state) in buffer @code{my-buf}
2788 only:
2790 @example
2791 (viper-record-kbd-macro "gg" 'insert-state
2792        [l up (meta x) n e x t - l i n e return]
2793        "my-buf")
2794 @end example
2796 @noindent
2797 To do the same for Vi state and all buffers with the major mode
2798 @code{cc-mode}, use:
2800 @example
2801 (viper-record-kbd-macro "gg" 'vi-state
2802        [l up (meta x) n e x t - l i n e return]
2803        'cc-mode)
2804 @end example
2806 @noindent
2807 Both macro names and macro definitions are vectors of symbols that denote
2808 keys on the keyboard.  Some keys, like @kbd{\}, @kbd{ }, or digit-keys must
2809 be escaped with a backslash.  Modified keys are represented as lists.  For
2810 instance, holding Meta and Control and pressing @kbd{f4} is represented as
2811 @kbd{(control meta f4)}.
2812 If all members of a vectors are printable characters (or sequences, such as
2813 @kbd{\e}, @kbd{\t}, for @key{ESC} and @key{TAB}), then they can also be represented as
2814 strings:
2816 @example
2817 (viper-record-kbd-macro "aa" 'vi-state  "aaa\e"  "my-buffer")
2818 @end example
2820 @noindent
2821 Thus, typing @kbd{aa} fast in Vi state will switch Viper to Insert state
2822 (due to the first @kbd{a}), insert @kbd{aa}, and then it will switch back to Vi
2823 state.  All this will take effect only in the buffer named @code{my-buffer}.
2825 Note that the last argument to @code{viper-record-kbd-macro} must be either a
2826 string (a buffer name), a symbol representing a major mode, or @code{t};
2827 the latter says that the macro is to be defined for all buffers
2828 (which is how macros are defined in original Vi).
2830 For convenience, Viper also lets you define Vi-style macros in its Emacs
2831 state.  There is no Ex command, like @kbd{:map} and @kbd{:map!} for doing
2832 this, but the user can include such a macro in the @file{~/.viper} file.  The
2833 only thing is that the @code{viper-record-kbd-macro} command should specify
2834 @code{emacs-state} instead of @code{vi-state} or @code{insert-state}.
2836 The user can get rid of a macro either by using the Ex commands @kbd{:unmap}
2837 and @kbd{:unmap!} or by issuing a call to @code{viper-unrecord-kbd-macro}.
2838 The latter is more powerful, since it can delete macros even in
2839 @code{emacs-state}.  However, @code{viper-unrecord-kbd-macro} is usually
2840 needed only when the user needs to get rid of the macros that are already
2841 predefined in Viper.
2842 The syntax is:
2843 @findex @code{viper-unrecord-kbd-macro}
2844 @example
2845 (viper-unrecord-kbd-macro macro state)
2846 @end example
2847 @noindent
2848 The second argument must be @code{vi-state}, @code{insert-state}, or
2849 @code{emacs-state}.  The first argument is a name of a macro.  To avoid
2850 mistakes in specifying names of existing macros, type @kbd{M-x
2851 viper-describe-kbd-macros} and use a name from the list displayed by this
2852 command.
2854 If an error occurs during macro definition, Emacs
2855 aborts the process, and it must be repeated.  This is analogous to Vi,
2856 except that in Vi the user doesn't know there is an error until the macro is
2857 actually run.  All that means that in order for a definition to be
2858 successful, the user must do some simple planning of the process in
2859 advance, to avoid errors.  For instance, if you want to map @kbd{gg} to
2860 @kbd{llll} in Vi state, you must make sure that there is enough room on the
2861 current line.  Since @kbd{l} moves the cursor forward, it may signal an
2862 error on reaching the end of line, which will abort the definition.
2864 These precautions are necessary only when defining macros; they will help
2865 avoid the need to redo the job.  When macros are actually run, an error
2866 during the execution will simply terminate the current execution
2867 (but the macro will remain mapped).
2869 A macro name can be a string of characters or a vector of keys.
2870 The latter makes it possible to define macros bound to, say, double-hits
2871 on a function key, such as @kbd{up} or @kbd{f13}.
2872 This is very useful if you run out of function keys on your keyboard; it
2873 makes Viper macro facility a @emph{keyboard doubler}, so to speak.
2875 Elsewhere (@xref{Keybindings}, for details), we review
2876 the standard Emacs mechanism for binding function keys to commands.
2877 For instance,
2879 @example
2880 (global-set-key [f13] 'repeat-complex-command)
2881 @end example
2883 @noindent
2884 binds the key f13 to the Emacs function that repeats the last minibuffer
2885 command.  Under Viper, however, you may still use this key for additional
2886 purposes, if you bind, say, a double-hitting action for that key to some
2887 other function.  Emacs doesn't allow the user to do that, but Viper does
2888 this through its keyboard macro facility.  To do this, type @kbd{:map }
2889 first.  When you are asked to enter a macro name, hit f13 twice, followed by
2890 @key{RET} or @key{SPC}.
2892 Emacs will now start the mapping process by actually executing
2893 Vi and Emacs commands, so that you could see what will happen each time the
2894 macro is executed.  Suppose now we wanted to bind the key sequence
2895 @kbd{f13 f13} to the command @code{eval-last-sexp}.  To accomplish this, we
2896 can type @kbd{M-x eval-last-sexp} followed by @kbd{C-x )}.
2897 If you answer positively to Viper's offer to save this macro in @file{~/.viper}
2898 for future uses, the following will be inserted in that file:
2900 @example
2901 (viper-record-kbd-macro [f16 f16] 'vi-state
2902          [(meta x) e v a l - l a s t - s e x p]
2903          'lisp-interaction-mode)
2904 @end example
2906 To illustrate the above point, Viper provides two canned macros, which, by
2907 default, are bound to @kbd{[f12 \1]} and @kbd{[f12 \2]} (invoked by typing
2908 @kbd{f12} then @kbd{1} and @kbd{2}, respectively).  These macros are useful
2909 shortcuts to Viper's command ring history.  The first macro will execute the
2910 second-last destructive command (the last one is executed by @kbd{.}, as
2911 usual).  The second macro executes the third-last command.
2913 If you need to go deeper into the command history, you will have to use
2914 other commands, as described earlier in this section; or you can bind,
2915 say, @kbd{f12 \3} like this:
2917 @example
2918 (viper-record-kbd-macro [f12 \3] 'vi-state
2919                       [(meta x) r e p e a t - f r o m - h i s t o r y]
2920                       t)
2921 @end example
2924 Note that even though the macro uses the function key @kbd{f12}, the key is
2925 actually free and can still be bound to some Emacs function via
2926 @code{define-key} or @code{global-set-key}.
2929 Viper allows the user to define macro names that are prefixes of other macros.
2930 For instance, one can define @kbd{[[} and @kbd{[[[[} to be macros.
2931 If you type the exact sequence of such keys and then pause, Viper will
2932 execute the right macro.  However, if you don't pause and, say, type
2933 @kbd{[[[[text} then the conflict is resolved as follows.  If only one of the
2934 key sequences, @kbd{[[} or @kbd{[[[[} has a definition applicable to the
2935 current buffer, then, in fact, there is no conflict and the right macro
2936 will be chosen.  If both have applicable definitions, then the first one
2937 found will be executed.  Usually this is the macro with a shorter name.  So,
2938 in our case, @kbd{[[[[text} will cause the macro @kbd{[[} to be executed
2939 twice and then the remaining keys, @kbd{t e x t}, will be processed.
2941 When defining macros using @kbd{:map} or @kbd{:map!}, the user enters
2942 the actually keys to be used to invoke the macro.  For instance, you
2943 should hit the actual key @kbd{f6} if it is to be part of a macro
2944 name; you do @emph{not} write @kbd{f 6}.  When entering keys, Viper
2945 displays them as strings or vectors (e.g., @code{"abc"} or @code{[f6
2946 f7 a]}).  The same holds for unmapping.  Hitting @key{TAB} while
2947 typing a macro name in the @kbd{:unmap} or @kbd{:unmap!} command will
2948 cause name completion.  Completions are displayed as strings or
2949 vectors.  However, as before, you don't actually type @samp{"},
2950 @samp{[}, or @samp{]} that appear in the completions.  These are
2951 meta-symbols that indicate whether the corresponding macro name is a
2952 vector or a string.
2954 One last difference from Vi: Vi-style keyboard macros cannot be defined in
2955 terms of other Vi-style keyboard macros (but named Emacs macros are OK).
2956 More precisely, while defining or executing a macro, the special meaning
2957 of key sequences (as Vi macros) is ignored.
2958 This is because it is all too easy to create an infinite loop in this way.
2959 Since Viper macros are much more powerful than Vi's it is impossible to
2960 detect such loops.  In practice, this is not really a limitation but,
2961 rather, a feature.
2963 We should also note that Vi macros are disabled in the Minibuffer, which
2964 helps keep some potential troubles away.
2966 The rate at which the user must type keys in order for them to be
2967 recognized as a timeout macro is controlled by the variable
2968 @code{viper-fast-keyseq-timeout}, which defaults to 200 milliseconds.
2970 For the most part, Viper macros defined in @file{~/.viper} can be shared
2971 between X and TTY modes.
2972 The problem with TTY may be that the function keys there generate sequences
2973 of events instead of a single event (as under a window system).
2974 Emacs maps some of these sequences back to the logical keys
2975 (e.g., the sequences generated by the arrow keys are mapped to @kbd{up},
2976 @kbd{left}, etc.).  However, not all function keys are mapped in this way.
2977 Macros that are bound to key sequences that contain such unmapped function
2978 keys have to be redefined for TTY's (and possibly for every type of TTY you
2979 may be using).  To do this, start Emacs on an appropriate TTY device and
2980 define the macro using @kbd{:map}, as usual.
2982 @findex @code{viper-describe-kbd-macros}
2983 Finally, Viper provides a function that conveniently displays all macros
2984 currently defined.  To see all macros along with their definitions, type
2985 @kbd{M-x viper-describe-kbd-macros}.
2987 @node Commands,,Customization,Top
2988 @chapter Commands
2990 This section is a semi-automatically bowdlerized version of the Vi
2991 reference created by @* @samp{maart@@cs.vu.nl} and others.  It can be
2992 found on the Vi archives.  This reference has been adapted for Viper.@refill
2994 @menu
2995 * Groundwork::                  Textual Conventions and Viper basics
2996 * Text Handling::               Moving, Editing, Undoing.
2997 * Display::                     Scrolling.
2998 * File and Buffer Handling::    Editing, Writing and Quitting.
2999 * Mapping::                     Mapping Keys, Keyboard Macros
3000 * Shell Commands::              Accessing Shell Commands, Processing Text
3001 * Options::                     Ex options, the @kbd{:set} commands
3002 * Emacs Related Commands::      Meta Keys, Windows
3003 * Mouse-bound Commands::        Search and insertion of text
3004 @end menu
3006 @node Groundwork, Text Handling, Commands, Commands
3007 @comment  node-name,  next,  previous,  up
3008 @section Groundwork
3010 The VI command set is based on the idea of combining motion commands
3011 with other commands.  The motion command is used as a text region
3012 specifier for other commands.
3013 We classify motion commands into @dfn{point commands} and
3014 @dfn{line commands}.@refill
3016 @cindex point commands
3018 The point commands are:
3020 @quotation
3021 @kbd{h}, @kbd{l}, @kbd{0},  @kbd{$}, @kbd{w}, @kbd{W}, @kbd{b}, @kbd{B},
3022 @kbd{e}, @kbd{E}, @kbd{(}, @kbd{)}, @kbd{/}, @kbd{?}, @kbd{`}, @kbd{f},
3023 @kbd{F}, @kbd{t}, @kbd{T}, @kbd{%}, @kbd{;}, @kbd{,}, @kbd{^}
3024 @end quotation
3026 @cindex line commands
3028 The line commands are:
3030 @quotation
3031 @kbd{j}, @kbd{k}, @kbd{+}, @kbd{-}, @kbd{H}, @kbd{M}, @kbd{L}, @kbd{@{},
3032 @kbd{@}}, @kbd{G}, @kbd{'},  @kbd{[[}, @kbd{]]}, @kbd{[]}
3033 @end quotation
3034 @noindent
3036 Text Deletion Commands (@pxref{Deleting Text}), Change commands
3037 (@pxref{Changing Text}), even Shell Commands (@pxref{Shell Commands})
3038 use these commands to describe a region of text to operate on.
3040 @cindex r and R region specifiers
3042 Viper adds two region descriptors, @kbd{r} and @kbd{R}.  These describe
3043 the Emacs regions (@pxref{Basics}), but they are not movement commands.
3045 The command description uses angle brackets @samp{<>} to indicate
3046 metasyntactic variables, since the normal conventions of using simple
3047 text can be confusing with Viper where the commands themselves are
3048 characters.  Watch out where @kbd{<} shift commands and @kbd{<count>} are
3049 mentioned together!!!
3051 @kindex <move>
3052 @kindex <a-z>
3053 @kindex <address>
3054 @cindex <move>
3055 @cindex <a-z>
3056 @cindex <address>
3057 @cindex movements
3059 @samp{<move>} refers to the above movement commands, and @samp{<a-z>}
3060 refers to registers or textmarkers from @samp{a} to @samp{z}.  Note
3061 that the @samp{<move>}  is described by full move commands, that is to
3062 say they will take counts, and otherwise behave like normal move commands.
3063 @cindex Ex addresses
3064 @samp{<address>} refers to Ex line addresses, which include
3066 @table @kbd
3067 @item .@: <No address>
3068 Current line
3069 @item .+n .-n
3070 Add or subtract for current line
3071 @item number
3072 Actual line number, use @kbd{.=} to get the line number
3073 @item '<a-z>
3074 Textmarker
3075 @item $
3076 Last line
3077 @item x,y
3078 Where x and y are one of the above
3079 @item %
3080 @cindex % (Ex address)
3081 For the whole file, same as (1,$).
3082 @item /<pat>/
3083 @itemx ?<pat>?
3084 Next or previous line with pattern <pat>.
3086 Note that the pattern is allowed to contain newline character (inserted as
3087 @kbd{C-qC-j}).  Therefore, one can search for patterns that span several
3088 lines.
3089 @end table
3091 @cindex % (Current file)
3092 Note that @samp{%} is used in Ex commands @kbd{:e} and @kbd{:r <shell-cmd>}
3093 to mean current file.  If you want a @samp{%} in your command, it must be
3094 escaped as @samp{\%}. Note that @kbd{:w} and the regular @kbd{:r <file>}
3095 command doesn't support the meta symbols @samp{%} and @samp{#}, because
3096 file history is a better mechanism.
3097 @cindex # (Previous file)
3098 Similarly, @samp{#} expands to the previous file.  The previous file is
3099 the first file in @kbd{:args} listing.  This defaults to previous window
3100 in the VI sense if you have one window only.
3102 @kindex <args>
3103 @kindex <cmd>
3104 @cindex <args>
3105 @cindex <cmd>
3106 @noindent
3107 Others like @samp{<args> -- arguments}, @samp{<cmd> -- command} etc.
3108 should be fairly obvious.
3110 @noindent
3111 Common characters referred to include:
3113 @table @kbd
3114 @item <sp>
3115 Space
3116 @item <ht>
3118 @item <lf>
3119 Linefeed
3120 @item <esc>
3121 Escape
3122 @item <cr>
3123 Return, Enter
3124 @end table
3125 @cindex <cr>
3126 @cindex <esc>
3127 @cindex <lf>
3128 @cindex <ht>
3129 @cindex <sp>
3131 @cindex words
3132 @cindex WORDS
3133 @cindex char
3134 @cindex CHAR
3136 We also use @samp{word} for alphanumeric/non-alphanumeric words, and
3137 @samp{WORD} for whitespace delimited words.  @samp{char} refers to any
3138 ASCII character, @samp{CHAR} to non-whitespace character.
3139 Brackets @samp{[]} indicate optional parameters; @samp{<count>} also
3140 optional, usually defaulting to 1.  Brackets are elided for
3141 @samp{<count>} to eschew obfuscation.
3143 Viper's idea of Vi's words is slightly different from Vi.  First, Viper
3144 words understand Emacs symbol tables.  Therefore, all symbols declared to be
3145 alphanumeric in a symbol table can automatically be made part of the Viper
3146 word.  This is useful when, for instance, editing text containing European,
3147 Cyrillic, Japanese, etc., texts.
3149 Second, Viper lets you depart from Vi's idea of a word by changing the a
3150 syntax preference via the customization widget (the variable
3151 @code{viper-syntax-preference}) or by executing
3152 @code{viper-set-syntax-preference} interactively.
3154 By default, Viper syntax preference is @code{reformed-vi}, which means that
3155 Viper considers only those symbols to be part of a word that are specified
3156 as word-symbols by the current Emacs syntax table (which may be different
3157 for different major modes) plus the underscore symbol @kbd{_}, minus the
3158 symbols that are not considered words in Vi (e.g., `,',;, etc.), but may be
3159 considered as word-symbols by various Emacs major modes.  Reformed-Vi works
3160 very close to Vi, and it also recognizes words in other
3161 alphabets.  Therefore, this is the most appropriate mode for editing text
3162 and is likely to fit all your needs.
3164 You can also set Viper syntax preference to @code{strict-vi}, which would
3165 cause Viper to view all non-English letters as non-word-symbols.
3167 You can also specify @code{emacs} as your preference, which would
3168 make Viper use exactly the same notion of a word as Emacs does.  In
3169 particular, the underscore may not be part of a word in some major modes.
3171 Finally, if @code{viper-syntax-preference} is set to @code{extended}, Viper
3172 words would consist of characters that are classified as alphanumeric
3173 @emph{or} as parts of symbols.  This is convenient for editing programs.
3175 @code{viper-syntax-preference} is a local variable, so it can have different
3176 values for different major modes.  For instance, in programming modes it can
3177 have the value @code{extended}.  In text modes where words contain special
3178 characters, such as European (non-English) letters, Cyrillic letters, etc.,
3179 the value can be @code{reformed-vi} or @code{emacs}.
3180 If you consider using different syntactic preferences for different major
3181 modes, you should execute, for example,
3183 @example
3184 (viper-set-syntax-preference nil "extended")
3185 @end example
3187 in the appropriate major mode hooks.
3189 @vindex @code{viper-syntax-preference}
3190 @findex @code{viper-set-syntax-preference}
3191 @cindex syntax table
3195 The above discussion concerns only the movement commands.  In regular
3196 expressions, words remain the same as in Emacs.  That is, the expressions
3197 @code{\w}, @code{\>}, @code{\<}, etc., use Emacs' idea of what is a word,
3198 and they don't look into the value of variable
3199 @code{viper-syntax-preference}.  This is because Viper avoids changing
3200 syntax tables in order to not thwart the various major modes that set these
3201 tables.
3203 The usual Emacs convention is used to indicate Control Characters, i.e
3204 C-h for Control-h.  @emph{Do not confuse this to mean the separate
3205 characters C - h!!!} The @kbd{^} is itself, never used to indicate a
3206 Control character.
3208 Finally, we note that Viper's Ex-style commands can be made to work on the
3209 current Emacs region.  This is done by typing a digit argument before
3210 @kbd{:}.  For instance, typing @kbd{1:} will propmt you with something like
3211 @emph{:123,135}, assuming that the current region starts at line 123 and
3212 ends at line 135.  There is no need to type the line numbers, since Viper
3213 inserts them automatically in front of the Ex command.
3214 @cindex Ex commands
3216 @node Text Handling, Display, Groundwork, Commands
3217 @section Text Handling
3219 @menu
3220 * Move Commands::               Moving, Searching
3221 * Marking::                     Textmarkers in Viper and the Emacs Mark.
3222 * Appending Text::              Text insertion, Shifting, Putting
3223 * Editing in Insert State::     Autoindent, Quoting etc.
3224 * Deleting Text::               Deleting
3225 * Changing Text::               Changing, Replacement, Joining
3226 * Search and Replace::          Searches, Query Replace, Pattern Commands
3227 * Yanking::                     Yanking, Viewing Registers
3228 * Undoing::                     Multiple Undo, Backups
3229 @end menu
3231 @node Move Commands,Marking,,Text Handling
3232 @subsection Move Commands
3234 @cindex movement commands
3235 @cindex searching
3236 @cindex textmarkers
3237 @cindex markers
3238 @cindex column movement
3239 @cindex paragraphs
3240 @cindex headings
3241 @cindex sections
3242 @cindex sentences
3243 @cindex matching parens
3244 @cindex paren matching
3246 @table @kbd
3247 @item <count>  h  C-h
3248 <count> chars to the left.
3249 @item <count>  j  <lf> C-n
3250 <count> lines downward.
3251 @item <count>  l  <sp>
3252 <count> chars to the right.
3253 @item <count>  k  C-p
3254 <count> lines upward.
3255 @item <count>  $
3256 To the end of line <count> from the cursor.
3257 @item <count>  ^
3258 To the first CHAR <count> - 1 lines lower.
3259 @item <count>  -
3260 To the first CHAR <count> lines higher.
3261 @item <count>  +  <cr>
3262 To the first CHAR <count> lines lower.
3263 @item  0
3264 To the first char of the line.
3265 @item <count> |
3266 To column <count>
3267 @item <count>  f<char>
3268 <count> <char>s to the right (find).
3269 @item <count>  t<char>
3270 Till before <count> <char>s to the right.
3271 @item <count>  F<char>
3272 <count> <char>s to the left.
3273 @item <count>  T<char>
3274 Till after <count> <char>s to the left.
3275 @item <count>  ;
3276 Repeat latest @kbd{f t F T} <count> times.
3277 @item <count>  ,
3278 Repeat latest @kbd{f t F T}
3279 <count> times in opposite direction.
3280 @item <count>  w
3281 <count> words forward.
3282 @item <count>  W
3283 <count> WORDS forward.
3284 @item <count>  b
3285 <count> words backward.
3286 @item <count>  B
3287 <count> WORDS backward.
3288 @item <count>  e
3289 To the end of word <count> forward.
3290 @item <count>  E
3291 To the end of WORD <count> forward.
3292 @item <count>  G
3293 Go to line <count> (default end-of-file).
3294 @item <count>  H
3295 To line <count> from top of the screen (home).
3296 @item <count>  L
3297 To line <count> from bottom of the screen (last).
3298 @item  M
3299 To the middle line of the screen.
3300 @item <count>  )
3301 <count> sentences forward.
3302 @item <count>  (
3303 <count> sentences backward.
3304 @item <count>  @}
3305 <count> paragraphs forward.
3306 @item <count>  @{
3307 <count> paragraphs backward.
3308 @item <count>  ]]
3309 To the <count>th heading.
3310 @item <count>  [[
3311 To the <count>th previous heading.
3312 @item <count>  []
3313 To the end of <count>th heading.
3314 @item  m<a-z>
3315 Mark the cursor position with a letter.
3316 @item  `<a-z>
3317 To the mark.
3318 @item  '<a-z>
3319 To the first CHAR of the line with the mark.
3320 @item [<a-z>
3321 Show contents of textmarker.
3322 @item ]<a-z>
3323 Show contents of register.
3324 @item  ``
3325 To the cursor position before the latest absolute
3326 jump (of which are examples @kbd{/} and @kbd{G}).
3327 @item  ''
3328 To the first CHAR of the line on which the cursor
3329 was placed before the latest absolute jump.
3330 @item <count>  /<string>
3331 To the <count>th occurrence of <string>.
3332 @item <count>  /<cr>
3333 To the <count>th occurrence of <string> from previous @kbd{/ or ?}.
3334 @item <count>  ?<string>
3335 To the <count>th previous occurrence of <string>.
3336 @item <count>  ?<cr>
3337 To the <count>th previous occurrence of <string> from previous @kbd{?@: or /}.
3338 @item  n
3339 Repeat latest @kbd{/} @kbd{?} (next).
3340 @item  N
3341 Repeat latest search in opposite direction.
3342 @item C-c /
3343 Without a prefix argument, this command toggles
3344 case-sensitive/case-insensitive search modes and plain vanilla/regular
3345 expression search.  With the prefix argument 1, i.e.,
3346 @kbd{1 C-c /}, this toggles case-sensitivity; with the prefix argument 2,
3347 toggles plain vanilla search and search using
3348 regular expressions.  @xref{Viper Specials}, for alternative ways to invoke
3349 this function.
3350 @cindex vanilla search
3351 @cindex case-sensitive search
3352 @cindex case-insensitive search
3353 @item  %
3354 Find the next bracket/parenthesis/brace and go to its match.
3355 By default, Viper ignores brackets/parentheses/braces that occur inside
3356 parentheses.  You can change this by setting
3357 @code{viper-parse-sexp-ignore-comments} to nil in your @file{.viper} file.
3358 This option can also be toggled interactively if you quickly hit @kbd{%%%}.
3360 This latter feature is implemented as a vi-style keyboard macro.  If you
3361 don't want this macro, put
3363 @example
3364 (viper-set-parsing-style-toggling-macro 'undefine)
3365 @end example
3366 @findex @code{viper-set-parsing-style-toggling-macro}
3368 in your @file{~/.viper} file.
3370 @end table
3371 @kindex @kbd{%}
3372 @kindex @kbd{C-c /}
3373 @kindex @kbd{N}
3374 @kindex @kbd{n}
3375 @kindex @kbd{?<cr>}
3376 @kindex @kbd{/<cr>}
3377 @kindex @kbd{?<string>}
3378 @kindex @kbd{/<string>}
3379 @kindex @kbd{''}
3380 @kindex @kbd{``}
3381 @kindex @kbd{]<a-z>}
3382 @kindex @kbd{[<a-z>}
3383 @kindex @kbd{'<a-z>}
3384 @kindex @kbd{`<a-z>}
3385 @kindex @kbd{m<a-z>}
3386 @kindex @kbd{[]}
3387 @kindex @kbd{[[}
3388 @kindex @kbd{]]}
3389 @kindex @kbd{@{}
3390 @kindex @kbd{@}}
3391 @kindex @kbd{(}
3392 @kindex @kbd{)}
3393 @kindex @kbd{M}
3394 @kindex @kbd{L}
3395 @kindex @kbd{H}
3396 @kindex @kbd{G}
3397 @kindex @kbd{E}
3398 @kindex @kbd{e}
3399 @kindex @kbd{B}
3400 @kindex @kbd{b}
3401 @kindex @kbd{W}
3402 @kindex @kbd{w}
3403 @kindex @kbd{,}
3404 @kindex @kbd{;}
3405 @kindex @kbd{T<char>}
3406 @kindex @kbd{F<char>}
3407 @kindex @kbd{t<char>}
3408 @kindex @kbd{f<char>}
3409 @kindex @kbd{|}
3410 @kindex @kbd{0}
3411 @kindex @kbd{<cr>}
3412 @kindex @kbd{+}
3413 @kindex @kbd{-}
3414 @kindex @kbd{^}
3415 @kindex @kbd{$}
3416 @kindex @kbd{C-p}
3417 @kindex @kbd{<lf>}
3418 @kindex @kbd{<sp>}
3419 @kindex @kbd{C-n}
3420 @kindex @kbd{C-h}
3421 @kindex @kbd{h}
3422 @kindex @kbd{j}
3423 @kindex @kbd{k}
3424 @kindex @kbd{l}
3425 @vindex @code{viper-parse-sexp-ignore-comments}
3427 @node Marking,Appending Text,Move Commands,Text Handling
3428 @subsection Marking
3430 Emacs mark is referred to in the region specifiers @kbd{r} and @kbd{R}.
3431 @xref{Emacs Preliminaries}, and @xref{Basics}, for explanation.  Also
3432 see @ref{Mark,,Mark,emacs,The GNU Emacs manual}, for an explanation of
3433 the Emacs mark ring.
3435 @cindex marking
3437 @table @kbd
3438 @item m<a-z>
3439 Mark the current file and position with the specified letter.
3440 @item m .
3441 Set the Emacs mark (@pxref{Emacs Preliminaries}) at point.
3442 @item m ^
3443 Set the Emacs mark (@pxref{Emacs Preliminaries}) back to where it was last
3444 set with the @kbd{m.} command. This is useful when you set the mark with
3445 @kbd{m.}, but then some other command (such as @kbd{L} or @kbd{G}) changes
3446 it in a way that you didn't like.
3447 @item m <
3448 Set the Emacs mark at beginning of buffer.
3449 @item m >
3450 Set the Emacs mark at end of buffer.
3451 @item m ,
3452 Jump to the Emacs mark.
3453 @item :mark <char>
3454 Mark position with text marker named <char>.  This is an Ex command.
3455 @item :k <char>
3456 Same as @kbd{:mark}.
3457 @item ``
3458 Exchange point and mark.
3459 @item ''
3460 Exchange point and mark and go to the first CHAR on line.
3461 @item '<a-z>
3462 Go to specified Viper mark.
3463 @item
3464 Go to specified Viper mark and go to the first CHAR on line.
3465 @end table
3466 @kindex @kbd{m<a-z>}
3467 @kindex @kbd{m.}
3468 @kindex @kbd{m>}
3469 @kindex @kbd{m<}
3470 @kindex @kbd{m,}
3471 @kindex @kbd{m^}
3472 @findex @kbd{:mark}
3473 @findex @kbd{:k}
3474 @kindex @kbd{''}
3475 @kindex @kbd{``}
3476 @kindex @kbd{`<a-z>}
3477 @kindex @kbd{'<a-z>}
3479 @node  Appending Text, Editing in Insert State, Marking,Text Handling
3480 @subsection Appending Text
3482 @xref{Options}, to see how to change tab and shiftwidth size.  See the GNU
3483 Emacs manual, or try @kbd{C-ha tabs} (If you have turned Emacs help on).
3484 Check out the variable @code{indent-tabs-mode} to put in just spaces.
3485 Also see options for word-wrap.
3487 @cindex inserting
3488 @cindex appending
3489 @cindex paste
3490 @cindex put
3492 @table @kbd
3493 @item <count>  a
3494 <count> times after the cursor.
3495 @item <count>  A
3496 <count> times at the end of line.
3497 @item <count>  i
3498 <count> times before the cursor (insert).
3499 @item <count>  I
3500 <count> times before the first CHAR of the line
3501 @item <count>  o
3502 On a new line below the current (open).
3503 The count is only useful on a slow terminal.
3504 @item <count>  O
3505 On a new line above the current.
3506 The count is only useful on a slow terminal.
3507 @item <count>  ><move>
3508 Shift the lines described by <count><move> one
3509 shiftwidth to the right (layout!).
3510 @item <count>  >>
3511 Shift <count> lines one shiftwidth to the right.
3512 @item <count>  ["<a-z1-9>]p
3513 Put the contents of the (default undo) buffer
3514 <count> times after the cursor.  The register will
3515 be automatically down-cased.
3516 @item <count>  ["<a-z1-9>]P
3517 Put the contents of the (default undo) buffer
3518 <count> times before the cursor.  The register will
3519 @item [<a-z>
3520 Show contents of textmarker.
3521 @item ]<a-z>
3522 Show contents of register.
3523 @item <count>  .
3524 Repeat previous command <count> times.  For destructive
3525 commands as well as undo.
3526 @item f1 1 and f1 2
3527 While @kbd{.} repeats the last destructive command,
3528 these two macros repeat the second-last and the third-last destructive
3529 commands.  @xref{Vi Macros}, for more information on Vi macros.
3530 @item C-c M-p and C-c M-n
3531 In Vi state,
3532 these commands help peruse the history of Vi's destructive commands.
3533 Successive typing of @kbd{C-c M-p} causes Viper to search the history in
3534 the direction
3535 of older commands, while hitting @kbd{C-c M-n} does so in reverse
3536 order.  Each command in the history is displayed in the Minibuffer.  The
3537 displayed command can
3538 then be executed by typing `@kbd{.}'.
3540 Since typing the above sequences of keys may be tedious, the
3541 functions doing the perusing can be bound to unused keyboard keys in the
3542 @file{~/.viper} file.  @xref{Viper Specials}, for details.
3543 @end table
3544 @kindex @kbd{C-c M-p}
3545 @kindex @kbd{C-c M-n}
3546 @kindex @kbd{.}
3547 @kindex @kbd{]<a-z>}
3548 @kindex @kbd{[<a-z>}
3549 @kindex @kbd{P}
3550 @kindex @kbd{p}
3551 @kindex @kbd{"<a-z1-9>p}
3552 @kindex @kbd{"<a-z1-9>P}
3553 @kindex @kbd{>>}
3554 @kindex @kbd{><move>}
3555 @kindex @kbd{O}
3556 @kindex @kbd{o}
3557 @kindex @kbd{i}
3558 @kindex @kbd{A}
3559 @kindex @kbd{a}
3561 @node Editing in Insert State, Deleting Text, Appending Text,Text Handling
3562 @subsection Editing in Insert State
3564 Minibuffer can be edited similarly to Insert state, and you can switch
3565 between Insert/Replace/Vi states at will.
3566 Some users prefer plain Emacs feel in the Minibuffer.  To this end, set
3567 @var{viper-vi-style-in-minibuffer} to @code{nil}.
3569 @cindex Insert state
3571 @table @kbd
3572 @item C-v
3573 Deprive the next char of its special meaning (quoting).
3574 @item C-h
3575 One char back.
3576 @item C-w
3577 One word back.
3578 @item C-u
3579 Back to the begin of the change on the
3580 current line.
3582 @end table
3583 @kindex @kbd{C-u}
3584 @kindex @kbd{C-w}
3585 @kindex @kbd{C-v}
3587 @node Deleting Text, Changing Text, Editing in Insert State, Text Handling
3588 @subsection Deleting Text
3591 There is one difference in text deletion that you should be
3592 aware of.  This difference comes from Emacs and was adopted in Viper
3593 because we find it very useful.  In Vi, if you delete a line, say, and then
3594 another line, these two deletions are separated and are put back
3595 separately if you use the @samp{p} command.  In Emacs (and Viper), successive
3596 series of deletions that are @emph{not interrupted} by other commands are
3597 lumped together, so the deleted text gets accumulated and can be put back
3598 as one chunk.  If you want to break a sequence of deletions so that the
3599 newly deleted text could be put back separately from the previously deleted
3600 text, you should perform a non-deleting action, e.g., move the cursor one
3601 character in any direction.
3603 @cindex shifting text
3605 @table @kbd
3606 @item <count>  x
3607 Delete <count> chars under and after the cursor.
3608 @item <count>  X
3609 Delete <count> chars before the cursor.
3610 @item <count>  d<move>
3611 Delete from point to endpoint of <count><move>.
3612 @item <count>  dd
3613 Delete <count> lines.
3614 @item  D
3615 The rest of the line.
3616 @item <count>  <<move>
3617 Shift the lines described by <count><move> one
3618 shiftwidth to the left (layout!).
3619 @item <count>  <<
3620 Shift <count> lines one shiftwidth to the left.
3621 @end table
3622 @kindex @kbd{<<}
3623 @kindex @kbd{<<move>}
3624 @kindex @kbd{D}
3625 @kindex @kbd{dd}
3626 @kindex @kbd{d<move>}
3627 @kindex @kbd{X}
3628 @kindex @kbd{x}
3630 @node Changing Text, Search and Replace, Deleting Text,Text Handling
3631 @subsection Changing Text
3633 @cindex joining lines
3634 @cindex changing case
3635 @cindex quoting regions
3636 @cindex substitution
3638 @table @kbd
3639 @item <count>  r<char>
3640 Replace <count> chars by <char> - no <esc>.
3641 @item <count>  R
3642 Overwrite the rest of the line,
3643 appending change @var{count - 1} times.
3644 @item <count>  s
3645 Substitute <count> chars.
3646 @item <count>  S
3647 Change <count> lines.
3648 @item <count>  c<move>
3649 Change from begin to endpoint of <count><move>.
3650 @item <count>  cc
3651 Change <count> lines.
3652 @item <count>  C
3653 The rest of the line and <count> - 1 next lines.
3654 @item <count>  =<move>
3655 Reindent the region described by move.
3656 @item <count>  ~
3657 Switch lower and upper cases.
3658 @item <count>  J
3659 Join <count> lines (default 2).
3660 @item  :[x,y]s/<pat>/<repl>/<f>
3661 Substitute (on lines x through y) the pattern
3662 <pat> (default the last pattern) with <repl>.  Useful
3663 flags <f> are @samp{g} for @samp{global} (i.e.@: change every
3664 non-overlapping occurrence of <pat>) and @samp{c} for
3665 @samp{confirm} (type @samp{y} to confirm a particular
3666 substitution, else @samp{n} ).  Instead of @kbd{/} any
3667 punctuation CHAR unequal to <space> <tab> and <lf> can be used as
3668 delimiter.
3670 In Emacs, @samp{\&} stands for the last matched expression, so
3671 @kbd{s/[ab]+/\&\&/} will double the string matched by @kbd{[ab]}.
3672 Viper doesn't treat @samp{&} specially, unlike Vi: use @samp{\&} instead.
3674 Note: @emph{The newline character (inserted as @kbd{C-qC-j})
3675 can be used in <repl>}.
3676 @item  :[x,y]copy [z]
3677 Copy text between @kbd{x} and @kbd{y} to the position after @kbd{z}.
3678 @item  :[x,y]t [z]
3679 Same as @kbd{:copy}.
3680 @item  :[x,y]move [z]
3681 Move text between @kbd{x} and @kbd{y} to the position after @kbd{z}.
3682 @item  &
3683 Repeat latest Ex substitute command, e.g.
3684 @kbd{:s/wrong/right}.
3685 @item C-c /
3686 Toggle case-sensitive search.  With prefix argument, toggle vanilla/regular
3687 expression search.
3688 @item #c<move>
3689 Change upper-case characters in the region to lower-case.
3690 @item #C<move>
3691 Change lower-case characters in the region to upper-case.
3692 @item #q<move>
3693 Insert specified string at the beginning of each line in the region
3694 @item C-c M-p and C-c M-n
3695 In Insert and Replace states, these keys are bound to commands that peruse
3696 the history of the text
3697 previously inserted in other insert or replace commands.  By repeatedly typing
3698 @kbd{C-c M-p} or @kbd{C-c M-n}, you will cause Viper to
3699 insert these previously used strings one by one.
3700 When a new string is inserted, the previous one is deleted.
3702 In Vi state, these keys are bound to functions that peruse the history of
3703 destructive Vi commands.
3704 @xref{Viper Specials}, for details.
3705 @end table
3706 @kindex @kbd{C-c M-p}
3707 @kindex @kbd{C-c M-n}
3708 @kindex @kbd{#q<move> }
3709 @kindex @kbd{#C<move>}
3710 @kindex @kbd{#c<move>}
3711 @kindex @kbd{&}
3712 @kindex @kbd{\&}
3713 @findex @kbd{:substitute/<pat>/<repl>/<f>}
3714 @findex @kbd{:s/<pat>/<repl>/<f>}
3715 @findex @kbd{:copy [z]}
3716 @findex @kbd{:t [z]}
3717 @findex @kbd{:move [z]}
3718 @kindex @kbd{J}
3719 @kindex @kbd{~}
3720 @kindex @kbd{=<move>}
3721 @kindex @kbd{C}
3722 @kindex @kbd{cc}
3723 @kindex @kbd{c<move>}
3724 @kindex @kbd{S}
3725 @kindex @kbd{s}
3726 @kindex @kbd{R}
3727 @kindex @kbd{r<char>}
3729 @node Search and Replace, Yanking, Changing Text,Text Handling
3730 @subsection Search and Replace
3732 @xref{Groundwork}, for Ex address syntax.  @xref{Options}, to see how to
3733 get literal (non-regular-expression) search and how to stop search from
3734 wrapping around.
3736 @table @kbd
3737 @item <count>  /<string>
3738 To the <count>th occurrence of <string>.
3739 @item <count>  ?<string>
3740 To the <count>th previous occurrence of <string>.
3741 @item <count>  g<move>
3742 Search for the text described by move.  (off by default)
3743 @item n
3744 Repeat latest @kbd{/} @kbd{?} (next).
3745 @item N
3746 Idem in opposite direction.
3747 @item %
3748 Find the next bracket and go to its match
3749 @item :[x,y]g/<string>/<cmd>
3750 @cindex text processing
3751 Search globally [from line x to y] for <string>
3752 and execute the Ex <cmd> on each occurrence.
3753 @item :[x,y]v/<string>/<cmd>
3754 Execute <cmd> on the lines that don't match.
3755 @item #g<move>
3756 Execute the last keyboard macro for each line in the region.
3757 @xref{Macros and Registers}, for more info.
3758 @item Q
3759 Query Replace.
3760 @item :ta <name>
3761 Search in the tags file where <name> is defined (file, line), and go to it.
3762 @item  :[x,y]s/<pat>/<repl>/<f>
3763 Substitute (on lines x through y) the pattern <pat> (default the last
3764 pattern) with <repl>.  Useful
3765 flags <f> are @samp{g} for @samp{global} (i.e.@: change every
3766 non-overlapping occurrence of <pat>) and @samp{c} for
3767 @samp{confirm} (type @samp{y} to confirm a particular
3768 substitution, else @samp{n}).  Instead of @kbd{/} any
3769 punctuation character other than <space> <tab> and <lf> can be used as
3770 delimiter.
3772 Note: @emph{The newline character (inserted as @kbd{C-qC-j})
3773 can be used in <repl>}.
3774 @item  &
3775 Repeat latest Ex substitute command, e.g.@: @kbd{:s/wrong/right}.
3776 @item :global /<pattern>/<ex-command>
3777 @itemx :g /<pattern>/<ex-command>
3778 Execute <ex-command> on all lines that match <pattern>.
3779 @item :vglobal /<pattern>/<ex-command>
3780 @itemx :v /<pattern>/<ex-command>
3781 Execute <ex-command> on all lines that do not match <pattern>.
3782 @end table
3783 @kindex @kbd{&}
3784 @findex @kbd{:substitute/<pat>/<repl>/<f>}
3785 @kindex @kbd{Q}
3786 @kindex @kbd{#g<move>}
3787 @findex @kbd{:v}
3788 @findex @kbd{:g}
3789 @findex @kbd{:global}
3790 @findex @kbd{:vglobal}
3791 @findex @kbd{:tag <name>}
3792 @kindex @kbd{%}
3793 @kindex @kbd{N}
3794 @kindex @kbd{n}
3795 @kindex @kbd{g<move>}
3796 @kindex @kbd{?<string>}
3797 @kindex @kbd{/<string>}
3799 @node Yanking,Undoing,Search and Replace,Text Handling
3800 @subsection Yanking
3802 @cindex cut and paste
3803 @cindex paste
3805 @table @kbd
3806 @item <count>  y<move>
3807 Yank from begin to endpoint of <count><move>.
3808 @item <count>  "<a-z>y<move>
3809 Yank from begin to endpoint of <count><move> to register.
3810 @item <count>  "<A-Z>y<move>
3811 Yank from begin to endpoint of <count><move> and append
3812 to register.
3813 @item <count>  yy
3814 <count> lines.
3815 @item <count>  Y
3816 Idem (should be equivalent to @kbd{y$} though).
3817 @item  m<a-z>
3818 Mark the cursor position with a letter.
3819 @item [<a-z>
3820 Show contents of textmarker.
3821 @item ]<a-z>
3822 Show contents of register.
3823 @item <count>  ["<a-z1-9>]p
3824 Put the contents of the (default undo) buffer
3825 <count> times after the cursor.  The register will
3826 be automatically down-cased.
3827 @item <count>  ["<a-z1-9>]P
3828 Put the contents of the (default undo) buffer
3829 <count> times before the cursor.  The register will
3830 @end table
3831 @kindex @kbd{P}
3832 @kindex @kbd{p}
3833 @kindex @kbd{"<a-z1-9>p}
3834 @kindex @kbd{"<a-z1-9>P}
3835 @kindex @kbd{]<a-z>}
3836 @kindex @kbd{[<a-z>}
3837 @kindex @kbd{m<a-z>}
3838 @kindex @kbd{Y}
3839 @kindex @kbd{yy}
3840 @kindex @kbd{"<A-Z>y<move>}
3841 @kindex @kbd{"<a-z>y<move>}
3842 @kindex @kbd{y<move>}
3843 @kindex @kbd{yank}
3844 @findex @kbd{:yank}
3846 @node Undoing,, Yanking,Text Handling
3847 @subsection Undoing
3849 @cindex undo
3850 @cindex backup files
3852 @table @kbd
3853 @item  u U
3854 Undo the latest change.
3855 @item  .
3856 Repeat undo.
3857 @item :q!
3858 Quit Vi without writing.
3859 @item :e!
3860 Re-edit a messed-up file.
3861 @item :rec
3862 Recover file from autosave.  Viper also creates backup files
3863 that have a @samp{~} appended to them.
3864 @end table
3865 @findex @kbd{:rec}
3866 @findex @kbd{:e!}
3867 @findex @kbd{:q!}
3868 @kindex @kbd{.}
3869 @kindex @kbd{U}
3870 @kindex @kbd{u}
3872 @node Display, File and Buffer Handling, Text Handling, Commands
3873 @section Display
3875 @cindex scrolling
3877 @table @kbd
3878 @item C-g
3879 At user level 1,
3880 give file name, status, current line number
3881 and relative position.@*
3882 At user levels 2 and higher, abort the current command.
3883 @item C-c g
3884 Give file name, status, current line number and relative position -- all
3885 user levels.
3886 @item C-l
3887 Refresh the screen.
3888 @item <count> C-e
3889 Expose <count> more lines at bottom, cursor stays put (if possible).
3890 @item <count> C-y
3891 Expose <count> more lines at top, cursor stays put (if possible).
3892 @item <count> C-d
3893 Scroll <count> lines downward (default the number of the previous scroll;
3894 initialization: half a page).
3895 @item <count> C-u
3896 Scroll <count> lines upward (default the number of the previous scroll;
3897 initialization: half a page).
3898 @item <count> C-f
3899 <count> pages forward.
3900 @item <count> C-b
3901 <count> pages backward (in older versions @kbd{C-b} only works without count).
3902 @item <count> z<cr>
3903 @item zH
3904 Put line <count> at the top of the window (default the current line).
3905 @item <count> z-
3906 @item zL
3907 Put line <count> at the bottom of the window
3908 (default the current line).
3909 @item <count> z.
3910 @item zM
3911 Put line <count> in the center of the window
3912 (default the current line).
3913 @end table
3914 @kindex @kbd{zM}
3915 @kindex @kbd{zL}
3916 @kindex @kbd{zH}
3917 @kindex @kbd{z<cr>}
3918 @kindex @kbd{z.}
3919 @kindex @kbd{z-}
3920 @kindex @kbd{z<cr>}
3921 @kindex @kbd{C-b}
3922 @kindex @kbd{C-f}
3923 @kindex @kbd{C-u}
3924 @kindex @kbd{C-d}
3925 @kindex @kbd{C-y}
3926 @kindex @kbd{C-e}
3927 @kindex @kbd{C-l}
3928 @kindex @kbd{C-g}
3931 @node File and Buffer Handling, Mapping, Display,Commands
3932 @section File and Buffer Handling
3934 @cindex multiple files
3936 In all file handling commands, space should be typed before entering the file
3937 name.  If you need to type a modifier, such as @kbd{>>} or @kbd{!}, don't
3938 put any space between the command and the modifier.
3940 Note that many Ex commands, e.g., @kbd{:w}, accept command arguments. The
3941 effect is that the command would start acting on the current region. For
3942 instance, if the current region spans the lines 11 through 22, then if you
3943 type @kbd{1:w} you would see @samp{:11,22w} in the minibuffer.
3945 @table @kbd
3946 @item :q
3947 Quit buffer except if modified.
3948 @item :q!
3949 Quit buffer without checking.  In Viper, these two commands
3950 are identical.  Confirmation is required if exiting modified buffers that
3951 visit files.
3952 @item :suspend
3953 @item :stop
3954 Suspend Viper
3955 @item :[x,y] w
3956 Write the file.  Viper makes sure that a final newline is always added to
3957 any file where this newline is missing.  This is done by setting Emacs
3958 variable @code{require-final-newline} to @code{t}.  If you don't like this
3959 feature, use @code{setq-default} to set @code{require-final-newline} to
3960 @code{nil}.  This must be done in @file{.viper} file.
3961 @item :[x,y] w <name>
3962 Write to the file <name>.
3963 @item :[x,y] w>> <name>
3964 Append the buffer to the file <name>.  There should be no space between
3965 @kbd{w} and @kbd{>>}.  Type space after the @kbd{>>} and see what happens.
3966 @item :w!@: <name>
3967 Overwrite the file <name>.  In Viper, @kbd{:w} and @kbd{:w!} are identical.
3968 Confirmation is required for writing to an existing file (if this is not
3969 the file the buffer is visiting) or to a read-only file.
3970 @item :x,y w <name>
3971 Write lines x through y to the file <name>.
3972 @item :wq
3973 Write the file and kill buffer.
3974 @item :r <file> [<file> ...]
3975 Read file into a buffer, inserting its contents after the current line.
3976 @item :xit
3977 Same as @kbd{:wq}.
3978 @item :Write
3979 @itemx :W
3980 Save all unsaved buffers, asking for confirmation.
3981 @item :WWrite
3982 @itemx :WW
3983 Like @kbd{W}, but without asking for confirmation.
3984 @item ZZ
3985 Save current buffer and kill it.  If user level is 1, then save all files
3986 and kill Emacs.  Killing Emacs is the wrong way to use it, so you should
3987 switch to higher user levels as soon as possible.
3988 @item :x [<file>]
3989 Save and kill buffer.
3990 @item :x!@: [<file>]
3991 @kbd{:w![<file>]} and @kbd{:q}.
3992 @item :pre
3993 Preserve the file -- autosave buffers.
3994 @item :rec
3995 Recover file from autosave.
3996 @item :f
3997 Print file name and lines.
3998 @item :cd [<dir>]
3999 Set the working directory to <dir> (default home directory).
4000 @item :pwd
4001 Print present working directory.
4002 @item :e [+<cmd>] <files>
4003 Edit files.  If no filename is given, edit the file visited by the current
4004 buffer.  If buffer was modified or the file changed on disk, ask for
4005 confirmation.  Unlike Vi, Viper allows @kbd{:e} to take multiple arguments.
4006 The first file is edited the same way as in Vi.  The rest are visited
4007 in the usual Emacs way.
4008 @item :e!@: [+<cmd>] <files>
4009 Re-edit file.  If no filename, re-edit current file.
4010 In Viper, unlike Vi, @kbd{e!} is identical to @kbd{:e}.  In both cases, the
4011 user is asked to confirm if there is a danger of discarding changes to a
4012 buffer.
4013 @item :q!
4014 Quit Vi without writing.
4015 @item C-^
4016 Edit the alternate (normally the previous) file.
4017 @item :rew
4018 Obsolete
4019 @item :args
4020 List files not shown anywhere with counts for next
4021 @item :n [count]  [+<cmd>] [<files>]
4022 Edit <count> file, or edit files.  The count comes from @kbd{:args}.  
4023 @item :N [count] [+<cmd>] [<files>] 
4024 Like @kbd{:n}, but the meaning of the variable
4025 @var{ex-cycle-other-window} is reversed.
4026 @item :b
4027 Switch to another buffer.  If @var{ex-cycle-other-window} is @code{t},
4028 switch in another window.  Buffer completion is supported.
4029 The variable @var{viper-read-buffer-function} controls which function is
4030 actually used to read the buffer name. The default is @code{read-buffer},
4031 but better alternatives are also available in Emacs (e.g.,
4032 @code{iswitchb-read-buffer}).
4033 @vindex @var{viper-read-buffer-function}
4034 @item :B
4035 Like @kbd{:b}, but the meaning of @var{ex-cycle-other-window} is reversed.
4036 @item :<address>r <name>
4037 Read the file <name> into the buffer after the line <address>.
4038 @item v, V, C-v
4039 Edit a file in current or another window, or in another frame.  File name
4040 is typed in Minibuffer.  File completion and history are supported.
4041 @end table
4042 @kindex @kbd{v}
4043 @kindex @kbd{V}
4044 @findex @kbd{:args}
4045 @findex @kbd{:rew}
4046 @kindex @kbd{C-^}
4047 @findex @kbd{:e!@: [<files>]}
4048 @findex @kbd{:e [<files>]}
4049 @findex @kbd{:edit [<files>]}
4050 @findex @kbd{:edit!@: [<files>]}
4051 @findex @kbd{:q!}
4052 @findex @kbd{:q}
4053 @findex @kbd{:quit}
4054 @findex @kbd{:quit!}
4055 @findex @kbd{:f}
4056 @findex @kbd{:rec}
4057 @findex @kbd{:r}
4058 @findex @kbd{:read}
4059 @findex @kbd{:pre}
4060 @kindex @kbd{ZZ}
4061 @findex @kbd{:wq}
4062 @findex @kbd{:w <file>}
4063 @findex @kbd{:w!@: <file>}
4064 @findex @kbd{:w >> <file>}
4065 @findex @kbd{:write <file>}
4066 @findex @kbd{:write!@: <file>}
4067 @findex @kbd{:write >> <file>}
4068 @findex @kbd{:W}
4069 @findex @kbd{:WW}
4070 @findex @kbd{:Write}
4071 @findex @kbd{:WWrite}
4072 @findex @kbd{:WWrite}
4073 @findex @kbd{:x}
4074 @findex @kbd{:x!}
4075 @findex @kbd{:suspend}
4076 @findex @kbd{:stop}
4077 @findex @kbd{:n [<count> | <file>]}
4078 @findex @kbd{:cd [<dir>]}
4079 @findex @kbd{:pwd}
4081 @node Mapping, Shell Commands, File and Buffer Handling, Commands
4082 @section Mapping
4084 @cindex keybindings
4085 @cindex key mapping
4087 @table @kbd
4088 @item :map <string>
4089 Start defining a Vi-style keyboard macro.
4090 For instance, typing
4091 @kbd{:map www} followed by @kbd{:!wc %} and then typing @kbd{C-x )}
4092 will cause @kbd{www} to run wc on
4093 current file (Vi replaces @samp{%} with the current file name).
4094 @item C-x )
4095 Finish defining a keyboard macro.
4096 In Viper, this command completes the process of defining all keyboard
4097 macros, whether they are Emacs-style or Vi-style.
4098 This is a departure from Vi, needed to allow WYSIWYG mapping of
4099 keyboard macros and to permit the use of function keys and arbitrary Emacs
4100 functions in the macros.
4101 @item :unmap <string>
4102 Deprive <string> of its mappings in Vi state.
4103 @item :map!@: <string>
4104 Map a macro for Insert state.
4105 @item :unmap!@: <string>
4106 Deprive <string> of its mapping in Insert state (see @kbd{:unmap}).
4107 @item @@<a-z>
4108 In Vi state,
4109 execute the contents of register as a command.
4110 @item @@@@
4111 In Vi state,
4112 repeat last register command.
4113 @item @@#
4114 In Vi state,
4115 begin keyboard macro.  End with @@<a-z>.  This will
4116 put the macro in the proper register.  Register will
4117 be automatically down-cased.
4118 @xref{Macros and Registers}, for more info.
4119 @item @@!<a-z>
4120 In Vi state,
4121 yank anonymous macro to register
4122 @item *
4123 In Vi state,
4124 execute anonymous macro (defined by C-x( and C-x )).
4125 @item C-x e
4126 Like @kbd{*}, but works in all Viper states.
4127 @item #g<move>
4128 Execute the last keyboard macro for each line in the region.
4129 @xref{Macros and Registers}, for more info.
4130 @item [<a-z>
4131 Show contents of textmarker.
4132 @item ]<a-z>
4133 Show contents of register.
4134 @end table
4135 @kindex @kbd{]<a-z>}
4136 @kindex @kbd{[<a-z>}
4137 @kindex @kbd{#g<move>}
4138 @kindex @kbd{*}
4139 @kindex @kbd{@@!<a-z>}
4140 @kindex @kbd{@@#}
4141 @kindex @kbd{@@@@}
4142 @kindex @kbd{@@<a-z>}
4143 @findex @kbd{:unmap <char>}
4144 @findex @kbd{:map <char> <seq>}
4145 @findex @kbd{:unmap!@: <char>}
4146 @findex @kbd{:map!@: <char> <seq>}
4148 @node Shell Commands, Options, Mapping, Commands
4149 @section Shell Commands
4151 @cindex % (Current file)
4153 The symbol @samp{%} is used in Ex shell commands to mean current file.  If
4154 you want a @samp{%} in your command, it must be escaped as @samp{\%}.
4155 @cindex @samp{%} (Ex address)
4156 However if @samp{%} is the first character, it stands as the address for
4157 the whole file.
4158 @cindex @samp{#} (Previous file)
4159 Similarly, @samp{#} expands to the previous file.  The previous file is the
4160 first file in @kbd{:args} listing.  This defaults to the previous file in
4161 the VI sense if you have one window.@refill
4163 Symbols @samp{%} and @samp{#} are also used in the Ex commands @kbd{:e} and
4164 @kbd{:r <shell-cmd>}.  The commands @kbd{:w} and the regular @kbd{:r
4165 <file>} command don't support these meta symbols, because file history is a
4166 better mechanism.
4168 @cindex shell commands
4170 @table @kbd
4171 @item :sh
4172 Execute a subshell in another window
4173 @item :[x,y]!<cmd>
4174 Execute a shell <cmd> [on lines x through y;
4175 % is replace by current file, \% is changed to %
4176 @item :[x,y]!!@: [<args>]
4177 Repeat last shell command [and append <args>].
4178 @item :!<cmd>
4179 Just execute command and display result in a buffer.
4180 @item :!!@: <args>
4181 Repeat last shell command and append <args>
4182 @item <count> !<move><cmd>
4183 The shell executes <cmd>, with standard
4184 input the lines described by <count><move>,
4185 next the standard output replaces those lines
4186 (think of @samp{cb}, @samp{sort}, @samp{nroff}, etc.).
4187 @item <count> !!<cmd>
4188 Give <count> lines as standard input to the
4189 shell <cmd>, next let the standard output
4190 replace those lines.
4191 @item :[x,y] w !<cmd>
4192 Let lines x to y be standard input for <cmd>
4193 (notice the <sp> between @kbd{w} and @kbd{!}).
4194 @item :<address>r !<cmd>
4195 Put the output of <cmd> after the line <address> (default current).
4196 @item :<address>r <name>
4197 Read the file <name> into the buffer after the line <address> (default
4198 current).
4199 @end table
4200 @findex @kbd{:<address>r <name>}
4201 @findex @kbd{:<address>r !<cmd>}
4202 @findex @kbd{!<cmd>}
4203 @findex @kbd{!!<cmd>}
4204 @findex @kbd{!<move><cmd>}
4205 @findex @kbd{:w !<cmd>}
4206 @findex @kbd{:x,y w !<cmd>}
4207 @findex @kbd{:!!@: <args>}
4208 @findex @kbd{:!<cmd>}
4209 @findex @kbd{:sh}
4211 @node Options,Emacs Related Commands,Shell Commands,Commands
4212 @section Options
4214 @cindex Vi options
4216 @table @kbd
4217 @item autoindent
4218 @itemx ai
4219 @cindex autoindent
4220 autoindent -- In append mode after a <cr> the
4221 cursor will move directly below the first
4222 character on the previous line.
4223 This setting affects the current buffer only.
4224 @item autoindent-global
4225 @itemx ai-global
4226 Same as `autoindent', but affects all buffers.
4227 @item noautoindent
4228 @itemx noai
4229 Cancel autoindent.
4230 @item noautoindent-global
4231 @itemx noai-g
4232 Cancel autoindent-global.
4233 @item ignorecase
4234 @itemx ic
4235 @cindex case and searching
4236 ignorecase -- No distinction between upper and lower cases when searching.
4237 @item noignorecase
4238 @itemx noic
4239 Cancel ignorecase.
4240 @item magic
4241 @itemx ma
4242 @cindex literal searching
4243 Regular expressions used in searches; nomagic means no regexps.
4244 @item nomagic
4245 @item noma
4246 Cancel magic.
4247 @item readonly
4248 @itemx ro
4249 @cindex readonly files
4250 readonly -- The file is not to be changed.
4251 If the user attempts to write to this file, confirmation will be requested.
4252 @item noreadonly
4253 @itemx noro
4254 Cancel readonly.
4255 @item shell=<string>
4256 @itemx sh=<string>
4257 @cindex shell
4258 shell -- The program to be used for shell escapes
4259 (default @samp{$SHELL} (default @file{/bin/sh})).
4260 @item shiftwidth=<count>
4261 @itemx sw=<count>
4262 @cindex layout
4263 @cindex shifting text
4264 shiftwidth -- Gives the shiftwidth (default 8 positions).
4265 @item showmatch
4266 @itemx sm
4267 @cindex paren matching
4268 @cindex matching parens
4269 showmatch -- Whenever you append a @kbd{)}, Vi shows
4270 its match if it's on the same page; also with
4271 @kbd{@{} and @kbd{@}}.  If there's no match, Vi will beep.
4272 @item noshowmatch
4273 @itemx nosm
4274 Cancel showmatch.
4275 @item tabstop=<count>
4276 @itemx ts=<count>
4277 @cindex changing tab width
4278 @cindex tabbing
4279 tabstop -- The length of a <ht>; warning: this is
4280 only IN the editor, outside of it <ht>s have
4281 their normal length (default 8 positions).
4282 This setting affects the current buffer only.
4283 @item tabstop-global
4284 @itemx ts-g
4285 Same as `tabstop', but affects all buffers.
4286 @item wrapmargin=<count>
4287 @itemx wm=<count>
4288 @cindex auto fill
4289 @cindex word wrap
4290 wrapmargin -- In append mode Vi automatically
4291 puts a <lf> whenever there is a <sp> or <ht>
4292 within <wm> columns from the right margin.
4293 @item wrapscan
4294 @itemx ws
4295 @cindex searching
4296 wrapscan -- When searching, the end is
4297 considered @samp{stuck} to the begin of the file.
4298 @item nowrapscan
4299 @itemx nows
4300 Cancel wrapscan.
4301 @item :set <option>
4302 Turn <option> on.
4303 @item :set no<option>
4304 Turn <option> off.
4305 @item :set <option>=<value>
4306 Set <option> to <value>.
4307 @end table
4308 @findex @kbd{:set <option>=<value>}
4309 @findex @kbd{:set no<option>}
4310 @findex @kbd{:set <option>}
4311 @findex @kbd{:set ws}
4312 @findex @kbd{:set wrapscan}
4313 @findex @kbd{:set wm=<count>}
4314 @findex @kbd{:set wrapmargin=<count>}
4315 @findex @kbd{:set ts=<count>}
4316 @findex @kbd{:set tabstop=<count>}
4317 @findex @kbd{:set tab-stop-local=<count>}
4318 @findex @kbd{:set sm}
4319 @findex @kbd{:set showmatch}
4320 @findex @kbd{:set sw=<count>}
4321 @findex @kbd{:set shiftwidth=<count>}
4322 @findex @kbd{:set sh=<string>}
4323 @findex @kbd{:set shell=<string>}
4324 @findex @kbd{:set ro}
4325 @findex @kbd{:set readonly}
4326 @findex @kbd{:set magic}
4327 @findex @kbd{:set ic}
4328 @findex @kbd{:set ignorecase}
4329 @findex @kbd{:set ai}
4330 @findex @kbd{:set autoindent}
4332 @node Emacs Related Commands,,Options,Commands
4333 @section Emacs Related Commands
4335 @table @kbd
4336 @item C-\
4337 Begin Meta command in Vi or Insert states.  Most often used as C-\ x (M-x).
4339 Note: Emacs binds @kbd{C-\} to a function that offers to change the
4340 keyboard input method in the multilingual environment.  Viper overrides this
4341 binding.  However, it is still possible to switch the input method by typing
4342 @kbd{\ C-\} in the Vi command state and @kbd{C-z \ C-\} in the Insert state.
4343 Or you can use the MULE menu on the menubar.
4344 @item C-z
4345 In Insert and Replace states, prepare Viper to accept the next command and
4346 execute it as if Viper was in Vi state.  Then return to Insert state.
4348 In Vi state, switch to Emacs state; in Emacs state, switch to Vi state.
4349 @item C-c \
4350 Switches to Vi state for the duration of a single command.  Then goes back
4351 to the original Viper state.  Works from Vi, Insert, Replace, and Emacs states.
4352 @item C-x0
4353 Close Window
4354 @item C-x1
4355 Close Other Windows
4356 @item C-x2
4357 Split Window
4358 @item C-xo
4359 Move among windows
4360 @item C-xC-f
4361 Emacs find-file, useful in Insert state
4362 @item C-y
4363 Put back the last killed text.  Similar to Vi's @kbd{p}, but also works in
4364 Insert and Replace state.  This command doesn't work in Vi command state,
4365 since this binding is taken for something else.
4366 @item M-y
4367 Undoes the last @kbd{C-y} and puts another kill from the kill ring.
4368 Using this command, you can try may different kills until you find the one
4369 you need.
4370 @end table
4371 @kindex @kbd{M-y}
4372 @kindex @kbd{C-y}
4373 @kindex @kbd{C-xC-f}
4374 @kindex @kbd{C-xo}
4375 @kindex @kbd{C-x2}
4376 @kindex @kbd{C-x1}
4377 @kindex @kbd{C-x0}
4378 @kindex @kbd{C-z}
4379 @kindex @kbd{C-\}
4380 @kindex @kbd{C-c\}
4382 @node Mouse-bound Commands,,,Commands
4383 @section Mouse-bound Commands
4385 The following two mouse actions are normally bound to special search and
4386 insert commands in of Viper:
4388 @table @kbd
4389 @item S-Mouse-1
4390 Holding Shift and clicking mouse button 1 will
4391 initiate search for
4392 a region under the mouse pointer.
4393 This command can take a prefix argument.  Note: Viper sets this
4394 binding only if this mouse action is not
4395 already bound to something else.
4396 @xref{Viper Specials}, for more information.@refill
4398 @item S-Mouse-2
4399 Holding Shift and clicking button 2 of the mouse will
4400 insert a region surrounding the mouse pointer.
4401 This command can also take a prefix argument.
4402 Note: Viper sets this binding only if this mouse action is not
4403 already bound to something else.
4404 @xref{Viper Specials}, for more details.@refill
4405 @end table
4406 @kindex @kbd{S-Mouse-1}
4407 @kindex @kbd{S-Mouse-2}
4408 @kindex @kbd{meta button1up}
4409 @kindex @kbd{meta button2up}
4411 @node Acknowledgments,,,Top
4412 @comment  node-name,  next,  previous,  up
4413 @unnumbered Acknowledgments
4415 Viper, formerly known as VIP-19, was written by Michael Kifer.  Viper is
4416 based on the original VIP package by Masahiko Sato and on its enhancement,
4417 VIP 4.4, by Aamod Sane.  This manual is an adaptation of the manual for VIP
4418 4.4, which, in turn, was based on Sato's manual for VIP 3.5.
4420 Many contributors on the net pointed out bugs and suggested a number of
4421 useful features.  Here is a (hopefully) complete list of contributors:
4423 @example
4424 aaronl@@vitelus.com (Aaron Lehmann),
4425 ahg@@panix.com (Al Gelders),
4426 amade@@diagram.fr (Paul-Bernard Amade),
4427 ascott@@fws214.intel.com (Andy Scott),
4428 bronson@@trestle.com (Scott Bronson),
4429 cook@@biostat.wisc.edu (Tom Cook),
4430 csdayton@@midway.uchicago.edu (Soren Dayton),
4431 dave@@hellgate.utah.edu,
4432 dominik@@strw.LeidenUniv.nl (Carsten Dominik),
4433 dwallach@@cs.princeton.edu (Dan Wallach),
4434 dwight@@toolucky.llnl.gov (Dwight Shih),
4435 dxc@@xprt.net (David X. Callaway),
4436 edmonds@@edmonds.home.cs.ubc.ca (Brian Edmonds),
4437 gin@@mo.msk.ru (Golubev I.N.),
4438 gviswana@@cs.wisc.edu (Guhan Viswanathan),
4439 gvr@@halcyon.com (George V.@: Reilly),
4440 hatazaki@@bach.convex.com (Takao Hatazaki),
4441 hpz@@ibmhpz.aug.ipp-garching.mpg.de (Hans-Peter Zehrfeld),
4442 jackr@@dblues.engr.sgi.com (Jack Repenning),
4443 jamesm@@bga.com (D.J.@: Miller II),
4444 jjm@@hplb.hpl.hp.com (Jean-Jacques Moreau),
4445 jl@@cse.ogi.edu (John Launchbury),
4446 jobrien@@hchp.org (John O'Brien),
4447 johnw@@borland.com (John Wiegley),
4448 kanze@@gabi-soft.fr (James Kanze),
4449 kin@@isi.com (Kin Cho),
4450 kwzh@@gnu.org (Karl Heuer),
4451 lindstro@@biostat.wisc.edu (Mary Lindstrom),
4452 minakaji@@osaka.email.ne.jp (Mikio Nakajima),
4453 Mark.Bordas@@East.Sun.COM (Mark Bordas),
4454 meyering@@comco.com (Jim Meyering),
4455 martin@@xemacs.org (Martin Buchholz),
4456 mveiga@@dit.upm.es (Marcelino Veiga Tuimil),
4457 paulk@@summit.esg.apertus.com (Paul Keusemann),
4458 pfister@@cs.sunysb.edu (Hanspeter Pfister),
4459 phil_brooks@@MENTORG.COM (Phil Brooks),
4460 pogrell@@informatik.hu-berlin.de (Lutz Pogrell),
4461 pradyut@@cs.uchicago.edu (Pradyut Shah),
4462 roderick@@argon.org (Roderick Schertler),
4463 rxga@@ulysses.att.com,
4464 sawdey@@lcse.umn.edu (Aaron Sawdey),
4465 simonb@@prl.philips.co.uk (Simon Blanchard),
4466 stephen@@farrell.org (Stephen Farrell),
4467 sudish@@MindSpring.COM (Sudish Joseph),
4468 schwab@@issan.informatik.uni-dortmund.de (Andreas Schwab)
4469 terra@@diku.dk (Morten Welinder),
4470 thanh@@informatics.muni.cz (Han The Thanh),
4471 toma@@convex.convex.com,
4472 vrenjak@@sun1.racal.com (Milan Vrenjak),
4473 whicken@@dragon.parasoft.com (Wendell Hicken),
4474 zapman@@cc.gatech.edu (Jason Zapman II),
4475 @end example
4478 @node Key Index,Function Index,,Top
4479 @comment  node-name,  next,  previous,  up
4480 @unnumbered Key Index
4482 @printindex ky
4484 @node Function Index,Variable Index,Key Index,Top
4485 @comment  node-name,  next,  previous,  up
4486 @unnumbered Function Index
4488 @printindex fn
4490 @node Variable Index,Package Index,Function Index,Top
4491 @comment  node-name,  next,  previous,  up
4492 @unnumbered Variable Index
4494 @printindex vr
4496 @node Package Index,Concept Index,Variable Index,Top
4497 @comment  node-name,  next,  previous,  up
4498 @unnumbered Package Index
4500 @printindex pg
4502 @node Concept Index,,Package Index,Top
4503 @comment  node-name,  next,  previous,  up
4504 @unnumbered Concept Index
4506 @printindex cp
4508 @setchapternewpage odd
4509 @contents
4510 @bye