* process.h (PSET): Remove.
[emacs.git] / doc / misc / viper.texi
blob94f7e53ce8c967079b6dfa37729ca33ca20e985d
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 @copying
10 Copyright @copyright{} 1995-1997, 2001-2012 Free Software Foundation, Inc.
12 @quotation
13 Permission is granted to copy, distribute and/or modify this document
14 under the terms of the GNU Free Documentation License, Version 1.3 or
15 any later version published by the Free Software Foundation; with no
16 Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
17 and with the Back-Cover Texts as in (a) below.  A copy of the license
18 is included in the section entitled ``GNU Free Documentation License''.
20 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
21 modify this GNU manual.  Buying copies from the FSF supports it in
22 developing GNU and promoting software freedom.''
23 @end quotation
24 @end copying
26 @dircategory Emacs misc features
27 @direntry
28 * VIPER: (viper).               A VI-emulation mode for Emacs.
29 @end direntry
31 @finalout
33 @titlepage
34 @title Viper Is a Package for Emacs Rebels
35 @subtitle a Vi emulator for Emacs
36 @subtitle November 2008, Viper Version 3.11.2
38 @author Michael Kifer (Viper)
39 @author Aamod Sane (VIP 4.4)
40 @author Masahiko Sato (VIP 3.5)
42 @page
43 @vskip 0pt plus 1filll
44 @insertcopying
45 @end titlepage
47 @contents
49 @ifnottex
50 @node Top, Overview,, (DIR)
52 @unnumbered Viper
54 We believe that one or more of the following statements are adequate
55 descriptions of Viper:
57 @example
58 Viper Is a Package for Emacs Rebels;
59 it is a VI Plan for Emacs Rescue
60 and/or a venomous VI PERil.
61 @end example
63 Technically speaking, Viper is a Vi emulation package for Emacs.  It
64 implements all Vi and Ex commands, occasionally improving on them and
65 adding many new features.  It gives the user the best of both worlds: Vi
66 keystrokes for editing combined with the power of the Emacs environment.
68 Viper emulates Vi at several levels, from the one that closely follows Vi
69 conventions to the one that departs from many of them.  It has many
70 customizable options, which can be used to tailor Viper to the work habits
71 of various users.
72 This manual describes Viper, concentrating on the differences from Vi and
73 new features of Viper.
75 Viper, formerly known as VIP-19, was written by Michael Kifer.  It is based
76 on VIP version 3.5 by Masahiko Sato and VIP version 4.4 by Aamod Sane.
77 About 15% of the code still comes from those older packages.
79 Viper is intended to be usable without reading this manual --- the defaults
80 are set to make Viper as close to Vi as possible.  At startup, Viper will
81 try to set the most appropriate default environment for you, based on
82 your familiarity with Emacs.  It will also tell you the basic GNU Emacs window
83 management commands to help you start immediately.
85 Although this manual explains how to customize Viper, some basic
86 familiarity with Emacs Lisp is a plus.
88 It is recommended that you read the Overview node.  The other nodes may
89 be visited as needed.
91 Comments and bug reports are welcome.
92 @code{kifer@@cs.stonybrook.edu} is the current address for Viper bug reports.
93 Please use the Ex command @kbd{:submitReport} for this purpose.@refill
95 @insertcopying
96 @end ifnottex
98 @menu
99 * Overview::                    Read for a smoother start
100 * Improvements over Vi::        New features, Improvements
101 * Customization::               How to customize Viper
102 * Commands::                    Vi and Ex Commands
104 * Key Index::                   Index of Vi and Ex Commands
105 * Function Index::              Index of Viper Functions
106 * Variable Index::              Index of Viper Variables
107 * Package Index::               Index of Packages Mentioned in this Document
108 * Concept Index::               Vi, Ex and Emacs concepts
110 * Acknowledgments::
111 * GNU Free Documentation License:: The license for this documentation.
113 @end menu
114 @iftex
115 @unnumbered Introduction
117 We believe that one or more of the following statements are adequate
118 descriptions of Viper:
120 @example
121 Viper Is a Package for Emacs Rebels;
122 it is a VI Plan for Emacs Rescue
123 and/or a venomous VI PERil.
124 @end example
126 Viper is a Vi emulation package for Emacs.  Viper contains virtually all
127 of Vi and Ex functionality and much more.  It gives you the best of both
128 worlds: Vi keystrokes for editing combined with the GNU Emacs
129 environment.  Viper also fixes some common complaints with Vi commands.
130 This manual describes Viper, concentrating on the differences from Vi
131 and on the new features of Viper.
133 Viper was written by Michael Kifer.  It is based on VIP version 3.5 by
134 Masahiko Sato and VIP version 4.4 by Aamod Sane.  About 15% of the code
135 still comes from those older packages.
137 Viper is intended to be usable out of the box, without reading this manual
138 --- the defaults are set to make Viper as close to Vi as possible.  At
139 startup, Viper will attempt to set the most appropriate default environment
140 for you, based on your familiarity with Emacs.  It will also tell you the
141 basic GNU Emacs window management commands to help you start immediately.
143 Although this manual explains how to customize Viper, some basic
144 familiarity with Emacs Lisp is a plus.
146 It is recommended that you read the chapter Overview.  The other chapters
147 will be useful for customization and advanced usage.
149 You should also learn to use the Info on-line hypertext manual system that
150 comes with Emacs.  This manual can be read as an Info file.  Try the command
151 @kbd{@key{ESC} x info} with vanilla Emacs sometime.
153 Comments and bug reports are welcome.
154 @code{kifer@@cs.stonybrook.edu} is the current address for Viper bug reports.
155 Please use the Ex command @kbd{:submitReport} for this purpose.@refill
157 @end iftex
159 @node Overview,Improvements over Vi,Top,Top
160 @chapter Overview of Viper
162 Viper is a Vi emulation on top of Emacs.  At the same time, Viper provides a
163 virtually unrestricted access to Emacs facilities.  Perfect compatibility
164 with Vi is possible but not desirable.  This chapter tells you about the
165 Emacs ideas that you should know about, how to use Viper within Emacs and
166 some incompatibilities.
168 This manual is written with the assumption that you are an experienced Vi
169 user who wants to switch to Emacs while retaining the ability to edit files
170 Vi style. Incredible as it might seem, there are experienced Emacs users
171 who use Viper as a backdoor into the superior (as every Vi user already knows)
172 world of Vi! These users are well familiar with Emacs bindings and prefer them
173 in some cases, especially in the Vi Insert state. John Hawkins
174 <jshawkin@@eecs.umich.edu> has provided a set of customizations, which
175 enables additional Emacs bindings under Viper.  These customizations can be
176 included in your @file{~/.viper} file and are found at the following URL:
177 @file{http://traeki.freeshell.org/files/viper-sample}.
179 @menu
180 * Emacs Preliminaries::         Basic concepts in Emacs.
181 * Loading Viper::               Loading and Preliminary Configuration.
182 * States in Viper::             Viper has four states orthogonal to Emacs
183                                 modes.
184 * The Minibuffer::              Command line in Emacs.
185 * Multiple Files in Viper::     True multiple file handling.
186 * Unimplemented Features::      That are unlikely to be implemented.
187 @end menu
189 @node Emacs Preliminaries, Loading Viper, Overview, Overview
190 @section Emacs Preliminaries
192 @cindex buffer
193 @cindex point
194 @cindex mark
195 @cindex text
196 @cindex looking at
197 @cindex end (of buffer)
198 @cindex end (of line)
199 @cindex region
201 Emacs can edit several files at once.  A file in Emacs is placed in a
202 @dfn{buffer} that usually has the same name as the file.  Buffers are also used
203 for other purposes, such as shell interfaces, directory editing, etc.
204 @xref{Dired,,Directory Editor,emacs,The
205 GNU Emacs Manual}, for an example.@refill
207 A buffer has a distinguished position called the @dfn{point}.
208 A @dfn{point} is always between 2 characters, and is @dfn{looking at}
209 the right hand character.  The cursor is positioned on the right hand
210 character.  Thus, when the @dfn{point} is looking at the end-of-line,
211 the cursor is on the end-of-line character, i.e.@: beyond the last
212 character on the line.  This is the default Emacs behavior.@refill
214 The default settings of Viper try to mimic the behavior of Vi, preventing
215 the cursor from going beyond the last character on the line.  By using
216 Emacs commands directly (such as those bound to arrow keys), it is possible
217 to get the cursor beyond the end-of-line.  However, this won't (or
218 shouldn't) happen if you restrict yourself to standard Vi keys, unless you
219 modify the default editing style.  @xref{Customization}.@refill
221 In addition to the @dfn{point}, there is another distinguished buffer
222 position called the @dfn{mark}.  @xref{Mark,,Mark,emacs,The GNU Emacs
223 manual}, for more info on the mark.  The text between the @dfn{point} and
224 the @dfn{mark} is called the @dfn{region} of the buffer.  For the Viper
225 user, this simply means that in addition to the Vi textmarkers a--z, there
226 is another marker called @dfn{mark}.  This is similar to the unnamed Vi
227 marker used by the jump commands @kbd{``} and @kbd{''}, which move the
228 cursor to the position of the last absolute jump.  Viper provides access to
229 the region in most text manipulation commands as @kbd{r} and @kbd{R} suffix
230 to commands that operate on text regions, e.g., @kbd{dr} to delete region,
231 etc.
233 Furthermore, Viper lets Ex-style commands to work on the current region.
234 This is done by typing a digit argument before @kbd{:}.  For instance,
235 typing @kbd{1:} will prompt you with something like @emph{:123,135},
236 assuming that the current region starts at line 123 and ends at line
237 135.  There is no need to type the line numbers, since Viper inserts them
238 automatically in front of the Ex command.
240 @xref{Basics}, for more info.@refill
242 @cindex window
243 @cindex mode line
244 @cindex buffer information
245 @cindex Minibuffer
246 @cindex command line
247 @cindex buffer (modified)
249 Emacs divides the screen into tiled @dfn{windows}.  You can see the
250 contents of a buffer through the window associated with the buffer.  The
251 cursor of the screen is positioned on the character after @dfn{point}.
252 Every window has a @dfn{mode line} that displays information about the buffer.
253 You can change the format of the mode
254 line, but normally if you see @samp{**} at the beginning of a mode line it
255 means that the buffer is @dfn{modified}.  If you write out the contents of
256 a buffer to a file, then the buffer will become not modified.  Also if
257 you see @samp{%%} at the beginning of the mode line, it means that the file
258 associated with the buffer is write protected.  The mode line will also
259 show the buffer name and current major and minor modes (see below).
260 A special buffer called @dfn{Minibuffer} is displayed as the last line
261 in a minibuffer window.  The minibuffer window is used for command input
262 output.  Viper uses minibuffer window for @kbd{/} and @kbd{:}
263 commands.@refill
265 @cindex mode
266 @cindex keymap
267 @cindex local keymap
268 @cindex global keymap
269 @cindex major mode
270 @cindex minor mode
272 An Emacs buffer can have a @dfn{major mode} that customizes Emacs for
273 editing text of a particular sort by changing the functionality of the keys.
274 Keys are defined using a @dfn{keymap} that records the bindings between
275 keystrokes and
276 functions.  The @dfn{global keymap} is common to all the
277 buffers.  Additionally, each buffer has its @dfn{local keymap} that determines the
278 @dfn{mode} of the buffer.  If a function is bound to some key in the local
279 keymap then that function will be executed when you type the key.
280 If no function is bound to a key in the
281 local map, however, the function bound to the key in the global map
282 will be executed.  @xref{Major Modes,Major Modes,Major Modes,emacs,The
283 GNU Emacs Manual}, for more information.@refill
285 A buffer can also have a @dfn{minor mode}.  Minor modes are options that
286 you can use or not.  A buffer in @code{text-mode} can have
287 @code{auto-fill-mode} as minor mode, which can be turned off or on at
288 any time.  In Emacs, a minor mode may have it own keymap,
289 which overrides the local keymap when the minor mode is turned on.  For
290 more information, @pxref{Minor Modes,Minor Modes,Minor Modes,emacs,The
291 GNU Emacs Manual} @refill
293 @cindex Viper as minor mode
294 @cindex Control keys
295 @cindex Meta key
297 Viper is implemented as a collection of minor modes.  Different minor modes
298 are involved when Viper emulates Vi command mode, Vi insert mode, etc.
299 You can also turn Viper on and off at any time while in Vi command mode.
300 @xref{States in Viper}, for
301 more information.@refill
303 Emacs uses Control and Meta modifiers.  These are denoted as C and M,
304 e.g.@: @kbd{^Z} as @kbd{C-z} and @kbd{Meta-x} as @kbd{M-x}.  The Meta key is
305 usually located on each side of the Space bar; it is used in a manner
306 similar to the Control key, e.g., @kbd{M-x} means typing @kbd{x} while
307 holding the Meta key down.  For keyboards that do not have a Meta key,
308 @key{ESC} is used as Meta.  Thus @kbd{M-x} is typed as @kbd{@key{ESC}
309 x}.  Viper uses @key{ESC} to switch from Insert state to Vi state.  Therefore
310 Viper defines @kbd{C-\} as its Meta key in Vi state.  @xref{Vi State}, for
311 more info.@refill
313 Emacs is structured as a Lisp interpreter around a C core.  Emacs keys
314 cause Lisp functions to be called.  It is possible to call these
315 functions directly, by typing @kbd{M-x function-name}.
317 @node Loading Viper, States in Viper, Emacs Preliminaries, Overview
318 @section Loading Viper
320 The most common way to load it automatically is to include the following
321 lines (in the given order!):
323 @lisp
324 (setq viper-mode t)
325 (require 'viper)
326 @end lisp
328 @noindent
329 in your @file{~/.emacs} file.  The @file{.emacs} file is placed in your
330 home directory and it is be executed every time you invoke Emacs.  This is
331 the place where all general Emacs customization takes place.  Beginning with
332 version 20.0, Emacsen have an interactive interface, which simplifies the
333 job of customization significantly.
335 Viper also uses the file @file{~/.viper} for Viper-specific customization.
336 The location of Viper customization file can be changed by setting the
337 variable @code{viper-custom-file-name} in @file{.emacs} @emph{prior} to loading
338 Viper.
340 The latest versions of Emacs have an interactive customization facility,
341 which allows you to (mostly) bypass the use of the @file{.emacs} and
342 @file{.viper} files. You can reach this customization
343 facility from within Viper's VI state by executing the Ex command
344 @kbd{:customize}.
346 Once invoked, Viper will arrange to bring up Emacs buffers in Vi state
347 whenever this makes sense.
348 @xref{Packages that Change Keymaps}, to find out when forcing Vi command state
349 on a buffer may be counter-productive.
351 Even if your @file{.emacs} file does not invoke Viper automatically,
352 you can still load Viper and enter the Vi command state by typing the
353 following from within Emacs:
355 @lisp
356 M-x viper-mode
357 @end lisp
359 When Emacs first comes up, if you have not specified a file on the
360 command line, it will show the @samp{*scratch*} buffer, in the
361 @samp{Lisp Interaction} mode.  After you invoke Viper, you can start
362 editing files by using @kbd{:e}, @kbd{:vi}, or @kbd{v} commands.
363 (@xref{File and Buffer Handling}, for more information on @kbd{v} and other
364 new commands that, in many cases, are more convenient than @kbd{:e},
365 @kbd{:vi}, and similar old-style Vi commands.)@refill
367 Finally, if at some point you would want to de-Viperize your running
368 copy of Emacs after Viper has been loaded, the command @kbd{M-x
369 viper-go-away} will do it for you.  The function @code{toggle-viper-mode}
370 toggles Viperization of Emacs on and off.
372 @node States in Viper, The Minibuffer, Loading Viper,Overview
373 @section States in Viper
375 @kindex @kbd{C-z}
376 @kindex @key{ESC}
377 @kindex @kbd{i}
378 @cindex Emacs state
379 @cindex Vi state
380 @cindex Insert state
381 @cindex Replace state
382 @cindex Ex commands
383 @findex @code{viper-go-away}
384 @findex @code{toggle-viper-mode}
386 Viper has four states, Emacs, Vi, Insert, and Replace.
388 @table @samp
389 @item Emacs state
390 This is the state plain vanilla Emacs is normally in.  After you have loaded
391 Viper, @kbd{C-z} will normally take you to Vi command state.  Another
392 @kbd{C-z} will take you back to Emacs state.  This toggle key can be
393 changed, @pxref{Customization} You can also type @kbd{M-x viper-mode} to
394 change to Vi state.@refill
397 For users who chose to set their user level to 1 at Viper setup time,
398 switching to Emacs state is deliberately made harder in order to not
399 confuse the novice user.  In this case, @kbd{C-z} will either iconify Emacs
400 (if Emacs runs as an application under X) or it will stop Emacs (if
401 Emacs runs on a dumb terminal or in an Xterm window).
403 @item Vi state
404 This is the Vi command mode.  Any of the Vi commands, such as @kbd{i, o, a},
405 @dots{}, will take you to Insert state.  All Vi commands may
406 be used in this mode.  Most Ex commands can also be used.
407 For a full list of Ex commands supported by Viper, type
408 @kbd{:} and then @key{TAB}.  To get help on any issue, including the Ex
409 commands, type @kbd{:help}.  This will invoke Viper Info
410 (if it is installed).  Then typing @kbd{i} will prompt you for a topic to
411 search in the index.  Note: to search for Ex commands in the index, you
412 should start them with a @kbd{:}, e.g., @kbd{:WW}.
414 In Viper, Ex commands can be made to work on the current Emacs region.
415 This is done by typing a digit argument before @kbd{:}.
416 For instance, typing @kbd{1:} will prompt you with something like
417 @emph{:123,135}, assuming that the current region starts at line 123 and
418 ends at line 135.  There is no need to type the line numbers, since Viper
419 inserts them automatically in front of the Ex command.
421 @item Insert state
422 Insert state is the Vi insertion mode.  @key{ESC} will take you back to
423 Vi state.  Insert state editing can be done, including auto-indentation.  By
424 default, Viper disables Emacs key bindings in Insert state.
426 @item Replace state
427 Commands like @kbd{cw} invoke the Replace state.  When you cross the
428 boundary of a replacement region (usually designated via a @samp{$} sign),
429 it will automatically change to Insert state.  You do not have to worry
430 about it.  The key bindings remain practically the same as in Insert
431 state.  If you type @key{ESC}, Viper will switch to Vi command mode, terminating the
432 replacement state.@refill
433 @end table
435 @cindex mode line
437 The modes are indicated on the @dfn{mode line} as <E>, <I>, <V>, and <R>,
438 so that the multiple modes do not confuse you.  Most of your editing can be
439 done in Vi and Insert states.  Viper will try to make all new buffers be in Vi
440 state, but sometimes they may come up in Emacs state.  @kbd{C-z}
441 will take you to Vi state in such a case.  In some major modes, like Dired,
442 Info, Gnus, etc., you should not switch to Vi state (and Viper will not
443 attempt to do so) because these modes are not intended for text editing and
444 many of the Vi keys have special meaning there.  If you plan to read news,
445 browse directories, read mail, etc., from Emacs (which you should start
446 doing soon!), you should learn about the meaning of the various keys in
447 those special modes (typing @kbd{C-h m} in a buffer provides
448 help with key bindings for the major mode of that buffer).
450 If you switch to Vi in Dired or similar modes---no harm is done.  It is just
451 that the special key bindings provided by those modes will be temporarily
452 overshadowed by Viper's bindings.  Switching back to Viper's Emacs state
453 will revive the environment provided by the current major mode.
455 States in Viper are orthogonal to Emacs major modes, such as C mode or Dired
456 mode.  You can turn Viper on and off for any Emacs state.  When Viper is turned
457 on, Vi state can be used to move around.  In Insert state, the bindings for
458 these modes can be accessed.  For beginners (users at Viper levels 1 and 2),
459 these bindings are suppressed in Insert state, so that new users are not
460 confused by the Emacs states.  Note that unless you allow Emacs bindings in
461 Insert state, you cannot do many interesting things, like language
462 sensitive editing.  For the novice user (at Viper level 1), all major mode
463 bindings are turned off in Vi state as well.  This includes the bindings for
464 key sequences that start with @kbd{C-c}, which practically means that all
465 major mode bindings are unsupported.  @xref{Customization}, to find out how
466 to allow Emacs keys in Insert state.
468 @menu
469 * Emacs State::         This is the state you should learn more about when
470                         you get up to speed with Viper.
471 * Vi State::            Vi commands are executed in this state.
472 * Insert State::        You can enter text, and also can do sophisticated
473                         editing if you know enough Emacs commands.
474 * Replace State::       Like Insert mode, but it is invoked via the
475                         replacement commands, such as cw, C, R, etc.
476 @end menu
478 @node Emacs State, Vi State, States in Viper, States in Viper
479 @subsection Emacs State
481 @kindex @kbd{C-z}
482 @cindex Emacs state
485 You will be in this mode only by accident (hopefully).  This is the state
486 Emacs is normally in (imagine!!).  Now leave it as soon as possible by
487 typing @kbd{C-z}.  Then you will be in Vi state (sigh of relief) :-).
489 Emacs state is actually a Viperism to denote all the major and minor modes
490 (@pxref{Emacs Preliminaries}) other than Viper that Emacs can be in.  Emacs
491 can have several modes, such as C mode for editing C programs, LaTeX mode
492 for editing LaTeX documents, Dired for directory editing, etc.  These are
493 major modes, each with a different set of key-bindings.  Viper states are
494 orthogonal to these Emacs major modes.  The presence of these language
495 sensitive and other modes is a major win over Vi.  @xref{Improvements over
496 Vi}, for more.@refill
498 The bindings for these modes can be made available in the Viper Insert state
499 as well as in Emacs state.  Unless you specify your user level as 1 (a
500 novice), all major mode key sequences that start with @kbd{C-x} and
501 @kbd{C-c} are also available in Vi state.  This is important because major
502 modes designed for editing files, such as cc-mode or latex-mode, use key
503 sequences that begin with @kbd{C-x} and @kbd{C-c}.
505 There is also a key that lets you temporarily escape to Vi command state
506 from the Insert state: typing @kbd{C-z} will let you execute a
507 single Vi command while staying in Viper's Insert state.
510 @node Vi State, Insert State, Emacs State, States in Viper
511 @subsection Vi State
513 @cindex Vi state
515 This is the Vi command mode.  When Viper is in Vi state, you will see the sign
516 <V> in the mode line.  Most keys will work as in Vi.  The notable
517 exceptions are:
519 @table @kbd
520 @item C-x
521 @kindex @kbd{C-x}
522 @kbd{C-x} is used to invoke Emacs commands, mainly those that do window
523 management.  @kbd{C-x 2} will split a window, @kbd{C-x 0} will close a
524 window.  @kbd{C-x 1} will close all other windows.  @kbd{C-xb} is used to
525 switch buffers in a window, and @kbd{C-xo} to move through windows.
526 These are about the only necessary keystrokes.
527 For the rest, see the GNU Emacs Manual.
529 @item C-c
530 @kindex @kbd{C-c}
531 For user levels 2 and higher, this key serves as a prefix key for the key
532 sequences used by various major modes.  For users at Viper level 1, @kbd{C-c}
533 simply beeps.
535 @item C-g and C-]
536 @kindex @kbd{C-g}
537 @kindex @kbd{C-]}
539 These are the Emacs @samp{quit} keys.
540 There will be cases where you will have to
541 use @kbd{C-g} to quit.  Similarly, @kbd{C-]} is used to exit
542 @samp{Recursive Edits} in Emacs for which there is no comparable Vi
543 functionality and no key-binding.  Recursive edits are indicated by
544 @samp{[]} brackets framing the modes on the mode line.
545 @xref{Recursive Edit,Recursive
546 Edit,Recursive Edit,emacs,The GNU Emacs Manual}.
547 At user level 1, @kbd{C-g} is bound to @code{viper-info-on-file}
548 function instead.
549 @refill
550 @item C-\
551 @kindex @kbd{C-\}
552 @cindex Meta key
554 Viper uses @key{ESC} as a switch between Insert and Vi states.  Emacs uses
555 @key{ESC} for Meta.  The Meta key is very important in Emacs since many
556 functions are accessible only via that key as @kbd{M-x function-name}.
557 Therefore, we need to simulate it somehow.  In Viper's Vi, Insert, and
558 Replace states, the meta key is set to be @kbd{C-\}.  Thus, to get
559 @kbd{M-x}, you should type @kbd{C-\ x} (if the keyboard has no Meta key,
560 which is rare these days).
561 This works both in the Vi command state and in the Insert and Replace
562 states.  In Vi command state, you can also use @kbd{\ @key{ESC}} as the
563 meta key.
565 Note: Emacs binds @kbd{C-\} to a function that offers to change the
566 keyboard input method in the multilingual environment.  Viper overrides this
567 binding.  However, it is still possible to switch the input method by typing
568 @kbd{\ C-\} in the Vi command state and @kbd{C-z \ C-\} in the Insert state.
569 Or you can use the MULE menu in the menubar.
570 @end table
571 @noindent
572 Other differences are mostly improvements.  The ones you should know
573 about are:
575 @table @samp
576 @item Undo
577 @kindex @kbd{u}
578 @kbd{u} will undo.  Undo can be repeated by the @kbd{.} key.  Undo itself
579 can be undone.  Another @kbd{u} will change the direction.  The presence
580 of repeatable undo means that @kbd{U}, undoing lines, is not very
581 important.  Therefore, @kbd{U} also calls @code{viper-undo}.
582 @cindex multiple undo
583 @cindex undo
586 @item Counts
587 Most commands, @kbd{~}, @kbd{[[}, @kbd{p}, @kbd{/}, @dots{}, etc., take counts.
589 @comment ]] Just to balance parens
590 @item Regexps
591 Viper uses Emacs Regular Expressions for searches.  These are a superset of
592 Vi regular
593 expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L},
594 @dots{}, etc.  @xref{Regexps,,Syntax of Regular Expressions,emacs,The
595 GNU Emacs Manual}, for details.
596 Files specified to @kbd{:e} use @code{csh} regular expressions
597 (globbing, wildcards, what have you).
598 However, the function @code{viper-toggle-search-style}, bound to @kbd{C-c /},
599 lets the user switch from search with regular expressions to plain vanilla
600 search and vice versa.  It also lets one switch from case-sensitive search
601 to case-insensitive and back.
602 @xref{Viper Specials}, for more details.
603 @cindex regular expressions
604 @cindex vanilla search
605 @cindex case-sensitive search
606 @cindex case-insensitive search
607 @kindex @kbd{C-c /}
609 @item Ex commands
610 @cindex Ex commands
611 The current working directory of a buffer is automatically inserted in the
612 minibuffer if you type @kbd{:e} then space.  Absolute filenames are
613 required less often in Viper.  For file names, Emacs uses a convention that
614 is slightly different from other programs.  It is designed to minimize the
615 need for deleting file names that Emacs provides in its prompts.  (This is
616 usually convenient, but occasionally the prompt may suggest a wrong file
617 name for you.)  If you see a prompt @kbd{/usr/foo/} and you wish to edit the
618 file @kbd{~/.viper}, you don't have to erase the prompt.  Instead, simply
619 continue typing what you need.  Emacs will interpret @kbd{/usr/foo/~/.viper}
620 correctly.  Similarly, if the prompt is @kbd{~/foo/} and you need to get to
621 @kbd{/bar/file}, keep typing.  Emacs interprets @kbd{~/foo//bar/} as
622 @kbd{/bar/file}, since when it sees @samp{//}, it understands that
623 @kbd{~/foo/} is to be discarded.
625 The command @kbd{:cd} will change the default directory for the
626 current buffer.  The command @kbd{:e} will interpret the
627 filename argument in @code{csh}.  @xref{Customization}, if you
628 want to change the default shell.
629 The command @kbd{:next} takes counts from
630 @kbd{:args}, so that @kbd{:rew} is obsolete.  Also, @kbd{:args} will show only
631 the invisible files (i.e., those that are not currently seen in Emacs
632 windows).
634 When applicable, Ex commands support file completion and history.  This
635 means that by typing a partial file name and then @key{TAB}, Emacs will try
636 to complete the name or it will offer a menu of possible completions.
637 This works similarly to Tcsh and extends the behavior of Csh.  While Emacs
638 is waiting for a file name, you can type @kbd{M-p} to get the previous file
639 name you typed.  Repeatedly typing @kbd{M-p} and @kbd{M-n} will let you
640 browse through the file history.
642 Like file names, partially typed Ex commands can be completed by typing
643 @key{TAB}, and Viper keeps the history of Ex commands.  After typing
644 @kbd{:}, you can browse through the previously entered Ex commands by
645 typing @kbd{M-p} and @kbd{M-n}.  Viper tries to rationalize when it puts Ex
646 commands on the history list.  For instance, if you typed @kbd{:w!@: foo},
647 only @kbd{:w!} will be placed on the history list.  This is because the
648 last history element is the default that can be invoked simply by typing
649 @kbd{: @key{RET}}.  If @kbd{:w!@: foo} were placed on the list, it would be all to
650 easy to override valuable data in another file.  Reconstructing the full
651 command, @kbd{:w!@: foo}, from the history is still not that hard, since Viper
652 has a separate history for file names.  By typing @kbd{: M-p}, you will get
653 @kbd{:w!} in the minibuffer.  Then, repeated @kbd{M-p} will get you through
654 the file history, inserting one file name after another.
656 In contrast to @kbd{:w!@: foo}, if the command were @kbd{:r foo}, the entire
657 command will appear in the history list.  This is because having @kbd{:r}
658 alone as a default is meaningless, since this command requires a file
659 argument.
660 @refill
661 @end table
662 @noindent
663 As in Vi, Viper's destructive commands can be re-executed by typing `@kbd{.}'.
664 However, in addition, Viper keeps track of the history of such commands.  This
665 history can be perused by typing @kbd{C-c M-p} and @kbd{C-c M-n}.
666 Having found the appropriate command, it can be then executed by typing
667 `@kbd{.}'.
668 @xref{Improvements over Vi}, for more information.
670 @node Insert State, Replace State, Vi State, States in Viper
671 @subsection Insert State
673 @cindex Insert state
675 To avoid confusing the beginner (at Viper level 1 and 2), Viper makes only the
676 standard Vi keys available in Insert state.  The implication is that
677 Emacs major modes cannot be used in Insert state.
678 It is strongly recommended that as soon as you are comfortable, make the
679 Emacs state bindings visible (by changing your user level to 3 or higher).
680 @xref{Customization},
681 to see how to do this.@refill
683 Once this is done, it is possible to do quite a bit of editing in
684 Insert state.  For instance, Emacs has a @dfn{yank} command, @kbd{C-y},
685 which is similar to Vi's @kbd{p}.  However, unlike @kbd{p}, @kbd{C-y} can be
686 used in Insert state of Viper.  Emacs also has a kill ring where it keeps
687 pieces of text you deleted while editing buffers.  The command @kbd{M-y} is
688 used to delete the text previously put back by Emacs's @kbd{C-y} or by Vi's
689 @kbd{p} command and reinsert text that was placed on the kill-ring earlier.
691 This works both in Vi and Insert states.
692 In Vi state, @kbd{M-y} is a much better alternative to the usual Vi's way
693 of recovering the 10 previously deleted chunks of text.  In Insert state,
694 you can
695 use this as follows.  Suppose you deleted a piece of text and now you need
696 to re-insert it while editing in Insert mode.  The key @kbd{C-y} will put
697 back the most recently deleted chunk.  If this is not what you want, type
698 @kbd{M-y} repeatedly and, hopefully, you will find the chunk you want.
700 Finally, in Insert and Replace states, Viper provides the history of
701 pieces of text inserted in previous insert or replace commands.  These
702 strings of text can be recovered by repeatedly typing @kbd{C-c M-p} or
703 @kbd{C-c M-n} while in Insert or Replace state.  (This feature is disabled
704 in the minibuffer: the above keys are usually bound to other histories,
705 which are more appropriate in the minibuffer.)
708 @cindex Meta key
710 You can call Meta functions from Insert state.  As in Vi state, the Meta key
711 is @kbd{C-\}.  Thus @kbd{M-x} is typed as @kbd{C-\ x}.
713 Other Emacs commands that are useful in Insert state are @kbd{C-e}
714 and @kbd{C-a}, which move the cursor to the end and the beginning of the
715 current line, respectively.  You can also use @kbd{M-f} and @kbd{M-b},
716 which move the cursor forward (or backward) one word.
717 If your display has a Meta key, these functions are invoked by holding the
718 Meta key and then typing @kbd{f} and @kbd{b}, respectively.  On displays
719 without the Meta key, these functions are invoked by typing
720 @kbd{C-\ f} and @kbd{C-\ b} (@kbd{C-\} simulates the Meta key in Insert
721 state, as explained above).
723 The key @kbd{C-z} is sometimes also useful in Insert state: it allows you
724 to execute a single command in Vi state without leaving the Insert state!
725 For instance, @kbd{C-z d2w} will delete the next two words without leaving
726 the Insert state.
728 When Viper is in Insert state, you will see <I> in the mode line.
730 @node Replace State,, Insert State, States in Viper
731 @subsection Replace State
733 @cindex Replace state
735 This state is entered through Vi replacement commands, such as @kbd{C},
736 @kbd{cw}, etc., or by typing @kbd{R}.  In Replace state, Viper puts <R> in
737 the mode line to let you know which state is in effect.  If Replace state is
738 entered through @kbd{R}, Viper stays in that state until the user hits
739 @key{ESC}.  If this state is entered via the other replacement commands,
740 then Replace state is in effect until you hit @key{ESC} or until you cross
741 the rightmost boundary of the replacement region.  In the latter case, Viper
742 changes its state from Replace to Insert (which you will notice by the
743 change in the mode line).
745 Since Viper runs under Emacs, it is possible to switch between buffers
746 while in Replace state.  You can also move the cursor using the arrow keys
747 (even on dumb terminals!)@: and the mouse.  Because of this freedom (which is
748 unattainable in regular Vi), it is possible to take the cursor outside the
749 replacement region.  (This may be necessary for several reasons, including
750 the need to enable text selection and region-setting with the mouse.)
752 The issue then arises as to what to do when the user
753 hits the @key{ESC} key.  In Vi, this would cause the text between cursor and
754 the end of the replacement region to be deleted.  But what if, as is
755 possible in Viper, the cursor is not inside the replacement region?
757 To solve the problem, Viper keeps track of the last cursor position while it
758 was still inside the replacement region.  So, in the above situation, Viper
759 would delete text between this position and the end of the replacement
760 region.
762 @node The Minibuffer,Multiple Files in Viper, States in Viper, Overview
763 @section The Minibuffer
765 @cindex Minibuffer
767 The minibuffer is where commands are entered in.  Editing can be done
768 by commands from Insert state, namely:
770 @table @kbd
771 @item C-h
772 Backspace
773 @item C-w
774 Delete Word
775 @item C-u
776 Erase line
777 @item C-v
778 Quote the following character
779 @item @key{RET}
780 Execute command
781 @item C-g and C-]
782 Emacs quit and abort keys.  These may be necessary.  @xref{Vi State}, for an
783 explanation.
784 @item M-p and M-n
785 These keys are bound to functions that peruse minibuffer history.  The
786 precise history to be perused depends on the context.  It may be the history
787 of search strings, Ex commands, file names, etc.
788 @item C-s
789 If the minibuffer is entered via the Viper search commands @kbd{/} or
790 @kbd{?}, then this key inserts the last search string used by the
791 Emacs incremental search command
792 (which is bound to @kbd{C-s} everywhere except in this case).
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 file names
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 file names that Emacs suggests in its
874 prompts, if a suggested file 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. For example, use `:n3' to move to the third file in that list.
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, since
895 @kbd{:ab} is considered obsolete, since Emacs has much
896 more powerful facilities for defining 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 file names.  Once you type a wildcard, the completer will
1130 no longer work for that file name.  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 (or simply by typing @kbd{:customize}).  All Viper
1197 faces are grouped together under Viper's
1198 @emph{Highlighting} group.
1200 Try it: it is really simple!
1202 @node Abbreviation Facilities,Movement and Markers,Improved Search,Improvements over Vi
1203 @section Abbreviation Facilities
1205 @cindex abbrevs
1207 It is possible in Emacs to define abbrevs based on the contents of the
1208 buffer.
1209 Sophisticated templates can be defined using the Emacs abbreviation
1210 facilities.  @xref{Abbrevs,,Abbreviations,emacs,The GNU Emacs Manual}, for
1211 details.
1213 @cindex dynamic abbrevs
1215 Emacs also provides Dynamic Abbreviations.  Given a partial word, Emacs
1216 will search the buffer to find an extension for this word.  For instance,
1217 one can type @samp{Abbreviations} by typing @samp{A}, followed by a keystroke
1218 that completed the @samp{A} to @samp{Abbreviations}.  Repeated typing
1219 will search further back in the buffer, so that one could get
1220 @samp{Abbrevs} by repeating the
1221 keystroke, which appears earlier in the text.  Emacs binds this to
1222 @kbd{@key{ESC} /}, so you will have to find a key and bind the function
1223 @code{dabbrev-expand} to that key.
1224 Facilities like this make Vi's @kbd{:ab} command obsolete.
1226 @node Movement and Markers, New Commands, Abbreviation Facilities, Improvements over Vi
1227 @section Movement and Markers
1229 @cindex Ex style motion
1230 @cindex line editor motion
1232 Viper can be set free from the line--limited movements in Vi, such as @kbd{l}
1233 refusing to move beyond the line, @key{ESC} moving one character back,
1234 etc.  These derive from Ex, which is a line editor.  If your @file{.viper}
1235 contains
1237 @example
1238 @code{(setq viper-ex-style-motion nil)}
1239 @end example
1241 @noindent
1242 the motion will be a true screen editor motion.  One thing you must then
1243 watch out for is that it is possible to be on the end-of-line character.
1244 The keys @kbd{x} and @kbd{%} will still work correctly, i.e., as if they
1245 were on the last character.
1247 @vindex @code{viper-syntax-preference}
1248 @cindex syntax table
1250 The word-movement commands @kbd{w}, @kbd{e}, etc., and the associated
1251 deletion/yanking commands, @kbd{dw}, @kbd{yw}, etc., can be made to
1252 understand Emacs syntax tables.  If the variable
1253 @code{viper-syntax-preference} is set to @code{strict-vi} then
1254 the meaning of @emph{word} is the same as in
1255 Vi.  However, if the value is @code{reformed-vi} (the default) then the
1256 alphanumeric symbols will be those specified by the current Emacs syntax
1257 table (which may be different for different major modes) plus the
1258 underscore symbol @kbd{_}, minus some non-word symbols, like '.;,|, etc.
1259 Both @code{strict-vi} and @code{reformed-vi} work close to Vi in
1260 traditional cases, but @code{reformed-vi} does a better job when editing
1261 text in non-Latin alphabets.
1263 The user can also specify the value @code{emacs}, which would
1264 make Viper use exactly the Emacs notion of word.  In particular, the
1265 underscore may not be part of a word.  Finally, if
1266 @code{viper-syntax-preference} is set to @code{extended}, Viper words would
1267 consist of characters that are classified as alphanumeric @emph{or} as
1268 parts of symbols.  This is convenient for writing programs and in many other
1269 situations.
1271 @code{viper-syntax-preference} is a local variable, so it can have different
1272 values for different major modes.  For instance, in programming modes it can
1273 have the value @code{extended}.  In text modes where words contain special
1274 characters, such as European (non-English) letters, Cyrillic letters, etc.,
1275 the value can be @code{reformed-vi} or @code{emacs}.
1277 Changes to @code{viper-syntax-preference} should be done in the hooks to
1278 various major modes by executing @code{viper-set-syntax-preference} as in
1279 the following example:
1281 @example
1282 (viper-set-syntax-preference nil "emacs")
1283 @end example
1285 @findex @code{viper-set-syntax-preference}
1287 The above discussion of the meaning of Viper's words concerns only Viper's
1288 movement commands.  In regular expressions, words remain the same as in
1289 Emacs.  That is, the expressions @code{\w}, @code{\>}, @code{\<}, etc., use
1290 Emacs's idea of what is a word, and they don't look into the value of
1291 variable @code{viper-syntax-preference}.  This is because Viper doesn't change
1292 syntax tables in fear of upsetting the various major modes that set these
1293 tables.
1295 @cindex textmarkers
1297 Textmarkers in Viper remember the file and the position, so that you can
1298 switch files by simply doing @kbd{'a}.  If you set up a regimen for using
1299 Textmarkers, this is very useful.  Contents of textmarkers can be viewed
1300 by @kbd{[marker}.  (Contents of registers can be viewed by @kbd{]register}).
1302 @node New Commands, Useful Packages, Movement and Markers, Improvements over Vi
1303 @section New Commands
1305 These commands have no Vi analogs.
1307 @table @kbd
1308 @item C-x, C-c
1309 @kindex @kbd{C-x}
1310 @kindex @kbd{C-c}
1311 These two keys invoke many important Emacs functions.  For example, if you
1312 hit @kbd{C-x} followed by @kbd{2}, then the current window will be split
1313 into 2.  Except for novice users, @kbd{C-c} is also set to execute an Emacs
1314 command from the current major mode.  @key{ESC} will do the same, if you
1315 configure @key{ESC} as Meta by setting @code{viper-no-multiple-ESC} to @code{nil}
1316 in @file{.viper}.  @xref{Customization}.  @kbd{C-\} in Insert, Replace, or Vi
1317 states will make Emacs think @kbd{Meta} has been hit.@refill
1318 @item \
1319 @kindex @kbd{\}
1320 Escape to Emacs to execute a single Emacs command.  For instance,
1321 @kbd{\ @key{ESC}} will act like a Meta key.
1322 @item Q
1323 @kindex @kbd{Q}
1324 @cindex query replace
1325 @kbd{Q} is for query replace.  By default,
1326 each string to be replaced is treated as a regular expression.  You can use
1327 @code{(setq viper-re-query-replace nil)} in your @file{.emacs} file to
1328 turn this off.  (For normal searches, @kbd{:se nomagic} will work.  Note
1329 that @kbd{:se nomagic} turns Regexps off completely, unlike Vi).
1330 @item v
1331 @itemx V
1332 @itemx C-v
1333 @kindex @kbd{v}
1334 @kindex @kbd{V}
1335 @kindex @kbd{C-v}
1336 These keys are used to visit files.  @kbd{v} will switch to a buffer
1337 visiting file whose name can be entered in the minibuffer.  @kbd{V} is
1338 similar, but will use a window different from the current window.
1339 @kbd{C-v} is like @kbd{V}, except that a new frame (X window) will be used
1340 instead of a new Emacs window.
1341 @item #
1342 @kindex @kbd{#}
1343 If followed by a certain character @var{ch}, it becomes an operator whose
1344 argument is the region determined by the motion command that follows
1345 (indicated as <move>).
1346 Currently, @var{ch} can be one of @kbd{c}, @kbd{C}, @kbd{g}, @kbd{q}, and
1347 @kbd{s}.  For instance, @kbd{#qr} will prompt you for a string and then
1348 prepend this string to each line in the buffer.@refill
1349 @item # c
1350 @kindex @kbd{#c<move>}
1351 @cindex changing case
1352 Change upper-case characters in the region to lower-case
1353 (@code{downcase-region}).
1354 Emacs command @kbd{M-l} does the same for words.
1355 @item # C
1356 @kindex @kbd{#C<move>}
1357 Change lower-case characters in the region to upper-case.  For instance,
1358 @kbd{# C 3 w} will capitalize 3 words from the current point
1359 (@code{upcase-region}).
1360 Emacs command @kbd{M-u} does the same for words.
1361 @item # g
1362 @kindex @kbd{#g<move>}
1363 Execute last keyboard macro for each line in the region
1364 (@code{viper-global-execute}).@refill
1365 @item # q
1366 @kindex @kbd{#q<move>}
1367 Insert specified string at the beginning of each line in the region
1368 (@code{viper-quote-region}).  The default string is composed of the comment
1369 character(s) appropriate for the current major mode.
1370 @item # s
1371 @kindex @kbd{#s<move>}
1372 Check spelling of words in the region (@code{spell-region}).
1373 The function used for spelling is determined from the variable
1374 @code{viper-spell-function}.
1375 @vindex @code{viper-spell-function}
1376 @item *
1377 @kindex @kbd{*}
1378 Call last keyboard macro.
1379 @item m .
1380 Set mark at point and push old mark off the ring
1381 @item m<
1382 @item m>
1383 Set mark at beginning and end of buffer, respectively.
1384 @item m,
1385 Jump to mark and pop mark off the ring.  @xref{Mark,,Mark,emacs,The GNU
1386 Emacs Manual}, for more info.
1387 @item ] register
1388 @kindex @kbd{]<a-z>}
1389 View contents of register
1390 @item [ textmarker
1391 @kindex @kbd{[<a-z>}
1392 View filename and position of textmarker
1393 @item @@#
1394 @item @@register
1395 @item @@!
1396 @kindex @kbd{@@#}
1397 @kindex @kbd{@@<a-z>}
1398 @kindex @kbd{@@!}
1399 @cindex keyboard macros
1400 @cindex register execution
1402 Begin/end keyboard macro.  @@register has a different meaning when used after
1403 a @kbd{@@#}.  @xref{Macros and Registers}, for details
1404 @item []
1405 @kindex @kbd{[]}
1406 Go to end of heading.
1407 @item g <@emph{movement command}>
1408 Search buffer for text delimited by movement command.  The canonical
1409 example is @kbd{gw} to search for the word under the cursor.
1410 @xref{Improved Search}, for details.@refill
1411 @item C-g and C-]
1412 @kindex @kbd{C-g}
1413 @kindex @kbd{C-]}
1414 Quit and Abort Recursive edit.  These may be necessary on occasion.
1415 @xref{Vi State}, for a reason.
1416 @item C-c C-g
1417 @kindex @kbd{C-c C-g}
1418 Hitting @kbd{C-c} followed by @kbd{C-g} will display the information on the
1419 current buffer.  This is the same as hitting @kbd{C-g} in Vi, but, as
1420 explained above, @kbd{C-g} is needed for other purposes in Emacs.
1421 @item C-c /
1422 @kindex @kbd{C-c /}
1423 Without a prefix argument, this command toggles
1424 case-sensitive/case-insensitive search modes and plain vanilla/regular
1425 expression search.  With the prefix argument 1, i.e.,
1426 @kbd{1 C-c /}, this toggles case-sensitivity; with the prefix argument 2,
1427 toggles plain vanilla search and search using
1428 regular expressions.  @xref{Viper Specials}, for alternative ways to invoke
1429 this function.
1430 @cindex vanilla search
1431 @cindex case-sensitive search
1432 @cindex case-insensitive search
1434 @item M-p and M-n
1435 @kindex @kbd{M-p}
1436 @kindex @kbd{M-n}
1437 In the minibuffer, these commands navigate through the minibuffer
1438 histories, such as the history of search strings, Ex commands, etc.
1440 @item C-s
1441 @kindex @kbd{C-s}
1442 If the minibuffer is entered via a Viper search commands @kbd{/} or @kbd{?},
1443 then typing this key inserts the last search string used by the
1444 Emacs incremental search command (that is bound to @kbd{C-s} everywhere
1445 except in this case).
1447 @item C-c M-p and C-c M-n
1448 @kindex @kbd{C-c M-p}
1449 @kindex @kbd{C-c M-n}
1450 @cindex Insertion history
1451 @cindex Insertion ring
1452 @cindex Command history
1453 @cindex Command ring
1455 In Insert or Replace state, these commands let  the user
1456 peruse the history of insertion strings used in previous insert or replace
1457 commands.  Try to hit @kbd{C-c M-p} or @kbd{C-c M-n} repeatedly and see what
1458 happens.  @xref{Viper Specials}, for more.
1460 In Vi state, these commands let the user peruse the history of Vi-style
1461 destructive commands, such as @kbd{dw}, @kbd{J}, @kbd{a}, etc.
1462 By repeatedly typing @kbd{C-c M-p} or @kbd{C-c M-n} you will cycle Viper
1463 through the recent history of Vi commands, displaying the commands one by
1464 one.  Once
1465 an appropriate command is found, it can be executed by typing `@kbd{.}'.
1467 Since typing @kbd{C-c M-p} is tedious, it is more convenient to bind an
1468 appropriate function to a function key on the keyboard and use that key.
1469 @xref{Viper Specials}, for details.
1471 @item Ex commands
1472 @findex  @kbd{:args}
1473 @findex  @kbd{:n}
1474 @findex  @kbd{:pwd}
1475 @findex  @kbd{:pre}
1476 The commands @kbd{:args}, @kbd{:next}, @kbd{:pre} behave
1477 differently.  @kbd{:pwd} exists to get current directory.
1478 The commands @kbd{:b} and @kbd{:B} switch buffers around.  @xref{File and
1479 Buffer Handling}, for details.
1480 There are also the new commands @kbd{:RelatedFile} and
1481 @kbd{PreviousRelatedFile} (which abbreviate to @kbd{R} and @kbd{P},
1482 respectively.  @xref{Viper Specials}, for details.
1483 @findex @kbd{:RelatedFile}
1484 @findex @kbd{:PreviousRelatedFile}
1485 @end table
1487 Apart from the new commands, many old commands have been enhanced.  Most
1488 notably, Vi style macros are much more powerful in Viper than in Vi.  @xref{Vi
1489 Macros}, for details.
1491 @node Useful Packages, ,New Commands, Improvements over Vi
1492 @section Useful Packages
1494 Some Emacs packages are mentioned here as an aid to the new Viper user, to
1495 indicate what Viper is capable of.
1496 A vast number comes with the standard Emacs distribution, and many more exist
1497 on the net and on the archives.
1499 This manual also mentions some Emacs features a new user
1500 should know about.  The details of these are found in the GNU Emacs
1501 Manual.
1503 The features first.  For details, look up the Emacs Manual.
1505 @table @samp
1506 @item Make
1507 @cindex make
1508 @cindex compiling
1510 Makes and Compiles can be done from the editor.  Error messages will be
1511 parsed and you can move to the error lines.
1512 @item Shell
1513 @cindex shell
1514 @cindex interactive shell
1515 You can talk to Shells from inside the editor.  Your entire shell session
1516 can be treated as a file.
1517 @item Mail
1518 @cindex email
1519 @cindex mail
1520 Mail can be read from and sent within the editor.  Several sophisticated
1521 packages exist.
1522 @item Language Sensitive Editing
1523 Editing modes are written for most computer languages in existence.  By
1524 controlling indentation, they catch punctuation errors.
1525 @end table
1527 The packages, below, represents a drop in the sea of special-purpose
1528 packages that come with standard distribution of Emacs.
1530 @table @samp
1531 @item Transparent FTP
1532 @cindex transparent ftp
1533 @pindex ange-ftp.el
1534 @code{ange-ftp.el} can ftp from the editor to files on other machines
1535 transparent to the user.
1536 @item RCS Interfaces
1537 @cindex version maintenance
1538 @cindex RCS
1539 @pindex vc.el
1540 @code{vc.el} for doing RCS commands from inside the editor
1541 @item Directory Editor
1542 @cindex dired
1543 @pindex dired.el
1544 @code{dired.el} for editing contents of directories and for navigating in
1545 the file system.
1546 @item Syntactic Highlighting
1547 @cindex font-lock
1548 @pindex font-lock.el
1549 @code{font-lock.el} for automatic highlighting various parts of a buffer
1550 using different fonts and colors.
1551 @item Saving Emacs Configuration
1552 @cindex desktop
1553 @pindex desktop.el
1554 @code{desktop.el} for saving/restoring configuration on Emacs exit/startup.
1555 @item Spell Checker
1556 @cindex ispell
1557 @pindex ispell.el
1558 @code{ispell.el} for spell checking the buffer, words, regions, etc.
1559 @item File and Buffer Comparison
1560 @cindex ediff
1561 @pindex ediff.el
1562 @code{ediff.el} for finding differences between files and for applying
1563 patches.
1564 @end table
1566 @noindent
1567 Emacs Lisp archives exist on
1568 @samp{archive.cis.ohio-state.edu}
1569 and @samp{wuarchive.wustl.edu}@refill
1572 @node Customization,Commands,Improvements over Vi,Top
1573 @chapter Customization
1575 @cindex customization
1577 Customization can be done in 2 ways.
1579 @itemize @bullet
1580 @item
1581 @cindex initialization
1582 @cindex .viper
1583 Elisp code in a @file{.viper} file in your home directory.  Viper
1584 loads @file{.viper} just before it does the binding for mode
1585 hooks.  This is recommended for experts only.
1586 @item
1587 @cindex .emacs
1588 Elisp code in your @file{.emacs} file before and after the @code{(require
1589 'viper)} line.  This method is @emph{not} recommended, unless you know what
1590 you are doing.  Only two variables, @code{viper-mode} and
1591 @code{viper-custom-file-name}, are supposed to be customized in @file{.emacs},
1592 prior to loading Viper (i.e., prior to @code{(require 'viper)} command.@refill
1593 @item
1594 @cindex :customize
1595 By executing the @kbd{:customize} Ex command. This takes you to the Emacs
1596 customization widget, which lets you change the values of Viper
1597 customizable variables easily. This method is good for novice and
1598 experts alike. The customization code in the form of Lisp commands will be
1599 placed in @file{~/.emacs} or some other customization file depending on the
1600 version of Emacs that you use. Still, it is recommended to separate
1601 Viper-related customization produced by the Emacs customization widget
1602 and keep it in the @file{.viper} file.
1604 Some advanced customization cannot be accomplished this way, however, and
1605 has to be done in Emacs Lisp in the @file{.viper} file.  For the common
1606 cases, examples are provided that you can use directly.
1607 @end itemize
1610 @menu
1611 * Rudimentary Changes::          Simple constant definitions.
1612 * Key Bindings::                 Enabling Emacs Keys, Rebinding keys, etc.
1613 * Packages that Change Keymaps:: How to deal with such beasts.
1614 * Viper Specials::               Special Viper commands.
1615 * Vi Macros::                    How to do Vi style macros.
1616 @end menu
1618 @node Rudimentary Changes,Key Bindings,Customization,Customization
1619 @section Rudimentary Changes
1621 @cindex setting variables
1622 @cindex variables for customization
1623 @findex @kbd{:set}
1625 An easy way to customize Viper is to change the values of constants used in
1626 Viper.  Here is the list of the constants used in Viper and their default
1627 values.  The corresponding :se command is also indicated.  (The symbols
1628 @code{t} and @code{nil} represent ``true'' and ``false'' in Lisp).
1630 Viper supports both the abbreviated Vi variable names and their full
1631 names.  Variable completion is done on full names only.  @key{TAB} and
1632 @key{SPC} complete
1633 variable names.  Typing `=' will complete the name and then will prompt for
1634 a value, if applicable.  For instance, @kbd{:se au @key{SPC}} will complete the
1635 command to @kbd{:set autoindent}; @kbd{:se ta @key{SPC}} will complete the command
1636 and prompt further like this: @kbd{:set tabstop = }.
1637 However, typing @kbd{:se ts @key{SPC}} will produce a ``No match'' message
1638 because @kbd{ts} is an abbreviation for @kbd{tabstop} and Viper supports
1639 completion on full names only.  However, you can still hit @key{RET}
1640 or @kbd{=}, which will complete the command like this: @kbd{:set ts = } and
1641 Viper will be waiting for you to type a value for the tabstop variable.
1642 To get the full list of Vi variables, type @kbd{:se @key{SPC} @key{TAB}}.
1644 @table @code
1645 @item viper-auto-indent nil
1646 @itemx :se ai (:se autoindent)
1647 @itemx :se ai-g (:se autoindent-global)
1648 If @code{t}, enable auto indentation.
1649 by @key{RET}, @kbd{o} or @kbd{O} command.
1651 @code{viper-auto-indent} is a local variable.  To change the value globally, use
1652 @code{setq-default}.  It may be useful for certain major modes to have their
1653 own values of @code{viper-auto-indent}.  This can be achieved by using
1654 @code{setq} to change the local value of this variable in the hooks to the
1655 appropriate major modes.
1657 @kbd{:se ai} changes the value of @code{viper-auto-indent} in the current
1658 buffer only; @kbd{:se ai-g} does the same globally.
1659 @item viper-electric-mode t
1660 If not @code{nil}, auto-indentation becomes electric, which means that
1661 @key{RET}, @kbd{O}, and @kbd{o} indent cursor according to the current
1662 major mode.  In the future, this variable may control additional electric
1663 features.
1665 This is a local variable: @code{setq} changes the value of this variable
1666 in the current buffer only.  Use @code{setq-default} to change the value in
1667 all buffers.
1668 @item viper-case-fold-search nil
1669 @itemx :se ic (:se ignorecase)
1670 If not @code{nil}, search ignores cases.
1671 This can also be toggled by quickly hitting @kbd{/} twice.
1672 @item viper-re-search nil
1673 @itemx :se magic
1674 If not @code{nil}, search will use regular expressions; if @code{nil} then
1675 use vanilla search.
1676 This behavior can also be toggled by quickly hitting @kbd{/} trice.
1677 @item buffer-read-only
1678 @itemx :se ro (:se readonly)
1679 Set current buffer to read only.  To change globally put
1680 @code{(setq-default buffer-read-only t)} in your @file{.emacs} file.
1681 @item blink-matching-paren t
1682 @itemx :se sm (:se showmatch)
1683 Show matching parens by blinking cursor.
1684 @item tab-width t (default setting via @code{setq-default})
1685 @itemx :se ts=value (:se tabstop=value)
1686 @itemx :se ts-g=value (:se tabstop-global=value)
1687 @code{tab-width} is a local variable that controls the width of the tab stops.
1688 To change the value globally, use @code{setq-default}; for local settings,
1689 use @code{setq}.
1691 The command @kbd{:se ts}
1692 sets the tab width in the current
1693 buffer only; it has no effect on other buffers.
1695 The command @kbd{:se ts-g} sets tab width globally,
1696 for all buffers where the tab is not yet set locally,
1697 including the new buffers.
1699 Note that typing @key{TAB} normally
1700 doesn't insert the tab, since this key is usually bound to
1701 a text-formatting function, @code{indent-for-tab-command} (which facilitates
1702 programming and document writing).  Instead, the tab is inserted via the
1703 command @code{viper-insert-tab}, which is bound to @kbd{S-tab} (shift + tab).
1705 On some non-windowing terminals, Shift doesn't modify the @key{TAB} key, so
1706 @kbd{S-tab} behaves as if it were @key{TAB}.  In such a case, you will have
1707 to bind @code{viper-insert-tab} to some other convenient key.
1709 @item viper-shift-width 8
1710 @itemx :se sw=value  (:se shiftwidth=value)
1711 The number of columns shifted by @kbd{>} and @kbd{<} commands.
1712 @item viper-search-wrap-around t
1713 @itemx :se ws (:se wrapscan)
1714 If not @code{nil}, search wraps around the end/beginning of buffer.
1715 @item viper-search-scroll-threshold 2
1716 If search lands within this many lines of the window top or bottom, the
1717 window will be scrolled up or down by about 1/7-th of its size, to reveal
1718 the context.  If the value is negative---don't scroll.
1719 @item viper-tags-file-name "TAGS"
1720 The name of the file used as the tag table.
1721 @item viper-re-query-replace nil
1722 If not @code{nil}, use reg-exp replace in query replace.
1723 @item viper-want-ctl-h-help nil
1724 If not @code{nil}, @kbd{C-h} is bound to @code{help-command};
1725 otherwise, @kbd{C-h} is bound as usual in Vi.
1726 @item viper-vi-style-in-minibuffer t
1727 If not @code{nil}, Viper provides a high degree of compatibility with Vi
1728 insert mode when you type text in the minibuffer; if @code{nil}, typing in
1729 the minibuffer feels like plain Emacs.
1730 @item viper-no-multiple-ESC t
1731 If you set this to @code{nil}, you can use @key{ESC} as Meta in Vi state.
1732 Normally, this is not necessary, since graphical displays have separate
1733 Meta keys (usually on each side of the space bar).  On a dumb terminal, Viper
1734 sets this variable to @code{twice}, which is almost like @code{nil}, except
1735 that double @key{ESC} beeps.  This, too, lets @key{ESC} to be used as a Meta.
1736 @item viper-fast-keyseq-timeout 200
1737 Key sequences separated by this many milliseconds are treated as Vi-style
1738 keyboard macros.  If the key sequence is defined as such a macro, it will be
1739 executed.  Otherwise, it is processed as an ordinary sequence of typed keys.
1741 Setting this variable too high may slow down your typing.  Setting it too
1742 low may make it hard to type macros quickly enough.
1743 @item viper-ex-style-motion t
1744 Set this to @code{nil}, if you want @kbd{l,h} to cross
1745 lines, etc.  @xref{Movement and Markers}, for more info.
1746 @item viper-ex-style-editing t
1747 Set this to @code{nil}, if you want
1748 @kbd{C-h} and @key{DEL} to not stop
1749 at the beginning of a line in Insert state, @key{X} and @key{x} to delete
1750 characters across lines in Vi command state, etc.
1751 @item viper-ESC-moves-cursor-back t
1752 It @code{t}, cursor moves back 1 character when switching from insert state to vi
1753 state.  If @code{nil}, the cursor stays where it was before the switch.
1754 @item viper-always t
1755 @code{t} means: leave it to Viper to decide when a buffer must be brought
1756 up in Vi state,
1757 Insert state, or Emacs state.  This heuristics works well in virtually all
1758 cases.  @code{nil} means you either has to invoke @code{viper-mode} manually
1759 for each buffer (or you can add @code{viper-mode} to the appropriate major mode
1760 hooks using @code{viper-load-hook}).
1762 This option must be set in the file @file{~/.viper}.
1763 @item viper-custom-file-name "~/.viper"
1764 File used for Viper-specific customization.
1765 Change this setting, if you want.  Must be set in @file{.emacs} (not @file{.viper}!)
1766 before Viper is loaded.  Note that you
1767 have to set it as a string inside double quotes.
1768 @item viper-spell-function 'ispell-region
1769 Function used by the command @kbd{#c<move>} to spell.
1770 @item viper-glob-function
1771 The value of this variable is the function symbol used to expand wildcard
1772 symbols. This is platform-dependent. The default tries to set this variable
1773 to work with most shells, MS Windows, OS/2, etc. However, if it
1774 doesn't work the way you expect, you should write your own.
1775 Use @code{viper-glob-unix-files} and @code{viper-glob-mswindows-files} in
1776 @file{viper-util.el} as examples.
1778 This feature is used to expand wildcards in the Ex command @kbd{:e}.
1779 Note that Viper doesn't support wildcards in the @kbd{:r} and @kbd{:w}
1780 commands, because file completion is a better mechanism.
1781 @findex @code{viper-glob-function}
1783 @item ex-cycle-other-window t
1784 If not @code{nil}, @kbd{:n} and @kbd{:b} will cycle through files in another
1785 window, if one exists.
1786 @item ex-cycle-through-non-files nil
1787 @kbd{:n} does not normally cycle through buffers.  Set this to get
1788 buffers also.
1789 @item viper-want-emacs-keys-in-insert
1790 This is set to @code{nil} for user levels 1 and 2 and to @code{t} for user
1791 levels 3 and 4.  Users who specify level 5 are allowed to set this variable
1792 as they please (the default for this level is @code{t}).  If set to
1793 @code{nil}, complete Vi compatibility is provided in Insert state.  This is
1794 really not recommended, as this precludes you from using language-specific
1795 features provided by the major modes.
1796 @item viper-want-emacs-keys-in-vi
1797 This is set to @code{nil} for user
1798 level 1 and to @code{t} for user levels 2--4.
1799 At level 5, users are allowed to set this variable as they please (the
1800 default for this level is @code{t}).
1801 If set to @code{nil}, complete Vi compatibility is provided
1802 in Vi command state.  Setting this to @code{nil} is really a bad idea,
1803 unless you are a novice, as this precludes the use
1804 of language-specific features provided by the major modes.
1805 @item viper-keep-point-on-repeat t
1806 If not @code{nil}, point is not moved when the user repeats the previous
1807 command by typing `.'  This is very useful for doing repeated changes with
1808 the @kbd{.} key.
1809 @item viper-repeat-from-history-key 'f12
1810 Prefix key used to invoke the macros @kbd{f12 1} and @kbd{f12 2} that repeat
1811 the second-last and the third-last destructive command.
1812 Both these macros are bound (as Viper macros) to
1813 @code{viper-repeat-from-history},
1814 which checks the second key by which it is invoked to see which of the
1815 previous commands to invoke.  Viper binds @kbd{f12 1} and @kbd{f12 2} only,
1816 but the user can bind more in @file{~/.viper}.  @xref{Vi Macros}, for how to do
1817 this.
1818 @item viper-keep-point-on-undo nil
1819 If not @code{nil}, Viper tries to not move point when undoing commands.
1820 Instead, it will briefly move the cursor to the place where change has
1821 taken place.  However, if the undone piece of text is not seen in window,
1822 then point will be moved to the place where the change took place.
1823 Set it to @code{t} and see if you like it better.
1824 @item viper-delete-backwards-in-replace nil
1825 If not @code{nil}, @key{DEL} key will delete characters while moving the cursor
1826 backwards.  If @code{nil}, the cursor will move backwards without deleting
1827 anything.
1828 @item viper-replace-overlay-face 'viper-replace-overlay-face
1829 On a graphical display, Viper highlights replacement regions instead of
1830 putting a @samp{$} at the end.  This variable controls the so called
1831 @dfn{face} used to highlight the region.
1833 By default, @code{viper-replace-overlay-face} underlines the replacement on
1834 monochrome displays and also lays a stipple over them.  On color displays,
1835 replacement regions are highlighted with color.
1837 If you know something about Emacs faces and don't like how Viper highlights
1838 replacement regions, you can change @code{viper-replace-overlay-face} by
1839 specifying a new face.  (Emacs faces are described in the Emacs Lisp
1840 reference.)  On a color display, the following customization method is
1841 usually most effective:
1842 @example
1843 (set-face-foreground viper-replace-overlay-face "DarkSlateBlue")
1844 (set-face-background viper-replace-overlay-face "yellow")
1845 @end example
1846 For a complete list of colors available to you, evaluate the expression
1847 @code{(x-defined-colors)}.  (Type it in the buffer @code{*scratch*} and then
1848 hit the @kbd{C-j} key.
1850 @item viper-replace-overlay-cursor-color  "Red"
1851 @vindex @code{viper-replace-overlay-cursor-color}
1852 Cursor color when it is inside the replacement region.
1853 This has effect only on color displays and only when Emacs runs as an X
1854 application.
1855 @item viper-insert-state-cursor-color nil
1856 @vindex @code{viper-insert-state-cursor-color}
1857 If set to a valid color, this will be the cursor color when Viper is in
1858 insert state.
1859 @item viper-emacs-state-cursor-color nil
1860 @vindex @code{viper-emacs-state-cursor-color}
1861 If set to a valid color, this will be the cursor color when Viper is in
1862 emacs state.
1863 @item viper-replace-region-end-delimiter "$"
1864 A string used to mark the end of replacement regions.  It is used only on
1865 TTYs or if @code{viper-use-replace-region-delimiters} is non-@code{nil}.
1866 @item viper-replace-region-start-delimiter  ""
1867 A string used to mark the beginning of replacement regions.  It is used
1868 only on TTYs or if @code{viper-use-replace-region-delimiters} is non-@code{nil}.
1869 @item viper-use-replace-region-delimiters
1870 If non-@code{nil}, Viper will always use @code{viper-replace-region-end-delimiter} and
1871 @code{viper-replace-region-start-delimiter} to delimit replacement regions,
1872 even on color displays (where this is unnecessary).  By default, this
1873 variable is non-@code{nil} only on TTYs or monochrome displays.
1874 @item viper-allow-multiline-replace-regions t
1875 If non-@code{nil}, multi-line text replacement regions, such as those produced by
1876 commands @kbd{c55w}, @kbd{3C}, etc., will stay around until the user exits
1877 the replacement mode.  In this variable is set to @code{nil}, Viper will
1878 emulate the standard Vi behavior, which supports only intra-line
1879 replacement regions (and multi-line replacement regions are deleted).
1880 @item viper-toggle-key "\C-z"
1881 Specifies the key used to switch from Emacs to Vi and back.
1882 Must be set in @file{.viper}.  This variable can't be
1883 changed interactively after Viper is loaded.
1885 In Insert state, this key acts as a temporary escape to Vi state, i.e., it
1886 will set Viper up so that the very next command will be executed as if it
1887 were typed in Vi state.
1888 @item viper-buffer-search-char nil
1889 Key used for buffer search.  @xref{Viper Specials}, for details.
1890 @item viper-surrounding-word-function 'viper-surrounding-word
1891 The value of this variable is a function name that is used to determine
1892 what constitutes a word clicked upon by the mouse.  This is used by mouse
1893 search and insert.
1894 @item viper-search-face 'viper-search-face
1895 Variable that controls how search patterns are highlighted when they are
1896 found.
1897 @item viper-vi-state-hook nil
1898 List of parameterless functions to be run just after entering the Vi
1899 command state.
1900 @item viper-insert-state-hook nil
1901 Same for Insert state.  This hook is also run after entering Replace state.
1902 @item viper-replace-state-hook  nil
1903 List of (parameterless) functions called just after entering Replace state
1904 (and after all @code{viper-insert-state-hook}).
1905 @item viper-emacs-state-hook nil
1906 List of (parameterless) functions called just after switching from Vi state
1907 to Emacs state.
1908 @item viper-load-hook nil
1909 List of (parameterless) functions called just after loading Viper.  This is
1910 the last chance to do customization before Viper is up and running.
1911 @end table
1912 @noindent
1913 You can reset some of these constants in Viper with the Ex command @kbd{:set}
1914 (when so indicated in the table).  Or you
1915 can include a line like this in your @file{.viper} file:
1916 @example
1917 (setq viper-case-fold-search t)
1918 @end example
1919 @vindex @code{viper-auto-indent}
1920 @vindex @code{viper-electric-mode}
1921 @vindex @code{viper-case-fold-search}
1922 @vindex @code{viper-re-search}
1923 @vindex @code{viper-shift-width}
1924 @vindex @code{buffer-read-only}
1925 @vindex @code{viper-search-wrap-around}
1926 @vindex @code{viper-search-scroll-threshold}
1927 @vindex @code{viper-search-face}
1928 @vindex @code{viper-tags-file-name}
1929 @vindex @code{viper-re-query-replace}
1930 @vindex @code{viper-want-ctl-h-help}
1931 @vindex @code{viper-vi-style-in-minibuffer}
1932 @vindex @code{viper-no-multiple-ESC}
1933 @vindex @code{viper-always}
1934 @vindex @code{viper-fast-keyseq-timeout}
1935 @vindex @code{viper-ex-style-motion}
1936 @vindex @code{viper-ex-style-editing}
1937 @vindex @code{viper-ESC-moves-cursor-back}
1938 @vindex @code{viper-custom-file-name}
1939 @vindex @code{viper-spell-function}
1940 @vindex @code{ex-cycle-other-window}
1941 @vindex @code{ex-cycle-through-non-files}
1942 @vindex @code{viper-want-emacs-keys-in-insert}
1943 @vindex @code{viper-want-emacs-keys-in-vi}
1944 @vindex @code{viper-keep-point-on-repeat}
1945 @vindex @code{viper-keep-point-on-undo}
1946 @vindex @code{viper-delete-backwards-in-replace}
1947 @vindex @code{viper-replace-overlay-face}
1948 @vindex @code{viper-replace-region-end-symbol}
1949 @vindex @code{viper-replace-region-start-symbol}
1950 @vindex @code{viper-allow-multiline-replace-regions}
1951 @vindex @code{viper-toggle-key}
1952 @vindex @code{viper-buffer-search-char}
1953 @vindex @code{viper-surrounding-word-function}
1954 @vindex @code{viper-vi-state-hook}
1955 @vindex @code{viper-insert-state-hook}
1956 @vindex @code{viper-replace-state-hook}
1957 @vindex @code{viper-emacs-state-hook}
1959 @node Key Bindings, Packages that Change Keymaps, Rudimentary Changes,Customization
1960 @section Key Bindings
1962 @cindex key bindings
1963 @cindex keymaps
1965 Viper lets you define hot keys, i.e., you can associate keyboard keys
1966 such as F1, Help, PgDn, etc., with Emacs Lisp functions (that may already
1967 exist or that you will write).  Each key has a "preferred form" in
1968 Emacs.  For instance, the Up key's preferred form is [up], the Help key's
1969 preferred form is [help], and the Undo key has the preferred form [f14].
1970 You can find out the preferred form of a key by typing @kbd{M-x
1971 describe-key-briefly} and then typing the key you want to know about.
1973 Under the X Window System, every keyboard key emits its preferred form,
1974 so you can just type
1976 @lisp
1977 (global-set-key [f11] 'calendar)                        ; L1, Stop
1978 (global-set-key [f14] 'undo)                            ; L4, Undo
1979 @end lisp
1981 @noindent
1982 to bind L1 (a key that exists on some SUN workstations) so it will invoke
1983 the Emacs Calendar and to bind L4 so it will undo changes.
1984 However, on a dumb terminal or in an Xterm window, even the standard arrow
1985 keys may
1986 not emit the right signals for Emacs to understand.  To let Emacs know about
1987 those keys, you will have to find out which key sequences they emit
1988 by typing @kbd{C-q} and then the key (you should switch to Emacs state
1989 first).  Then you can bind those sequences to their preferred forms using
1990 @code{input-decode-map} as follows:
1992 @lisp
1993 (cond ((string= (getenv "TERM") "xterm")
1994 (define-key input-decode-map "\e[192z" [f11])    ; L1
1995 (define-key input-decode-map "\e[195z" [f14])    ; L4, Undo
1996 @end lisp
1998 The above illustrates how to do this for Xterm.  On VT100, you would have to
1999 replace "xterm" with "vt100" and also change the key sequences (the same
2000 key may emit different sequences on different types of terminals).
2002 The above keys are global, so they are overwritten by the local maps
2003 defined by the major modes and by Viper itself.  Therefore, if you wish to
2004 change a binding set by a major mode or by Viper, read this.
2006 Viper users who wish to specify their own key bindings should be concerned
2007 only with the following three keymaps:
2008 @code{viper-vi-global-user-map} for Vi state commands,
2009 @code{viper-insert-global-user-map} for Insert state commands,
2010 and @code{viper-emacs-global-user-map} for Emacs state commands (note:
2011 customized bindings for Emacs state made to @code{viper-emacs-global-user-map}
2012 are @emph{not} inherited by Insert state).
2014 For more information on Viper keymaps, see the header of the file
2015 @file{viper.el}.
2016 If you wish to change a Viper binding, you can use the
2017 @code{define-key} command, to modify @code{viper-vi-global-user-map},
2018 @code{viper-insert-global-user-map}, and @code{viper-emacs-global-user-map}, as
2019 explained below.  Each of these key maps affects the corresponding Viper state.
2020 The keymap @code{viper-insert-global-user-map} also affects Viper's Replace
2021 state.
2023 @noindent
2024 If you want to
2025 bind a key, say @kbd{C-v}, to the function that scrolls
2026 page down and to make @kbd{0} display information on the current buffer,
2027 putting this in @file{.viper} will do the trick in Vi state:
2028 @example
2029 (define-key viper-vi-global-user-map "\C-v" 'scroll-down)
2030 @end example
2031 @noindent
2032 To set a key globally,
2033 @example
2034 (define-key viper-emacs-global-user-map "\C-c m" 'smail)
2035 (define-key viper-vi-global-user-map "0" 'viper-info-on-file)
2036 @end example
2037 @noindent
2038 Note, however, that this binding may be overwritten by other keymaps, since
2039 the global keymap has the lowest priority.
2040 To make sure that nothing will override a binding in Emacs state, you
2041 can write this:
2042 @example
2043 (define-key viper-emacs-global-user-map "\C-c m" 'smail)
2044 @end example
2045 @noindent
2046 To customize the binding for @kbd{C-h} in Insert state:
2047 @example
2048 (define-key viper-insert-global-user-map "\C-h" 'my-del-backwards-function)
2049 @end example
2050 @noindent
2052 Each Emacs command key calls some Lisp function.  If you have enabled the
2053 Help, (@pxref{Rudimentary Changes}) @kbd{C-h k} will show you the function
2054 for each specific key; @kbd{C-h b} will show all bindings, and @kbd{C-h m}
2055 will provide information on the major mode in effect.  If Help is not
2056 enabled, you can still get help in Vi state by prefixing the above commands
2057 with @kbd{\}, e.g., @kbd{\ C-h k} (or you can use the Help menu in the
2058 menu bar, if Emacs runs under X).
2060 Viper users can also change bindings on a per major mode basis.  As with
2061 global bindings, this can be done separately for each of the three main Viper
2062 states.  To this end, Viper provides the function
2063 @code{viper-modify-major-mode}.
2064 @findex @code{viper-modify-major-mode}
2066 To modify keys in Emacs state for @code{my-favorite-major-mode}, the user
2067 needs to create a sparse keymap, say, @code{my-fancy-map}, bind whatever
2068 keys necessary in that keymap, and put
2070 @example
2071 (viper-modify-major-mode 'dired-mode 'emacs-state my-fancy-map)
2072 @end example
2074 @noindent
2075 in @file{~/.viper}.  To do the same in Vi and Insert states, you should use
2076 @code{vi-state} and @code{insert-state}.  Changes in Insert state are also
2077 in effect in Replace state.  For instance, suppose that the user wants to
2078 use @kbd{dd} in Vi state under Dired mode to delete files, @kbd{u} to unmark
2079 files, etc.  The following code in @file{~/.viper} will then do the job:
2081 @example
2082 (setq my-dired-modifier-map (make-sparse-keymap))
2083 (define-key my-dired-modifier-map "dd" 'dired-flag-file-deletion)
2084 (define-key my-dired-modifier-map "u" 'dired-unmark)
2085 (viper-modify-major-mode 'dired-mode 'vi-state my-dired-modifier-map)
2086 @end example
2088 A Vi purist may want to modify Emacs state under Dired mode so that
2089 @kbd{k}, @kbd{l}, etc., will move around in directory buffers, as in
2090 Vi.  Although this is not recommended, as these keys are bound to useful
2091 Dired functions, the trick can be accomplished via the following code:
2093 @example
2094 (setq my-dired-vi-purist-map (make-sparse-keymap))
2095 (define-key my-dired-vi-purist-map "k" 'viper-previous-line)
2096 (define-key my-dired-vi-purist-map "l" 'viper-forward-char)
2097 (viper-modify-major-mode 'dired-mode 'emacs-state my-dired-vi-purist-map)
2098 @end example
2100 Yet another way to customize key bindings in a major mode is to edit the
2101 list @code{viper-major-mode-modifier-list} using the customization widget.
2102 @vindex @code{viper-major-mode-modifier-list}
2103 (This variable is in the Viper-misc customization group.)
2104 The elements of this list are triples of the form: (major-mode viper-state
2105 keymap), where the keymap contains bindings that are supposed to be active
2106 in the given major mode and the given viper-state.
2108 Effects similar to key binding changes can be achieved by defining Vi
2109 keyboard macros using the Ex commands @kbd{:map} and @kbd{:map!}.  The
2110 difference is that multi-key Vi macros do not override the keys they are
2111 bound to, unless these keys are typed in quick succession.  So, with macros,
2112 one can use the normal keys alongside with the macros.  If per-mode
2113 modifications are needed, the user can try both ways and see which one is
2114 more convenient.
2115 @findex @kbd{:map}
2116 @xref{Vi Macros}, for details.
2118 Note: in major modes that come up in @emph{Emacs state} by default, the
2119 aforesaid modifications may not take place immediately (but only after the
2120 buffer switches to some other Viper state and then back to Emacs state).  To
2121 avoid this, one should add @code{viper-change-state-to-emacs} to an
2122 appropriate hook of that major mode.  (Check the function
2123 @code{viper-set-hooks} in @file{viper.el} for examples.)  However, if you
2124 did not set @code{viper-always} to @code{nil}, chances are that you won't
2125 need to perform the above procedure, because Viper will take care of most
2126 useful defaults.
2129 Finally, Viper has a facility that lets the user define per-buffer
2130 bindings, i.e., bindings that are in effect in some specific buffers
2131 only.  Unlike per-mode bindings described above, per-buffer bindings can be
2132 defined based on considerations other than the major mode.  This is done
2133 via the function @code{viper-add-local-keys}, which lets one specify bindings
2134 that should be in effect in the current buffer only and for a specific Viper
2135 state.  For instance,
2136 @lisp
2137 (viper-add-local-keys 'vi-state '(("ZZ" .@: TeX-command-master)
2138                                  ("ZQ" .@: viper-save-kill-buffer)))
2139 @end lisp
2140 @noindent
2141 redefines @kbd{ZZ} to invoke @code{TeX-command-master} in @code{vi-state}
2142 and @kbd{ZQ} to save-then-kill the current buffer.  These bindings take
2143 effect only in the buffer where this command is executed.  The typical use
2144 of this function is to execute the above expression from within a function
2145 that is included in a hook to some major mode.  For instance, the above
2146 expression
2147 could be called from a function, @code{my-tex-init}, which may be added to
2148 @code{tex-mode-hook} as follows:
2149 @lisp
2150 (add-hook 'tex-mode-hook 'my-tex-init)
2151 @end lisp
2152 @noindent
2153 When TeX mode starts, the hook is executed and the above Lisp expression is
2154 evaluated.  Then, the bindings for @kbd{ZZ} and @kbd{ZQ} are changed in Vi
2155 command mode for all buffers in TeX mode.
2157 Another useful application is to bind @kbd{ZZ} to @code{send-mail}
2158 in the Mail mode buffers (the specifics of this depend on which mail
2159 package you are using, @code{rmail}, @code{mh-e}, @code{vm}, etc.
2160 For instance, here is how to do this for @code{mh-e}, the Emacs interface
2161 to MH:
2162 @lisp
2163 (defun mh-add-vi-keys ()
2164   "Set up ZZ for MH-e and XMH."
2165   (viper-add-local-keys 'vi-state '(("ZZ" .@: mh-send-letter))))
2166 (add-hook 'mh-letter-mode-hook 'mh-add-vi-keys)
2167 @end lisp
2169 You can also use @code{viper-add-local-keys} to set per buffer
2170 bindings in Insert state and Emacs state by passing as a parameter the
2171 symbols @code{insert-state} and @code{emacs-state}, respectively.
2172 As with global bindings, customized local bindings done to Emacs state
2173 are not inherited by Insert state.
2175 On rare occasions, local keys may be added by mistake.  Usually this is done
2176 indirectly, by invoking a major mode that adds local keys (e.g.,
2177 @code{shell-mode} redefines @key{RET}).  In such a case, exiting the wrong
2178 major mode won't rid you from unwanted local keys, since these keys are
2179 local to Viper state and the current buffer, not to the major mode.
2180 In such situations, the remedy is to type @kbd{M-x viper-zap-local-keys}.
2182 So much about Viper-specific bindings.
2183 @xref{Customization,,Customization,emacs,The GNU Emacs
2184 Manual}, and the Emacs quick reference card for the general info on key
2185 bindings in Emacs.
2187 @vindex @code{input-decode-map}
2188 @vindex @code{function-key-map}
2189 @vindex @code{viper-vi-global-user-map}
2190 @vindex @code{viper-insert-global-user-map}
2191 @vindex @code{viper-emacs-global-user-map}
2192 @findex @code{viper-add-local-keys}
2193 @findex @code{viper-zap-local-keys}
2195 @node Packages that Change Keymaps,Viper Specials,Key Bindings,Customization
2196 @subsection Packages that Change Keymaps
2197 @cindex C-c and Viper
2198 @cindex Viper and C-c
2200 Viper is designed to coexist with all major and minor modes of Emacs.  This
2201 means that bindings set by those modes are generally available with Viper
2202 (unless you explicitly prohibit them by setting
2203 @code{viper-want-emacs-keys-in-vi} and @code{viper-want-emacs-keys-in-insert} to
2204 @code{nil}).
2205 If @code{viper-always} is set to @code{t} (which is the default), Viper
2206 will try to bring each buffer
2207 in the Viper state that is most appropriate for that buffer.
2208 Usually, this would be the Vi state, but sometimes it could be the Insert
2209 state or the Emacs state.
2211 Some major mode bindings will necessarily be overwritten by Viper.  Indeed, in
2212 Vi state, most of the 1-character keys are used for Vi-style editing.  This
2213 usually causes no problems because most packages designed for editing files
2214 typically do not bind such keys.  Instead, they use key sequences that start
2215 with @kbd{C-x} and @kbd{C-c}.  This is why it was so important for us to
2216 free up @kbd{C-x} and @kbd{C-c}.
2217 It is common for language-specific major modes to bind @key{TAB} and
2218 @kbd{C-j} (the line feed) keys to various formatting functions.  This is
2219 extremely useful, but may require some getting used to for a Vi user.  If you
2220 decide that this feature is not for you, you can re-bind these keys as
2221 explained earlier (@pxref{Customization}).
2223 Binding for @key{TAB} is one of the most unusual aspects of Viper for many
2224 novice users.  In Emacs, @key{TAB} is used to format text and programs, and
2225 is extremely useful.  For instance, hitting @key{TAB} causes the current
2226 line to be re-indented in accordance with the context.  In programming,
2227 this is very important, since improper automatic indentation would
2228 immediately alert the programmer to a possible error.  For instance, if a
2229 @kbd{)} or a @kbd{"} is missing somewhere above the current
2230 line, @key{TAB} is likely to mis-indent the line.
2232 For this reason, Viper doesn't change the standard Emacs binding of
2233 @key{TAB}, thereby sacrificing Vi compatibility
2234 (except for users at level 1).  Instead, in Viper, the key
2235 @kbd{S-tab} (shift+ tab) is chosen to emulate Vi's @key{TAB}.
2237 We should note that on some non-windowing terminals, Shift doesn't modify
2238 the @key{TAB} key, so @kbd{S-tab} behaves as if it were @key{TAB}.  In such
2239 a case, you will have to bind @code{viper-insert-tab} to some other
2240 convenient key.
2242 Some packages, notably Dired, Gnus, Info, etc., attach special meaning to
2243 common keys like @key{SPC}, @kbd{x}, @kbd{d}, @kbd{v}, and others.  This
2244 means that Vi command state is inappropriate for working with these
2245 packages.  Fortunately, these modes operate on read-only buffers and are
2246 designed not for editing files, but for special-purpose browsing, reading
2247 news, mail, etc., and Vi commands are meaningless in these situations.  For
2248 this reason, Viper doesn't force Vi state on such major modes---it
2249 brings them in Emacs state.  You can switch to Vi state by typing @kbd{C-z}
2250 if, for instance, you want to do Vi-style search in a buffer (although,
2251 usually, incremental search, which is bound to @kbd{C-s}, is sufficient in
2252 these situations).  But you should then switch back to Emacs state if you
2253 plan to continue using these major modes productively.  You can also switch
2254 to Vi temporarily, to execute just one command.  This is done by typing
2255 @kbd{C-c \}.  (In some of these modes, @kbd{/} and @kbd{:} are bound
2256 Vi-style, unless these keys perform essential duties.)
2258 If you would like certain major modes to come up in Emacs state rather than
2259 Vi state (but Viper thinks otherwise), you should put these major modes
2260 on the @code{viper-emacs-state-mode-list} list and delete them from
2261 @code{viper-vi-state-mode-list}.
2262 Likewise, you can force Viper's Insert state on a major mode by putting it
2263 in @code{viper-insert-state-mode-list}.
2264 @vindex @code{viper-emacs-state-mode-list}
2265 @vindex @code{viper-insert-state-mode-list}
2266 @vindex @code{viper-vi-state-mode-list}
2268 It is also possible to impose Vi on some major modes, even though they may
2269 bind common keys to specialized commands.  This might make sense for modes
2270 that bind only a small number of common keys.  For instance, Viper subverts
2271 the Shell mode by changing the bindings for @kbd{C-m} and @kbd{C-d} using
2272 @code{viper-add-local-keys} described in the section on customization
2273 (@pxref{Customization}).
2275 In some cases, some @emph{minor} modes might override certain essential
2276 bindings in Vi command state.  This is not a big problem because this
2277 can happen only in the beginning, when the minor mode kicks in.  Typing
2278 @code{M-x viper-mode} will correct the situation.  Viper knows about
2279 several such minor modes and takes care of them, so the above trick
2280 is usually not necessary.  If you find that some minor mode, e.g.,
2281 @code{nasty-mode} interferes with Viper, putting the following in
2282 @file{.viper} should fix the problem:
2283 @lisp
2284 (viper-harness-minor-mode "nasty-mode")
2285 @end lisp
2286 @noindent
2287 The argument to @code{viper-harness-minor-mode} is the name of the file for the
2288 offending minor mode with the suffixes @file{.el} and @file{.elc} removed.
2290 It may not be always obvious which minor mode is at fault.  The only
2291 guidance here is to look into the file that defines the minor mode you are
2292 suspecting, say @file{nasty-mode.el}, and see if it has a variable called
2293 @code{nasty-mode-map}.  Then check if there is a statement of the form
2294 @lisp
2295 (define-key nasty-mode-map key function)
2296 @end lisp
2297 @noindent
2298 that binds the misbehaving
2299 keys.  If so, use the above line to harness @code{nasty-mode}.  If your
2300 suspicion is wrong, no harm is done if you harness a minor mode that
2301 doesn't need to be harnessed.
2303 It is recommended to harness even those minor modes that don't override
2304 Viper keys, but still have their own keymaps. A general way to
2305 make a minor mode, @code{my-mode},
2306 compatible with Viper is to have the file @file{my-mode.el} include the following code:
2308 @lisp
2309 (when (fboundp 'viper-harness-minor-mode)
2310   (let ((lib (file-name-sans-extension
2311                (file-name-nondirectory load-file-name))))
2312     (viper-harness-minor-mode lib)))
2313 @end lisp
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 If you don't like this feature as a default, but would still like to have
2371 it in some major modes, you can do so by first unsetting it globally, as
2372 shown above, and then setting it in the desired major modes as follows:
2373 @example
2374 (viper-set-searchstyle-toggling-macros nil 'c-mode)
2375 (viper-set-searchstyle-toggling-macros nil 'lisp-mode)
2376 @end example
2378 @item Vi-isms in Emacs state
2379 Some people find it useful to use the Vi-style search key, `/', to invoke
2380 search in modes which Viper leaves in emacs-state.  These modes are:
2381 @code{dired-mode}, @code{mh-folder-mode},
2382 @code{Info-mode}, and @code{Buffer-menu-mode}
2383 (more may be added in the future).  So, in the above modes, Viper binds `/'
2384 so that it will behave Vi-style.  Furthermore, in those major modes, Viper
2385 binds `:' to invoke ex-style commands, like in vi-state.  And, as described
2386 above, `//' and `///' get bound to Vi-style macros that toggle
2387 case-insensitivity and regexp-search.
2389 If you don't like these features---which I don't really understand---you
2390 can unbind `/' and `:' in @code{viper-dired-modifier-map} (for Dired) or in
2391 @code{viper-slash-and-colon-map}, for other modes.
2392 @vindex @code{viper-slash-and-colon-map}
2393 @vindex @code{viper-dired-modifier-map}
2395 To unbind the macros `//' and `///' for a major mode where you feel they
2396 are undesirable, execute @code{viper-set-emacs-state-searchstyle-macros} with a
2397 non-@code{nil} argument.  This can be done either interactively, by supplying a
2398 prefix argument, or by placing
2399 @example
2400 (viper-set-emacs-state-searchstyle-macros 'undefine)
2401 @end example
2402 @findex @code{viper-set-emacs-state-searchstyle-macros}
2403 in the hook to the major mode (e.g., @code{dired-mode-hook}).
2404 @xref{Vi Macros}, for more information on Vi macros.
2406 @item viper-heading-start
2407 @item viper-heading-end
2408 @cindex headings
2409 @cindex sections
2410 @cindex paragraphs
2411 @cindex sentences
2412 Regular Expressions for @kbd{[[} and @kbd{]]}.  Note that Emacs defines
2413 Regexps for paragraphs and sentences.  @xref{Paragraphs,,Paragraphs and
2414 Sentences,emacs,The GNU Emacs Manual}, for details.
2415 @item M-x viper-set-expert-level
2416 @findex @code{viper-set-expert-level}
2417 Change your user level interactively.
2418 @item viper-smart-suffix-list  '("" "tex" "c" "cc" "el" "p")
2419 @vindex @code{viper-smart-suffix-list}
2420 Viper supports Emacs-style file completion when it prompts the user for a
2421 file name.  However, in many cases, the same directory may contain files
2422 with identical prefix but different suffixes, e.g., prog.c, prog.o,
2423 paper.tex, paper.dvi.  In such cases, completion will stop at the `.'.
2424 If the above variable is a list of strings representing suffixes, Viper will
2425 try these suffixes
2426 in the order listed and will check if the corresponding file exists.
2428 For instance, if completion stopped at `paper.'@: and the user typed
2429 @key{RET},
2430 then Viper will check if the files `paper.', `paper.tex', `paper.c', etc., exist.
2431 It will take the first such file.  If no file exists, Viper will give a chance
2432 to complete the file name by typing the appropriate suffix.  If `paper.'@: was
2433 the intended file name, hitting return will accept it.
2435 To turn this feature off, set the above variable to @code{nil}.
2437 @item viper-insertion-ring-size  14
2438 @vindex @code{viper-insertion-ring-size}
2439 @cindex Insertion ring
2440 Viper remembers what was previously inserted in Insert and Replace states.
2441 Several such recent insertions are kept in a special ring of strings of size
2442 @code{viper-insertion-ring-size}.
2443 If you enter Insert or Replace state you can reinsert strings from this
2444 ring by typing @kbd{C-c M-p} or @kbd{C-c M-n}.  The former will search the
2445 ring in
2446 the direction of older insertions, and the latter will search in
2447 the direction of newer insertions.  Hitting @kbd{C-c M-p} or @kbd{C-c M-n}
2448 in succession
2449 will undo the previous insertion from the ring and insert the next item on
2450 the ring.  If a larger ring size is needed, change the value of the above
2451 variable in the @file{~/.viper} file.
2453 Since typing these sequences of keys may be tedious, it is suggested that the
2454 user should bind a function key, such as @kbd{f31}, as follows:
2455 @example
2456 (define-key viper-insert-global-user-map [f31]
2457             'viper-insert-prev-from-insertion-ring)
2458 @end example
2459 This binds @kbd{f31} (which is usually @kbd{R11} on a Sun workstation)
2460 to the function that inserts the previous string in the insertion history.
2461 To rotate the history in the opposite
2462 direction, you can either bind an unused key to
2463 @code{viper-insert-next-from-insertion-ring} or hit any digit (1 to 9) then
2464 @kbd{f31}.
2466 One should not bind the above functions to @kbd{M-p} or @kbd{M-n}, since
2467 this will interfere with the minibuffer histories and, possibly, other
2468 major modes.
2470 @item viper-command-ring-size  14
2471 @vindex @code{viper-command-ring-size}
2472 @cindex Destructive command ring
2473 @cindex Destructive command history
2474 Viper keeps track of the recent history of destructive
2475 commands, such as @kbd{dw}, @kbd{i}, etc.
2476 In Vi state,
2477 the most recent command can be re-executed by hitting `@kbd{.}', as in Vi.
2478 However, repeated typing @kbd{C-c M-p} will cause Viper to show the
2479 previous destructive commands in the minibuffer.  Subsequent hitting `@kbd{.}'
2480 will execute the command that was displayed last.
2481 The key @kbd{C-c M-n} will cycle through the command history in the
2482 opposite direction.
2483 Since typing @kbd{C-c M-p} may be tedious, it is more convenient to bind an
2484 appropriate function to an unused function key on the keyboard and use that
2485 key.  For instance, the following
2486 @example
2487 (define-key viper-vi-global-user-map [f31]
2488             'viper-prev-destructive-command)
2489 @end example
2490 binds the key @kbd{f31} (which is usually @kbd{R11} on a Sun workstation)
2491 to the function that searches the command history in the direction of older
2492 commands.  To search in the opposite
2493 direction, you can either bind an unused key to
2494 @code{viper-next-destructive-command} or hit any digit (1 to 9) then @kbd{f31}.
2496 One should not bind the above functions to @kbd{M-p} or @kbd{M-n}, since
2497 this will interfere with the minibuffer histories and, possibly, other
2498 major modes.
2500 @item viper-minibuffer-vi-face  'viper-minibuffer-vi-face
2501 @item viper-minibuffer-insert-face  'viper-minibuffer-insert-face
2502 @item viper-minibuffer-emacs-face  'viper-minibuffer-emacs-face
2503 These faces control the appearance of the minibuffer text in the
2504 corresponding Viper states.  You can change the appearance of these faces
2505 through Emacs's customization widget, which is accessible through the
2506 menubar.
2508 Viper is located in this widget under the @emph{Emulations} customization
2509 subgroup of the @emph{Editing} group.  All Viper faces are grouped together
2510 in Viper's @emph{Highlighting} customization subgroup.
2512 Note that only the text you type in is affected by the above faces.
2513 Prompts and minibuffer messages are not affected.
2515 Purists who do not like adornments in the minibuffer can always zap them by
2516 putting
2517 @example
2518 (copy-face 'default 'viper-minibuffer-vi-face)
2519 (copy-face 'default 'viper-minibuffer-insert-face)
2520 (copy-face 'default 'viper-minibuffer-emacs-face)
2521 @end example
2522 in the @file{~/.viper} file or through the customization widget, as
2523 described above.  However, in that case, the user will not have any
2524 indication of the current Viper state in the minibuffer.  (This is important
2525 if the user accidentally switches to another Viper state by typing @key{ESC} or
2526 @kbd{C-z}).
2527 @item M-x viper-go-away
2528 @findex @code{viper-go-away}
2529 Make Viper disappear from the face of your running Emacs instance.  If your
2530 fingers start aching again, @kbd{M-x viper-mode} might save your day.
2531 @item M-x toggle-viper-mode
2532 @findex @code{toggle-viper-mode}
2533 Toggle Viperization of Emacs on and off.
2534 @end table
2536 @cindex Multifile documents and programs
2538 Viper provides some support for multi-file documents and programs.
2539 If a document consists of several files we can designate one of them as a
2540 master and put the following at the end of that file:
2541 @lisp
2542 ;; Local Variables:
2543 ;; eval: (viper-setup-master-buffer "file1" "file2" "file3" "file4")
2544 ;; End:
2545 @end lisp
2546 @noindent
2547 where @code{file1} to @code{file4} are names of files related to the master
2548 file.  Next time, when the master file is visited, the command
2549 @code{viper-setup-master-buffer} will be evaluated and the above files will
2550 be associated with the master file.  Then, the new Ex command
2551 @kbd{:RelatedFile} (abbr.@: @kbd{:R}) will display files 1 to 4 one after
2552 another, so you can edit them.  If a file is not in any Emacs buffer, it
2553 will be visited.  The command @kbd{PreviousRelatedFile} (abbr., @kbd{:P})
2554 goes through the file list in the opposite direction.
2555 @findex @kbd{:RelatedFile}
2556 @findex @kbd{:PreviousRelatedFile}
2558 These commands are akin to @kbd{:n} and @kbd{:N}, but they allow the user to
2559 focus on relevant files only.
2561 Note that only the master file needs to have the aforementioned block of
2562 commands.  Also, ";;" above can be replaced by some other
2563 markers.  Semicolon is good for Lisp programs, since it is considered a
2564 comment designator there.  For LaTeX, this could be "%%%", and for C the
2565 above block should be commented out.
2567 Even though these commands are sometimes useful, they are no substitute for
2568 the powerful @emph{tag table} facility of Emacs.  Viper's @kbd{:tag} command
2569 in a primitive interface to Emacs tags.  @xref{Tags,Tags,Tags,emacs,
2570 The GNU Emacs Manual}, for more information on tags.
2572 The following two commands are normally bound to a mouse click and are part
2573 of Viper.  They work only if Emacs runs as an application under X
2574 Windows (or under some other window system for which a port of GNU Emacs 20
2575 is available).  Clicking the mouse when Emacs is invoked in an Xterm window
2576 (using @code{emacs -nw}) will do no good.
2578 @table @code
2579 @cindex mouse
2580 @cindex mouse-search
2581 @item viper-mouse-search-key  (meta shift 1)
2582 @vindex @code{viper-mouse-insert-key}
2583 This variable controls the @emph{mouse-search} feature of Viper.  The
2584 default value
2585 states that holding Meta and Shift keys while clicking mouse button 1
2586 should initiate search for a region under the mouse pointer (defined
2587 below).  This command can take a prefix argument, which indicates the
2588 occurrence of the pattern to search for.
2590 Note: while loading initially, Viper binds this mouse action only if it is
2591 not already bound to something else.  If you want to use the mouse-search
2592 feature, and the @kbd{Meta-Shift-Mouse-1} mouse action is already bound to
2593 something else, you can rebind the mouse-search feature by setting
2594 @code{viper-mouse-search-key} to something else in your @code{~/.viper}
2595 file:
2596 @lisp
2597 (setq viper-mouse-search-key '(meta 1))
2598 @end lisp
2599 This would bind mouse search to the action invoked by pressing the
2600 Meta key and clicking mouse button 1.  The allowed values of
2601 @code{viper-mouse-search-key} are lists that contain a mouse-button number
2602 (1,2, or 3) and any combination of the words `control', `meta', and
2603 `shift'.
2605 If the requested mouse action (e.g., (meta 1)) is already taken for other
2606 purposes then you have to confirm your intention by placing the following
2607 command in @code{~/.viper} after setting @code{viper-mouse-search-key}:
2608 @lisp
2609 (viper-bind-mouse-search-key 'force)
2610 @end lisp
2612 You can also change this setting interactively, through the customization
2613 widget of Emacs (type @kbd{:customize}).
2615 The region that is chosen as a pattern to search for is determined as
2616 follows.  If search is invoked via a single click, Viper chooses the region
2617 that lies between the beginning of the ``word'' under the pointer (``word''
2618 is understood in Vi sense) and the end of that word.  The only difference
2619 with Vi's words is that in Lisp major modes `-' is considered an
2620 alphanumeric symbol.  This is done for the convenience of working with Lisp
2621 symbols, which often have an `-' in them.  Also, if you click on a
2622 non-alphanumeric character that is not a word separator (in Vi sense) then
2623 this character will also be considered alphanumeric, provided that it is
2624 adjacent (from either side) to an alphanumeric character.  This useful
2625 feature gives added control over the patterns selected by the mouse click.
2627 On a double-click, the region is determined by the beginning of the current
2628 Vi's ``Word'' (i.e., the largest non-separator chunk of text) and the End
2629 of that ``Word'' (as determined by the @kbd{E} command).
2631 On a triple-click, the region consists of the entire line where the click
2632 occurred with all leading and trailing spaces and tabs removed.
2634 @cindex mouse-insert
2635 @item viper-mouse-insert-key (meta shift 2)
2636 @vindex @code{viper-mouse-insert-key}
2637 This variable controls the @emph{mouse-insert} feature of Viper.
2638 The above default value states that
2639 holding Meta and Shift keys while clicking mouse button 2
2640 should insert the region surrounding the
2641 mouse pointer.  The rules defining this region are the same as for
2642 mouse-search.  This command takes an optional prefix argument, which
2643 indicates how many such regions to snarf from the buffer and insert.  (In
2644 case of a triple-click, the prefix argument is ignored.)
2646 Note: while loading initially, Viper binds this mouse action only if it not
2647 already bound to something else.  If you want to use this feature and the
2648 default mouse action is already bound, you can rebind mouse-insert by
2649 placing this command in @code{~/.viper}:
2650 @lisp
2651 (setq viper-mouse-insert-key '(meta 2))
2652 @end lisp
2653 If you want to bind mouse-insert to an action even if this action is
2654 already taken for other purposes in Emacs, then you should add this command
2655 to @code{~/.viper}, after setting @code{viper-mouse-insert-key}:
2656 @lisp
2657 (viper-bind-mouse-insert-key 'force)
2658 @end lisp
2660 This value can also be changed via the Emacs customization widget at the
2661 menubar.
2663 @item viper-multiclick-timeout
2664 This variable controls the rate at which double-clicking must occur for the
2665 purpose of mouse search and mouse insert.  By default, this is set to
2666 @code{double-click-time} in Emacs and to
2667 @code{mouse-track-multi-click-time} milliseconds in XEmacs.
2668 @end table
2669 @kindex @kbd{S-Mouse-1}
2670 @kindex @kbd{S-Mouse-2}
2671 @kindex @kbd{meta shift button1up}
2672 @kindex @kbd{meta shift button2up}
2673 @vindex @code{viper-multiclick-timeout}
2674 @findex @code{viper-mouse-click-insert-word}
2675 @findex @code{viper-mouse-click-search-word}
2677 Note: The above functions search and insert in the selected window of
2678 the latest active frame.  This means that you can click in another window or
2679 another frame and have search or insertion done in the frame and window you
2680 just left.  This lets one use these functions in a multi-frame
2681 configuration.  However, this may require some getting used to.  For
2682 instance, if you are typing in a frame, A, and then move the mouse to frame
2683 B and click to invoke mouse search, search (or insertion) will be performed
2684 in frame A.  To perform search/insertion in frame B, you will first have to
2685 shift focus there, which doesn't happen until you type a character or
2686 perform some other action in frame B---mouse search doesn't shift focus.
2688 If you decide that you don't like the above feature and always want
2689 search/insertion be performed in the frame where the click occurs, don't
2690 bind (and unbind, if necessary) @code{viper-mouse-catch-frame-switch} from
2691 the mouse event it is bound to.
2693 Mouse search is integrated with Vi-style search, so you can
2694 repeat it with @kbd{n} and @kbd{N}.  It should be also noted that, while
2695 case-sensitivity of search in Viper is controlled by the variable
2696 @code{viper-case-fold-search}, the case of mouse search is
2697 controlled by the Emacs variable @code{case-fold-search}, which may be set
2698 differently from @code{viper-case-fold-search}.  Therefore, case-sensitivity
2699 of mouse search may be different from that of the usual Vi-style search.
2701 Finally, if the way Viper determines the word to be searched for or to be
2702 inserted is not what you want, there is a variable,
2703 @code{viper-surrounding-word-function}, which can be changed to indicate
2704 another function for snarfing words out of the buffer.  The catch is that
2705 you will then have to write such a function and make it known to your
2706 Emacs.  The function @code{viper-surrounding-word} in @file{viper.el} can be
2707 used as a guiding example.
2709 @node Vi Macros, ,Viper Specials,Customization
2710 @section Vi Macros
2712 @cindex Vi macros
2714 Viper supports much enhanced Vi-style macros and also facilitates the use
2715 of Emacs-style macros.  To define a temporary macro, it is generally more
2716 convenient to use Emacs keyboard macro facility.  Emacs keyboard macros are
2717 usually defined anonymously, and the latest macro can be executed by typing
2718 @kbd{C-x e} (or @kbd{*}, if Viper is in Vi state).  If you need to use several
2719 temporary macros, Viper lets you save them to a
2720 register (a lowercase letter); such macros can then be executed by typing
2721 @kbd{@@a} in Vi state (if a macro was previously saved in register
2722 @kbd{a}).
2723 @xref{Macros and Registers}, for details.
2725 If, however, you need to use a macro regularly, it must be given a
2726 permanent name and saved.  Emacs manual explains how to do this, but
2727 invocation of named Emacs macros is quite different from Vi's.  First,
2728 invocation of permanent Emacs macros takes time because it requires typing
2729 too many keys (to  a Vi user's taste, anyway).
2730 Second, binding such macros to function keys, for
2731 fast access, hogs valuable real estate on the keyboard.
2733 Vi-style macros are better in that respect, since Vi lets the user overload
2734 the meaning of key sequences: keys typed in fast succession are treated
2735 specially, if this key sequence is bound to a macro.
2737 Viper provides Vi-style keyboard macros through the usual Ex commands,
2738 @kbd{:map} and
2739 @kbd{:map!}.  These macros are much more powerful in Viper than
2740 they are in the original Vi and in other emulators.  This is because Viper
2741 implements an enhanced vi-style
2742 interface to the powerful Emacs keyboard macro facility.
2744 First, any Emacs
2745 command can be executed while defining a macro, not just the Vi
2746 commands.  In particular, the user can invoke Emacs commands via @kbd{M-x
2747 command-name} or by pressing various function keys on the keyboard.  One
2748 can even use the mouse, although this is usually not useful and is not
2749 recommended (and macros defined with the use of the mouse cannot be saved in
2750 command history and in the startup file, for future use).
2752 Macros defined by mixing Vi and Emacs commands are represented as
2753 vectors.  So, don't be confused when you see one (usually through the
2754 history of Ex commands).  For instance, if @kbd{gg} is defined by typing
2755 @kbd{l}, the up-arrow key and @kbd{M-x next-line}, its definition will look
2756 as follows in Emacs:
2758 @example
2759 [l up (meta x) n e x t - l i n e return]
2760 @end example
2762 Second, Viper macros are defined in a WYSIWYG style.  This means that
2763 commands are executed as you type them, so you can see precisely what is
2764 being defined.  Third, macros can be bound to arbitrary sequences of keys,
2765 not just to printable keys.  For instance, one can define a macro that will
2766 be invoked by hitting @kbd{f3} then @kbd{f2} function keys.  (The keys
2767 @kbd{delete} and @kbd{backspace} are excluded; also, a macro invocation
2768 sequence can't start with @key{ESC}.  Some other keys, such as @kbd{f1} and
2769 @kbd{help}, can't be bound to macros under Emacs, since they
2770 are bound in @code{key-translation-map}, which overrides any other binding
2771 the user gives to keys.  In general, keys that have a binding in
2772 @code{key-translation-map} can't be bound to a macro.)
2774 Fourth, in Viper, one can define macros that are specific to a given
2775 buffer, a given major mode, or macros that are defined for all buffers.  In
2776 fact, the same macro name can have several different definitions: one
2777 global, several definitions for various major modes, and
2778 definitions for various specific buffers.  Buffer-specific definitions
2779 override mode-specific definitions, which, in turn, override global
2780 definitions.
2782 As if all that is not enough, Viper (through its interface to Emacs
2783 macros) lets the user define keyboard macros that ask for confirmation or
2784 even prompt the user for input and then continue.  To do this, one should
2785 type @kbd{C-x q} (for confirmation) or @kbd{C-u C-x q} (for prompt).
2786 For details, @pxref{Keyboard Macro Query,,Customization,emacs,The GNU Emacs
2787 Manual} @refill
2789 When the user finishes defining a macro (which is done by typing @kbd{C-x)} ---
2790 a departure from Vi), you will be asked whether you want this
2791 macro to be global, mode-specific, or buffer-specific.  You will also be
2792 given a chance to save the macro in your @file{~/.viper} file.
2793 This is the easiest way to save a macro and make
2794 it permanently available.  If you work your startup files with bare hands,
2795 here is how Viper saves the above macro so that it will be
2796 available in Viper's Insert state (and Replace state) in buffer @code{my-buf}
2797 only:
2799 @example
2800 (viper-record-kbd-macro "gg" 'insert-state
2801        [l up (meta x) n e x t - l i n e return]
2802        "my-buf")
2803 @end example
2805 @noindent
2806 To do the same for Vi state and all buffers with the major mode
2807 @code{cc-mode}, use:
2809 @example
2810 (viper-record-kbd-macro "gg" 'vi-state
2811        [l up (meta x) n e x t - l i n e return]
2812        'cc-mode)
2813 @end example
2815 @noindent
2816 Both macro names and macro definitions are vectors of symbols that denote
2817 keys on the keyboard.  Some keys, like @kbd{\}, @kbd{ }, or digit-keys must
2818 be escaped with a backslash.  Modified keys are represented as lists.  For
2819 instance, holding Meta and Control and pressing @kbd{f4} is represented as
2820 @kbd{(control meta f4)}.
2821 If all members of a vectors are printable characters (or sequences, such as
2822 @kbd{\e}, @kbd{\t}, for @key{ESC} and @key{TAB}), then they can also be represented as
2823 strings:
2825 @example
2826 (viper-record-kbd-macro "aa" 'vi-state  "aaa\e"  "my-buffer")
2827 @end example
2829 @noindent
2830 Thus, typing @kbd{aa} fast in Vi state will switch Viper to Insert state
2831 (due to the first @kbd{a}), insert @kbd{aa}, and then it will switch back to Vi
2832 state.  All this will take effect only in the buffer named @code{my-buffer}.
2834 Note that the last argument to @code{viper-record-kbd-macro} must be either a
2835 string (a buffer name), a symbol representing a major mode, or @code{t};
2836 the latter says that the macro is to be defined for all buffers
2837 (which is how macros are defined in original Vi).
2839 For convenience, Viper also lets you define Vi-style macros in its Emacs
2840 state.  There is no Ex command, like @kbd{:map} and @kbd{:map!} for doing
2841 this, but the user can include such a macro in the @file{~/.viper} file.  The
2842 only thing is that the @code{viper-record-kbd-macro} command should specify
2843 @code{emacs-state} instead of @code{vi-state} or @code{insert-state}.
2845 The user can get rid of a macro either by using the Ex commands @kbd{:unmap}
2846 and @kbd{:unmap!} or by issuing a call to @code{viper-unrecord-kbd-macro}.
2847 The latter is more powerful, since it can delete macros even in
2848 @code{emacs-state}.  However, @code{viper-unrecord-kbd-macro} is usually
2849 needed only when the user needs to get rid of the macros that are already
2850 predefined in Viper.
2851 The syntax is:
2852 @findex @code{viper-unrecord-kbd-macro}
2853 @example
2854 (viper-unrecord-kbd-macro macro state)
2855 @end example
2856 @noindent
2857 The second argument must be @code{vi-state}, @code{insert-state}, or
2858 @code{emacs-state}.  The first argument is a name of a macro.  To avoid
2859 mistakes in specifying names of existing macros, type @kbd{M-x
2860 viper-describe-kbd-macros} and use a name from the list displayed by this
2861 command.
2863 If an error occurs during macro definition, Emacs
2864 aborts the process, and it must be repeated.  This is analogous to Vi,
2865 except that in Vi the user doesn't know there is an error until the macro is
2866 actually run.  All that means that in order for a definition to be
2867 successful, the user must do some simple planning of the process in
2868 advance, to avoid errors.  For instance, if you want to map @kbd{gg} to
2869 @kbd{llll} in Vi state, you must make sure that there is enough room on the
2870 current line.  Since @kbd{l} moves the cursor forward, it may signal an
2871 error on reaching the end of line, which will abort the definition.
2873 These precautions are necessary only when defining macros; they will help
2874 avoid the need to redo the job.  When macros are actually run, an error
2875 during the execution will simply terminate the current execution
2876 (but the macro will remain mapped).
2878 A macro name can be a string of characters or a vector of keys.
2879 The latter makes it possible to define macros bound to, say, double-hits
2880 on a function key, such as @kbd{up} or @kbd{f13}.
2881 This is very useful if you run out of function keys on your keyboard; it
2882 makes Viper macro facility a @emph{keyboard doubler}, so to speak.
2884 Elsewhere (@xref{Key Bindings}, for details), we review
2885 the standard Emacs mechanism for binding function keys to commands.
2886 For instance,
2888 @example
2889 (global-set-key [f13] 'repeat-complex-command)
2890 @end example
2892 @noindent
2893 binds the key f13 to the Emacs function that repeats the last minibuffer
2894 command.  Under Viper, however, you may still use this key for additional
2895 purposes, if you bind, say, a double-hitting action for that key to some
2896 other function.  Emacs doesn't allow the user to do that, but Viper does
2897 this through its keyboard macro facility.  To do this, type @kbd{:map }
2898 first.  When you are asked to enter a macro name, hit f13 twice, followed by
2899 @key{RET} or @key{SPC}.
2901 Emacs will now start the mapping process by actually executing
2902 Vi and Emacs commands, so that you could see what will happen each time the
2903 macro is executed.  Suppose now we wanted to bind the key sequence
2904 @kbd{f13 f13} to the command @code{eval-last-sexp}.  To accomplish this, we
2905 can type @kbd{M-x eval-last-sexp} followed by @kbd{C-x )}.
2906 If you answer positively to Viper's offer to save this macro in @file{~/.viper}
2907 for future uses, the following will be inserted in that file:
2909 @example
2910 (viper-record-kbd-macro [f16 f16] 'vi-state
2911          [(meta x) e v a l - l a s t - s e x p]
2912          'lisp-interaction-mode)
2913 @end example
2915 To illustrate the above point, Viper provides two canned macros, which, by
2916 default, are bound to @kbd{[f12 \1]} and @kbd{[f12 \2]} (invoked by typing
2917 @kbd{f12} then @kbd{1} and @kbd{2}, respectively).  These macros are useful
2918 shortcuts to Viper's command ring history.  The first macro will execute the
2919 second-last destructive command (the last one is executed by @kbd{.}, as
2920 usual).  The second macro executes the third-last command.
2922 If you need to go deeper into the command history, you will have to use
2923 other commands, as described earlier in this section; or you can bind,
2924 say, @kbd{f12 \3} like this:
2926 @example
2927 (viper-record-kbd-macro [f12 \3] 'vi-state
2928                       [(meta x) r e p e a t - f r o m - h i s t o r y]
2929                       t)
2930 @end example
2933 Note that even though the macro uses the function key @kbd{f12}, the key is
2934 actually free and can still be bound to some Emacs function via
2935 @code{define-key} or @code{global-set-key}.
2938 Viper allows the user to define macro names that are prefixes of other macros.
2939 For instance, one can define @kbd{[[} and @kbd{[[[[} to be macros.
2940 If you type the exact sequence of such keys and then pause, Viper will
2941 execute the right macro.  However, if you don't pause and, say, type
2942 @kbd{[[[[text} then the conflict is resolved as follows.  If only one of the
2943 key sequences, @kbd{[[} or @kbd{[[[[} has a definition applicable to the
2944 current buffer, then, in fact, there is no conflict and the right macro
2945 will be chosen.  If both have applicable definitions, then the first one
2946 found will be executed.  Usually this is the macro with a shorter name.  So,
2947 in our case, @kbd{[[[[text} will cause the macro @kbd{[[} to be executed
2948 twice and then the remaining keys, @kbd{t e x t}, will be processed.
2950 When defining macros using @kbd{:map} or @kbd{:map!}, the user enters
2951 the actually keys to be used to invoke the macro.  For instance, you
2952 should hit the actual key @kbd{f6} if it is to be part of a macro
2953 name; you do @emph{not} write @kbd{f 6}.  When entering keys, Viper
2954 displays them as strings or vectors (e.g., @code{"abc"} or @code{[f6
2955 f7 a]}).  The same holds for unmapping.  Hitting @key{TAB} while
2956 typing a macro name in the @kbd{:unmap} or @kbd{:unmap!} command will
2957 cause name completion.  Completions are displayed as strings or
2958 vectors.  However, as before, you don't actually type @samp{"},
2959 @samp{[}, or @samp{]} that appear in the completions.  These are
2960 meta-symbols that indicate whether the corresponding macro name is a
2961 vector or a string.
2963 One last difference from Vi: Vi-style keyboard macros cannot be defined in
2964 terms of other Vi-style keyboard macros (but named Emacs macros are OK).
2965 More precisely, while defining or executing a macro, the special meaning
2966 of key sequences (as Vi macros) is ignored.
2967 This is because it is all too easy to create an infinite loop in this way.
2968 Since Viper macros are much more powerful than Vi's it is impossible to
2969 detect such loops.  In practice, this is not really a limitation but,
2970 rather, a feature.
2972 We should also note that Vi macros are disabled in the minibuffer, which
2973 helps keep some potential troubles away.
2975 The rate at which the user must type keys in order for them to be
2976 recognized as a timeout macro is controlled by the variable
2977 @code{viper-fast-keyseq-timeout}, which defaults to 200 milliseconds.
2979 For the most part, Viper macros defined in @file{~/.viper} can be shared
2980 between X and TTY modes.
2981 The problem with TTY may be that the function keys there generate sequences
2982 of events instead of a single event (as under a window system).
2983 Emacs maps some of these sequences back to the logical keys
2984 (e.g., the sequences generated by the arrow keys are mapped to @kbd{up},
2985 @kbd{left}, etc.).  However, not all function keys are mapped in this way.
2986 Macros that are bound to key sequences that contain such unmapped function
2987 keys have to be redefined for TTY's (and possibly for every type of TTY you
2988 may be using).  To do this, start Emacs on an appropriate TTY device and
2989 define the macro using @kbd{:map}, as usual.
2991 @findex @code{viper-describe-kbd-macros}
2992 Finally, Viper provides a function that conveniently displays all macros
2993 currently defined.  To see all macros along with their definitions, type
2994 @kbd{M-x viper-describe-kbd-macros}.
2996 @node Commands,,Customization,Top
2997 @chapter Commands
2999 This section is a semi-automatically bowdlerized version of the Vi
3000 reference created by @* @samp{maart@@cs.vu.nl} and others.  It can be
3001 found on the Vi archives.  This reference has been adapted for Viper.@refill
3003 @menu
3004 * Groundwork::                  Textual Conventions and Viper basics
3005 * Text Handling::               Moving, Editing, Undoing.
3006 * Display::                     Scrolling.
3007 * File and Buffer Handling::    Editing, Writing and Quitting.
3008 * Mapping::                     Mapping Keys, Keyboard Macros
3009 * Shell Commands::              Accessing Shell Commands, Processing Text
3010 * Options::                     Ex options, the @kbd{:set} commands
3011 * Emacs Related Commands::      Meta Keys, Windows
3012 * Mouse-bound Commands::        Search and insertion of text
3013 @end menu
3015 @node Groundwork, Text Handling, Commands, Commands
3016 @comment  node-name,  next,  previous,  up
3017 @section Groundwork
3019 The VI command set is based on the idea of combining motion commands
3020 with other commands.  The motion command is used as a text region
3021 specifier for other commands.
3022 We classify motion commands into @dfn{point commands} and
3023 @dfn{line commands}.@refill
3025 @cindex point commands
3027 The point commands are:
3029 @quotation
3030 @kbd{h}, @kbd{l}, @kbd{0},  @kbd{$}, @kbd{w}, @kbd{W}, @kbd{b}, @kbd{B},
3031 @kbd{e}, @kbd{E}, @kbd{(}, @kbd{)}, @kbd{/}, @kbd{?}, @kbd{`}, @kbd{f},
3032 @kbd{F}, @kbd{t}, @kbd{T}, @kbd{%}, @kbd{;}, @kbd{,}, @kbd{^}
3033 @end quotation
3035 @cindex line commands
3037 The line commands are:
3039 @quotation
3040 @kbd{j}, @kbd{k}, @kbd{+}, @kbd{-}, @kbd{H}, @kbd{M}, @kbd{L}, @kbd{@{},
3041 @kbd{@}}, @kbd{G}, @kbd{'},  @kbd{[[}, @kbd{]]}, @kbd{[]}
3042 @end quotation
3043 @noindent
3045 Text Deletion Commands (@pxref{Deleting Text}), Change commands
3046 (@pxref{Changing Text}), even Shell Commands (@pxref{Shell Commands})
3047 use these commands to describe a region of text to operate on.
3049 @cindex r and R region specifiers
3051 Viper adds two region descriptors, @kbd{r} and @kbd{R}.  These describe
3052 the Emacs regions (@pxref{Basics}), but they are not movement commands.
3054 The command description uses angle brackets @samp{<>} to indicate
3055 metasyntactic variables, since the normal conventions of using simple
3056 text can be confusing with Viper where the commands themselves are
3057 characters.  Watch out where @kbd{<} shift commands and @kbd{<count>} are
3058 mentioned together!!!
3060 @kindex <move>
3061 @kindex <a-z>
3062 @kindex <address>
3063 @cindex <move>
3064 @cindex <a-z>
3065 @cindex <address>
3066 @cindex movements
3068 @samp{<move>} refers to the above movement commands, and @samp{<a-z>}
3069 refers to registers or textmarkers from @samp{a} to @samp{z}.  Note
3070 that the @samp{<move>}  is described by full move commands, that is to
3071 say they will take counts, and otherwise behave like normal move commands.
3072 @cindex Ex addresses
3073 @samp{<address>} refers to Ex line addresses, which include
3075 @table @kbd
3076 @item .@: <No address>
3077 Current line
3078 @item .+n .-n
3079 Add or subtract for current line
3080 @item number
3081 Actual line number, use @kbd{.=} to get the line number
3082 @item '<a-z>
3083 Textmarker
3084 @item $
3085 Last line
3086 @item x,y
3087 Where x and y are one of the above
3088 @item %
3089 @cindex % (Ex address)
3090 For the whole file, same as (1,$).
3091 @item /<pat>/
3092 @itemx ?<pat>?
3093 Next or previous line with pattern <pat>.
3095 Note that the pattern is allowed to contain newline character (inserted as
3096 @kbd{C-qC-j}).  Therefore, one can search for patterns that span several
3097 lines.
3098 @end table
3100 @cindex % (Current file)
3101 Note that @samp{%} is used in Ex commands @kbd{:e} and @kbd{:r <shell-cmd>}
3102 to mean current file.  If you want a @samp{%} in your command, it must be
3103 escaped as @samp{\%}. Note that @kbd{:w} and the regular @kbd{:r <file>}
3104 command doesn't support the meta symbols @samp{%} and @samp{#}, because
3105 file history is a better mechanism.
3106 @cindex # (Previous file)
3107 Similarly, @samp{#} expands to the previous file.  The previous file is
3108 the first file in @kbd{:args} listing.  This defaults to previous window
3109 in the VI sense if you have one window only.
3111 @kindex <args>
3112 @kindex <cmd>
3113 @cindex <args>
3114 @cindex <cmd>
3115 @noindent
3116 Others like @samp{<args> -- arguments}, @samp{<cmd> -- command} etc.
3117 should be fairly obvious.
3119 @noindent
3120 Common characters referred to include:
3122 @table @kbd
3123 @item <sp>
3124 Space
3125 @item <ht>
3127 @item <lf>
3128 Linefeed
3129 @item <esc>
3130 Escape
3131 @item <cr>
3132 Return, Enter
3133 @end table
3134 @cindex <cr>
3135 @cindex <esc>
3136 @cindex <lf>
3137 @cindex <ht>
3138 @cindex <sp>
3140 @cindex words
3141 @cindex WORDS
3142 @cindex char
3143 @cindex CHAR
3145 We also use @samp{word} for alphanumeric/non-alphanumeric words, and
3146 @samp{WORD} for whitespace delimited words.  @samp{char} refers to any
3147 @acronym{ASCII} character, @samp{CHAR} to non-whitespace character.
3148 Brackets @samp{[]} indicate optional parameters; @samp{<count>} also
3149 optional, usually defaulting to 1.  Brackets are elided for
3150 @samp{<count>} to eschew obfuscation.
3152 Viper's idea of Vi's words is slightly different from Vi.  First, Viper
3153 words understand Emacs symbol tables.  Therefore, all symbols declared to be
3154 alphanumeric in a symbol table can automatically be made part of the Viper
3155 word.  This is useful when, for instance, editing text containing European,
3156 Cyrillic, Japanese, etc., texts.
3158 Second, Viper lets you depart from Vi's idea of a word by changing the a
3159 syntax preference via the customization widget (the variable
3160 @code{viper-syntax-preference}) or by executing
3161 @code{viper-set-syntax-preference} interactively.
3163 By default, Viper syntax preference is @code{reformed-vi}, which means that
3164 Viper considers only those symbols to be part of a word that are specified
3165 as word-symbols by the current Emacs syntax table (which may be different
3166 for different major modes) plus the underscore symbol @kbd{_}, minus the
3167 symbols that are not considered words in Vi (e.g., `,',;, etc.), but may be
3168 considered as word-symbols by various Emacs major modes.  Reformed-Vi works
3169 very close to Vi, and it also recognizes words in other
3170 alphabets.  Therefore, this is the most appropriate mode for editing text
3171 and is likely to fit all your needs.
3173 You can also set Viper syntax preference to @code{strict-vi}, which would
3174 cause Viper to view all non-English letters as non-word-symbols.
3176 You can also specify @code{emacs} as your preference, which would
3177 make Viper use exactly the same notion of a word as Emacs does.  In
3178 particular, the underscore may not be part of a word in some major modes.
3180 Finally, if @code{viper-syntax-preference} is set to @code{extended}, Viper
3181 words would consist of characters that are classified as alphanumeric
3182 @emph{or} as parts of symbols.  This is convenient for editing programs.
3184 @code{viper-syntax-preference} is a local variable, so it can have different
3185 values for different major modes.  For instance, in programming modes it can
3186 have the value @code{extended}.  In text modes where words contain special
3187 characters, such as European (non-English) letters, Cyrillic letters, etc.,
3188 the value can be @code{reformed-vi} or @code{emacs}.
3189 If you consider using different syntactic preferences for different major
3190 modes, you should execute, for example,
3192 @example
3193 (viper-set-syntax-preference nil "extended")
3194 @end example
3196 in the appropriate major mode hooks.
3198 @vindex @code{viper-syntax-preference}
3199 @findex @code{viper-set-syntax-preference}
3200 @cindex syntax table
3204 The above discussion concerns only the movement commands.  In regular
3205 expressions, words remain the same as in Emacs.  That is, the expressions
3206 @code{\w}, @code{\>}, @code{\<}, etc., use Emacs's idea of what is a word,
3207 and they don't look into the value of variable
3208 @code{viper-syntax-preference}.  This is because Viper avoids changing
3209 syntax tables in order to not thwart the various major modes that set these
3210 tables.
3212 The usual Emacs convention is used to indicate Control Characters, i.e
3213 C-h for Control-h.  @emph{Do not confuse this with a sequence of separate
3214 characters
3215 C, -, h!!!} The @kbd{^} is itself, never used to indicate a
3216 Control character.
3218 Finally, we note that Viper's Ex-style commands can be made to work on the
3219 current Emacs region.  This is done by typing a digit argument before
3220 @kbd{:}.  For instance, typing @kbd{1:} will prompt you with something like
3221 @emph{:123,135}, assuming that the current region starts at line 123 and
3222 ends at line 135.  There is no need to type the line numbers, since Viper
3223 inserts them automatically in front of the Ex command.
3224 @cindex Ex commands
3226 @node Text Handling, Display, Groundwork, Commands
3227 @section Text Handling
3229 @menu
3230 * Move Commands::               Moving, Searching
3231 * Marking::                     Textmarkers in Viper and the Emacs Mark.
3232 * Appending Text::              Text insertion, Shifting, Putting
3233 * Editing in Insert State::     Autoindent, Quoting etc.
3234 * Deleting Text::               Deleting
3235 * Changing Text::               Changing, Replacement, Joining
3236 * Search and Replace::          Searches, Query Replace, Pattern Commands
3237 * Yanking::                     Yanking, Viewing Registers
3238 * Undoing::                     Multiple Undo, Backups
3239 @end menu
3241 @node Move Commands,Marking,,Text Handling
3242 @subsection Move Commands
3244 @cindex movement commands
3245 @cindex searching
3246 @cindex textmarkers
3247 @cindex markers
3248 @cindex column movement
3249 @cindex paragraphs
3250 @cindex headings
3251 @cindex sections
3252 @cindex sentences
3253 @cindex matching parens
3254 @cindex paren matching
3256 @table @kbd
3257 @item <count>  h  C-h
3258 <count> chars to the left.
3259 @item <count>  j  <lf> C-n
3260 <count> lines downward.
3261 @item <count>  l  <sp>
3262 <count> chars to the right.
3263 @item <count>  k  C-p
3264 <count> lines upward.
3265 @item <count>  $
3266 To the end of line <count> from the cursor.
3267 @item <count>  ^
3268 To the first CHAR <count> - 1 lines lower.
3269 @item <count>  -
3270 To the first CHAR <count> lines higher.
3271 @item <count>  +  <cr>
3272 To the first CHAR <count> lines lower.
3273 @item  0
3274 To the first char of the line.
3275 @item <count> |
3276 To column <count>
3277 @item <count>  f<char>
3278 <count> <char>s to the right (find).
3279 @item <count>  t<char>
3280 Till before <count> <char>s to the right.
3281 @item <count>  F<char>
3282 <count> <char>s to the left.
3283 @item <count>  T<char>
3284 Till after <count> <char>s to the left.
3285 @item <count>  ;
3286 Repeat latest @kbd{f t F T} <count> times.
3287 @item <count>  ,
3288 Repeat latest @kbd{f t F T}
3289 <count> times in opposite direction.
3290 @item <count>  w
3291 <count> words forward.
3292 @item <count>  W
3293 <count> WORDS forward.
3294 @item <count>  b
3295 <count> words backward.
3296 @item <count>  B
3297 <count> WORDS backward.
3298 @item <count>  e
3299 To the end of word <count> forward.
3300 @item <count>  E
3301 To the end of WORD <count> forward.
3302 @item <count>  G
3303 Go to line <count> (default end-of-file).
3304 @item <count>  H
3305 To line <count> from top of the screen (home).
3306 @item <count>  L
3307 To line <count> from bottom of the screen (last).
3308 @item  M
3309 To the middle line of the screen.
3310 @item <count>  )
3311 <count> sentences forward.
3312 @item <count>  (
3313 <count> sentences backward.
3314 @item <count>  @}
3315 <count> paragraphs forward.
3316 @item <count>  @{
3317 <count> paragraphs backward.
3318 @item <count>  ]]
3319 To the <count>th heading.
3320 @item <count>  [[
3321 To the <count>th previous heading.
3322 @item <count>  []
3323 To the end of <count>th heading.
3324 @item  m<a-z>
3325 Mark the cursor position with a letter.
3326 @item  `<a-z>
3327 To the mark.
3328 @item  '<a-z>
3329 To the first CHAR of the line with the mark.
3330 @item [<a-z>
3331 Show contents of textmarker.
3332 @item ]<a-z>
3333 Show contents of register.
3334 @item  ``
3335 To the cursor position before the latest absolute
3336 jump (of which are examples @kbd{/} and @kbd{G}).
3337 @item  ''
3338 To the first CHAR of the line on which the cursor
3339 was placed before the latest absolute jump.
3340 @item <count>  /<string>
3341 To the <count>th occurrence of <string>.
3342 @item <count>  /<cr>
3343 To the <count>th occurrence of <string> from previous @kbd{/ or ?}.
3344 @item <count>  ?<string>
3345 To the <count>th previous occurrence of <string>.
3346 @item <count>  ?<cr>
3347 To the <count>th previous occurrence of <string> from previous @kbd{?@: or /}.
3348 @item  n
3349 Repeat latest @kbd{/} @kbd{?} (next).
3350 @item  N
3351 Repeat latest search in opposite direction.
3352 @item C-c /
3353 Without a prefix argument, this command toggles
3354 case-sensitive/case-insensitive search modes and plain vanilla/regular
3355 expression search.  With the prefix argument 1, i.e.,
3356 @kbd{1 C-c /}, this toggles case-sensitivity; with the prefix argument 2,
3357 toggles plain vanilla search and search using
3358 regular expressions.  @xref{Viper Specials}, for alternative ways to invoke
3359 this function.
3360 @cindex vanilla search
3361 @cindex case-sensitive search
3362 @cindex case-insensitive search
3363 @item  %
3364 Find the next bracket/parenthesis/brace and go to its match.
3365 By default, Viper ignores brackets/parentheses/braces that occur inside
3366 parentheses.  You can change this by setting
3367 @code{viper-parse-sexp-ignore-comments} to @code{nil} in your @file{.viper} file.
3368 This option can also be toggled interactively if you quickly hit @kbd{%%%}.
3370 This latter feature is implemented as a vi-style keyboard macro.  If you
3371 don't want this macro, put
3373 @example
3374 (viper-set-parsing-style-toggling-macro 'undefine)
3375 @end example
3376 @findex @code{viper-set-parsing-style-toggling-macro}
3378 in your @file{~/.viper} file.
3380 @end table
3381 @kindex @kbd{%}
3382 @kindex @kbd{C-c /}
3383 @kindex @kbd{N}
3384 @kindex @kbd{n}
3385 @kindex @kbd{?<cr>}
3386 @kindex @kbd{/<cr>}
3387 @kindex @kbd{?<string>}
3388 @kindex @kbd{/<string>}
3389 @kindex @kbd{''}
3390 @kindex @kbd{``}
3391 @kindex @kbd{]<a-z>}
3392 @kindex @kbd{[<a-z>}
3393 @kindex @kbd{'<a-z>}
3394 @kindex @kbd{`<a-z>}
3395 @kindex @kbd{m<a-z>}
3396 @kindex @kbd{[]}
3397 @kindex @kbd{[[}
3398 @kindex @kbd{]]}
3399 @kindex @kbd{@{}
3400 @kindex @kbd{@}}
3401 @kindex @kbd{(}
3402 @kindex @kbd{)}
3403 @kindex @kbd{M}
3404 @kindex @kbd{L}
3405 @kindex @kbd{H}
3406 @kindex @kbd{G}
3407 @kindex @kbd{E}
3408 @kindex @kbd{e}
3409 @kindex @kbd{B}
3410 @kindex @kbd{b}
3411 @kindex @kbd{W}
3412 @kindex @kbd{w}
3413 @kindex @kbd{,}
3414 @kindex @kbd{;}
3415 @kindex @kbd{T<char>}
3416 @kindex @kbd{F<char>}
3417 @kindex @kbd{t<char>}
3418 @kindex @kbd{f<char>}
3419 @kindex @kbd{|}
3420 @kindex @kbd{0}
3421 @kindex @kbd{<cr>}
3422 @kindex @kbd{+}
3423 @kindex @kbd{-}
3424 @kindex @kbd{^}
3425 @kindex @kbd{$}
3426 @kindex @kbd{C-p}
3427 @kindex @kbd{<lf>}
3428 @kindex @kbd{<sp>}
3429 @kindex @kbd{C-n}
3430 @kindex @kbd{C-h}
3431 @kindex @kbd{h}
3432 @kindex @kbd{j}
3433 @kindex @kbd{k}
3434 @kindex @kbd{l}
3435 @vindex @code{viper-parse-sexp-ignore-comments}
3437 @node Marking,Appending Text,Move Commands,Text Handling
3438 @subsection Marking
3440 Emacs mark is referred to in the region specifiers @kbd{r} and @kbd{R}.
3441 @xref{Emacs Preliminaries}, and @xref{Basics}, for explanation.  Also
3442 see @ref{Mark,,Mark,emacs,The GNU Emacs manual}, for an explanation of
3443 the Emacs mark ring.
3445 @cindex marking
3447 @table @kbd
3448 @item m<a-z>
3449 Mark the current file and position with the specified letter.
3450 @item m .
3451 Set the Emacs mark (@pxref{Emacs Preliminaries}) at point.
3452 @item m ^
3453 Set the Emacs mark (@pxref{Emacs Preliminaries}) back to where it was last
3454 set with the @kbd{m.} command. This is useful when you set the mark with
3455 @kbd{m.}, but then some other command (such as @kbd{L} or @kbd{G}) changes
3456 it in a way that you didn't like.
3457 @item m <
3458 Set the Emacs mark at beginning of buffer.
3459 @item m >
3460 Set the Emacs mark at end of buffer.
3461 @item m ,
3462 Jump to the Emacs mark.
3463 @item :mark <char>
3464 Mark position with text marker named <char>.  This is an Ex command.
3465 @item :k <char>
3466 Same as @kbd{:mark}.
3467 @item ``
3468 Exchange point and mark.
3469 @item ''
3470 Exchange point and mark and go to the first CHAR on line.
3471 @item '<a-z>
3472 Go to specified Viper mark.
3473 @item
3474 Go to specified Viper mark and go to the first CHAR on line.
3475 @end table
3476 @kindex @kbd{m<a-z>}
3477 @kindex @kbd{m.}
3478 @kindex @kbd{m>}
3479 @kindex @kbd{m<}
3480 @kindex @kbd{m,}
3481 @kindex @kbd{m^}
3482 @findex @kbd{:mark}
3483 @findex @kbd{:k}
3484 @kindex @kbd{''}
3485 @kindex @kbd{``}
3486 @kindex @kbd{`<a-z>}
3487 @kindex @kbd{'<a-z>}
3489 @node  Appending Text, Editing in Insert State, Marking,Text Handling
3490 @subsection Appending Text
3492 @xref{Options}, to see how to change tab and shiftwidth size.  See the GNU
3493 Emacs manual, or try @kbd{C-ha tabs} (If you have turned Emacs help on).
3494 Check out the variable @code{indent-tabs-mode} to put in just spaces.
3495 Also see options for word-wrap.
3497 @cindex inserting
3498 @cindex appending
3499 @cindex paste
3500 @cindex put
3502 @table @kbd
3503 @item <count>  a
3504 <count> times after the cursor.
3505 @item <count>  A
3506 <count> times at the end of line.
3507 @item <count>  i
3508 <count> times before the cursor (insert).
3509 @item <count>  I
3510 <count> times before the first CHAR of the line
3511 @item <count>  o
3512 On a new line below the current (open).
3513 The count is only useful on a slow terminal.
3514 @item <count>  O
3515 On a new line above the current.
3516 The count is only useful on a slow terminal.
3517 @item <count>  ><move>
3518 Shift the lines described by <count><move> one
3519 shiftwidth to the right (layout!).
3520 @item <count>  >>
3521 Shift <count> lines one shiftwidth to the right.
3522 @item <count>  ["<a-z1-9>]p
3523 Put the contents of the (default undo) buffer
3524 <count> times after the cursor.  The register will
3525 be automatically down-cased.
3526 @item <count>  ["<a-z1-9>]P
3527 Put the contents of the (default undo) buffer
3528 <count> times before the cursor.  The register will
3529 @item [<a-z>
3530 Show contents of textmarker.
3531 @item ]<a-z>
3532 Show contents of register.
3533 @item <count>  .
3534 Repeat previous command <count> times.  For destructive
3535 commands as well as undo.
3536 @item f1 1 and f1 2
3537 While @kbd{.} repeats the last destructive command,
3538 these two macros repeat the second-last and the third-last destructive
3539 commands.  @xref{Vi Macros}, for more information on Vi macros.
3540 @item C-c M-p and C-c M-n
3541 In Vi state,
3542 these commands help peruse the history of Vi's destructive commands.
3543 Successive typing of @kbd{C-c M-p} causes Viper to search the history in
3544 the direction
3545 of older commands, while hitting @kbd{C-c M-n} does so in reverse
3546 order.  Each command in the history is displayed in the minibuffer.  The
3547 displayed command can
3548 then be executed by typing `@kbd{.}'.
3550 Since typing the above sequences of keys may be tedious, the
3551 functions doing the perusing can be bound to unused keyboard keys in the
3552 @file{~/.viper} file.  @xref{Viper Specials}, for details.
3553 @end table
3554 @kindex @kbd{C-c M-p}
3555 @kindex @kbd{C-c M-n}
3556 @kindex @kbd{.}
3557 @kindex @kbd{]<a-z>}
3558 @kindex @kbd{[<a-z>}
3559 @kindex @kbd{P}
3560 @kindex @kbd{p}
3561 @kindex @kbd{"<a-z1-9>p}
3562 @kindex @kbd{"<a-z1-9>P}
3563 @kindex @kbd{>>}
3564 @kindex @kbd{><move>}
3565 @kindex @kbd{O}
3566 @kindex @kbd{o}
3567 @kindex @kbd{i}
3568 @kindex @kbd{A}
3569 @kindex @kbd{a}
3571 @node Editing in Insert State, Deleting Text, Appending Text,Text Handling
3572 @subsection Editing in Insert State
3574 Minibuffer can be edited similarly to Insert state, and you can switch
3575 between Insert/Replace/Vi states at will.
3576 Some users prefer plain Emacs feel in the minibuffer.  To this end, set
3577 @var{viper-vi-style-in-minibuffer} to @code{nil}.
3579 @cindex Insert state
3581 @table @kbd
3582 @item C-v
3583 Deprive the next char of its special meaning (quoting).
3584 @item C-h
3585 One char back.
3586 @item C-w
3587 One word back.
3588 @item C-u
3589 Back to the begin of the change on the
3590 current line.
3592 @end table
3593 @kindex @kbd{C-u}
3594 @kindex @kbd{C-w}
3595 @kindex @kbd{C-v}
3597 @node Deleting Text, Changing Text, Editing in Insert State, Text Handling
3598 @subsection Deleting Text
3601 There is one difference in text deletion that you should be
3602 aware of.  This difference comes from Emacs and was adopted in Viper
3603 because we find it very useful.  In Vi, if you delete a line, say, and then
3604 another line, these two deletions are separated and are put back
3605 separately if you use the @samp{p} command.  In Emacs (and Viper), successive
3606 series of deletions that are @emph{not interrupted} by other commands are
3607 lumped together, so the deleted text gets accumulated and can be put back
3608 as one chunk.  If you want to break a sequence of deletions so that the
3609 newly deleted text could be put back separately from the previously deleted
3610 text, you should perform a non-deleting action, e.g., move the cursor one
3611 character in any direction.
3613 @cindex shifting text
3615 @table @kbd
3616 @item <count>  x
3617 Delete <count> chars under and after the cursor.
3618 @item <count>  X
3619 Delete <count> chars before the cursor.
3620 @item <count>  d<move>
3621 Delete from point to endpoint of <count><move>.
3622 @item <count>  dd
3623 Delete <count> lines.
3624 @item  D
3625 The rest of the line.
3626 @item <count>  <<move>
3627 Shift the lines described by <count><move> one
3628 shiftwidth to the left (layout!).
3629 @item <count>  <<
3630 Shift <count> lines one shiftwidth to the left.
3631 @end table
3632 @kindex @kbd{<<}
3633 @kindex @kbd{<<move>}
3634 @kindex @kbd{D}
3635 @kindex @kbd{dd}
3636 @kindex @kbd{d<move>}
3637 @kindex @kbd{X}
3638 @kindex @kbd{x}
3640 @node Changing Text, Search and Replace, Deleting Text,Text Handling
3641 @subsection Changing Text
3643 @cindex joining lines
3644 @cindex changing case
3645 @cindex quoting regions
3646 @cindex substitution
3648 @table @kbd
3649 @item <count>  r<char>
3650 Replace <count> chars by <char> - no <esc>.
3651 @item <count>  R
3652 Overwrite the rest of the line,
3653 appending change @var{count - 1} times.
3654 @item <count>  s
3655 Substitute <count> chars.
3656 @item <count>  S
3657 Change <count> lines.
3658 @item <count>  c<move>
3659 Change from begin to endpoint of <count><move>.
3660 @item <count>  cc
3661 Change <count> lines.
3662 @item <count>  C
3663 The rest of the line and <count> - 1 next lines.
3664 @item <count>  =<move>
3665 Reindent the region described by move.
3666 @item <count>  ~
3667 Switch lower and upper cases.
3668 @item <count>  J
3669 Join <count> lines (default 2).
3670 @item  :[x,y]s/<pat>/<repl>/<f>
3671 Substitute (on lines x through y) the pattern
3672 <pat> (default the last pattern) with <repl>.  Useful
3673 flags <f> are @samp{g} for @samp{global} (i.e.@: change every
3674 non-overlapping occurrence of <pat>) and @samp{c} for
3675 @samp{confirm} (type @samp{y} to confirm a particular
3676 substitution, else @samp{n} ).  Instead of @kbd{/} any
3677 punctuation CHAR unequal to <space> <tab> and <lf> can be used as
3678 delimiter.
3680 In Emacs, @samp{\&} stands for the last matched expression, so
3681 @kbd{s/[ab]+/\&\&/} will double the string matched by @kbd{[ab]}.
3682 Viper doesn't treat @samp{&} specially, unlike Vi: use @samp{\&} instead.
3684 Viper does not parse search patterns and does not expand special symbols
3685 found there (e.g., @samp{~} is not expanded to the result of the previous
3686 substitution).
3688 Note: @emph{The newline character (inserted as @kbd{C-qC-j})
3689 can be used in <repl>}.
3690 @item  :[x,y]copy [z]
3691 Copy text between @kbd{x} and @kbd{y} to the position after @kbd{z}.
3692 @item  :[x,y]t [z]
3693 Same as @kbd{:copy}.
3694 @item  :[x,y]move [z]
3695 Move text between @kbd{x} and @kbd{y} to the position after @kbd{z}.
3696 @item  &
3697 Repeat latest Ex substitute command, e.g.
3698 @kbd{:s/wrong/right}.
3699 @item :x,yp
3700 @itemx :g/Pat/p
3701 @itemx :v/Pat/p
3702 The above commands display certain buffer lines in a
3703 temporary buffer. The first form above displays the buffer lines between
3704 @kbd{x} and @kbd{y}. The second displays the lines of the buffer, which
3705 match a given pattern. The third form displays the lines that do @emph{not}
3706 match the given pattern.
3707 @item #c<move>
3708 Change upper-case characters in the region to lower-case.
3709 @item #C<move>
3710 Change lower-case characters in the region to upper-case.
3711 @item #q<move>
3712 Insert specified string at the beginning of each line in the region
3713 @item C-c M-p and C-c M-n
3714 In Insert and Replace states, these keys are bound to commands that peruse
3715 the history of the text
3716 previously inserted in other insert or replace commands.  By repeatedly typing
3717 @kbd{C-c M-p} or @kbd{C-c M-n}, you will cause Viper to
3718 insert these previously used strings one by one.
3719 When a new string is inserted, the previous one is deleted.
3721 In Vi state, these keys are bound to functions that peruse the history of
3722 destructive Vi commands.
3723 @xref{Viper Specials}, for details.
3724 @end table
3725 @kindex @kbd{C-c M-p}
3726 @kindex @kbd{C-c M-n}
3727 @kindex @kbd{#q<move> }
3728 @kindex @kbd{#C<move>}
3729 @kindex @kbd{#c<move>}
3730 @kindex @kbd{&}
3731 @kindex @kbd{\&}
3732 @findex @kbd{:substitute/<pat>/<repl>/<f>}
3733 @findex @kbd{:s/<pat>/<repl>/<f>}
3734 @findex @kbd{:copy [z]}
3735 @findex @kbd{:t [z]}
3736 @findex @kbd{:move [z]}
3737 @kindex @kbd{J}
3738 @kindex @kbd{~}
3739 @kindex @kbd{=<move>}
3740 @kindex @kbd{C}
3741 @kindex @kbd{cc}
3742 @kindex @kbd{c<move>}
3743 @kindex @kbd{S}
3744 @kindex @kbd{s}
3745 @kindex @kbd{R}
3746 @kindex @kbd{r<char>}
3748 @node Search and Replace, Yanking, Changing Text,Text Handling
3749 @subsection Search and Replace
3751 @xref{Groundwork}, for Ex address syntax.  @xref{Options}, to see how to
3752 get literal (non-regular-expression) search and how to stop search from
3753 wrapping around.
3755 @table @kbd
3756 @item C-c /
3757 Toggle case-sensitive search.  With prefix argument, toggle vanilla/regular
3758 expression search.
3759 @item <count>  /<string>
3760 To the <count>th occurrence of <string>.
3762 Viper does not parse search patterns and does not expand special symbols
3763 found there (e.g., @samp{~} is not expanded to the result of the previous
3764 substitution).
3766 After typing @kbd{/} or @kbd{?} all the usual Emacs minibuffer commands, such as
3767 @kbd{M-p} and @kbd{M-n} are available. In addition, typing @kbd{C-s} will
3768 insert the last search string used by the Emacs incremental search command
3769 (which is bound to @kbd{C-s} everywhere except in this case).
3771 @item <count>  ?<string>
3772 To the <count>th previous occurrence of <string>.
3773 @item <count>  g<move>
3774 Search for the text described by move.  (off by default)
3775 @item n
3776 Repeat latest @kbd{/} @kbd{?} (next).
3777 @item N
3778 Idem in opposite direction.
3779 @item %
3780 Find the next bracket and go to its match
3781 @item :[x,y]g/<string>/<cmd>
3782 @cindex text processing
3783 Search globally [from line x to y] for <string>
3784 and execute the Ex <cmd> on each occurrence.
3785 @item :[x,y]v/<string>/<cmd>
3786 Execute <cmd> on the lines that don't match.
3787 @item #g<move>
3788 Execute the last keyboard macro for each line in the region.
3789 @xref{Macros and Registers}, for more info.
3790 @item Q
3791 Query Replace.
3792 @item :ta <name>
3793 Search in the tags file where <name> is defined (file, line), and go to it.
3794 @item  :[x,y]s/<pat>/<repl>/<f>
3795 Substitute (on lines x through y) the pattern <pat> (default the last
3796 pattern) with <repl>.  Useful
3797 flags <f> are @samp{g} for @samp{global} (i.e.@: change every
3798 non-overlapping occurrence of <pat>) and @samp{c} for
3799 @samp{confirm} (type @samp{y} to confirm a particular
3800 substitution, else @samp{n}).  Instead of @kbd{/} any
3801 punctuation character other than <space> <tab> and <lf> can be used as
3802 delimiter.
3804 Note: @emph{The newline character (inserted as @kbd{C-qC-j})
3805 can be used in <repl>}.
3806 @item  &
3807 Repeat latest Ex substitute command, e.g.@: @kbd{:s/wrong/right}.
3808 @item :global /<pattern>/<ex-command>
3809 @itemx :g /<pattern>/<ex-command>
3810 Execute <ex-command> on all lines that match <pattern>.
3811 @item :vglobal /<pattern>/<ex-command>
3812 @itemx :v /<pattern>/<ex-command>
3813 Execute <ex-command> on all lines that do not match <pattern>.
3814 @end table
3815 @kindex @kbd{&}
3816 @findex @kbd{:substitute/<pat>/<repl>/<f>}
3817 @kindex @kbd{Q}
3818 @kindex @kbd{#g<move>}
3819 @findex @kbd{:v}
3820 @findex @kbd{:g}
3821 @findex @kbd{:global}
3822 @findex @kbd{:vglobal}
3823 @findex @kbd{:tag <name>}
3824 @kindex @kbd{%}
3825 @kindex @kbd{N}
3826 @kindex @kbd{n}
3827 @kindex @kbd{g<move>}
3828 @kindex @kbd{?<string>}
3829 @kindex @kbd{/<string>}
3831 @node Yanking,Undoing,Search and Replace,Text Handling
3832 @subsection Yanking
3834 @cindex cut and paste
3835 @cindex paste
3837 @table @kbd
3838 @item <count>  y<move>
3839 Yank from begin to endpoint of <count><move>.
3840 @item <count>  "<a-z>y<move>
3841 Yank from begin to endpoint of <count><move> to register.
3842 @item <count>  "<A-Z>y<move>
3843 Yank from begin to endpoint of <count><move> and append
3844 to register.
3845 @item <count>  yy
3846 <count> lines.
3847 @item <count>  Y
3848 Idem (should be equivalent to @kbd{y$} though).
3849 @item  m<a-z>
3850 Mark the cursor position with a letter.
3851 @item [<a-z>
3852 Show contents of textmarker.
3853 @item ]<a-z>
3854 Show contents of register.
3855 @item <count>  ["<a-z1-9>]p
3856 Put the contents of the (default undo) buffer
3857 <count> times after the cursor.  The register will
3858 be automatically down-cased.
3859 @item <count>  ["<a-z1-9>]P
3860 Put the contents of the (default undo) buffer
3861 <count> times before the cursor.  The register will
3862 @end table
3863 @kindex @kbd{P}
3864 @kindex @kbd{p}
3865 @kindex @kbd{"<a-z1-9>p}
3866 @kindex @kbd{"<a-z1-9>P}
3867 @kindex @kbd{]<a-z>}
3868 @kindex @kbd{[<a-z>}
3869 @kindex @kbd{m<a-z>}
3870 @kindex @kbd{Y}
3871 @kindex @kbd{yy}
3872 @kindex @kbd{"<A-Z>y<move>}
3873 @kindex @kbd{"<a-z>y<move>}
3874 @kindex @kbd{y<move>}
3875 @kindex @kbd{yank}
3876 @findex @kbd{:yank}
3878 @node Undoing,, Yanking,Text Handling
3879 @subsection Undoing
3881 @cindex undo
3882 @cindex backup files
3884 @table @kbd
3885 @item  u U
3886 Undo the latest change.
3887 @item  .
3888 Repeat undo.
3889 @item :q!
3890 Quit Vi without writing.
3891 @item :e!
3892 Re-edit a messed-up file.
3893 @item :rec
3894 Recover file from autosave.  Viper also creates backup files
3895 that have a @samp{~} appended to them.
3896 @end table
3897 @findex @kbd{:rec}
3898 @findex @kbd{:e!}
3899 @findex @kbd{:q!}
3900 @kindex @kbd{.}
3901 @kindex @kbd{U}
3902 @kindex @kbd{u}
3904 @node Display, File and Buffer Handling, Text Handling, Commands
3905 @section Display
3907 @cindex scrolling
3909 @table @kbd
3910 @item C-g
3911 At user level 1,
3912 give file name, status, current line number
3913 and relative position.@*
3914 At user levels 2 and higher, abort the current command.
3915 @item C-c g
3916 Give file name, status, current line number and relative position -- all
3917 user levels.
3918 @item C-l
3919 Refresh the screen.
3920 @item <count> C-e
3921 Expose <count> more lines at bottom, cursor stays put (if possible).
3922 @item <count> C-y
3923 Expose <count> more lines at top, cursor stays put (if possible).
3924 @item <count> C-d
3925 Scroll <count> lines downward (default the number of the previous scroll;
3926 initialization: half a page).
3927 @item <count> C-u
3928 Scroll <count> lines upward (default the number of the previous scroll;
3929 initialization: half a page).
3930 @item <count> C-f
3931 <count> pages forward.
3932 @item <count> C-b
3933 <count> pages backward (in older versions @kbd{C-b} only works without count).
3934 @item <count> z<cr>
3935 @item zH
3936 Put line <count> at the top of the window (default the current line).
3937 @item <count> z-
3938 @item zL
3939 Put line <count> at the bottom of the window
3940 (default the current line).
3941 @item <count> z.
3942 @item zM
3943 Put line <count> in the center of the window
3944 (default the current line).
3945 @end table
3946 @kindex @kbd{zM}
3947 @kindex @kbd{zL}
3948 @kindex @kbd{zH}
3949 @kindex @kbd{z<cr>}
3950 @kindex @kbd{z.}
3951 @kindex @kbd{z-}
3952 @kindex @kbd{z<cr>}
3953 @kindex @kbd{C-b}
3954 @kindex @kbd{C-f}
3955 @kindex @kbd{C-u}
3956 @kindex @kbd{C-d}
3957 @kindex @kbd{C-y}
3958 @kindex @kbd{C-e}
3959 @kindex @kbd{C-l}
3960 @kindex @kbd{C-g}
3963 @node File and Buffer Handling, Mapping, Display,Commands
3964 @section File and Buffer Handling
3966 @cindex multiple files
3968 In all file handling commands, space should be typed before entering the file
3969 name.  If you need to type a modifier, such as @kbd{>>} or @kbd{!}, don't
3970 put any space between the command and the modifier.
3972 Note that many Ex commands, e.g., @kbd{:w}, accept command arguments. The
3973 effect is that the command would start acting on the current region. For
3974 instance, if the current region spans the lines 11 through 22, then if you
3975 type @kbd{1:w} you would see @samp{:11,22w} in the minibuffer.
3977 @table @kbd
3978 @item :q
3979 Quit buffer except if modified.
3980 @item :q!
3981 Quit buffer without checking.  In Viper, these two commands
3982 are identical.  Confirmation is required if exiting modified buffers that
3983 visit files.
3984 @item :suspend
3985 @item :stop
3986 Suspend Viper
3987 @item :[x,y] w
3988 Write the file.  Viper makes sure that a final newline is always added to
3989 any file where this newline is missing.  This is done by setting Emacs
3990 variable @code{require-final-newline} to @code{t}.  If you don't like this
3991 feature, use @code{setq-default} to set @code{require-final-newline} to
3992 @code{nil}.  This must be done in @file{.viper} file.
3993 @item :[x,y] w <name>
3994 Write to the file <name>.
3995 @item :[x,y] w>> <name>
3996 Append the buffer to the file <name>.  There should be no space between
3997 @kbd{w} and @kbd{>>}.  Type space after the @kbd{>>} and see what happens.
3998 @item :w!@: <name>
3999 Overwrite the file <name>.  In Viper, @kbd{:w} and @kbd{:w!} are identical.
4000 Confirmation is required for writing to an existing file (if this is not
4001 the file the buffer is visiting) or to a read-only file.
4002 @item :x,y w <name>
4003 Write lines x through y to the file <name>.
4004 @item :wq
4005 Write the file and kill buffer.
4006 @item :r <file> [<file> ...]
4007 Read file into a buffer, inserting its contents after the current line.
4008 @item :xit
4009 Same as @kbd{:wq}.
4010 @item :Write
4011 @itemx :W
4012 Save all unsaved buffers, asking for confirmation.
4013 @item :WWrite
4014 @itemx :WW
4015 Like @kbd{W}, but without asking for confirmation.
4016 @item ZZ
4017 Save current buffer and kill it.  If user level is 1, then save all files
4018 and kill Emacs.  Killing Emacs is the wrong way to use it, so you should
4019 switch to higher user levels as soon as possible.
4020 @item :x [<file>]
4021 Save and kill buffer.
4022 @item :x!@: [<file>]
4023 @kbd{:w![<file>]} and @kbd{:q}.
4024 @item :pre
4025 Preserve the file -- autosave buffers.
4026 @item :rec
4027 Recover file from autosave.
4028 @item :f [<file>]
4029 without the argument, prints file name and character/line information afout
4030 the currently visited file. With an argument, sets the currently visited
4031 filename to @file{file}.
4032 @item :cd [<dir>]
4033 Set the working directory to <dir> (default home directory).
4034 @item :pwd
4035 Print present working directory.
4036 @item :e [+<cmd>] <files>
4037 Edit files.  If no filename is given, edit the file visited by the current
4038 buffer.  If buffer was modified or the file changed on disk, ask for
4039 confirmation.  Unlike Vi, Viper allows @kbd{:e} to take multiple arguments.
4040 The first file is edited the same way as in Vi.  The rest are visited
4041 in the usual Emacs way.
4042 @item :e!@: [+<cmd>] <files>
4043 Re-edit file.  If no filename, re-edit current file.
4044 In Viper, unlike Vi, @kbd{e!} is identical to @kbd{:e}.  In both cases, the
4045 user is asked to confirm if there is a danger of discarding changes to a
4046 buffer.
4047 @item :q!
4048 Quit Vi without writing.
4049 @item C-^
4050 Edit the alternate (normally the previous) file.
4051 @item :rew
4052 Obsolete
4053 @item :args
4054 List files not shown anywhere with counts for next
4055 @item :n [count]  [+<cmd>] [<files>]
4056 Edit <count> file, or edit files.  The count comes from @kbd{:args}.
4057 @item :N [count] [+<cmd>] [<files>]
4058 Like @kbd{:n}, but the meaning of the variable
4059 @var{ex-cycle-other-window} is reversed.
4060 @item :b
4061 Switch to another buffer.  If @var{ex-cycle-other-window} is @code{t},
4062 switch in another window.  Buffer completion is supported.
4063 The variable @var{viper-read-buffer-function} controls which function is
4064 actually used to read the buffer name. The default is @code{read-buffer},
4065 but better alternatives are also available in Emacs (e.g.,
4066 @code{iswitchb-read-buffer}).
4067 @vindex @var{viper-read-buffer-function}
4068 @item :B
4069 Like @kbd{:b}, but the meaning of @var{ex-cycle-other-window} is reversed.
4070 @item :<address>r <name>
4071 Read the file <name> into the buffer after the line <address>.
4072 @item v, V, C-v
4073 Edit a file in current or another window, or in another frame.  File name
4074 is typed in minibuffer.  File completion and history are supported.
4075 @end table
4076 @kindex @kbd{v}
4077 @kindex @kbd{V}
4078 @findex @kbd{:args}
4079 @findex @kbd{:rew}
4080 @kindex @kbd{C-^}
4081 @findex @kbd{:e!@: [<files>]}
4082 @findex @kbd{:e [<files>]}
4083 @findex @kbd{:edit [<files>]}
4084 @findex @kbd{:edit!@: [<files>]}
4085 @findex @kbd{:q!}
4086 @findex @kbd{:q}
4087 @findex @kbd{:quit}
4088 @findex @kbd{:quit!}
4089 @findex @kbd{:f}
4090 @findex @kbd{:rec}
4091 @findex @kbd{:r}
4092 @findex @kbd{:read}
4093 @findex @kbd{:pre}
4094 @kindex @kbd{ZZ}
4095 @findex @kbd{:wq}
4096 @findex @kbd{:w <file>}
4097 @findex @kbd{:w!@: <file>}
4098 @findex @kbd{:w >> <file>}
4099 @findex @kbd{:write <file>}
4100 @findex @kbd{:write!@: <file>}
4101 @findex @kbd{:write >> <file>}
4102 @findex @kbd{:W}
4103 @findex @kbd{:WW}
4104 @findex @kbd{:Write}
4105 @findex @kbd{:WWrite}
4106 @findex @kbd{:WWrite}
4107 @findex @kbd{:x}
4108 @findex @kbd{:x!}
4109 @findex @kbd{:suspend}
4110 @findex @kbd{:stop}
4111 @findex @kbd{:n [<count> | <file>]}
4112 @findex @kbd{:cd [<dir>]}
4113 @findex @kbd{:pwd}
4115 @node Mapping, Shell Commands, File and Buffer Handling, Commands
4116 @section Mapping
4118 @cindex key bindings
4119 @cindex key mapping
4121 @table @kbd
4122 @item :map <string>
4123 Start defining a Vi-style keyboard macro.
4124 For instance, typing
4125 @kbd{:map www} followed by @kbd{:!wc %} and then typing @kbd{C-x )}
4126 will cause @kbd{www} to run wc on
4127 current file (Vi replaces @samp{%} with the current file name).
4128 @item C-x )
4129 Finish defining a keyboard macro.
4130 In Viper, this command completes the process of defining all keyboard
4131 macros, whether they are Emacs-style or Vi-style.
4132 This is a departure from Vi, needed to allow WYSIWYG mapping of
4133 keyboard macros and to permit the use of function keys and arbitrary Emacs
4134 functions in the macros.
4135 @item :unmap <string>
4136 Deprive <string> of its mappings in Vi state.
4137 @item :map!@: <string>
4138 Map a macro for Insert state.
4139 @item :unmap!@: <string>
4140 Deprive <string> of its mapping in Insert state (see @kbd{:unmap}).
4141 @item @@<a-z>
4142 In Vi state,
4143 execute the contents of register as a command.
4144 @item @@@@
4145 In Vi state,
4146 repeat last register command.
4147 @item @@#
4148 In Vi state,
4149 begin keyboard macro.  End with @@<a-z>.  This will
4150 put the macro in the proper register.  Register will
4151 be automatically down-cased.
4152 @xref{Macros and Registers}, for more info.
4153 @item @@!<a-z>
4154 In Vi state,
4155 yank anonymous macro to register
4156 @item *
4157 In Vi state,
4158 execute anonymous macro (defined by C-x( and C-x )).
4159 @item C-x e
4160 Like @kbd{*}, but works in all Viper states.
4161 @item #g<move>
4162 Execute the last keyboard macro for each line in the region.
4163 @xref{Macros and Registers}, for more info.
4164 @item [<a-z>
4165 Show contents of textmarker.
4166 @item ]<a-z>
4167 Show contents of register.
4168 @end table
4169 @kindex @kbd{]<a-z>}
4170 @kindex @kbd{[<a-z>}
4171 @kindex @kbd{#g<move>}
4172 @kindex @kbd{*}
4173 @kindex @kbd{@@!<a-z>}
4174 @kindex @kbd{@@#}
4175 @kindex @kbd{@@@@}
4176 @kindex @kbd{@@<a-z>}
4177 @findex @kbd{:unmap <char>}
4178 @findex @kbd{:map <char> <seq>}
4179 @findex @kbd{:unmap!@: <char>}
4180 @findex @kbd{:map!@: <char> <seq>}
4182 @node Shell Commands, Options, Mapping, Commands
4183 @section Shell Commands
4185 @cindex % (Current file)
4187 The symbol @samp{%} is used in Ex shell commands to mean current file.  If
4188 you want a @samp{%} in your command, it must be escaped as @samp{\%}.
4189 @cindex @samp{%} (Ex address)
4190 However if @samp{%} is the first character, it stands as the address for
4191 the whole file.
4192 @cindex @samp{#} (Previous file)
4193 Similarly, @samp{#} expands to the previous file.  The previous file is the
4194 first file in @kbd{:args} listing.  This defaults to the previous file in
4195 the VI sense if you have one window.@refill
4197 Symbols @samp{%} and @samp{#} are also used in the Ex commands @kbd{:e} and
4198 @kbd{:r <shell-cmd>}.  The commands @kbd{:w} and the regular @kbd{:r
4199 <file>} command don't support these meta symbols, because file history is a
4200 better mechanism.
4202 @cindex shell commands
4204 @table @kbd
4205 @item :sh
4206 Execute a subshell in another window
4207 @item :[x,y]!<cmd>
4208 Execute a shell <cmd> [on lines x through y;
4209 % is replace by current file, \% is changed to %
4210 @item :[x,y]!!@: [<args>]
4211 Repeat last shell command [and append <args>].
4212 @item :!<cmd>
4213 Just execute command and display result in a buffer.
4214 @item :!!@: <args>
4215 Repeat last shell command and append <args>
4216 @item <count> !<move><cmd>
4217 The shell executes <cmd>, with standard
4218 input the lines described by <count><move>,
4219 next the standard output replaces those lines
4220 (think of @samp{cb}, @samp{sort}, @samp{nroff}, etc.).
4221 @item <count> !!<cmd>
4222 Give <count> lines as standard input to the
4223 shell <cmd>, next let the standard output
4224 replace those lines.
4225 @item :[x,y] w !<cmd>
4226 Let lines x to y be standard input for <cmd>
4227 (notice the <sp> between @kbd{w} and @kbd{!}).
4228 @item :<address>r !<cmd>
4229 Put the output of <cmd> after the line <address> (default current).
4230 @item :<address>r <name>
4231 Read the file <name> into the buffer after the line <address> (default
4232 current).
4233 @item :make
4234 Run the make command in the current directory.
4235 @end table
4236 @findex @kbd{:<address>r <name>}
4237 @findex @kbd{:<address>r !<cmd>}
4238 @findex @kbd{!<cmd>}
4239 @findex @kbd{!!<cmd>}
4240 @findex @kbd{!<move><cmd>}
4241 @findex @kbd{:w !<cmd>}
4242 @findex @kbd{:x,y w !<cmd>}
4243 @findex @kbd{:!!@: <args>}
4244 @findex @kbd{:!<cmd>}
4245 @findex @kbd{:sh}
4246 @findex @kbd{:make}
4248 @node Options,Emacs Related Commands,Shell Commands,Commands
4249 @section Options
4251 @cindex Vi options
4253 @table @kbd
4254 @item autoindent
4255 @itemx ai
4256 @cindex autoindent
4257 autoindent -- In append mode after a <cr> the
4258 cursor will move directly below the first
4259 character on the previous line.
4260 This setting affects the current buffer only.
4261 @item autoindent-global
4262 @itemx ai-global
4263 Same as `autoindent', but affects all buffers.
4264 @item noautoindent
4265 @itemx noai
4266 Cancel autoindent.
4267 @item noautoindent-global
4268 @itemx noai-g
4269 Cancel autoindent-global.
4270 @item ignorecase
4271 @itemx ic
4272 @cindex case and searching
4273 ignorecase -- No distinction between upper and lower cases when searching.
4274 @item noignorecase
4275 @itemx noic
4276 Cancel ignorecase.
4277 @item magic
4278 @itemx ma
4279 @cindex literal searching
4280 Regular expressions used in searches; nomagic means no regexps.
4281 @item nomagic
4282 @item noma
4283 Cancel magic.
4284 @item readonly
4285 @itemx ro
4286 @cindex readonly files
4287 readonly -- The file is not to be changed.
4288 If the user attempts to write to this file, confirmation will be requested.
4289 @item noreadonly
4290 @itemx noro
4291 Cancel readonly.
4292 @item shell=<string>
4293 @itemx sh=<string>
4294 @cindex shell
4295 shell -- The program to be used for shell escapes
4296 (default @samp{$SHELL} (default @file{/bin/sh})).
4297 @item shiftwidth=<count>
4298 @itemx sw=<count>
4299 @cindex layout
4300 @cindex shifting text
4301 shiftwidth -- Gives the shiftwidth (default 8 positions).
4302 @item showmatch
4303 @itemx sm
4304 @cindex paren matching
4305 @cindex matching parens
4306 showmatch -- Whenever you append a @kbd{)}, Vi shows
4307 its match if it's on the same page; also with
4308 @kbd{@{} and @kbd{@}}.  If there's no match, Vi will beep.
4309 @item noshowmatch
4310 @itemx nosm
4311 Cancel showmatch.
4312 @item tabstop=<count>
4313 @itemx ts=<count>
4314 @cindex changing tab width
4315 @cindex tabbing
4316 tabstop -- The length of a <ht>; warning: this is
4317 only IN the editor, outside of it <ht>s have
4318 their normal length (default 8 positions).
4319 This setting affects the current buffer only.
4320 @item tabstop-global
4321 @itemx ts-g
4322 Same as `tabstop', but affects all buffers.
4323 @item wrapmargin=<count>
4324 @itemx wm=<count>
4325 @cindex auto fill
4326 @cindex word wrap
4327 wrapmargin -- In append mode Vi automatically
4328 puts a <lf> whenever there is a <sp> or <ht>
4329 within <wm> columns from the right margin.
4330 @item wrapscan
4331 @itemx ws
4332 @cindex searching
4333 wrapscan -- When searching, the end is
4334 considered @samp{stuck} to the begin of the file.
4335 @item nowrapscan
4336 @itemx nows
4337 Cancel wrapscan.
4338 @item :set <option>
4339 Turn <option> on.
4340 @item :set no<option>
4341 Turn <option> off.
4342 @item :set <option>=<value>
4343 Set <option> to <value>.
4344 @end table
4345 @findex @kbd{:set <option>=<value>}
4346 @findex @kbd{:set no<option>}
4347 @findex @kbd{:set <option>}
4348 @findex @kbd{:set ws}
4349 @findex @kbd{:set wrapscan}
4350 @findex @kbd{:set wm=<count>}
4351 @findex @kbd{:set wrapmargin=<count>}
4352 @findex @kbd{:set ts=<count>}
4353 @findex @kbd{:set tabstop=<count>}
4354 @findex @kbd{:set tab-stop-local=<count>}
4355 @findex @kbd{:set sm}
4356 @findex @kbd{:set showmatch}
4357 @findex @kbd{:set sw=<count>}
4358 @findex @kbd{:set shiftwidth=<count>}
4359 @findex @kbd{:set sh=<string>}
4360 @findex @kbd{:set shell=<string>}
4361 @findex @kbd{:set ro}
4362 @findex @kbd{:set readonly}
4363 @findex @kbd{:set magic}
4364 @findex @kbd{:set ic}
4365 @findex @kbd{:set ignorecase}
4366 @findex @kbd{:set ai}
4367 @findex @kbd{:set autoindent}
4369 @node Emacs Related Commands,,Options,Commands
4370 @section Emacs Related Commands
4372 @table @kbd
4373 @item C-\
4374 Begin Meta command in Vi or Insert states.  Most often used as C-\ x (M-x).
4376 Note: Emacs binds @kbd{C-\} to a function that offers to change the
4377 keyboard input method in the multilingual environment.  Viper overrides this
4378 binding.  However, it is still possible to switch the input method by typing
4379 @kbd{\ C-\} in the Vi command state and @kbd{C-z \ C-\} in the Insert state.
4380 Or you can use the MULE menu on the menubar.
4381 @item C-z
4382 In Insert and Replace states, prepare Viper to accept the next command and
4383 execute it as if Viper was in Vi state.  Then return to Insert state.
4385 In Vi state, switch to Emacs state; in Emacs state, switch to Vi state.
4386 @item C-c \
4387 Switches to Vi state for the duration of a single command.  Then goes back
4388 to the original Viper state.  Works from Vi, Insert, Replace, and Emacs states.
4389 @item C-x0
4390 Close Window
4391 @item C-x1
4392 Close Other Windows
4393 @item C-x2
4394 Split Window
4395 @item C-xo
4396 Move among windows
4397 @item C-xC-f
4398 Emacs find-file, useful in Insert state
4399 @item C-y
4400 Put back the last killed text.  Similar to Vi's @kbd{p}, but also works in
4401 Insert and Replace state.  This command doesn't work in Vi command state,
4402 since this binding is taken for something else.
4403 @item M-y
4404 Undoes the last @kbd{C-y} and puts another kill from the kill ring.
4405 Using this command, you can try may different kills until you find the one
4406 you need.
4407 @end table
4408 @kindex @kbd{M-y}
4409 @kindex @kbd{C-y}
4410 @kindex @kbd{C-xC-f}
4411 @kindex @kbd{C-xo}
4412 @kindex @kbd{C-x2}
4413 @kindex @kbd{C-x1}
4414 @kindex @kbd{C-x0}
4415 @kindex @kbd{C-z}
4416 @kindex @kbd{C-\}
4417 @kindex @kbd{C-c\}
4419 @node Mouse-bound Commands,,,Commands
4420 @section Mouse-bound Commands
4422 The following two mouse actions are normally bound to special search and
4423 insert commands in of Viper:
4425 @table @kbd
4426 @item S-Mouse-1
4427 Holding Shift and clicking mouse button 1 will
4428 initiate search for
4429 a region under the mouse pointer.
4430 This command can take a prefix argument.  Note: Viper sets this
4431 binding only if this mouse action is not
4432 already bound to something else.
4433 @xref{Viper Specials}, for more information.@refill
4435 @item S-Mouse-2
4436 Holding Shift and clicking button 2 of the mouse will
4437 insert a region surrounding the mouse pointer.
4438 This command can also take a prefix argument.
4439 Note: Viper sets this binding only if this mouse action is not
4440 already bound to something else.
4441 @xref{Viper Specials}, for more details.@refill
4442 @end table
4443 @kindex @kbd{S-Mouse-1}
4444 @kindex @kbd{S-Mouse-2}
4445 @kindex @kbd{meta button1up}
4446 @kindex @kbd{meta button2up}
4448 @node Acknowledgments,,,Top
4449 @comment  node-name,  next,  previous,  up
4450 @unnumbered Acknowledgments
4452 Viper, formerly known as VIP-19, was written by Michael Kifer.  Viper is
4453 based on the original VIP package by Masahiko Sato and on its enhancement,
4454 VIP 4.4, by Aamod Sane.  This manual is an adaptation of the manual for VIP
4455 4.4, which, in turn, was based on Sato's manual for VIP 3.5.
4457 Many contributors on the Net pointed out bugs and suggested a number of
4458 useful features. Scott Bronson and Samuel Padgett contributed patches that
4459 were incorporated in this code.  Here is a hopefully complete list of
4460 contributors:
4462 @example
4463 aaronl@@vitelus.com (Aaron Lehmann),
4464 ahg@@panix.com (Al Gelders),
4465 amade@@diagram.fr (Paul-Bernard Amade),
4466 ascott@@fws214.intel.com (Andy Scott),
4467 bronson@@trestle.com (Scott Bronson),
4468 cook@@biostat.wisc.edu (Tom Cook),
4469 csdayton@@midway.uchicago.edu (Soren Dayton),
4470 dave@@hellgate.utah.edu,
4471 dm@@scs.cs.nyu.edu (David Mazieres),
4472 dominik@@strw.LeidenUniv.nl (Carsten Dominik),
4473 dwallach@@cs.princeton.edu (Dan Wallach),
4474 dwight@@toolucky.llnl.gov (Dwight Shih),
4475 dxc@@xprt.net (David X Callaway),
4476 edmonds@@edmonds.home.cs.ubc.ca (Brian Edmonds),
4477 gin@@mo.msk.ru (Golubev I.N.),
4478 gviswana@@cs.wisc.edu (Guhan Viswanathan),
4479 gvr@@halcyon.com (George V.@: Reilly),
4480 hatazaki@@bach.convex.com (Takao Hatazaki),
4481 hpz@@ibmhpz.aug.ipp-garching.mpg.de (Hans-Peter Zehrfeld),
4482 irie@@t.email.ne.jp (Irie Tetsuya),
4483 jackr@@dblues.engr.sgi.com (Jack Repenning),
4484 jamesm@@bga.com (D.J.@: Miller II),
4485 jjm@@hplb.hpl.hp.com (Jean-Jacques Moreau),
4486 jl@@cse.ogi.edu (John Launchbury),
4487 jobrien@@hchp.org (John O'Brien),
4488 johnw@@borland.com (John Wiegley),
4489 kanze@@gabi-soft.fr (James Kanze),
4490 kin@@isi.com (Kin Cho),
4491 kwzh@@gnu.org (Karl Heuer),
4492 lindstro@@biostat.wisc.edu (Mary Lindstrom),
4493 lektu@@terra.es (Juanma Barranquero),
4494 lennart.borgman.073@@student.lu.se (Lennart Borgman),
4495 minakaji@@osaka.email.ne.jp (Mikio Nakajima),
4496 Mark.Bordas@@East.Sun.COM (Mark Bordas),
4497 meyering@@comco.com (Jim Meyering),
4498 martin@@xemacs.org (Martin Buchholz),
4499 mbutler@@redfernnetworks.com (Malcolm Butler),
4500 mveiga@@dit.upm.es (Marcelino Veiga Tuimil),
4501 paulk@@summit.esg.apertus.com (Paul Keusemann),
4502 pfister@@cs.stonybrook.edu (Hanspeter Pfister),
4503 phil_brooks@@MENTORG.COM (Phil Brooks),
4504 pogrell@@informatik.hu-berlin.de (Lutz Pogrell),
4505 pradyut@@cs.uchicago.edu (Pradyut Shah),
4506 roderick@@argon.org (Roderick Schertler),
4507 rxga@@ulysses.att.com,
4508 sawdey@@lcse.umn.edu (Aaron Sawdey),
4509 simonb@@prl.philips.co.uk (Simon Blanchard),
4510 spadgett1@@nc.rr.com (Samuel Padgett),
4511 stephen@@farrell.org (Stephen Farrell),
4512 storm@@cua.dk (Kim F. Storm),
4513 sudish@@MindSpring.COM (Sudish Joseph),
4514 schwab@@issan.informatik.uni-dortmund.de (Andreas Schwab)
4515 terra@@diku.dk (Morten Welinder),
4516 thanh@@informatics.muni.cz (Han The Thanh),
4517 toma@@convex.convex.com,
4518 vrenjak@@sun1.racal.com (Milan Vrenjak),
4519 whicken@@dragon.parasoft.com (Wendell Hicken),
4520 zapman@@cc.gatech.edu (Jason Zapman II),
4521 @end example
4523 @node GNU Free Documentation License,,, Top
4524 @appendix GNU Free Documentation License
4525 @include doclicense.texi
4527 @node Key Index,Function Index,,Top
4528 @comment  node-name,  next,  previous,  up
4529 @unnumbered Key Index
4531 @printindex ky
4533 @node Function Index,Variable Index,Key Index,Top
4534 @comment  node-name,  next,  previous,  up
4535 @unnumbered Function Index
4537 @printindex fn
4539 @node Variable Index,Package Index,Function Index,Top
4540 @comment  node-name,  next,  previous,  up
4541 @unnumbered Variable Index
4543 @printindex vr
4545 @node Package Index,Concept Index,Variable Index,Top
4546 @comment  node-name,  next,  previous,  up
4547 @unnumbered Package Index
4549 @printindex pg
4551 @node Concept Index,,Package Index,Top
4552 @comment  node-name,  next,  previous,  up
4553 @unnumbered Concept Index
4555 @printindex cp
4557 @bye