Fix single-quoting style in PDF manuals
[emacs.git] / doc / misc / viper.texi
blobf449e3b738becbe260395ef7f1270d0e53ec1f7f
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.info
8 @include docstyle.texi
10 @copying
11 Copyright @copyright{} 1995--1997, 2001--2015 Free Software Foundation, Inc.
13 @quotation
14 Permission is granted to copy, distribute and/or modify this document
15 under the terms of the GNU Free Documentation License, Version 1.3 or
16 any later version published by the Free Software Foundation; with no
17 Invariant Sections, with the Front-Cover Texts being ``A GNU Manual'',
18 and with the Back-Cover Texts as in (a) below.  A copy of the license
19 is included in the section entitled ``GNU Free Documentation License''.
21 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
22 modify this GNU manual.''
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
51 @top Viper
53 We believe that one or more of the following statements are adequate
54 descriptions of Viper:
56 @example
57 Viper Is a Package for Emacs Rebels;
58 it is a VI Plan for Emacs Rescue
59 and/or a venomous VI PERil.
60 @end example
62 Technically speaking, Viper is a Vi emulation package for Emacs.  It
63 implements all Vi and Ex commands, occasionally improving on them and
64 adding many new features.  It gives the user the best of both worlds: Vi
65 keystrokes for editing combined with the power of the Emacs environment.
67 Viper emulates Vi at several levels, from the one that closely follows Vi
68 conventions to the one that departs from many of them.  It has many
69 customizable options, which can be used to tailor Viper to the work habits
70 of various users.
71 This manual describes Viper, concentrating on the differences from Vi and
72 new features of Viper.
74 Viper, formerly known as VIP-19, was written by Michael Kifer.  It is based
75 on VIP version 3.5 by Masahiko Sato and VIP version 4.4 by Aamod Sane.
76 About 15% of the code still comes from those older packages.
78 Viper is intended to be usable without reading this manual; the defaults
79 are set to make Viper as close to Vi as possible.  At startup, Viper will
80 try to set the most appropriate default environment for you, based on
81 your familiarity with Emacs.  It will also tell you the basic GNU Emacs window
82 management commands to help you start immediately.
84 Although this manual explains how to customize Viper, some basic
85 familiarity with Emacs Lisp is a plus.
87 It is recommended that you read the Overview node.  The other nodes may
88 be visited as needed.
90 Comments and bug reports are welcome.
91 @code{kifer@@cs.stonybrook.edu} is the current address for Viper bug reports.
92 Please use the Ex command @kbd{:submitReport} for this purpose.
94 @insertcopying
95 @end ifnottex
97 @menu
98 * Overview::                    Read for a smoother start
99 * Improvements over Vi::        New features, Improvements
100 * Customization::               How to customize Viper
101 * Commands::                    Vi and Ex Commands
102 * GNU Free Documentation License:: The license for this documentation.
103 * Acknowledgments::
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
109 @end menu
110 @iftex
111 @unnumbered Introduction
113 We believe that one or more of the following statements are adequate
114 descriptions of Viper:
116 @example
117 Viper Is a Package for Emacs Rebels;
118 it is a VI Plan for Emacs Rescue
119 and/or a venomous VI PERil.
120 @end example
122 Viper is a Vi emulation package for Emacs.  Viper contains virtually all
123 of Vi and Ex functionality and much more.  It gives you the best of both
124 worlds: Vi keystrokes for editing combined with the GNU Emacs
125 environment.  Viper also fixes some common complaints with Vi commands.
126 This manual describes Viper, concentrating on the differences from Vi
127 and on the new features of Viper.
129 Viper was written by Michael Kifer.  It is based on VIP version 3.5 by
130 Masahiko Sato and VIP version 4.4 by Aamod Sane.  About 15% of the code
131 still comes from those older packages.
133 Viper is intended to be usable out of the box, without reading this manual;
134 the defaults are set to make Viper as close to Vi as possible.  At
135 startup, Viper will attempt to set the most appropriate default environment
136 for you, based on your familiarity with Emacs.  It will also tell you the
137 basic GNU Emacs window management commands to help you start immediately.
139 Although this manual explains how to customize Viper, some basic
140 familiarity with Emacs Lisp is a plus.
142 It is recommended that you read the chapter Overview.  The other chapters
143 will be useful for customization and advanced usage.
145 You should also learn to use the Info on-line hypertext manual system that
146 comes with Emacs.  This manual can be read as an Info file.  Try the command
147 @kbd{@key{ESC} x info} with vanilla Emacs sometime.
149 Comments and bug reports are welcome.
150 @code{kifer@@cs.stonybrook.edu} is the current address for Viper bug reports.
151 Please use the Ex command @kbd{:submitReport} for this purpose.
153 @end iftex
155 @node Overview
156 @chapter Overview of Viper
158 Viper is a Vi emulation on top of Emacs.  At the same time, Viper provides a
159 virtually unrestricted access to Emacs facilities.  Perfect compatibility
160 with Vi is possible but not desirable.  This chapter tells you about the
161 Emacs ideas that you should know about, how to use Viper within Emacs and
162 some incompatibilities.
164 This manual is written with the assumption that you are an experienced Vi
165 user who wants to switch to Emacs while retaining the ability to edit files
166 Vi style. Incredible as it might seem, there are experienced Emacs users
167 who use Viper as a backdoor into the superior (as every Vi user already knows)
168 world of Vi! These users are well familiar with Emacs bindings and prefer them
169 in some cases, especially in the Vi Insert state. John Hawkins
170 <jshawkin@@eecs.umich.edu> has provided a set of customizations, which
171 enables additional Emacs bindings under Viper.  These customizations can be
172 included in your @file{~/.emacs.d/viper} file and are found at the
173 following URL: @file{http://traeki.freeshell.org/files/viper-sample}.
175 @menu
176 * Emacs Preliminaries::         Basic concepts in Emacs.
177 * Loading Viper::               Loading and Preliminary Configuration.
178 * States in Viper::             Viper has four states orthogonal to Emacs
179                                 modes.
180 * The Minibuffer::              Command line in Emacs.
181 * Multiple Files in Viper::     True multiple file handling.
182 * Unimplemented Features::      That are unlikely to be implemented.
183 @end menu
185 @node Emacs Preliminaries
186 @section Emacs Preliminaries
188 @cindex buffer
189 @cindex point
190 @cindex mark
191 @cindex text
192 @cindex looking at
193 @cindex end (of buffer)
194 @cindex end (of line)
195 @cindex region
197 Emacs can edit several files at once.  A file in Emacs is placed in a
198 @dfn{buffer} that usually has the same name as the file.  Buffers are also used
199 for other purposes, such as shell interfaces, directory editing, etc.
200 @xref{Dired,,Directory Editor,emacs,The
201 GNU Emacs Manual}, for an example.
203 A buffer has a distinguished position called the @dfn{point}.
204 A @dfn{point} is always between 2 characters, and is @dfn{looking at}
205 the right hand character.  The cursor is positioned on the right hand
206 character.  Thus, when the @dfn{point} is looking at the end-of-line,
207 the cursor is on the end-of-line character, i.e., beyond the last
208 character on the line.  This is the default Emacs behavior.
210 The default settings of Viper try to mimic the behavior of Vi, preventing
211 the cursor from going beyond the last character on the line.  By using
212 Emacs commands directly (such as those bound to arrow keys), it is possible
213 to get the cursor beyond the end-of-line.  However, this won't (or
214 shouldn't) happen if you restrict yourself to standard Vi keys, unless you
215 modify the default editing style.  @xref{Customization}.
217 In addition to the @dfn{point}, there is another distinguished buffer
218 position called the @dfn{mark}.  @xref{Mark,,Mark,emacs,The GNU Emacs
219 manual}, for more info on the mark.  The text between the @dfn{point} and
220 the @dfn{mark} is called the @dfn{region} of the buffer.  For the Viper
221 user, this simply means that in addition to the Vi textmarkers a--z, there
222 is another marker called @dfn{mark}.  This is similar to the unnamed Vi
223 marker used by the jump commands @kbd{``} and @kbd{''}, which move the
224 cursor to the position of the last absolute jump.  Viper provides access to
225 the region in most text manipulation commands as @kbd{r} and @kbd{R} suffix
226 to commands that operate on text regions, e.g., @kbd{dr} to delete region,
227 etc.
229 Furthermore, Viper lets Ex-style commands to work on the current region.
230 This is done by typing a digit argument before @kbd{:}.  For instance,
231 typing @kbd{1:} will prompt you with something like @emph{:123,135},
232 assuming that the current region starts at line 123 and ends at line
233 135.  There is no need to type the line numbers, since Viper inserts them
234 automatically in front of the Ex command.
236 @xref{Basics}, for more info.
238 @cindex window
239 @cindex mode line
240 @cindex buffer information
241 @cindex Minibuffer
242 @cindex command line
243 @cindex buffer (modified)
245 Emacs divides the screen into tiled @dfn{windows}.  You can see the
246 contents of a buffer through the window associated with the buffer.  The
247 cursor of the screen is positioned on the character after @dfn{point}.
248 Every window has a @dfn{mode line} that displays information about the buffer.
249 You can change the format of the mode
250 line, but normally if you see @samp{**} at the beginning of a mode line it
251 means that the buffer is @dfn{modified}.  If you write out the contents of
252 a buffer to a file, then the buffer will become not modified.  Also if
253 you see @samp{%%} at the beginning of the mode line, it means that the file
254 associated with the buffer is write protected.  The mode line will also
255 show the buffer name and current major and minor modes (see below).
256 A special buffer called @dfn{Minibuffer} is displayed as the last line
257 in a minibuffer window.  The minibuffer window is used for command input
258 output.  Viper uses minibuffer window for @kbd{/} and @kbd{:}
259 commands.
261 @cindex mode
262 @cindex keymap
263 @cindex local keymap
264 @cindex global keymap
265 @cindex major mode
266 @cindex minor mode
268 An Emacs buffer can have a @dfn{major mode} that customizes Emacs for
269 editing text of a particular sort by changing the functionality of the keys.
270 Keys are defined using a @dfn{keymap} that records the bindings between
271 keystrokes and
272 functions.  The @dfn{global keymap} is common to all the
273 buffers.  Additionally, each buffer has its @dfn{local keymap} that determines the
274 @dfn{mode} of the buffer.  If a function is bound to some key in the local
275 keymap then that function will be executed when you type the key.
276 If no function is bound to a key in the
277 local map, however, the function bound to the key in the global map
278 will be executed.  @xref{Major Modes,Major Modes,Major Modes,emacs,The
279 GNU Emacs Manual}, for more information.
281 A buffer can also have a @dfn{minor mode}.  Minor modes are options that
282 you can use or not.  A buffer in @code{text-mode} can have
283 @code{auto-fill-mode} as minor mode, which can be turned off or on at
284 any time.  In Emacs, a minor mode may have it own keymap,
285 which overrides the local keymap when the minor mode is turned on.  For
286 more information, @pxref{Minor Modes,Minor Modes,Minor Modes,emacs,The
287 GNU Emacs Manual}.
289 @cindex Viper as minor mode
290 @cindex Control keys
291 @cindex Meta key
293 Viper is implemented as a collection of minor modes.  Different minor modes
294 are involved when Viper emulates Vi command mode, Vi insert mode, etc.
295 You can also turn Viper on and off at any time while in Vi command mode.
296 @xref{States in Viper}, for
297 more information.
299 Emacs uses Control and Meta modifiers.  These are denoted as C and M,
300 e.g., @kbd{^Z} as @kbd{C-z} and @kbd{Meta-x} as @kbd{M-x}.  The Meta key is
301 usually located on each side of the Space bar; it is used in a manner
302 similar to the Control key, e.g., @kbd{M-x} means typing @kbd{x} while
303 holding the Meta key down.  For keyboards that do not have a Meta key,
304 @key{ESC} is used as Meta.  Thus @kbd{M-x} is typed as @kbd{@key{ESC}
305 x}.  Viper uses @key{ESC} to switch from Insert state to Vi state.  Therefore
306 Viper defines @kbd{C-\} as its Meta key in Vi state.  @xref{Vi State}, for
307 more info.
309 Emacs is structured as a Lisp interpreter around a C core.  Emacs keys
310 cause Lisp functions to be called.  It is possible to call these
311 functions directly, by typing @kbd{M-x function-name}.
313 @node Loading Viper
314 @section Loading Viper
316 The most common way to load it automatically is to include the following
317 lines (in the given order!):
319 @lisp
320 (setq viper-mode t)
321 (require 'viper)
322 @end lisp
324 @noindent
325 in your @file{~/.emacs} file.  The @file{.emacs} file is placed in your
326 home directory and it is be executed every time you invoke Emacs.  This is
327 the place where all general Emacs customization takes place.  Beginning with
328 version 20.0, Emacsen have an interactive interface, which simplifies the
329 job of customization significantly.
331 Viper also uses the file @file{~/.emacs.d/viper} for Viper-specific customization.
332 The location of Viper customization file can be changed by setting the
333 variable @code{viper-custom-file-name} in @file{.emacs} @emph{prior} to loading
334 Viper.
336 The latest versions of Emacs have an interactive customization facility,
337 which allows you to (mostly) bypass the use of the @file{.emacs} and
338 @code{viper-custom-file-name} files. You can reach this customization
339 facility from within Viper's VI state by executing the Ex command
340 @kbd{:customize}.
342 Once invoked, Viper will arrange to bring up Emacs buffers in Vi state
343 whenever this makes sense.
344 @xref{Packages that Change Keymaps}, to find out when forcing Vi command state
345 on a buffer may be counter-productive.
347 Even if your @file{.emacs} file does not invoke Viper automatically,
348 you can still load Viper and enter the Vi command state by typing the
349 following from within Emacs:
351 @lisp
352 M-x viper-mode
353 @end lisp
355 When Emacs first comes up, if you have not specified a file on the
356 command line, it will show the @file{*scratch*} buffer, in the
357 @samp{Lisp Interaction} mode.  After you invoke Viper, you can start
358 editing files by using @kbd{:e}, @kbd{:vi}, or @kbd{v} commands.
359 (@xref{File and Buffer Handling}, for more information on @kbd{v} and other
360 new commands that, in many cases, are more convenient than @kbd{:e},
361 @kbd{:vi}, and similar old-style Vi commands.)
363 Finally, if at some point you would want to de-Viperize your running
364 copy of Emacs after Viper has been loaded, the command @kbd{M-x
365 viper-go-away} will do it for you.  The function @code{toggle-viper-mode}
366 toggles Viperization of Emacs on and off.
368 @node States in Viper
369 @section States in Viper
371 @kindex @kbd{C-z}
372 @kindex @key{ESC}
373 @kindex @kbd{i}
374 @cindex Emacs state
375 @cindex Vi state
376 @cindex Insert state
377 @cindex Replace state
378 @cindex Ex commands
379 @findex @code{viper-go-away}
380 @findex @code{toggle-viper-mode}
382 Viper has four states, Emacs, Vi, Insert, and Replace.
384 @table @samp
385 @item Emacs state
386 This is the state plain vanilla Emacs is normally in.  After you have loaded
387 Viper, @kbd{C-z} will normally take you to Vi command state.  Another
388 @kbd{C-z} will take you back to Emacs state.  This toggle key can be
389 changed, @pxref{Customization} You can also type @kbd{M-x viper-mode} to
390 change to Vi state.
393 For users who chose to set their user level to 1 at Viper setup time,
394 switching to Emacs state is deliberately made harder in order to not
395 confuse the novice user.  In this case, @kbd{C-z} will either iconify Emacs
396 (if Emacs runs as an application under X) or it will stop Emacs (if
397 Emacs runs on a dumb terminal or in an Xterm window).
399 @item Vi state
400 This is the Vi command mode.  Any of the Vi commands, such as @kbd{i, o, a},
401 @dots{}, will take you to Insert state.  All Vi commands may
402 be used in this mode.  Most Ex commands can also be used.
403 For a full list of Ex commands supported by Viper, type
404 @kbd{:} and then @key{TAB}.  To get help on any issue, including the Ex
405 commands, type @kbd{:help}.  This will invoke Viper Info
406 (if it is installed).  Then typing @kbd{i} will prompt you for a topic to
407 search in the index.  Note: to search for Ex commands in the index, you
408 should start them with a @kbd{:}, e.g., @kbd{:WW}.
410 In Viper, Ex commands can be made to work on the current Emacs region.
411 This is done by typing a digit argument before @kbd{:}.
412 For instance, typing @kbd{1:} will prompt you with something like
413 @emph{:123,135}, assuming that the current region starts at line 123 and
414 ends at line 135.  There is no need to type the line numbers, since Viper
415 inserts them automatically in front of the Ex command.
417 @item Insert state
418 Insert state is the Vi insertion mode.  @key{ESC} will take you back to
419 Vi state.  Insert state editing can be done, including auto-indentation.  By
420 default, Viper disables Emacs key bindings in Insert state.
422 @item Replace state
423 Commands like @kbd{cw} invoke the Replace state.  When you cross the
424 boundary of a replacement region (usually designated via a @samp{$} sign),
425 it will automatically change to Insert state.  You do not have to worry
426 about it.  The key bindings remain practically the same as in Insert
427 state.  If you type @key{ESC}, Viper will switch to Vi command mode, terminating the
428 replacement state.
429 @end table
431 @cindex mode line
433 The modes are indicated on the @dfn{mode line} as <E>, <I>, <V>, and <R>,
434 so that the multiple modes do not confuse you.  Most of your editing can be
435 done in Vi and Insert states.  Viper will try to make all new buffers be in Vi
436 state, but sometimes they may come up in Emacs state.  @kbd{C-z}
437 will take you to Vi state in such a case.  In some major modes, like Dired,
438 Info, Gnus, etc., you should not switch to Vi state (and Viper will not
439 attempt to do so) because these modes are not intended for text editing and
440 many of the Vi keys have special meaning there.  If you plan to read news,
441 browse directories, read mail, etc., from Emacs (which you should start
442 doing soon!), you should learn about the meaning of the various keys in
443 those special modes (typing @kbd{C-h m} in a buffer provides
444 help with key bindings for the major mode of that buffer).
446 If you switch to Vi in Dired or similar modes, no harm is done.  It is just
447 that the special key bindings provided by those modes will be temporarily
448 overshadowed by Viper's bindings.  Switching back to Viper's Emacs state
449 will revive the environment provided by the current major mode.
451 States in Viper are orthogonal to Emacs major modes, such as C mode or Dired
452 mode.  You can turn Viper on and off for any Emacs state.  When Viper is turned
453 on, Vi state can be used to move around.  In Insert state, the bindings for
454 these modes can be accessed.  For beginners (users at Viper levels 1 and 2),
455 these bindings are suppressed in Insert state, so that new users are not
456 confused by the Emacs states.  Note that unless you allow Emacs bindings in
457 Insert state, you cannot do many interesting things, like language
458 sensitive editing.  For the novice user (at Viper level 1), all major mode
459 bindings are turned off in Vi state as well.  This includes the bindings for
460 key sequences that start with @kbd{C-c}, which practically means that all
461 major mode bindings are unsupported.  @xref{Customization}, to find out how
462 to allow Emacs keys in Insert state.
464 @menu
465 * Emacs State::         This is the state you should learn more about when
466                         you get up to speed with Viper.
467 * Vi State::            Vi commands are executed in this state.
468 * Insert State::        You can enter text, and also can do sophisticated
469                         editing if you know enough Emacs commands.
470 * Replace State::       Like Insert mode, but it is invoked via the
471                         replacement commands, such as cw, C, R, etc.
472 @end menu
474 @node Emacs State
475 @subsection Emacs State
477 @kindex @kbd{C-z}
478 @cindex Emacs state
481 You will be in this mode only by accident (hopefully).  This is the state
482 Emacs is normally in (imagine!!).  Now leave it as soon as possible by
483 typing @kbd{C-z}.  Then you will be in Vi state (sigh of relief) :-).
485 Emacs state is actually a Viperism to denote all the major and minor modes
486 (@pxref{Emacs Preliminaries}) other than Viper that Emacs can be in.  Emacs
487 can have several modes, such as C mode for editing C programs, LaTeX mode
488 for editing LaTeX documents, Dired for directory editing, etc.  These are
489 major modes, each with a different set of key-bindings.  Viper states are
490 orthogonal to these Emacs major modes.  The presence of these language
491 sensitive and other modes is a major win over Vi.  @xref{Improvements over
492 Vi}, for more.
494 The bindings for these modes can be made available in the Viper Insert state
495 as well as in Emacs state.  Unless you specify your user level as 1 (a
496 novice), all major mode key sequences that start with @kbd{C-x} and
497 @kbd{C-c} are also available in Vi state.  This is important because major
498 modes designed for editing files, such as cc-mode or latex-mode, use key
499 sequences that begin with @kbd{C-x} and @kbd{C-c}.
501 There is also a key that lets you temporarily escape to Vi command state
502 from the Insert state: typing @kbd{C-z} will let you execute a
503 single Vi command while staying in Viper's Insert state.
506 @node Vi State
507 @subsection Vi State
509 @cindex Vi state
511 This is the Vi command mode.  When Viper is in Vi state, you will see the sign
512 <V> in the mode line.  Most keys will work as in Vi.  The notable
513 exceptions are:
515 @table @kbd
516 @item C-x
517 @kindex @kbd{C-x}
518 @kbd{C-x} is used to invoke Emacs commands, mainly those that do window
519 management.  @kbd{C-x 2} will split a window, @kbd{C-x 0} will close a
520 window.  @kbd{C-x 1} will close all other windows.  @kbd{C-xb} is used to
521 switch buffers in a window, and @kbd{C-xo} to move through windows.
522 These are about the only necessary keystrokes.
523 For the rest, see the GNU Emacs Manual.
525 @item C-c
526 @kindex @kbd{C-c}
527 For user levels 2 and higher, this key serves as a prefix key for the key
528 sequences used by various major modes.  For users at Viper level 1, @kbd{C-c}
529 simply beeps.
531 @item C-g and C-]
532 @kindex @kbd{C-g}
533 @kindex @kbd{C-]}
535 These are the Emacs @samp{quit} keys.
536 There will be cases where you will have to
537 use @kbd{C-g} to quit.  Similarly, @kbd{C-]} is used to exit
538 @samp{Recursive Edits} in Emacs for which there is no comparable Vi
539 functionality and no key-binding.  Recursive edits are indicated by
540 @samp{[]} brackets framing the modes on the mode line.
541 @xref{Recursive Edit,Recursive
542 Edit,Recursive Edit,emacs,The GNU Emacs Manual}.
543 At user level 1, @kbd{C-g} is bound to @code{viper-info-on-file}
544 function instead.
545 @item C-\
546 @kindex @kbd{C-\}
547 @cindex Meta key
549 Viper uses @key{ESC} as a switch between Insert and Vi states.  Emacs uses
550 @key{ESC} for Meta.  The Meta key is very important in Emacs since many
551 functions are accessible only via that key as @kbd{M-x function-name}.
552 Therefore, we need to simulate it somehow.  In Viper's Vi, Insert, and
553 Replace states, the meta key is set to be @kbd{C-\}.  Thus, to get
554 @kbd{M-x}, you should type @kbd{C-\ x} (if the keyboard has no Meta key,
555 which is rare these days).
556 This works both in the Vi command state and in the Insert and Replace
557 states.  In Vi command state, you can also use @kbd{\ @key{ESC}} as the
558 meta key.
560 Note: Emacs binds @kbd{C-\} to a function that offers to change the
561 keyboard input method in the multilingual environment.  Viper overrides this
562 binding.  However, it is still possible to switch the input method by typing
563 @kbd{\ C-\} in the Vi command state and @kbd{C-z \ C-\} in the Insert state.
564 Or you can use the MULE menu in the menubar.
565 @end table
566 @noindent
567 Other differences are mostly improvements.  The ones you should know
568 about are:
570 @table @samp
571 @item Undo
572 @kindex @kbd{u}
573 @kbd{u} will undo.  Undo can be repeated by the @kbd{.} key.  Undo itself
574 can be undone.  Another @kbd{u} will change the direction.  The presence
575 of repeatable undo means that @kbd{U}, undoing lines, is not very
576 important.  Therefore, @kbd{U} also calls @code{viper-undo}.
577 @cindex multiple undo
578 @cindex undo
581 @item Counts
582 Most commands, @kbd{~}, @kbd{[[}, @kbd{p}, @kbd{/}, @dots{}, etc., take counts.
584 @comment ]] Just to balance parens
585 @item Regexps
586 Viper uses Emacs Regular Expressions for searches.  These are a superset of
587 Vi regular
588 expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L},
589 @dots{}, etc.  @xref{Regexps,,Syntax of Regular Expressions,emacs,The
590 GNU Emacs Manual}, for details.
591 Files specified to @kbd{:e} use @code{csh} regular expressions
592 (globbing, wildcards, what have you).
593 However, the function @code{viper-toggle-search-style}, bound to @kbd{C-c /},
594 lets the user switch from search with regular expressions to plain vanilla
595 search and vice versa.  It also lets one switch from case-sensitive search
596 to case-insensitive and back.
597 @xref{Viper Specials}, for more details.
598 @cindex regular expressions
599 @cindex vanilla search
600 @cindex case-sensitive search
601 @cindex case-insensitive search
602 @kindex @kbd{C-c /}
604 @item Ex commands
605 @cindex Ex commands
606 The current working directory of a buffer is automatically inserted in the
607 minibuffer if you type @kbd{:e} then space.  Absolute filenames are
608 required less often in Viper.  For file names, Emacs uses a convention that
609 is slightly different from other programs.  It is designed to minimize the
610 need for deleting file names that Emacs provides in its prompts.  (This is
611 usually convenient, but occasionally the prompt may suggest a wrong file
612 name for you.)  If you see a prompt @kbd{/usr/foo/} and you wish to edit the
613 file @kbd{~/.file}, you don't have to erase the prompt.  Instead, simply
614 continue typing what you need.  Emacs will interpret @kbd{/usr/foo/~/.file}
615 correctly.  Similarly, if the prompt is @kbd{~/foo/} and you need to get to
616 @kbd{/bar/file}, keep typing.  Emacs interprets @kbd{~/foo//bar/} as
617 @kbd{/bar/file}, since when it sees @samp{//}, it understands that
618 @kbd{~/foo/} is to be discarded.
620 The command @kbd{:cd} will change the default directory for the
621 current buffer.  The command @kbd{:e} will interpret the
622 filename argument in @code{csh}.  @xref{Customization}, if you
623 want to change the default shell.
624 The command @kbd{:next} takes counts from
625 @kbd{:args}, so that @kbd{:rew} is obsolete.  Also, @kbd{:args} will show only
626 the invisible files (i.e., those that are not currently seen in Emacs
627 windows).
629 When applicable, Ex commands support file completion and history.  This
630 means that by typing a partial file name and then @key{TAB}, Emacs will try
631 to complete the name or it will offer a menu of possible completions.
632 This works similarly to Tcsh and extends the behavior of Csh.  While Emacs
633 is waiting for a file name, you can type @kbd{M-p} to get the previous file
634 name you typed.  Repeatedly typing @kbd{M-p} and @kbd{M-n} will let you
635 browse through the file history.
637 Like file names, partially typed Ex commands can be completed by typing
638 @key{TAB}, and Viper keeps the history of Ex commands.  After typing
639 @kbd{:}, you can browse through the previously entered Ex commands by
640 typing @kbd{M-p} and @kbd{M-n}.  Viper tries to rationalize when it puts Ex
641 commands on the history list.  For instance, if you typed @kbd{:w!@: foo},
642 only @kbd{:w!} will be placed on the history list.  This is because the
643 last history element is the default that can be invoked simply by typing
644 @kbd{: @key{RET}}.  If @kbd{:w!@: foo} were placed on the list, it would be all to
645 easy to override valuable data in another file.  Reconstructing the full
646 command, @kbd{:w!@: foo}, from the history is still not that hard, since Viper
647 has a separate history for file names.  By typing @kbd{: M-p}, you will get
648 @kbd{:w!} in the minibuffer.  Then, repeated @kbd{M-p} will get you through
649 the file history, inserting one file name after another.
651 In contrast to @kbd{:w!@: foo}, if the command were @kbd{:r foo}, the entire
652 command will appear in the history list.  This is because having @kbd{:r}
653 alone as a default is meaningless, since this command requires a file
654 argument.
655 @end table
656 @noindent
657 As in Vi, Viper's destructive commands can be re-executed by typing
658 a period (@kbd{.}).
659 However, in addition, Viper keeps track of the history of such commands.  This
660 history can be perused by typing @kbd{C-c M-p} and @kbd{C-c M-n}.
661 Having found the appropriate command, it can be then executed by typing
662 a period.
663 @xref{Improvements over Vi}, for more information.
665 @node Insert State
666 @subsection Insert State
668 @cindex Insert state
670 To avoid confusing the beginner (at Viper level 1 and 2), Viper makes only the
671 standard Vi keys available in Insert state.  The implication is that
672 Emacs major modes cannot be used in Insert state.
673 It is strongly recommended that as soon as you are comfortable, make the
674 Emacs state bindings visible (by changing your user level to 3 or higher).
675 @xref{Customization},
676 to see how to do this.
678 Once this is done, it is possible to do quite a bit of editing in
679 Insert state.  For instance, Emacs has a @dfn{yank} command, @kbd{C-y},
680 which is similar to Vi's @kbd{p}.  However, unlike @kbd{p}, @kbd{C-y} can be
681 used in Insert state of Viper.  Emacs also has a kill ring where it keeps
682 pieces of text you deleted while editing buffers.  The command @kbd{M-y} is
683 used to delete the text previously put back by Emacs's @kbd{C-y} or by Vi's
684 @kbd{p} command and reinsert text that was placed on the kill-ring earlier.
686 This works both in Vi and Insert states.
687 In Vi state, @kbd{M-y} is a much better alternative to the usual Vi's way
688 of recovering the 10 previously deleted chunks of text.  In Insert state,
689 you can
690 use this as follows.  Suppose you deleted a piece of text and now you need
691 to re-insert it while editing in Insert mode.  The key @kbd{C-y} will put
692 back the most recently deleted chunk.  If this is not what you want, type
693 @kbd{M-y} repeatedly and, hopefully, you will find the chunk you want.
695 Finally, in Insert and Replace states, Viper provides the history of
696 pieces of text inserted in previous insert or replace commands.  These
697 strings of text can be recovered by repeatedly typing @kbd{C-c M-p} or
698 @kbd{C-c M-n} while in Insert or Replace state.  (This feature is disabled
699 in the minibuffer: the above keys are usually bound to other histories,
700 which are more appropriate in the minibuffer.)
703 @cindex Meta key
705 You can call Meta functions from Insert state.  As in Vi state, the Meta key
706 is @kbd{C-\}.  Thus @kbd{M-x} is typed as @kbd{C-\ x}.
708 Other Emacs commands that are useful in Insert state are @kbd{C-e}
709 and @kbd{C-a}, which move the cursor to the end and the beginning of the
710 current line, respectively.  You can also use @kbd{M-f} and @kbd{M-b},
711 which move the cursor forward (or backward) one word.
712 If your display has a Meta key, these functions are invoked by holding the
713 Meta key and then typing @kbd{f} and @kbd{b}, respectively.  On displays
714 without the Meta key, these functions are invoked by typing
715 @kbd{C-\ f} and @kbd{C-\ b} (@kbd{C-\} simulates the Meta key in Insert
716 state, as explained above).
718 The key @kbd{C-z} is sometimes also useful in Insert state: it allows you
719 to execute a single command in Vi state without leaving the Insert state!
720 For instance, @kbd{C-z d2w} will delete the next two words without leaving
721 the Insert state.
723 When Viper is in Insert state, you will see <I> in the mode line.
725 @node Replace State
726 @subsection Replace State
728 @cindex Replace state
730 This state is entered through Vi replacement commands, such as @kbd{C},
731 @kbd{cw}, etc., or by typing @kbd{R}.  In Replace state, Viper puts <R> in
732 the mode line to let you know which state is in effect.  If Replace state is
733 entered through @kbd{R}, Viper stays in that state until the user hits
734 @key{ESC}.  If this state is entered via the other replacement commands,
735 then Replace state is in effect until you hit @key{ESC} or until you cross
736 the rightmost boundary of the replacement region.  In the latter case, Viper
737 changes its state from Replace to Insert (which you will notice by the
738 change in the mode line).
740 Since Viper runs under Emacs, it is possible to switch between buffers
741 while in Replace state.  You can also move the cursor using the arrow keys
742 (even on dumb terminals!)@: and the mouse.  Because of this freedom (which is
743 unattainable in regular Vi), it is possible to take the cursor outside the
744 replacement region.  (This may be necessary for several reasons, including
745 the need to enable text selection and region-setting with the mouse.)
747 The issue then arises as to what to do when the user
748 hits the @key{ESC} key.  In Vi, this would cause the text between cursor and
749 the end of the replacement region to be deleted.  But what if, as is
750 possible in Viper, the cursor is not inside the replacement region?
752 To solve the problem, Viper keeps track of the last cursor position while it
753 was still inside the replacement region.  So, in the above situation, Viper
754 would delete text between this position and the end of the replacement
755 region.
757 @node The Minibuffer
758 @section The Minibuffer
760 @cindex Minibuffer
762 The minibuffer is where commands are entered in.  Editing can be done
763 by commands from Insert state, namely:
765 @table @kbd
766 @item C-h
767 Backspace
768 @item C-w
769 Delete Word
770 @item C-u
771 Erase line
772 @item C-v
773 Quote the following character
774 @item @key{RET}
775 Execute command
776 @item C-g and C-]
777 Emacs quit and abort keys.  These may be necessary.  @xref{Vi State}, for an
778 explanation.
779 @item M-p and M-n
780 These keys are bound to functions that peruse minibuffer history.  The
781 precise history to be perused depends on the context.  It may be the history
782 of search strings, Ex commands, file names, etc.
783 @item C-s
784 If the minibuffer is entered via the Viper search commands @kbd{/} or
785 @kbd{?}, then this key inserts the last search string used by the
786 Emacs incremental search command
787 (which is bound to @kbd{C-s} everywhere except in this case).
788 @end table
790 Most of the Emacs keys are functional in the minibuffer.  While in the
791 minibuffer, Viper tries to make editing resemble Vi's behavior when the
792 latter is waiting for the user to type an Ex command.  In particular, you
793 can use the regular Vi commands to edit the minibuffer.  You can switch
794 between the Vi state and Insert state at will, and even use the replace mode.
795 Initially, the minibuffer comes up in Insert state.
797 Some users prefer plain Emacs bindings in the minibuffer.  To this end, set
798 @code{viper-vi-style-in-minibuffer} to @code{nil} in
799 your Viper customization file.  @xref{Customization}, to learn how to do this.
801 When the minibuffer changes Viper states, you will notice that the appearance
802 of the text there changes as well.  This is useful because the minibuffer
803 has no mode line to tell which Vi state it is in.
804 The appearance of the text in the minibuffer can be changed.
805 @xref{Viper Specials}, for more details.
807 @node Multiple Files in Viper
808 @section Multiple Files in Viper
810 @cindex multiple files
811 @cindex managing multiple files
813 Viper can edit multiple files.  This means, for example that you never need
814 to suffer through @code{No write since last change} errors.
815 Some Viper elements are common over all the files.
817 @table @samp
818 @item Textmarkers
819 @cindex markers
820 @cindex textmarkers
821 Textmarkers remember @emph{files and positions}.
822 If you set marker @samp{a} in
823 file @file{foo}, start editing file @file{bar} and type @kbd{'a}, then
824 @emph{YOU WILL SWITCH TO FILE @file{foo}}.  You can see the contents of a
825 textmarker using the Viper command @kbd{[<a-z>} where <a-z> are the
826 textmarkers, e.g., @kbd{[a} to view marker @samp{a} .
827 @item Repeated Commands
828 Command repetitions are common over files.  Typing @kbd{!!} will repeat the
829 last @kbd{!} command whichever file it was issued from.
830 Typing @kbd{.} will repeat the last command from any file, and
831 searches will repeat the last search.  Ex commands can be repeated by typing
832 @kbd{: @key{RET}}.
833 Note: in some rare cases, that @kbd{: @key{RET}} may do something dangerous.
834 However, usually its effect can be undone by typing @kbd{u}.
835 @item Registers
836 @cindex registers
837 Registers are common to files.  Also, text yanked with @kbd{y} can be
838 put back (@kbd{p}) into any file.  The Viper command @kbd{]<a-z>}, where <a-z> are
839 the registers, can be used to look at the contents of a register, e.g.,
840 type @kbd{]a} to view register @samp{a}.
842 There is one difference in text deletion that you should be
843 aware of.  This difference comes from Emacs and was adopted in Viper
844 because we find it very useful.  In Vi, if you delete a line, say, and then
845 another line, these two deletions are separated and are put back
846 separately if you use the @samp{p} command.  In Emacs (and Viper), successive
847 series of deletions that are @emph{not interrupted} by other commands are
848 lumped together, so the deleted text gets accumulated and can be put back
849 as one chunk.  If you want to break a sequence of deletions so that the
850 newly deleted text could be put back separately from the previously deleted
851 text, you should perform a non-deleting action, e.g., move the cursor one
852 character in any direction.
853 @item Absolute Filenames
854 @cindex absolute file names
855 The current directory name for a file is automatically prepended to the
856 file name in any
857 @kbd{:e}, @kbd{:r}, @kbd{:w}, etc., command (in Emacs, each buffer has a
858 current directory).
859 This directory is inserted in the minibuffer once you type space after
860 @kbd{:e, r}, etc.  Viper also supports completion of file names and Ex
861 commands (@key{TAB}), and it keeps track of
862 command and file history (@kbd{M-p}, @kbd{M-n}).
863 Absolute filenames are required less
864 often in Viper.
866 You should be aware that Emacs interprets @kbd{/foo/bar//bla} as
867 @kbd{/bla} and @kbd{/foo/~/bar} as @kbd{~/bar}.  This is designed to
868 minimize the need for erasing file names that Emacs suggests in its
869 prompts, if a suggested file name is not what you wanted.
871 The command @kbd{:cd} will change the default directory for the
872 current Emacs buffer.  The Ex command @kbd{:e} will interpret the
873 filename argument in @samp{csh}, by default.  @xref{Customization}, if you
874 want to change this.
875 @end table
877 @noindent
878 Currently undisplayed files can be listed using the @kbd{:ar} command.  The
879 command @kbd{:n} can be given counts from the @kbd{:ar} list to switch to
880 other files.  For example, use @samp{:n3} to move to the third file in
881 that list.
883 @node Unimplemented Features
884 @section Unimplemented Features
886 Unimplemented features include:
888 @itemize @bullet
889 @item
890 @kbd{:ab} and @kbd{:una} are not implemented, since
891 @kbd{:ab} is considered obsolete, since Emacs has much
892 more powerful facilities for defining abbreviations.
893 @item
894 @kbd{:set option?} is not implemented.  The current
895 @kbd{:set} can also be used to set Emacs variables.
896 @item
897 @kbd{:se list} requires modification of the display code for Emacs, so
898 it is not implemented.
899 A useful alternative is @code{cat -t -e file}.  Unfortunately, it cannot
900 be used directly inside Emacs, since Emacs will obdurately change @samp{^I}
901 back to normal tabs.
902 @end itemize
904 @node Improvements over Vi
905 @chapter Improvements over Vi
907 Some common problems with Vi and Ex have been solved in Viper.  This
908 includes better implementation of existing commands, new commands, and
909 the facilities provided by Emacs.
911 @menu
912 * Basics::                  Basic Viper differences, Multi-file effects.
913 * Undo and Backups::        Multiple undo, auto-save, backups and changes
914 * History::                 History for Ex and Vi commands.
915 * Macros and Registers::    Keyboard Macros (extended ".")@: @@reg execution.
916 * Completion::              Filename and Command Completion for Ex.
917 * Improved Search::         Incremental Search and Buffer Content Search.
918 * Abbreviation Facilities:: Normal Abbrevs, Templates, and Dynamic Abbrevs.
919 * Movement and Markers::    Screen Editor movements, viewing textmarkers.
920 * New Commands::            Commands that do not exist in Vi.
921 * Useful Packages::         A Sampling of some Emacs packages, and things
922                             you should know about.
923 @end menu
925 @node Basics
926 @section Basics
928 The Vi command set is based on the idea of combining motion commands
929 with other commands.  The motion command is used as a text region
930 specifier for other commands.
931 We classify motion commands into @dfn{point commands} and
932 @dfn{line commands}.
934 @cindex point commands
936 The point commands are:
938 @quotation
939 @kbd{h}, @kbd{l}, @kbd{0},  @kbd{$}, @kbd{w}, @kbd{W}, @kbd{b}, @kbd{B},
940 @kbd{e}, @kbd{E}, @kbd{(}, @kbd{)}, @kbd{/}, @kbd{?}, @kbd{`}, @kbd{f},
941 @kbd{F}, @kbd{t}, @kbd{T}, @kbd{%}, @kbd{;}, @kbd{,}, @kbd{^}
942 @end quotation
944 @cindex line commands
946 The line commands are:
948 @quotation
949 @kbd{j}, @kbd{k}, @kbd{+}, @kbd{-}, @kbd{H}, @kbd{M}, @kbd{L}, @kbd{@{},
950 @kbd{@}}, @kbd{G}, @kbd{'},  @kbd{[[}, @kbd{]]}, @kbd{[]}
951 @end quotation
953 @cindex region
954 @cindex region specification
955 @cindex expanding (region)
956 @cindex describing regions
957 @cindex movement commands
959 @noindent
960 If a point command is given as an argument to a modifying command, the
961 region determined by the point command will be affected by the modifying
962 command.  On the other hand, if a line command is given as an argument to a
963 modifying command, the region determined by the line command will be
964 enlarged so that it will become the smallest region properly containing the
965 region and consisting of whole lines (we call this process @dfn{expanding
966 the region}), and then the enlarged region will be affected by the modifying
967 command.
968 Text Deletion Commands (@pxref{Deleting Text}), Change commands
969 (@pxref{Changing Text}), even Shell Commands (@pxref{Shell Commands})
970 use these commands to describe a region of text to operate on.
971 Thus, type @kbd{dw} to delete a word, @kbd{>@}} to shift a paragraph, or
972 @kbd{!'afmt} to format a region from @samp{point} to textmarker
973 @samp{a}.
975 @cindex r and R region specifiers
977 Viper adds the region specifiers @samp{r} and @samp{R}.  Emacs has a
978 special marker called @dfn{mark}.  The text-area between the current cursor
979 position @dfn{point} and the @dfn{mark} is called the @dfn{region}.
980 @samp{r} specifies the raw region and @samp{R} is the expanded region
981 (i.e., the minimal contiguous chunk of full lines that contains the raw
982 region).
983 @kbd{dr} will now delete the region, @kbd{>r} will shift it, etc.
984 @kbd{r,R} are not motion commands, however.  The special mark is set by
985 @kbd{m.} and other commands.  @xref{Marking}, for more info.
987 Viper also adds counts to most commands for which it would make sense.
989 In the Overview chapter, some Multiple File issues were discussed
990 (@pxref{Multiple Files in Viper}).  In addition to the files, Emacs has
991 buffers.  These can be seen in the @kbd{:args} list and switched using
992 @kbd{:next} if you type @kbd{:set ex-cycle-through-non-files t}, or
993 specify @code{(setq ex-cycle-through-non-files t)} in your
994 Viper customization file.  @xref{Customization}, for details.
996 @node Undo and Backups
997 @section Undo and Backups
999 @cindex undo
1001 Viper provides multiple undo.  The number of undo's and the size is limited
1002 by the machine.  The Viper command @kbd{u} does an undo.  Undo can be
1003 repeated by typing @kbd{.} (a period).  Another @kbd{u} will undo the undo,
1004 and further
1005 @kbd{.} will repeat it.  Typing @kbd{u} does the first undo, and changes the
1006 direction.
1008 @cindex backup files
1009 @cindex auto save
1011 Since the undo size is limited, Viper can create backup files and
1012 auto-save files.  It will normally do this automatically.  It is possible
1013 to have numbered backups, etc.  For details, @pxref{Backup,,Backup and
1014 Auto-Save,emacs,The GNU Emacs Manual}.
1016 @comment [ balance parens
1017 @cindex viewing registers and markers
1018 @cindex registers
1019 @cindex markers
1020 @cindex textmarkers
1022 The results of the 9 previous changes are available in the 9 numeric
1023 registers, as in Vi.  The extra goody is the ability to @emph{view} these
1024 registers, in addition to being able to access them through @kbd{p} and
1025 @kbd{M-y} (@xref{Insert State}, for details.)
1026 The Viper command @kbd{] register} will display the contents of any
1027 register, numeric or alphabetical.  The related command @kbd{[ textmarker}
1028 will show the text around the textmarker.  @samp{register} and @samp{textmarker}
1029 can be any letters from a through z.
1030 @comment ] balance parens
1032 @node History
1033 @section History
1035 @cindex history
1036 @cindex Minibuffer
1038 History is provided for Ex commands, Vi searches, file names, pieces of
1039 text inserted in earlier commands that use Insert or Replace state, and for
1040 destructive commands in Vi state.  These are
1041 useful for fixing those small typos that screw up searches and @kbd{:s},
1042 and for eliminating routine associated with repeated typing of file names
1043 or pieces of text that need to be inserted frequently.
1044 At the @kbd{:} or @kbd{/} prompts in the minibuffer, you can do the following:
1046 @table @kbd
1047 @item M-p and M-n
1048 To move to previous and next history items.  This causes the history
1049 items to appear on the command line, where you can edit them, or
1050 simply type Return to execute.
1051 @item M-r and M-s
1052 To search backward and forward through the history.
1053 @item @key{RET}
1054 Type @key{RET} to accept a default (which is displayed in the prompt).
1055 @end table
1057 The history of insertions  can be perused by
1058 typing @kbd{C-c M-p} and @kbd{C-c M-n} while in Insert or Replace state.
1059 The history of destructive Vi commands can be perused via the same keys
1060 when Viper is in Vi state.  @xref{Viper Specials}, for details.
1062 All Ex commands have a file history.  For instance, typing @kbd{:e}, space
1063 and then @kbd{M-p} will bring up the name of the previously typed file
1064 name.  Repeatedly typing @kbd{M-p}, @kbd{M-n}, etc., will let you browse
1065 through the file history.
1067 Similarly, commands that have to do with switching buffers
1068 have a buffer history, and commands that expect strings or regular
1069 expressions keep a history on those items.
1071 @node Macros and Registers
1072 @section Macros and Registers
1074 @cindex keyboard macros
1075 @cindex macros
1076 @cindex registers
1077 @cindex register execution
1079 Viper facilitates the use of Emacs-style keyboard macros.  @kbd{@@#} will
1080 start a macro definition.  As you type, the commands will be executed, and
1081 remembered (This is called ``learn mode'' in some editors.)
1082 @kbd{@@register} will complete the macro, putting it into @samp{register},
1083 where @samp{register} is any character from @samp{a} through @samp{z}.  Then
1084 you can execute this macro using @kbd{@@register}.  It is, of course,
1085 possible to yank some text into a register and execute it using
1086 @kbd{@@register}.  Typing @kbd{@@@@}, @kbd{@@RET}, or @kbd{@@C-j} will
1087 execute the last macro that was executed using @kbd{@@register}.
1089 Viper will automatically lowercase the register, so that pressing the
1090 @kbd{SHIFT} key for @kbd{@@} will not create problems.  This is for
1091 @kbd{@@} macros and @kbd{"p} @emph{only}.  In the case of @kbd{y},
1092 @kbd{"Ayy} will append to @emph{register a}.  For @kbd{[,],',`}, it
1093 is an error to use a Uppercase register name.
1095 @comment [ balance parens
1096 @cindex viewing registers and markers
1098 The contents of a register can be seen by @kbd{]register}.  (@kbd{[textmarker}
1099 will show the contents of a textmarker).
1100 @comment ] balance parens
1102 @cindex last keyboard macro
1104 The last keyboard macro can also be executed using
1105 @kbd{*}, and it can be yanked into a register using @kbd{@@!register}.
1106 This is useful for Emacs style keyboard macros defined using @kbd{C-x(}
1107 and @kbd{C-x)}.  Emacs keyboard macros have more capabilities.
1108 @xref{Keyboard Macros,,Keyboard Macros,emacs, The GNU Emacs Manual}, for
1109 details.
1111 Keyboard Macros allow an interesting form of Query-Replace:
1112 @kbd{/pattern} or @kbd{n} to go to the next pattern (the query), followed by a
1113 Keyboard Macro execution @kbd{@@@@} (the replace).
1115 Viper also provides Vi-style macros.  @xref{Vi Macros}, for details.
1118 @node Completion
1119 @section Completion
1121 @cindex completion
1123 Completion is done when you type @key{TAB}.  The Emacs completer does not
1124 grok wildcards in file names.  Once you type a wildcard, the completer will
1125 no longer work for that file name.  Remember that Emacs interprets a file name
1126 of the form @kbd{/foo//bar} as @kbd{/bar} and @kbd{/foo/~/bar} as
1127 @kbd{~/bar}.
1129 @node Improved Search
1130 @section Improved Search
1132 @cindex buffer search
1133 @cindex word search
1135 Viper provides buffer search, the ability to search the buffer for a region
1136 under the cursor.  You have to turn this on in your Viper customization file
1137 either by calling
1139 @example
1140 (viper-buffer-search-enable)
1141 @end example
1143 @noindent
1144 or by setting @code{viper-buffer-search-char} to, say, @kbd{f3}:
1145 @example
1146 (setq viper-buffer-search-char ?g)
1147 @end example
1149 @noindent
1150 If the user calls @code{viper-buffer-search-enable} explicitly (the first
1151 method), then @code{viper-buffer-search-char} will be set to @kbd{g}.
1152 Regardless of how this feature is enabled, the key
1153 @code{viper-buffer-search-char} will take movement commands, like
1154 @kbd{w,/,e}, to find a region and then search for the contents of that
1155 region.  This command is very useful for searching for variable names, etc.,
1156 in a program.  The search can be repeated by @kbd{n} or reversed by @kbd{N}.
1158 @cindex incremental search
1160 Emacs provides incremental search.  As you type the string in, the
1161 cursor will move to the next match.  You can snarf words from the buffer
1162 as you go along.  Incremental Search is normally bound to @kbd{C-s} and
1163 @kbd{C-r}.  @xref{Customization}, to find out how to change the bindings
1164 of @kbd{C-r or C-s}.
1165 For details, @pxref{Incremental Search,,Incremental
1166 Search,emacs,The GNU Emacs Manual}.
1168 @cindex query replace
1170 Viper also provides a query replace function that prompts through the
1171 minibuffer.  It is invoked by the @kbd{Q} key in Vi state.
1173 @cindex mouse search
1175 On a window display, Viper supports mouse search, i.e., you can search for a
1176 word by clicking on it.  @xref{Viper Specials}, for details.
1178 Finally, on a window display, Viper highlights search patterns as it finds
1179 them.  This is done through what is known as @emph{faces} in Emacs.  The
1180 variable that controls how search patterns are highlighted is
1181 @code{viper-search-face}.  If you don't want any highlighting at all, put
1182 @example
1183 (copy-face 'default 'viper-search-face)
1184 @end example
1185 @vindex @code{viper-search-face}
1186 @noindent
1187 in your Viper customization file.  If you want to change how patterns are
1188 highlighted, you will have to change @code{viper-search-face} to your liking.
1189 The easiest way to do this is to use Emacs customization widget, which is
1190 accessible from the menubar.  Viper customization group is located under the
1191 @emph{Emulations} customization group, which in turn is under the
1192 @emph{Editing} group (or simply by typing @kbd{:customize}).  All Viper
1193 faces are grouped together under Viper's
1194 @emph{Highlighting} group.
1196 Try it: it is really simple!
1198 @node Abbreviation Facilities
1199 @section Abbreviation Facilities
1201 @cindex abbrevs
1203 It is possible in Emacs to define abbrevs based on the contents of the
1204 buffer.
1205 Sophisticated templates can be defined using the Emacs abbreviation
1206 facilities.  @xref{Abbrevs,,Abbreviations,emacs,The GNU Emacs Manual}, for
1207 details.
1209 @cindex dynamic abbrevs
1211 Emacs also provides Dynamic Abbreviations.  Given a partial word, Emacs
1212 will search the buffer to find an extension for this word.  For instance,
1213 one can type @samp{Abbreviations} by typing @samp{A}, followed by a keystroke
1214 that completed the @samp{A} to @samp{Abbreviations}.  Repeated typing
1215 will search further back in the buffer, so that one could get
1216 @samp{Abbrevs} by repeating the
1217 keystroke, which appears earlier in the text.  Emacs binds this to
1218 @kbd{@key{ESC} /}, so you will have to find a key and bind the function
1219 @code{dabbrev-expand} to that key.
1220 Facilities like this make Vi's @kbd{:ab} command obsolete.
1222 @node Movement and Markers
1223 @section Movement and Markers
1225 @cindex Ex style motion
1226 @cindex line editor motion
1228 Viper can be set free from the line-limited movements in Vi, such as @kbd{l}
1229 refusing to move beyond the line, @key{ESC} moving one character back,
1230 etc.  These derive from Ex, which is a line editor.  If your
1231 Viper customization file contains
1233 @example
1234 @code{(setq viper-ex-style-motion nil)}
1235 @end example
1237 @noindent
1238 the motion will be a true screen editor motion.  One thing you must then
1239 watch out for is that it is possible to be on the end-of-line character.
1240 The keys @kbd{x} and @kbd{%} will still work correctly, i.e., as if they
1241 were on the last character.
1243 @vindex @code{viper-syntax-preference}
1244 @cindex syntax table
1246 The word-movement commands @kbd{w}, @kbd{e}, etc., and the associated
1247 deletion/yanking commands, @kbd{dw}, @kbd{yw}, etc., can be made to
1248 understand Emacs syntax tables.  If the variable
1249 @code{viper-syntax-preference} is set to @code{strict-vi} then
1250 the meaning of @emph{word} is the same as in
1251 Vi.  However, if the value is @code{reformed-vi} (the default) then the
1252 alphanumeric symbols will be those specified by the current Emacs syntax
1253 table (which may be different for different major modes) plus the
1254 underscore symbol @kbd{_}, minus some non-word symbols, like '.;,|, etc.
1255 Both @code{strict-vi} and @code{reformed-vi} work close to Vi in
1256 traditional cases, but @code{reformed-vi} does a better job when editing
1257 text in non-Latin alphabets.
1259 The user can also specify the value @code{emacs}, which would
1260 make Viper use exactly the Emacs notion of word.  In particular, the
1261 underscore may not be part of a word.  Finally, if
1262 @code{viper-syntax-preference} is set to @code{extended}, Viper words would
1263 consist of characters that are classified as alphanumeric @emph{or} as
1264 parts of symbols.  This is convenient for writing programs and in many other
1265 situations.
1267 @code{viper-syntax-preference} is a local variable, so it can have different
1268 values for different major modes.  For instance, in programming modes it can
1269 have the value @code{extended}.  In text modes where words contain special
1270 characters, such as European (non-English) letters, Cyrillic letters, etc.,
1271 the value can be @code{reformed-vi} or @code{emacs}.
1273 Changes to @code{viper-syntax-preference} should be done in the hooks to
1274 various major modes by executing @code{viper-set-syntax-preference} as in
1275 the following example:
1277 @example
1278 (viper-set-syntax-preference nil "emacs")
1279 @end example
1281 @findex @code{viper-set-syntax-preference}
1283 The above discussion of the meaning of Viper's words concerns only Viper's
1284 movement commands.  In regular expressions, words remain the same as in
1285 Emacs.  That is, the expressions @code{\w}, @code{\>}, @code{\<}, etc., use
1286 Emacs's idea of what is a word, and they don't look into the value of
1287 variable @code{viper-syntax-preference}.  This is because Viper doesn't change
1288 syntax tables in fear of upsetting the various major modes that set these
1289 tables.
1291 @cindex textmarkers
1293 Textmarkers in Viper remember the file and the position, so that you can
1294 switch files by simply doing @kbd{'a}.  If you set up a regimen for using
1295 Textmarkers, this is very useful.  Contents of textmarkers can be viewed
1296 by @kbd{[marker}.  (Contents of registers can be viewed by @kbd{]register}).
1298 @node New Commands
1299 @section New Commands
1301 These commands have no Vi analogs.
1303 @table @kbd
1304 @item C-x, C-c
1305 @kindex @kbd{C-x}
1306 @kindex @kbd{C-c}
1307 These two keys invoke many important Emacs functions.  For example, if you
1308 hit @kbd{C-x} followed by @kbd{2}, then the current window will be split
1309 into 2.  Except for novice users, @kbd{C-c} is also set to execute an Emacs
1310 command from the current major mode.  @key{ESC} will do the same, if you
1311 configure @key{ESC} as Meta by setting @code{viper-no-multiple-ESC} to
1312 @code{nil} in your Viper customization file.  @xref{Customization}.
1313 @kbd{C-\} in Insert, Replace, or Vi states will make Emacs think
1314 @kbd{Meta} has been hit.
1315 @item \
1316 @kindex @kbd{\}
1317 Escape to Emacs to execute a single Emacs command.  For instance,
1318 @kbd{\ @key{ESC}} will act like a Meta key.
1319 @item Q
1320 @kindex @kbd{Q}
1321 @cindex query replace
1322 @kbd{Q} is for query replace.  By default,
1323 each string to be replaced is treated as a regular expression.  You can use
1324 @code{(setq viper-re-query-replace nil)} in your @file{.emacs} file to
1325 turn this off.  (For normal searches, @kbd{:se nomagic} will work.  Note
1326 that @kbd{:se nomagic} turns Regexps off completely, unlike Vi).
1327 @item v
1328 @itemx V
1329 @itemx C-v
1330 @kindex @kbd{v}
1331 @kindex @kbd{V}
1332 @kindex @kbd{C-v}
1333 These keys are used to visit files.  @kbd{v} will switch to a buffer
1334 visiting file whose name can be entered in the minibuffer.  @kbd{V} is
1335 similar, but will use a window different from the current window.
1336 @kbd{C-v} is like @kbd{V}, except that a new frame (X window) will be used
1337 instead of a new Emacs window.
1338 @item #
1339 @kindex @kbd{#}
1340 If followed by a certain character @var{ch}, it becomes an operator whose
1341 argument is the region determined by the motion command that follows
1342 (indicated as <move>).
1343 Currently, @var{ch} can be one of @kbd{c}, @kbd{C}, @kbd{g}, @kbd{q}, and
1344 @kbd{s}.  For instance, @kbd{#qr} will prompt you for a string and then
1345 prepend this string to each line in the buffer.
1346 @item # c
1347 @kindex @kbd{#c<move>}
1348 @cindex changing case
1349 Change upper-case characters in the region to lower-case
1350 (@code{downcase-region}).
1351 Emacs command @kbd{M-l} does the same for words.
1352 @item # C
1353 @kindex @kbd{#C<move>}
1354 Change lower-case characters in the region to upper-case.  For instance,
1355 @kbd{# C 3 w} will capitalize 3 words from the current point
1356 (@code{upcase-region}).
1357 Emacs command @kbd{M-u} does the same for words.
1358 @item # g
1359 @kindex @kbd{#g<move>}
1360 Execute last keyboard macro for each line in the region
1361 (@code{viper-global-execute}).
1362 @item # q
1363 @kindex @kbd{#q<move>}
1364 Insert specified string at the beginning of each line in the region
1365 (@code{viper-quote-region}).  The default string is composed of the comment
1366 character(s) appropriate for the current major mode.
1367 @item # s
1368 @kindex @kbd{#s<move>}
1369 Check spelling of words in the region (@code{spell-region}).
1370 The function used for spelling is determined from the variable
1371 @code{viper-spell-function}.
1372 @vindex @code{viper-spell-function}
1373 @item *
1374 @kindex @kbd{*}
1375 Call last keyboard macro.
1376 @item m .
1377 Set mark at point and push old mark off the ring
1378 @item m<
1379 @item m>
1380 Set mark at beginning and end of buffer, respectively.
1381 @item m,
1382 Jump to mark and pop mark off the ring.  @xref{Mark,,Mark,emacs,The GNU
1383 Emacs Manual}, for more info.
1384 @item ] register
1385 @kindex @kbd{]<a-z>}
1386 View contents of register
1387 @item [ textmarker
1388 @kindex @kbd{[<a-z>}
1389 View filename and position of textmarker
1390 @item @@#
1391 @item @@register
1392 @item @@!
1393 @kindex @kbd{@@#}
1394 @kindex @kbd{@@<a-z>}
1395 @kindex @kbd{@@!}
1396 @cindex keyboard macros
1397 @cindex register execution
1399 Begin/end keyboard macro.  @@register has a different meaning when used after
1400 a @kbd{@@#}.  @xref{Macros and Registers}, for details
1401 @item []
1402 @kindex @kbd{[]}
1403 Go to end of heading.
1404 @item g <@emph{movement command}>
1405 Search buffer for text delimited by movement command.  The canonical
1406 example is @kbd{gw} to search for the word under the cursor.
1407 @xref{Improved Search}, for details.
1408 @item C-g and C-]
1409 @kindex @kbd{C-g}
1410 @kindex @kbd{C-]}
1411 Quit and Abort Recursive edit.  These may be necessary on occasion.
1412 @xref{Vi State}, for a reason.
1413 @item C-c C-g
1414 @kindex @kbd{C-c C-g}
1415 Hitting @kbd{C-c} followed by @kbd{C-g} will display the information on the
1416 current buffer.  This is the same as hitting @kbd{C-g} in Vi, but, as
1417 explained above, @kbd{C-g} is needed for other purposes in Emacs.
1418 @item C-c /
1419 @kindex @kbd{C-c /}
1420 Without a prefix argument, this command toggles
1421 case-sensitive/case-insensitive search modes and plain vanilla/regular
1422 expression search.  With the prefix argument 1, i.e.,
1423 @kbd{1 C-c /}, this toggles case-sensitivity; with the prefix argument 2,
1424 toggles plain vanilla search and search using
1425 regular expressions.  @xref{Viper Specials}, for alternative ways to invoke
1426 this function.
1427 @cindex vanilla search
1428 @cindex case-sensitive search
1429 @cindex case-insensitive search
1431 @item M-p and M-n
1432 @kindex @kbd{M-p}
1433 @kindex @kbd{M-n}
1434 In the minibuffer, these commands navigate through the minibuffer
1435 histories, such as the history of search strings, Ex commands, etc.
1437 @item C-s
1438 @kindex @kbd{C-s}
1439 If the minibuffer is entered via a Viper search commands @kbd{/} or @kbd{?},
1440 then typing this key inserts the last search string used by the
1441 Emacs incremental search command (that is bound to @kbd{C-s} everywhere
1442 except in this case).
1444 @item C-c M-p and C-c M-n
1445 @kindex @kbd{C-c M-p}
1446 @kindex @kbd{C-c M-n}
1447 @cindex Insertion history
1448 @cindex Insertion ring
1449 @cindex Command history
1450 @cindex Command ring
1452 In Insert or Replace state, these commands let  the user
1453 peruse the history of insertion strings used in previous insert or replace
1454 commands.  Try to hit @kbd{C-c M-p} or @kbd{C-c M-n} repeatedly and see what
1455 happens.  @xref{Viper Specials}, for more.
1457 In Vi state, these commands let the user peruse the history of Vi-style
1458 destructive commands, such as @kbd{dw}, @kbd{J}, @kbd{a}, etc.
1459 By repeatedly typing @kbd{C-c M-p} or @kbd{C-c M-n} you will cycle Viper
1460 through the recent history of Vi commands, displaying the commands one by
1461 one.  Once an appropriate command is found, it can be executed by
1462 typing a period.
1464 Since typing @kbd{C-c M-p} is tedious, it is more convenient to bind an
1465 appropriate function to a function key on the keyboard and use that key.
1466 @xref{Viper Specials}, for details.
1468 @item Ex commands
1469 @findex  @kbd{Ex args}
1470 @findex  @kbd{Ex n}
1471 @findex  @kbd{Ex pwd}
1472 @findex  @kbd{Ex pre}
1473 The commands @kbd{:args}, @kbd{:next}, @kbd{:pre} behave
1474 differently.  @kbd{:pwd} exists to get current directory.
1475 The commands @kbd{:b} and @kbd{:B} switch buffers around.  @xref{File and
1476 Buffer Handling}, for details.
1477 There are also the new commands @kbd{:RelatedFile} and
1478 @kbd{PreviousRelatedFile} (which abbreviate to @kbd{R} and @kbd{P},
1479 respectively.  @xref{Viper Specials}, for details.
1480 @findex @kbd{Ex RelatedFile}
1481 @findex @kbd{Ex PreviousRelatedFile}
1482 @end table
1484 Apart from the new commands, many old commands have been enhanced.  Most
1485 notably, Vi style macros are much more powerful in Viper than in Vi.  @xref{Vi
1486 Macros}, for details.
1488 @node Useful Packages
1489 @section Useful Packages
1491 Some Emacs packages are mentioned here as an aid to the new Viper user, to
1492 indicate what Viper is capable of.
1493 A vast number comes with the standard Emacs distribution, and many more exist
1494 on the net and on the archives.
1496 This manual also mentions some Emacs features a new user
1497 should know about.  The details of these are found in the GNU Emacs
1498 Manual.
1500 The features first.  For details, look up the Emacs Manual.
1502 @table @samp
1503 @item Make
1504 @cindex make
1505 @cindex compiling
1507 Makes and Compiles can be done from the editor.  Error messages will be
1508 parsed and you can move to the error lines.
1509 @item Shell
1510 @cindex shell
1511 @cindex interactive shell
1512 You can talk to Shells from inside the editor.  Your entire shell session
1513 can be treated as a file.
1514 @item Mail
1515 @cindex email
1516 @cindex mail
1517 Mail can be read from and sent within the editor.  Several sophisticated
1518 packages exist.
1519 @item Language Sensitive Editing
1520 Editing modes are written for most computer languages in existence.  By
1521 controlling indentation, they catch punctuation errors.
1522 @end table
1524 The packages, below, represents a drop in the sea of special-purpose
1525 packages that come with standard distribution of Emacs.
1527 @table @samp
1528 @item Transparent FTP
1529 @cindex transparent ftp
1530 @pindex ange-ftp.el
1531 @code{ange-ftp.el} can ftp from the editor to files on other machines
1532 transparent to the user.
1533 @item RCS Interfaces
1534 @cindex version maintenance
1535 @cindex RCS
1536 @pindex vc.el
1537 @code{vc.el} for doing RCS commands from inside the editor
1538 @item Directory Editor
1539 @cindex dired
1540 @pindex dired.el
1541 @code{dired.el} for editing contents of directories and for navigating in
1542 the file system.
1543 @item Syntactic Highlighting
1544 @cindex font-lock
1545 @pindex font-lock.el
1546 @code{font-lock.el} for automatic highlighting various parts of a buffer
1547 using different fonts and colors.
1548 @item Saving Emacs Configuration
1549 @cindex desktop
1550 @pindex desktop.el
1551 @code{desktop.el} for saving/restoring configuration on Emacs exit/startup.
1552 @item Spell Checker
1553 @cindex ispell
1554 @pindex ispell.el
1555 @code{ispell.el} for spell checking the buffer, words, regions, etc.
1556 @item File and Buffer Comparison
1557 @cindex ediff
1558 @pindex ediff.el
1559 @code{ediff.el} for finding differences between files and for applying
1560 patches.
1561 @end table
1563 @noindent
1564 Emacs Lisp archives exist on
1565 @samp{archive.cis.ohio-state.edu}
1566 and @samp{wuarchive.wustl.edu}
1569 @node Customization
1570 @chapter Customization
1572 @cindex customization
1574 Customization can be done in 2 ways.
1576 @itemize @bullet
1577 @item
1578 @cindex initialization
1579 @cindex .viper
1580 Elisp code in a @file{~/.emacs.d/viper} (or @file{~/.viper}) file.
1581 Viper loads this file just before it does the binding for mode hooks.
1582 This is recommended for experts only.
1583 @item
1584 @cindex .emacs
1585 Elisp code in your @file{.emacs} file before and after the @code{(require
1586 'viper)} line.  This method is @emph{not} recommended, unless you know what
1587 you are doing.  Only two variables, @code{viper-mode} and
1588 @code{viper-custom-file-name}, are supposed to be customized in @file{.emacs},
1589 prior to loading Viper (i.e., prior to @code{(require 'viper)} command.
1590 @item
1591 @cindex Ex customize
1592 By executing the @kbd{:customize} Ex command. This takes you to the Emacs
1593 customization widget, which lets you change the values of Viper
1594 customizable variables easily. This method is good for novice and
1595 experts alike. The customization code in the form of Lisp commands will be
1596 placed in @file{~/.emacs} or some other customization file depending on the
1597 version of Emacs that you use.  Still, it is recommended to separate
1598 Viper-related customization produced by the Emacs customization widget
1599 and keep it in your Viper customization file.
1601 Some advanced customization cannot be accomplished this way, however, and
1602 has to be done in Emacs Lisp in your Viper customization file.  For the common
1603 cases, examples are provided that you can use directly.
1604 @end itemize
1607 @menu
1608 * Rudimentary Changes::          Simple constant definitions.
1609 * Key Bindings::                 Enabling Emacs Keys, Rebinding keys, etc.
1610 * Packages that Change Keymaps:: How to deal with such beasts.
1611 * Viper Specials::               Special Viper commands.
1612 * Vi Macros::                    How to do Vi style macros.
1613 @end menu
1615 @node Rudimentary Changes
1616 @section Rudimentary Changes
1618 @cindex setting variables
1619 @cindex variables for customization
1620 @findex @kbd{Ex set}
1622 An easy way to customize Viper is to change the values of constants used in
1623 Viper.  Here is the list of the constants used in Viper and their default
1624 values.  The corresponding :se command is also indicated.  (The symbols
1625 @code{t} and @code{nil} represent ``true'' and ``false'' in Lisp).
1627 Viper supports both the abbreviated Vi variable names and their full
1628 names.  Variable completion is done on full names only.  @key{TAB} and
1629 @key{SPC} complete
1630 variable names.  Typing @kbd{=} will complete the name and then will prompt for
1631 a value, if applicable.  For instance, @kbd{:se au @key{SPC}} will complete the
1632 command to @kbd{:set autoindent}; @kbd{:se ta @key{SPC}} will complete the command
1633 and prompt further like this: @kbd{:set tabstop = }.
1634 However, typing @kbd{:se ts @key{SPC}} will produce a ``No match'' message
1635 because @kbd{ts} is an abbreviation for @kbd{tabstop} and Viper supports
1636 completion on full names only.  However, you can still hit @key{RET}
1637 or @kbd{=}, which will complete the command like this: @kbd{:set ts = } and
1638 Viper will be waiting for you to type a value for the tabstop variable.
1639 To get the full list of Vi variables, type @kbd{:se @key{SPC} @key{TAB}}.
1641 @table @code
1642 @item viper-auto-indent nil
1643 @itemx :se ai (:se autoindent)
1644 @itemx :se ai-g (:se autoindent-global)
1645 If @code{t}, enable auto indentation.
1646 by @key{RET}, @kbd{o} or @kbd{O} command.
1648 @code{viper-auto-indent} is a local variable.  To change the value globally, use
1649 @code{setq-default}.  It may be useful for certain major modes to have their
1650 own values of @code{viper-auto-indent}.  This can be achieved by using
1651 @code{setq} to change the local value of this variable in the hooks to the
1652 appropriate major modes.
1654 @kbd{:se ai} changes the value of @code{viper-auto-indent} in the current
1655 buffer only; @kbd{:se ai-g} does the same globally.
1656 @item viper-electric-mode t
1657 If not @code{nil}, auto-indentation becomes electric, which means that
1658 @key{RET}, @kbd{O}, and @kbd{o} indent cursor according to the current
1659 major mode.  In the future, this variable may control additional electric
1660 features.
1662 This is a local variable: @code{setq} changes the value of this variable
1663 in the current buffer only.  Use @code{setq-default} to change the value in
1664 all buffers.
1665 @item viper-case-fold-search nil
1666 @itemx :se ic (:se ignorecase)
1667 If not @code{nil}, search ignores cases.
1668 This can also be toggled by quickly hitting @kbd{/} twice.
1669 @item viper-re-search nil
1670 @itemx :se magic
1671 If not @code{nil}, search will use regular expressions; if @code{nil} then
1672 use vanilla search.
1673 This behavior can also be toggled by quickly hitting @kbd{/} trice.
1674 @item buffer-read-only
1675 @itemx :se ro (:se readonly)
1676 Set current buffer to read only.  To change globally put
1677 @code{(setq-default buffer-read-only t)} in your @file{.emacs} file.
1678 @item blink-matching-paren t
1679 @itemx :se sm (:se showmatch)
1680 Show matching parens by blinking cursor.
1681 @item tab-width t (default setting via @code{setq-default})
1682 @itemx :se ts=value (:se tabstop=value)
1683 @itemx :se ts-g=value (:se tabstop-global=value)
1684 @code{tab-width} is a local variable that controls the width of the tab stops.
1685 To change the value globally, use @code{setq-default}; for local settings,
1686 use @code{setq}.
1688 The command @kbd{:se ts}
1689 sets the tab width in the current
1690 buffer only; it has no effect on other buffers.
1692 The command @kbd{:se ts-g} sets tab width globally,
1693 for all buffers where the tab is not yet set locally,
1694 including the new buffers.
1696 Note that typing @key{TAB} normally
1697 doesn't insert the tab, since this key is usually bound to
1698 a text-formatting function, @code{indent-for-tab-command} (which facilitates
1699 programming and document writing).  Instead, the tab is inserted via the
1700 command @code{viper-insert-tab}, which is bound to @kbd{S-tab} (shift + tab).
1702 On some non-windowing terminals, Shift doesn't modify the @key{TAB} key, so
1703 @kbd{S-tab} behaves as if it were @key{TAB}.  In such a case, you will have
1704 to bind @code{viper-insert-tab} to some other convenient key.
1706 @item viper-shift-width 8
1707 @itemx :se sw=value  (:se shiftwidth=value)
1708 The number of columns shifted by @kbd{>} and @kbd{<} commands.
1709 @item viper-search-wrap-around t
1710 @itemx :se ws (:se wrapscan)
1711 If not @code{nil}, search wraps around the end/beginning of buffer.
1712 @item viper-search-scroll-threshold 2
1713 If search lands within this many lines of the window top or bottom, the
1714 window will be scrolled up or down by about 1/7-th of its size, to reveal
1715 the context.  If the value is negative, don't scroll.
1716 @item viper-tags-file-name "TAGS"
1717 The name of the file used as the tag table.
1718 @item viper-re-query-replace nil
1719 If not @code{nil}, use reg-exp replace in query replace.
1720 @item viper-want-ctl-h-help nil
1721 If not @code{nil}, @kbd{C-h} is bound to @code{help-command};
1722 otherwise, @kbd{C-h} is bound as usual in Vi.
1723 @item viper-vi-style-in-minibuffer t
1724 If not @code{nil}, Viper provides a high degree of compatibility with Vi
1725 insert mode when you type text in the minibuffer; if @code{nil}, typing in
1726 the minibuffer feels like plain Emacs.
1727 @item viper-no-multiple-ESC t
1728 If you set this to @code{nil}, you can use @key{ESC} as Meta in Vi state.
1729 Normally, this is not necessary, since graphical displays have separate
1730 Meta keys (usually on each side of the space bar).  On a dumb terminal, Viper
1731 sets this variable to @code{twice}, which is almost like @code{nil}, except
1732 that double @key{ESC} beeps.  This, too, lets @key{ESC} to be used as a Meta.
1733 @item viper-fast-keyseq-timeout 200
1734 Key sequences separated by this many milliseconds are treated as Vi-style
1735 keyboard macros.  If the key sequence is defined as such a macro, it will be
1736 executed.  Otherwise, it is processed as an ordinary sequence of typed keys.
1738 Setting this variable too high may slow down your typing.  Setting it too
1739 low may make it hard to type macros quickly enough.
1740 @item viper-ex-style-motion t
1741 Set this to @code{nil}, if you want @kbd{l,h} to cross
1742 lines, etc.  @xref{Movement and Markers}, for more info.
1743 @item viper-ex-style-editing t
1744 Set this to @code{nil}, if you want
1745 @kbd{C-h} and @key{DEL} to not stop
1746 at the beginning of a line in Insert state, @key{X} and @key{x} to delete
1747 characters across lines in Vi command state, etc.
1748 @item viper-ESC-moves-cursor-back t
1749 It @code{t}, cursor moves back 1 character when switching from insert state to vi
1750 state.  If @code{nil}, the cursor stays where it was before the switch.
1751 @item viper-always t
1752 @code{t} means: leave it to Viper to decide when a buffer must be brought
1753 up in Vi state,
1754 Insert state, or Emacs state.  This heuristics works well in virtually all
1755 cases.  @code{nil} means you either has to invoke @code{viper-mode} manually
1756 for each buffer (or you can add @code{viper-mode} to the appropriate major mode
1757 hooks using @code{viper-load-hook}).
1759 This option must be set in your Viper customization file.
1760 @item viper-custom-file-name "~/.emacs.d/viper"
1761 File used for Viper-specific customization.
1762 Change this setting, if you want.  Must be set in @file{.emacs}
1763 before Viper is loaded.  Note that you
1764 have to set it as a string inside double quotes.
1765 @item viper-spell-function 'ispell-region
1766 Function used by the command @kbd{#c<move>} to spell.
1767 @item viper-glob-function
1768 The value of this variable is the function symbol used to expand wildcard
1769 symbols. This is platform-dependent. The default tries to set this variable
1770 to work with most shells, MS Windows, OS/2, etc. However, if it
1771 doesn't work the way you expect, you should write your own.
1772 Use @code{viper-glob-unix-files} and @code{viper-glob-mswindows-files} in
1773 @file{viper-util.el} as examples.
1775 This feature is used to expand wildcards in the Ex command @kbd{:e}.
1776 Note that Viper doesn't support wildcards in the @kbd{:r} and @kbd{:w}
1777 commands, because file completion is a better mechanism.
1778 @findex @code{viper-glob-function}
1780 @item ex-cycle-other-window t
1781 If not @code{nil}, @kbd{:n} and @kbd{:b} will cycle through files in another
1782 window, if one exists.
1783 @item ex-cycle-through-non-files nil
1784 @kbd{:n} does not normally cycle through buffers.  Set this to get
1785 buffers also.
1786 @item viper-want-emacs-keys-in-insert
1787 This is set to @code{nil} for user levels 1 and 2 and to @code{t} for user
1788 levels 3 and 4.  Users who specify level 5 are allowed to set this variable
1789 as they please (the default for this level is @code{t}).  If set to
1790 @code{nil}, complete Vi compatibility is provided in Insert state.  This is
1791 really not recommended, as this precludes you from using language-specific
1792 features provided by the major modes.
1793 @item viper-want-emacs-keys-in-vi
1794 This is set to @code{nil} for user
1795 level 1 and to @code{t} for user levels 2--4.
1796 At level 5, users are allowed to set this variable as they please (the
1797 default for this level is @code{t}).
1798 If set to @code{nil}, complete Vi compatibility is provided
1799 in Vi command state.  Setting this to @code{nil} is really a bad idea,
1800 unless you are a novice, as this precludes the use
1801 of language-specific features provided by the major modes.
1802 @item viper-keep-point-on-repeat t
1803 If not @code{nil}, point is not moved when the user repeats the previous
1804 command by typing a period.  This is very useful for doing repeated
1805 changes with the @kbd{.} key.
1806 @item viper-repeat-from-history-key 'f12
1807 Prefix key used to invoke the macros @kbd{f12 1} and @kbd{f12 2} that repeat
1808 the second-last and the third-last destructive command.
1809 Both these macros are bound (as Viper macros) to
1810 @code{viper-repeat-from-history},
1811 which checks the second key by which it is invoked to see which of the
1812 previous commands to invoke.  Viper binds @kbd{f12 1} and @kbd{f12 2} only,
1813 but the user can bind more in his/her Viper customization file.
1814 @xref{Vi Macros}, for how to do this.
1815 @item viper-keep-point-on-undo nil
1816 If not @code{nil}, Viper tries to not move point when undoing commands.
1817 Instead, it will briefly move the cursor to the place where change has
1818 taken place.  However, if the undone piece of text is not seen in window,
1819 then point will be moved to the place where the change took place.
1820 Set it to @code{t} and see if you like it better.
1821 @item viper-delete-backwards-in-replace nil
1822 If not @code{nil}, @key{DEL} key will delete characters while moving the cursor
1823 backwards.  If @code{nil}, the cursor will move backwards without deleting
1824 anything.
1825 @item viper-replace-overlay-face 'viper-replace-overlay-face
1826 On a graphical display, Viper highlights replacement regions instead of
1827 putting a @samp{$} at the end.  This variable controls the so called
1828 @dfn{face} used to highlight the region.
1830 By default, @code{viper-replace-overlay-face} underlines the replacement on
1831 monochrome displays and also lays a stipple over them.  On color displays,
1832 replacement regions are highlighted with color.
1834 If you know something about Emacs faces and don't like how Viper highlights
1835 replacement regions, you can change @code{viper-replace-overlay-face} by
1836 specifying a new face.  (Emacs faces are described in the Emacs Lisp
1837 reference.)  On a color display, the following customization method is
1838 usually most effective:
1839 @smallexample
1840 (set-face-foreground viper-replace-overlay-face "DarkSlateBlue")
1841 (set-face-background viper-replace-overlay-face "yellow")
1842 @end smallexample
1843 For a complete list of colors available to you, evaluate the expression
1844 @code{(x-defined-colors)}.  (Type it in the buffer @file{*scratch*} and then
1845 hit the @kbd{C-j} key.
1847 @item viper-replace-overlay-cursor-color  "Red"
1848 @vindex @code{viper-replace-overlay-cursor-color}
1849 Cursor color when it is inside the replacement region.
1850 This has effect only on color displays and only when Emacs runs as an X
1851 application.
1852 @item viper-insert-state-cursor-color nil
1853 @vindex @code{viper-insert-state-cursor-color}
1854 If set to a valid color, this will be the cursor color when Viper is in
1855 insert state.
1856 @item viper-emacs-state-cursor-color nil
1857 @vindex @code{viper-emacs-state-cursor-color}
1858 If set to a valid color, this will be the cursor color when Viper is in
1859 emacs state.
1860 @item viper-replace-region-end-delimiter "$"
1861 A string used to mark the end of replacement regions.  It is used only on
1862 TTYs or if @code{viper-use-replace-region-delimiters} is non-@code{nil}.
1863 @item viper-replace-region-start-delimiter  ""
1864 A string used to mark the beginning of replacement regions.  It is used
1865 only on TTYs or if @code{viper-use-replace-region-delimiters} is non-@code{nil}.
1866 @item viper-use-replace-region-delimiters
1867 If non-@code{nil}, Viper will always use @code{viper-replace-region-end-delimiter} and
1868 @code{viper-replace-region-start-delimiter} to delimit replacement regions,
1869 even on color displays (where this is unnecessary).  By default, this
1870 variable is non-@code{nil} only on TTYs or monochrome displays.
1871 @item viper-allow-multiline-replace-regions t
1872 If non-@code{nil}, multi-line text replacement regions, such as those produced by
1873 commands @kbd{c55w}, @kbd{3C}, etc., will stay around until the user exits
1874 the replacement mode.  In this variable is set to @code{nil}, Viper will
1875 emulate the standard Vi behavior, which supports only intra-line
1876 replacement regions (and multi-line replacement regions are deleted).
1877 @item viper-toggle-key "\C-z"
1878 Specifies the key used to switch from Emacs to Vi and back.
1879 Must be set in your Viper customization file.  This variable can't be
1880 changed interactively after Viper is loaded.
1882 In Insert state, this key acts as a temporary escape to Vi state, i.e., it
1883 will set Viper up so that the very next command will be executed as if it
1884 were typed in Vi state.
1885 @item viper-buffer-search-char nil
1886 Key used for buffer search.  @xref{Viper Specials}, for details.
1887 @item viper-surrounding-word-function 'viper-surrounding-word
1888 The value of this variable is a function name that is used to determine
1889 what constitutes a word clicked upon by the mouse.  This is used by mouse
1890 search and insert.
1891 @item viper-search-face 'viper-search-face
1892 Variable that controls how search patterns are highlighted when they are
1893 found.
1894 @item viper-vi-state-hook nil
1895 List of parameterless functions to be run just after entering the Vi
1896 command state.
1897 @item viper-insert-state-hook nil
1898 Same for Insert state.  This hook is also run after entering Replace state.
1899 @item viper-replace-state-hook  nil
1900 List of (parameterless) functions called just after entering Replace state
1901 (and after all @code{viper-insert-state-hook}).
1902 @item viper-emacs-state-hook nil
1903 List of (parameterless) functions called just after switching from Vi state
1904 to Emacs state.
1905 @item viper-load-hook nil
1906 List of (parameterless) functions called just after loading Viper.  This is
1907 the last chance to do customization before Viper is up and running.
1908 @end table
1909 @noindent
1910 You can reset some of these constants in Viper with the Ex command @kbd{:set}
1911 (when so indicated in the table).  Or you
1912 can include a line like this in your Viper customization file:
1913 @example
1914 (setq viper-case-fold-search t)
1915 @end example
1916 @vindex @code{viper-auto-indent}
1917 @vindex @code{viper-electric-mode}
1918 @vindex @code{viper-case-fold-search}
1919 @vindex @code{viper-re-search}
1920 @vindex @code{viper-shift-width}
1921 @vindex @code{buffer-read-only}
1922 @vindex @code{viper-search-wrap-around}
1923 @vindex @code{viper-search-scroll-threshold}
1924 @vindex @code{viper-search-face}
1925 @vindex @code{viper-tags-file-name}
1926 @vindex @code{viper-re-query-replace}
1927 @vindex @code{viper-want-ctl-h-help}
1928 @vindex @code{viper-vi-style-in-minibuffer}
1929 @vindex @code{viper-no-multiple-ESC}
1930 @vindex @code{viper-always}
1931 @vindex @code{viper-fast-keyseq-timeout}
1932 @vindex @code{viper-ex-style-motion}
1933 @vindex @code{viper-ex-style-editing}
1934 @vindex @code{viper-ESC-moves-cursor-back}
1935 @vindex @code{viper-custom-file-name}
1936 @vindex @code{viper-spell-function}
1937 @vindex @code{ex-cycle-other-window}
1938 @vindex @code{ex-cycle-through-non-files}
1939 @vindex @code{viper-want-emacs-keys-in-insert}
1940 @vindex @code{viper-want-emacs-keys-in-vi}
1941 @vindex @code{viper-keep-point-on-repeat}
1942 @vindex @code{viper-keep-point-on-undo}
1943 @vindex @code{viper-delete-backwards-in-replace}
1944 @vindex @code{viper-replace-overlay-face}
1945 @vindex @code{viper-replace-region-end-symbol}
1946 @vindex @code{viper-replace-region-start-symbol}
1947 @vindex @code{viper-allow-multiline-replace-regions}
1948 @vindex @code{viper-toggle-key}
1949 @vindex @code{viper-buffer-search-char}
1950 @vindex @code{viper-surrounding-word-function}
1951 @vindex @code{viper-vi-state-hook}
1952 @vindex @code{viper-insert-state-hook}
1953 @vindex @code{viper-replace-state-hook}
1954 @vindex @code{viper-emacs-state-hook}
1956 @node Key Bindings
1957 @section Key Bindings
1959 @cindex key bindings
1960 @cindex keymaps
1962 Viper lets you define hot keys, i.e., you can associate keyboard keys
1963 such as F1, Help, PgDn, etc., with Emacs Lisp functions (that may already
1964 exist or that you will write).  Each key has a "preferred form" in
1965 Emacs.  For instance, the Up key's preferred form is [up], the Help key's
1966 preferred form is [help], and the Undo key has the preferred form [f14].
1967 You can find out the preferred form of a key by typing @kbd{M-x
1968 describe-key-briefly} and then typing the key you want to know about.
1970 Under the X Window System, every keyboard key emits its preferred form,
1971 so you can just type
1973 @lisp
1974 (global-set-key [f11] 'calendar)                        ; L1, Stop
1975 (global-set-key [f14] 'undo)                            ; L4, Undo
1976 @end lisp
1978 @noindent
1979 to bind L1 (a key that exists on some SUN workstations) so it will invoke
1980 the Emacs Calendar and to bind L4 so it will undo changes.
1981 However, on a dumb terminal or in an Xterm window, even the standard arrow
1982 keys may
1983 not emit the right signals for Emacs to understand.  To let Emacs know about
1984 those keys, you will have to find out which key sequences they emit
1985 by typing @kbd{C-q} and then the key (you should switch to Emacs state
1986 first).  Then you can bind those sequences to their preferred forms using
1987 @code{input-decode-map} as follows:
1989 @lisp
1990 (cond ((string= (getenv "TERM") "xterm")
1991 (define-key input-decode-map "\e[192z" [f11])    ; L1
1992 (define-key input-decode-map "\e[195z" [f14])    ; L4, Undo
1993 @end lisp
1995 The above illustrates how to do this for Xterm.  On VT100, you would have to
1996 replace "xterm" with "vt100" and also change the key sequences (the same
1997 key may emit different sequences on different types of terminals).
1999 The above keys are global, so they are overwritten by the local maps
2000 defined by the major modes and by Viper itself.  Therefore, if you wish to
2001 change a binding set by a major mode or by Viper, read this.
2003 Viper users who wish to specify their own key bindings should be concerned
2004 only with the following three keymaps:
2005 @code{viper-vi-global-user-map} for Vi state commands,
2006 @code{viper-insert-global-user-map} for Insert state commands,
2007 and @code{viper-emacs-global-user-map} for Emacs state commands (note:
2008 customized bindings for Emacs state made to @code{viper-emacs-global-user-map}
2009 are @emph{not} inherited by Insert state).
2011 For more information on Viper keymaps, see the header of the file
2012 @file{viper.el}.
2013 If you wish to change a Viper binding, you can use the
2014 @code{define-key} command, to modify @code{viper-vi-global-user-map},
2015 @code{viper-insert-global-user-map}, and @code{viper-emacs-global-user-map}, as
2016 explained below.  Each of these key maps affects the corresponding Viper state.
2017 The keymap @code{viper-insert-global-user-map} also affects Viper's Replace
2018 state.
2020 @noindent
2021 If you want to
2022 bind a key, say @kbd{C-v}, to the function that scrolls
2023 page down and to make @kbd{0} display information on the current buffer,
2024 putting this in your Viper customization file will do the trick in Vi state:
2025 @example
2026 (define-key viper-vi-global-user-map "\C-v" 'scroll-down)
2027 @end example
2028 @noindent
2029 To set a key globally,
2030 @example
2031 (define-key viper-emacs-global-user-map "\C-c m" 'smail)
2032 (define-key viper-vi-global-user-map "0" 'viper-info-on-file)
2033 @end example
2034 @noindent
2035 Note, however, that this binding may be overwritten by other keymaps, since
2036 the global keymap has the lowest priority.
2037 To make sure that nothing will override a binding in Emacs state, you
2038 can write this:
2039 @example
2040 (define-key viper-emacs-global-user-map "\C-c m" 'smail)
2041 @end example
2042 @noindent
2043 To customize the binding for @kbd{C-h} in Insert state:
2044 @example
2045 (define-key viper-insert-global-user-map "\C-h"
2046   'my-del-backwards-function)
2047 @end example
2048 @noindent
2050 Each Emacs command key calls some Lisp function.  If you have enabled the
2051 Help, (@pxref{Rudimentary Changes}) @kbd{C-h k} will show you the function
2052 for each specific key; @kbd{C-h b} will show all bindings, and @kbd{C-h m}
2053 will provide information on the major mode in effect.  If Help is not
2054 enabled, you can still get help in Vi state by prefixing the above commands
2055 with @kbd{\}, e.g., @kbd{\ C-h k} (or you can use the Help menu in the
2056 menu bar, if Emacs runs under X).
2058 Viper users can also change bindings on a per major mode basis.  As with
2059 global bindings, this can be done separately for each of the three main Viper
2060 states.  To this end, Viper provides the function
2061 @code{viper-modify-major-mode}.
2062 @findex @code{viper-modify-major-mode}
2064 To modify keys in Emacs state for @code{my-favorite-major-mode}, the user
2065 needs to create a sparse keymap, say, @code{my-fancy-map}, bind whatever
2066 keys necessary in that keymap, and put
2068 @example
2069 (viper-modify-major-mode 'dired-mode 'emacs-state my-fancy-map)
2070 @end example
2072 @noindent
2073 in your Viper customization file.  To do the same in Vi and Insert states, you
2074 should use @code{vi-state} and @code{insert-state}.  Changes in Insert state
2075 are also in effect in Replace state.  For instance, suppose that the user wants
2076 to use @kbd{dd} in Vi state under Dired mode to delete files, @kbd{u} to unmark
2077 files, etc.  The following code in the Viper customization file will then do
2078 the job:
2080 @example
2081 (setq my-dired-modifier-map (make-sparse-keymap))
2082 (define-key my-dired-modifier-map "dd" 'dired-flag-file-deletion)
2083 (define-key my-dired-modifier-map "u" 'dired-unmark)
2084 (viper-modify-major-mode 'dired-mode 'vi-state my-dired-modifier-map)
2085 @end example
2087 A Vi purist may want to modify Emacs state under Dired mode so that
2088 @kbd{k}, @kbd{l}, etc., will move around in directory buffers, as in
2089 Vi.  Although this is not recommended, as these keys are bound to useful
2090 Dired functions, the trick can be accomplished via the following code:
2092 @example
2093 (setq my-dired-vi-purist-map (make-sparse-keymap))
2094 (define-key my-dired-vi-purist-map "k" 'viper-previous-line)
2095 (define-key my-dired-vi-purist-map "l" 'viper-forward-char)
2096 (viper-modify-major-mode 'dired-mode
2097                          '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{Ex 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
2196 @section 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 your Viper customization file 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
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 his/her Viper customization file to a key
2340 sequence 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 Viper customization file.  For instance, if you don't like the above
2364 feature, put this in the file:
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, @kbd{/}, 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 @kbd{/}
2384 so that it will behave Vi-style.  Furthermore, in those major modes, Viper
2385 binds @kbd{:} to invoke ex-style commands, like in vi-state.  And, as described
2386 above, @kbd{//} and @kbd{///} 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 @kbd{/} and @kbd{:} in @code{viper-dired-modifier-map} (for
2391 Dired) or in @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 @kbd{//} and @kbd{///} for a major mode where you
2396 feel they
2397 are undesirable, execute @code{viper-set-emacs-state-searchstyle-macros} with a
2398 non-@code{nil} argument.  This can be done either interactively, by supplying a
2399 prefix argument, or by placing
2400 @example
2401 (viper-set-emacs-state-searchstyle-macros 'undefine)
2402 @end example
2403 @findex @code{viper-set-emacs-state-searchstyle-macros}
2404 in the hook to the major mode (e.g., @code{dired-mode-hook}).
2405 @xref{Vi Macros}, for more information on Vi macros.
2407 @item viper-heading-start
2408 @item viper-heading-end
2409 @cindex headings
2410 @cindex sections
2411 @cindex paragraphs
2412 @cindex sentences
2413 Regular Expressions for @kbd{[[} and @kbd{]]}.  Note that Emacs defines
2414 Regexps for paragraphs and sentences.  @xref{Paragraphs,,Paragraphs and
2415 Sentences,emacs,The GNU Emacs Manual}, for details.
2416 @item M-x viper-set-expert-level
2417 @findex @code{viper-set-expert-level}
2418 Change your user level interactively.
2419 @item viper-smart-suffix-list  '("" "tex" "c" "cc" "el" "p")
2420 @vindex @code{viper-smart-suffix-list}
2421 Viper supports Emacs-style file completion when it prompts the user for a
2422 file name.  However, in many cases, the same directory may contain files
2423 with identical prefix but different suffixes, e.g., prog.c, prog.o,
2424 paper.tex, paper.dvi.  In such cases, completion will stop at the period.
2425 If the above variable is a list of strings representing suffixes, Viper will
2426 try these suffixes
2427 in the order listed and will check if the corresponding file exists.
2429 For instance, if completion stopped at @samp{paper.} and the user
2430 typed @key{RET}, then Viper will check if the files @file{paper.},
2431 @file{paper.tex}, @file{paper.c}, etc., exist.
2432 It will take the first such file.  If no file exists, Viper will give a chance
2433 to complete the file name by typing the appropriate suffix.
2434 If @file{paper.} was
2435 the intended file name, hitting return will accept it.
2437 To turn this feature off, set the above variable to @code{nil}.
2439 @item viper-insertion-ring-size  14
2440 @vindex @code{viper-insertion-ring-size}
2441 @cindex Insertion ring
2442 Viper remembers what was previously inserted in Insert and Replace states.
2443 Several such recent insertions are kept in a special ring of strings of size
2444 @code{viper-insertion-ring-size}.
2445 If you enter Insert or Replace state you can reinsert strings from this
2446 ring by typing @kbd{C-c M-p} or @kbd{C-c M-n}.  The former will search the
2447 ring in
2448 the direction of older insertions, and the latter will search in
2449 the direction of newer insertions.  Hitting @kbd{C-c M-p} or @kbd{C-c M-n}
2450 in succession
2451 will undo the previous insertion from the ring and insert the next item on
2452 the ring.  If a larger ring size is needed, change the value of the above
2453 variable in the Viper customization file.
2455 Since typing these sequences of keys may be tedious, it is suggested that the
2456 user should bind a function key, such as @kbd{f31}, as follows:
2457 @example
2458 (define-key viper-insert-global-user-map [f31]
2459             'viper-insert-prev-from-insertion-ring)
2460 @end example
2461 This binds @kbd{f31} (which is usually @kbd{R11} on a Sun workstation)
2462 to the function that inserts the previous string in the insertion history.
2463 To rotate the history in the opposite
2464 direction, you can either bind an unused key to
2465 @code{viper-insert-next-from-insertion-ring} or hit any digit (1 to 9) then
2466 @kbd{f31}.
2468 One should not bind the above functions to @kbd{M-p} or @kbd{M-n}, since
2469 this will interfere with the minibuffer histories and, possibly, other
2470 major modes.
2472 @item viper-command-ring-size  14
2473 @vindex @code{viper-command-ring-size}
2474 @cindex Destructive command ring
2475 @cindex Destructive command history
2476 Viper keeps track of the recent history of destructive
2477 commands, such as @kbd{dw}, @kbd{i}, etc.
2478 In Vi state,
2479 the most recent command can be re-executed by hitting a period, as in Vi.
2480 However, repeated typing @kbd{C-c M-p} will cause Viper to show the
2481 previous destructive commands in the minibuffer.  Subsequent hitting period
2482 will execute the command that was displayed last.
2483 The key @kbd{C-c M-n} will cycle through the command history in the
2484 opposite direction.
2485 Since typing @kbd{C-c M-p} may be tedious, it is more convenient to bind an
2486 appropriate function to an unused function key on the keyboard and use that
2487 key.  For instance, the following
2488 @example
2489 (define-key viper-vi-global-user-map [f31]
2490             'viper-prev-destructive-command)
2491 @end example
2492 binds the key @kbd{f31} (which is usually @kbd{R11} on a Sun workstation)
2493 to the function that searches the command history in the direction of older
2494 commands.  To search in the opposite
2495 direction, you can either bind an unused key to
2496 @code{viper-next-destructive-command} or hit any digit (1 to 9) then @kbd{f31}.
2498 One should not bind the above functions to @kbd{M-p} or @kbd{M-n}, since
2499 this will interfere with the minibuffer histories and, possibly, other
2500 major modes.
2502 @item viper-minibuffer-vi-face  'viper-minibuffer-vi-face
2503 @item viper-minibuffer-insert-face  'viper-minibuffer-insert-face
2504 @item viper-minibuffer-emacs-face  'viper-minibuffer-emacs-face
2505 These faces control the appearance of the minibuffer text in the
2506 corresponding Viper states.  You can change the appearance of these faces
2507 through Emacs's customization widget, which is accessible through the
2508 menubar.
2510 Viper is located in this widget under the @emph{Emulations} customization
2511 subgroup of the @emph{Editing} group.  All Viper faces are grouped together
2512 in Viper's @emph{Highlighting} customization subgroup.
2514 Note that only the text you type in is affected by the above faces.
2515 Prompts and minibuffer messages are not affected.
2517 Purists who do not like adornments in the minibuffer can always zap them by
2518 putting
2519 @example
2520 (copy-face 'default 'viper-minibuffer-vi-face)
2521 (copy-face 'default 'viper-minibuffer-insert-face)
2522 (copy-face 'default 'viper-minibuffer-emacs-face)
2523 @end example
2524 in their Viper customization file or through the customization widget, as
2525 described above.  However, in that case, the user will not have any
2526 indication of the current Viper state in the minibuffer.  (This is important
2527 if the user accidentally switches to another Viper state by typing @key{ESC} or
2528 @kbd{C-z}).
2529 @item M-x viper-go-away
2530 @findex @code{viper-go-away}
2531 Make Viper disappear from the face of your running Emacs instance.  If your
2532 fingers start aching again, @kbd{M-x viper-mode} might save your day.
2533 @item M-x toggle-viper-mode
2534 @findex @code{toggle-viper-mode}
2535 Toggle Viperization of Emacs on and off.
2536 @end table
2538 @cindex Multifile documents and programs
2540 Viper provides some support for multi-file documents and programs.
2541 If a document consists of several files we can designate one of them as a
2542 master and put the following at the end of that file:
2543 @lisp
2544 ;; Local Variables:
2545 ;; eval: (viper-setup-master-buffer "file1" "file2" "file3" "file4")
2546 ;; End:
2547 @end lisp
2548 @noindent
2549 where @code{file1} to @code{file4} are names of files related to the master
2550 file.  Next time, when the master file is visited, the command
2551 @code{viper-setup-master-buffer} will be evaluated and the above files will
2552 be associated with the master file.  Then, the new Ex command
2553 @kbd{:RelatedFile} (abbr.@: @kbd{:R}) will display files 1 to 4 one after
2554 another, so you can edit them.  If a file is not in any Emacs buffer, it
2555 will be visited.  The command @kbd{PreviousRelatedFile} (abbr., @kbd{:P})
2556 goes through the file list in the opposite direction.
2557 @findex @kbd{Ex RelatedFile}
2558 @findex @kbd{Ex PreviousRelatedFile}
2560 These commands are akin to @kbd{:n} and @kbd{:N}, but they allow the user to
2561 focus on relevant files only.
2563 Note that only the master file needs to have the aforementioned block of
2564 commands.  Also, ";;" above can be replaced by some other
2565 markers.  Semicolon is good for Lisp programs, since it is considered a
2566 comment designator there.  For LaTeX, this could be "%%%", and for C the
2567 above block should be commented out.
2569 Even though these commands are sometimes useful, they are no substitute for
2570 the powerful @emph{tag table} facility of Emacs.  Viper's @kbd{:tag} command
2571 in a primitive interface to Emacs tags.  @xref{Tags,Tags,Tags,emacs,
2572 The GNU Emacs Manual}, for more information on tags.
2574 The following two commands are normally bound to a mouse click and are part
2575 of Viper.  They work only if Emacs runs as an application under X
2576 Windows (or under some other window system for which a port of GNU Emacs 20
2577 is available).  Clicking the mouse when Emacs is invoked in an Xterm window
2578 (using @code{emacs -nw}) will do no good.
2580 @table @code
2581 @cindex mouse
2582 @cindex mouse-search
2583 @item viper-mouse-search-key  (meta shift 1)
2584 @vindex @code{viper-mouse-insert-key}
2585 This variable controls the @emph{mouse-search} feature of Viper.  The
2586 default value
2587 states that holding Meta and Shift keys while clicking mouse button 1
2588 should initiate search for a region under the mouse pointer (defined
2589 below).  This command can take a prefix argument, which indicates the
2590 occurrence of the pattern to search for.
2592 Note: while loading initially, Viper binds this mouse action only if it is
2593 not already bound to something else.  If you want to use the mouse-search
2594 feature, and the @kbd{Meta-Shift-Mouse-1} mouse action is already bound to
2595 something else, you can rebind the mouse-search feature by setting
2596 @code{viper-mouse-search-key} to something else in
2597 your Viper customization file:
2598 @lisp
2599 (setq viper-mouse-search-key '(meta 1))
2600 @end lisp
2601 This would bind mouse search to the action invoked by pressing the
2602 Meta key and clicking mouse button 1.  The allowed values of
2603 @code{viper-mouse-search-key} are lists that contain a mouse-button number
2604 (1,2, or 3) and any combination of the words ``control'', ``meta'', and
2605 ``shift''.
2607 If the requested mouse action (e.g., (meta 1)) is already taken for other
2608 purposes then you have to confirm your intention by placing the following
2609 command in your Viper customization file after setting
2610 @code{viper-mouse-search-key}:
2611 @lisp
2612 (viper-bind-mouse-search-key 'force)
2613 @end lisp
2615 You can also change this setting interactively, through the customization
2616 widget of Emacs (type @kbd{:customize}).
2618 The region that is chosen as a pattern to search for is determined as
2619 follows.  If search is invoked via a single click, Viper chooses the region
2620 that lies between the beginning of the ``word'' under the pointer (``word''
2621 is understood in Vi sense) and the end of that word.  The only difference
2622 with Vi's words is that in Lisp major modes @samp{-} is considered an
2623 alphanumeric symbol.  This is done for the convenience of working with Lisp
2624 symbols, which often have an @samp{-} in them.  Also, if you click on a
2625 non-alphanumeric character that is not a word separator (in Vi sense) then
2626 this character will also be considered alphanumeric, provided that it is
2627 adjacent (from either side) to an alphanumeric character.  This useful
2628 feature gives added control over the patterns selected by the mouse click.
2630 On a double-click, the region is determined by the beginning of the current
2631 Vi's ``Word'' (i.e., the largest non-separator chunk of text) and the End
2632 of that ``Word'' (as determined by the @kbd{E} command).
2634 On a triple-click, the region consists of the entire line where the click
2635 occurred with all leading and trailing spaces and tabs removed.
2637 @cindex mouse-insert
2638 @item viper-mouse-insert-key (meta shift 2)
2639 @vindex @code{viper-mouse-insert-key}
2640 This variable controls the @emph{mouse-insert} feature of Viper.
2641 The above default value states that
2642 holding Meta and Shift keys while clicking mouse button 2
2643 should insert the region surrounding the
2644 mouse pointer.  The rules defining this region are the same as for
2645 mouse-search.  This command takes an optional prefix argument, which
2646 indicates how many such regions to snarf from the buffer and insert.  (In
2647 case of a triple-click, the prefix argument is ignored.)
2649 Note: while loading initially, Viper binds this mouse action only if it not
2650 already bound to something else.  If you want to use this feature and the
2651 default mouse action is already bound, you can rebind mouse-insert by
2652 placing this command in your Viper customization file:
2653 @lisp
2654 (setq viper-mouse-insert-key '(meta 2))
2655 @end lisp
2656 If you want to bind mouse-insert to an action even if this action is
2657 already taken for other purposes in Emacs, then you should add this command
2658 to your Viper customization file, after setting @code{viper-mouse-insert-key}:
2659 @lisp
2660 (viper-bind-mouse-insert-key 'force)
2661 @end lisp
2663 This value can also be changed via the Emacs customization widget at the
2664 menubar.
2666 @item viper-multiclick-timeout
2667 This variable controls the rate at which double-clicking must occur for the
2668 purpose of mouse search and mouse insert.  By default, this is set to
2669 @code{double-click-time} in Emacs and to
2670 @code{mouse-track-multi-click-time} milliseconds in XEmacs.
2671 @end table
2672 @kindex @kbd{S-Mouse-1}
2673 @kindex @kbd{S-Mouse-2}
2674 @kindex @kbd{meta shift button1up}
2675 @kindex @kbd{meta shift button2up}
2676 @vindex @code{viper-multiclick-timeout}
2677 @findex @code{viper-mouse-click-insert-word}
2678 @findex @code{viper-mouse-click-search-word}
2680 Note: The above functions search and insert in the selected window of
2681 the latest active frame.  This means that you can click in another window or
2682 another frame and have search or insertion done in the frame and window you
2683 just left.  This lets one use these functions in a multi-frame
2684 configuration.  However, this may require some getting used to.  For
2685 instance, if you are typing in a frame, A, and then move the mouse to frame
2686 B and click to invoke mouse search, search (or insertion) will be performed
2687 in frame A@.  To perform search/insertion in frame B, you will first have to
2688 shift focus there, which doesn't happen until you type a character or
2689 perform some other action in frame B---mouse search doesn't shift focus.
2691 If you decide that you don't like the above feature and always want
2692 search/insertion be performed in the frame where the click occurs, don't
2693 bind (and unbind, if necessary) @code{viper-mouse-catch-frame-switch} from
2694 the mouse event it is bound to.
2696 Mouse search is integrated with Vi-style search, so you can
2697 repeat it with @kbd{n} and @kbd{N}.  It should be also noted that, while
2698 case-sensitivity of search in Viper is controlled by the variable
2699 @code{viper-case-fold-search}, the case of mouse search is
2700 controlled by the Emacs variable @code{case-fold-search}, which may be set
2701 differently from @code{viper-case-fold-search}.  Therefore, case-sensitivity
2702 of mouse search may be different from that of the usual Vi-style search.
2704 Finally, if the way Viper determines the word to be searched for or to be
2705 inserted is not what you want, there is a variable,
2706 @code{viper-surrounding-word-function}, which can be changed to indicate
2707 another function for snarfing words out of the buffer.  The catch is that
2708 you will then have to write such a function and make it known to your
2709 Emacs.  The function @code{viper-surrounding-word} in @file{viper.el} can be
2710 used as a guiding example.
2712 @node Vi Macros
2713 @section Vi Macros
2715 @cindex Vi macros
2717 Viper supports much enhanced Vi-style macros and also facilitates the use
2718 of Emacs-style macros.  To define a temporary macro, it is generally more
2719 convenient to use Emacs keyboard macro facility.  Emacs keyboard macros are
2720 usually defined anonymously, and the latest macro can be executed by typing
2721 @kbd{C-x e} (or @kbd{*}, if Viper is in Vi state).  If you need to use several
2722 temporary macros, Viper lets you save them to a
2723 register (a lowercase letter); such macros can then be executed by typing
2724 @kbd{@@a} in Vi state (if a macro was previously saved in register
2725 @kbd{a}).
2726 @xref{Macros and Registers}, for details.
2728 If, however, you need to use a macro regularly, it must be given a
2729 permanent name and saved.  Emacs manual explains how to do this, but
2730 invocation of named Emacs macros is quite different from Vi's.  First,
2731 invocation of permanent Emacs macros takes time because it requires typing
2732 too many keys (to  a Vi user's taste, anyway).
2733 Second, binding such macros to function keys, for
2734 fast access, hogs valuable real estate on the keyboard.
2736 Vi-style macros are better in that respect, since Vi lets the user overload
2737 the meaning of key sequences: keys typed in fast succession are treated
2738 specially, if this key sequence is bound to a macro.
2740 Viper provides Vi-style keyboard macros through the usual Ex commands,
2741 @kbd{:map} and
2742 @kbd{:map!}.  These macros are much more powerful in Viper than
2743 they are in the original Vi and in other emulators.  This is because Viper
2744 implements an enhanced vi-style
2745 interface to the powerful Emacs keyboard macro facility.
2747 First, any Emacs
2748 command can be executed while defining a macro, not just the Vi
2749 commands.  In particular, the user can invoke Emacs commands via @kbd{M-x
2750 command-name} or by pressing various function keys on the keyboard.  One
2751 can even use the mouse, although this is usually not useful and is not
2752 recommended (and macros defined with the use of the mouse cannot be saved in
2753 command history and in the startup file, for future use).
2755 Macros defined by mixing Vi and Emacs commands are represented as
2756 vectors.  So, don't be confused when you see one (usually through the
2757 history of Ex commands).  For instance, if @kbd{gg} is defined by typing
2758 @kbd{l}, the up-arrow key and @kbd{M-x next-line}, its definition will look
2759 as follows in Emacs:
2761 @example
2762 [l up (meta x) n e x t - l i n e return]
2763 @end example
2765 Second, Viper macros are defined in a WYSIWYG style.  This means that
2766 commands are executed as you type them, so you can see precisely what is
2767 being defined.  Third, macros can be bound to arbitrary sequences of keys,
2768 not just to printable keys.  For instance, one can define a macro that will
2769 be invoked by hitting @kbd{f3} then @kbd{f2} function keys.  (The keys
2770 @kbd{delete} and @kbd{backspace} are excluded; also, a macro invocation
2771 sequence can't start with @key{ESC}.  Some other keys, such as @kbd{f1} and
2772 @kbd{help}, can't be bound to macros under Emacs, since they
2773 are bound in @code{key-translation-map}, which overrides any other binding
2774 the user gives to keys.  In general, keys that have a binding in
2775 @code{key-translation-map} can't be bound to a macro.)
2777 Fourth, in Viper, one can define macros that are specific to a given
2778 buffer, a given major mode, or macros that are defined for all buffers.  In
2779 fact, the same macro name can have several different definitions: one
2780 global, several definitions for various major modes, and
2781 definitions for various specific buffers.  Buffer-specific definitions
2782 override mode-specific definitions, which, in turn, override global
2783 definitions.
2785 As if all that is not enough, Viper (through its interface to Emacs
2786 macros) lets the user define keyboard macros that ask for confirmation or
2787 even prompt the user for input and then continue.  To do this, one should
2788 type @kbd{C-x q} (for confirmation) or @kbd{C-u C-x q} (for prompt).
2789 For details, @pxref{Keyboard Macro Query,,Customization,emacs,The GNU Emacs
2790 Manual}.
2792 When the user finishes defining a macro (which is done by typing @kbd{C-x)},
2793 a departure from Vi), you will be asked whether you want this
2794 macro to be global, mode-specific, or buffer-specific.  You will also be
2795 given a chance to save the macro in your Viper customization file.
2796 This is the easiest way to save a macro and make
2797 it permanently available.  If you work your startup files with bare hands,
2798 here is how Viper saves the above macro so that it will be
2799 available in Viper's Insert state (and Replace state) in buffer @code{my-buf}
2800 only:
2802 @example
2803 (viper-record-kbd-macro "gg" 'insert-state
2804        [l up (meta x) n e x t - l i n e return]
2805        "my-buf")
2806 @end example
2808 @noindent
2809 To do the same for Vi state and all buffers with the major mode
2810 @code{cc-mode}, use:
2812 @example
2813 (viper-record-kbd-macro "gg" 'vi-state
2814        [l up (meta x) n e x t - l i n e return]
2815        'cc-mode)
2816 @end example
2818 @noindent
2819 Both macro names and macro definitions are vectors of symbols that denote
2820 keys on the keyboard.  Some keys, like @kbd{\}, @kbd{ }, or digit-keys must
2821 be escaped with a backslash.  Modified keys are represented as lists.  For
2822 instance, holding Meta and Control and pressing @kbd{f4} is represented as
2823 @kbd{(control meta f4)}.
2824 If all members of a vectors are printable characters (or sequences, such as
2825 @kbd{\e}, @kbd{\t}, for @key{ESC} and @key{TAB}), then they can also be represented as
2826 strings:
2828 @example
2829 (viper-record-kbd-macro "aa" 'vi-state  "aaa\e"  "my-buffer")
2830 @end example
2832 @noindent
2833 Thus, typing @kbd{aa} fast in Vi state will switch Viper to Insert state
2834 (due to the first @kbd{a}), insert @kbd{aa}, and then it will switch back to Vi
2835 state.  All this will take effect only in the buffer named @code{my-buffer}.
2837 Note that the last argument to @code{viper-record-kbd-macro} must be either a
2838 string (a buffer name), a symbol representing a major mode, or @code{t};
2839 the latter says that the macro is to be defined for all buffers
2840 (which is how macros are defined in original Vi).
2842 For convenience, Viper also lets you define Vi-style macros in its Emacs
2843 state.  There is no Ex command, like @kbd{:map} and @kbd{:map!} for doing
2844 this, but the user can include such a macro in the Viper customization file.
2845 The only thing is that the @code{viper-record-kbd-macro} command should specify
2846 @code{emacs-state} instead of @code{vi-state} or @code{insert-state}.
2848 The user can get rid of a macro either by using the Ex commands @kbd{:unmap}
2849 and @kbd{:unmap!} or by issuing a call to @code{viper-unrecord-kbd-macro}.
2850 The latter is more powerful, since it can delete macros even in
2851 @code{emacs-state}.  However, @code{viper-unrecord-kbd-macro} is usually
2852 needed only when the user needs to get rid of the macros that are already
2853 predefined in Viper.
2854 The syntax is:
2855 @findex @code{viper-unrecord-kbd-macro}
2856 @example
2857 (viper-unrecord-kbd-macro macro state)
2858 @end example
2859 @noindent
2860 The second argument must be @code{vi-state}, @code{insert-state}, or
2861 @code{emacs-state}.  The first argument is a name of a macro.  To avoid
2862 mistakes in specifying names of existing macros, type @kbd{M-x
2863 viper-describe-kbd-macros} and use a name from the list displayed by this
2864 command.
2866 If an error occurs during macro definition, Emacs
2867 aborts the process, and it must be repeated.  This is analogous to Vi,
2868 except that in Vi the user doesn't know there is an error until the macro is
2869 actually run.  All that means that in order for a definition to be
2870 successful, the user must do some simple planning of the process in
2871 advance, to avoid errors.  For instance, if you want to map @kbd{gg} to
2872 @kbd{llll} in Vi state, you must make sure that there is enough room on the
2873 current line.  Since @kbd{l} moves the cursor forward, it may signal an
2874 error on reaching the end of line, which will abort the definition.
2876 These precautions are necessary only when defining macros; they will help
2877 avoid the need to redo the job.  When macros are actually run, an error
2878 during the execution will simply terminate the current execution
2879 (but the macro will remain mapped).
2881 A macro name can be a string of characters or a vector of keys.
2882 The latter makes it possible to define macros bound to, say, double-hits
2883 on a function key, such as @kbd{up} or @kbd{f13}.
2884 This is very useful if you run out of function keys on your keyboard; it
2885 makes Viper macro facility a @emph{keyboard doubler}, so to speak.
2887 Elsewhere (@xref{Key Bindings}, for details), we review
2888 the standard Emacs mechanism for binding function keys to commands.
2889 For instance,
2891 @example
2892 (global-set-key [f13] 'repeat-complex-command)
2893 @end example
2895 @noindent
2896 binds the key f13 to the Emacs function that repeats the last minibuffer
2897 command.  Under Viper, however, you may still use this key for additional
2898 purposes, if you bind, say, a double-hitting action for that key to some
2899 other function.  Emacs doesn't allow the user to do that, but Viper does
2900 this through its keyboard macro facility.  To do this, type @kbd{:map }
2901 first.  When you are asked to enter a macro name, hit f13 twice, followed by
2902 @key{RET} or @key{SPC}.
2904 Emacs will now start the mapping process by actually executing
2905 Vi and Emacs commands, so that you could see what will happen each time the
2906 macro is executed.  Suppose now we wanted to bind the key sequence
2907 @kbd{f13 f13} to the command @code{eval-last-sexp}.  To accomplish this, we
2908 can type @kbd{M-x eval-last-sexp} followed by @kbd{C-x )}.
2909 If you answer positively to Viper's offer to save this macro in your
2910 Viper customization file for future uses, the following will be inserted
2911 in that file:
2913 @example
2914 (viper-record-kbd-macro [f16 f16] 'vi-state
2915          [(meta x) e v a l - l a s t - s e x p]
2916          'lisp-interaction-mode)
2917 @end example
2919 To illustrate the above point, Viper provides two canned macros, which, by
2920 default, are bound to @kbd{[f12 \1]} and @kbd{[f12 \2]} (invoked by typing
2921 @kbd{f12} then @kbd{1} and @kbd{2}, respectively).  These macros are useful
2922 shortcuts to Viper's command ring history.  The first macro will execute the
2923 second-last destructive command (the last one is executed by @kbd{.}, as
2924 usual).  The second macro executes the third-last command.
2926 If you need to go deeper into the command history, you will have to use
2927 other commands, as described earlier in this section; or you can bind,
2928 say, @kbd{f12 \3} like this:
2930 @example
2931 (viper-record-kbd-macro [f12 \3] 'vi-state
2932                       [(meta x) r e p e a t - f r o m - h i s t o r y]
2933                       t)
2934 @end example
2937 Note that even though the macro uses the function key @kbd{f12}, the key is
2938 actually free and can still be bound to some Emacs function via
2939 @code{define-key} or @code{global-set-key}.
2942 Viper allows the user to define macro names that are prefixes of other macros.
2943 For instance, one can define @kbd{[[} and @kbd{[[[[} to be macros.
2944 If you type the exact sequence of such keys and then pause, Viper will
2945 execute the right macro.  However, if you don't pause and, say, type
2946 @kbd{[[[[text} then the conflict is resolved as follows.  If only one of the
2947 key sequences, @kbd{[[} or @kbd{[[[[} has a definition applicable to the
2948 current buffer, then, in fact, there is no conflict and the right macro
2949 will be chosen.  If both have applicable definitions, then the first one
2950 found will be executed.  Usually this is the macro with a shorter name.  So,
2951 in our case, @kbd{[[[[text} will cause the macro @kbd{[[} to be executed
2952 twice and then the remaining keys, @kbd{t e x t}, will be processed.
2954 When defining macros using @kbd{:map} or @kbd{:map!}, the user enters
2955 the actually keys to be used to invoke the macro.  For instance, you
2956 should hit the actual key @kbd{f6} if it is to be part of a macro
2957 name; you do @emph{not} write @kbd{f 6}.  When entering keys, Viper
2958 displays them as strings or vectors (e.g., @code{"abc"} or @code{[f6
2959 f7 a]}).  The same holds for unmapping.  Hitting @key{TAB} while
2960 typing a macro name in the @kbd{:unmap} or @kbd{:unmap!} command will
2961 cause name completion.  Completions are displayed as strings or
2962 vectors.  However, as before, you don't actually type @samp{"},
2963 @samp{[}, or @samp{]} that appear in the completions.  These are
2964 meta-symbols that indicate whether the corresponding macro name is a
2965 vector or a string.
2967 One last difference from Vi: Vi-style keyboard macros cannot be defined in
2968 terms of other Vi-style keyboard macros (but named Emacs macros are OK).
2969 More precisely, while defining or executing a macro, the special meaning
2970 of key sequences (as Vi macros) is ignored.
2971 This is because it is all too easy to create an infinite loop in this way.
2972 Since Viper macros are much more powerful than Vi's it is impossible to
2973 detect such loops.  In practice, this is not really a limitation but,
2974 rather, a feature.
2976 We should also note that Vi macros are disabled in the minibuffer, which
2977 helps keep some potential troubles away.
2979 The rate at which the user must type keys in order for them to be
2980 recognized as a timeout macro is controlled by the variable
2981 @code{viper-fast-keyseq-timeout}, which defaults to 200 milliseconds.
2983 For the most part, Viper macros defined in the Viper customization file can
2984 be shared between X and TTY modes.
2985 The problem with TTY may be that the function keys there generate sequences
2986 of events instead of a single event (as under a window system).
2987 Emacs maps some of these sequences back to the logical keys
2988 (e.g., the sequences generated by the arrow keys are mapped to @kbd{up},
2989 @kbd{left}, etc.).  However, not all function keys are mapped in this way.
2990 Macros that are bound to key sequences that contain such unmapped function
2991 keys have to be redefined for TTY's (and possibly for every type of TTY you
2992 may be using).  To do this, start Emacs on an appropriate TTY device and
2993 define the macro using @kbd{:map}, as usual.
2995 @findex @code{viper-describe-kbd-macros}
2996 Finally, Viper provides a function that conveniently displays all macros
2997 currently defined.  To see all macros along with their definitions, type
2998 @kbd{M-x viper-describe-kbd-macros}.
3000 @node Commands
3001 @chapter Commands
3003 This section is a semi-automatically bowdlerized version of the Vi
3004 reference created by @* @samp{maart@@cs.vu.nl} and others.  It can be
3005 found on the Vi archives.  This reference has been adapted for Viper.
3007 @menu
3008 * Groundwork::                  Textual Conventions and Viper basics
3009 * Text Handling::               Moving, Editing, Undoing.
3010 * Display::                     Scrolling.
3011 * File and Buffer Handling::    Editing, Writing and Quitting.
3012 * Mapping::                     Mapping Keys, Keyboard Macros
3013 * Shell Commands::              Accessing Shell Commands, Processing Text
3014 * Options::                     Ex options, the @kbd{:set} commands
3015 * Emacs Related Commands::      Meta Keys, Windows
3016 * Mouse-bound Commands::        Search and insertion of text
3017 @end menu
3019 @node Groundwork
3020 @section Groundwork
3022 The VI command set is based on the idea of combining motion commands
3023 with other commands.  The motion command is used as a text region
3024 specifier for other commands.
3025 We classify motion commands into @dfn{point commands} and
3026 @dfn{line commands}.
3028 @cindex point commands
3030 The point commands are:
3032 @quotation
3033 @kbd{h}, @kbd{l}, @kbd{0},  @kbd{$}, @kbd{w}, @kbd{W}, @kbd{b}, @kbd{B},
3034 @kbd{e}, @kbd{E}, @kbd{(}, @kbd{)}, @kbd{/}, @kbd{?}, @kbd{`}, @kbd{f},
3035 @kbd{F}, @kbd{t}, @kbd{T}, @kbd{%}, @kbd{;}, @kbd{,}, @kbd{^}
3036 @end quotation
3038 @cindex line commands
3040 The line commands are:
3042 @quotation
3043 @kbd{j}, @kbd{k}, @kbd{+}, @kbd{-}, @kbd{H}, @kbd{M}, @kbd{L}, @kbd{@{},
3044 @kbd{@}}, @kbd{G}, @kbd{'},  @kbd{[[}, @kbd{]]}, @kbd{[]}
3045 @end quotation
3046 @noindent
3048 Text Deletion Commands (@pxref{Deleting Text}), Change commands
3049 (@pxref{Changing Text}), even Shell Commands (@pxref{Shell Commands})
3050 use these commands to describe a region of text to operate on.
3052 @cindex r and R region specifiers
3054 Viper adds two region descriptors, @kbd{r} and @kbd{R}.  These describe
3055 the Emacs regions (@pxref{Basics}), but they are not movement commands.
3057 The command description uses angle brackets @samp{<>} to indicate
3058 metasyntactic variables, since the normal conventions of using simple
3059 text can be confusing with Viper where the commands themselves are
3060 characters.  Watch out where @kbd{<} shift commands and @kbd{<count>} are
3061 mentioned together!!!
3063 @kindex <move>
3064 @kindex <a-z>
3065 @kindex <address>
3066 @cindex <move>
3067 @cindex <a-z>
3068 @cindex <address>
3069 @cindex movements
3071 @samp{<move>} refers to the above movement commands, and @samp{<a-z>}
3072 refers to registers or textmarkers from @samp{a} to @samp{z}.  Note
3073 that the @samp{<move>}  is described by full move commands, that is to
3074 say they will take counts, and otherwise behave like normal move commands.
3075 @cindex Ex addresses
3076 @samp{<address>} refers to Ex line addresses, which include
3078 @table @kbd
3079 @item .@: <No address>
3080 Current line
3081 @item .+n .-n
3082 Add or subtract for current line
3083 @item number
3084 Actual line number, use @kbd{.=} to get the line number
3085 @item '<a-z>
3086 Textmarker
3087 @item $
3088 Last line
3089 @item x,y
3090 Where x and y are one of the above
3091 @item %
3092 @cindex % (Ex address)
3093 For the whole file, same as (1,$).
3094 @item /<pat>/
3095 @itemx ?<pat>?
3096 Next or previous line with pattern <pat>.
3098 Note that the pattern is allowed to contain newline character (inserted as
3099 @kbd{C-qC-j}).  Therefore, one can search for patterns that span several
3100 lines.
3101 @end table
3103 @cindex % (Current file)
3104 Note that @samp{%} is used in Ex commands @kbd{:e} and @kbd{:r <shell-cmd>}
3105 to mean current file.  If you want a @samp{%} in your command, it must be
3106 escaped as @samp{\%}. Note that @kbd{:w} and the regular @kbd{:r <file>}
3107 command doesn't support the meta symbols @samp{%} and @samp{#}, because
3108 file history is a better mechanism.
3109 @cindex # (Previous file)
3110 Similarly, @samp{#} expands to the previous file.  The previous file is
3111 the first file in @kbd{:args} listing.  This defaults to previous window
3112 in the VI sense if you have one window only.
3114 @kindex <args>
3115 @kindex <cmd>
3116 @cindex <args>
3117 @cindex <cmd>
3118 @noindent
3119 Others like @samp{<args> -- arguments}, @samp{<cmd> -- command} etc.
3120 should be fairly obvious.
3122 @noindent
3123 Common characters referred to include:
3125 @table @kbd
3126 @item <sp>
3127 Space
3128 @item <ht>
3130 @item <lf>
3131 Linefeed
3132 @item <esc>
3133 Escape
3134 @item <cr>
3135 Return, Enter
3136 @end table
3137 @cindex <cr>
3138 @cindex <esc>
3139 @cindex <lf>
3140 @cindex <ht>
3141 @cindex <sp>
3143 @cindex words
3144 @cindex WORDS
3145 @cindex char
3146 @cindex CHAR
3148 We also use @samp{word} for alphanumeric/non-alphanumeric words, and
3149 @samp{WORD} for whitespace delimited words.  @samp{char} refers to any
3150 @acronym{ASCII} character, @samp{CHAR} to non-whitespace character.
3151 Brackets @samp{[]} indicate optional parameters; @samp{<count>} also
3152 optional, usually defaulting to 1.  Brackets are elided for
3153 @samp{<count>} to eschew obfuscation.
3155 Viper's idea of Vi's words is slightly different from Vi.  First, Viper
3156 words understand Emacs symbol tables.  Therefore, all symbols declared to be
3157 alphanumeric in a symbol table can automatically be made part of the Viper
3158 word.  This is useful when, for instance, editing text containing European,
3159 Cyrillic, Japanese, etc., texts.
3161 Second, Viper lets you depart from Vi's idea of a word by changing the a
3162 syntax preference via the customization widget (the variable
3163 @code{viper-syntax-preference}) or by executing
3164 @code{viper-set-syntax-preference} interactively.
3166 By default, Viper syntax preference is @code{reformed-vi}, which means that
3167 Viper considers only those symbols to be part of a word that are specified
3168 as word-symbols by the current Emacs syntax table (which may be different
3169 for different major modes) plus the underscore symbol @kbd{_}, minus the
3170 symbols that are not considered words in Vi (e.g., @samp{,}, @samp{;},
3171 etc.), but may be
3172 considered as word-symbols by various Emacs major modes.  Reformed-Vi works
3173 very close to Vi, and it also recognizes words in other
3174 alphabets.  Therefore, this is the most appropriate mode for editing text
3175 and is likely to fit all your needs.
3177 You can also set Viper syntax preference to @code{strict-vi}, which would
3178 cause Viper to view all non-English letters as non-word-symbols.
3180 You can also specify @code{emacs} as your preference, which would
3181 make Viper use exactly the same notion of a word as Emacs does.  In
3182 particular, the underscore may not be part of a word in some major modes.
3184 Finally, if @code{viper-syntax-preference} is set to @code{extended}, Viper
3185 words would consist of characters that are classified as alphanumeric
3186 @emph{or} as parts of symbols.  This is convenient for editing programs.
3188 @code{viper-syntax-preference} is a local variable, so it can have different
3189 values for different major modes.  For instance, in programming modes it can
3190 have the value @code{extended}.  In text modes where words contain special
3191 characters, such as European (non-English) letters, Cyrillic letters, etc.,
3192 the value can be @code{reformed-vi} or @code{emacs}.
3193 If you consider using different syntactic preferences for different major
3194 modes, you should execute, for example,
3196 @example
3197 (viper-set-syntax-preference nil "extended")
3198 @end example
3200 in the appropriate major mode hooks.
3202 @vindex @code{viper-syntax-preference}
3203 @findex @code{viper-set-syntax-preference}
3204 @cindex syntax table
3208 The above discussion concerns only the movement commands.  In regular
3209 expressions, words remain the same as in Emacs.  That is, the expressions
3210 @code{\w}, @code{\>}, @code{\<}, etc., use Emacs's idea of what is a word,
3211 and they don't look into the value of variable
3212 @code{viper-syntax-preference}.  This is because Viper avoids changing
3213 syntax tables in order to not thwart the various major modes that set these
3214 tables.
3216 The usual Emacs convention is used to indicate Control Characters, i.e.,
3217 C-h for Control-h.  @emph{Do not confuse this with a sequence of separate
3218 characters
3219 C, -, h!!!} The @kbd{^} is itself, never used to indicate a
3220 Control character.
3222 Finally, we note that Viper's Ex-style commands can be made to work on the
3223 current Emacs region.  This is done by typing a digit argument before
3224 @kbd{:}.  For instance, typing @kbd{1:} will prompt you with something like
3225 @emph{:123,135}, assuming that the current region starts at line 123 and
3226 ends at line 135.  There is no need to type the line numbers, since Viper
3227 inserts them automatically in front of the Ex command.
3228 @cindex Ex commands
3230 @node Text Handling
3231 @section Text Handling
3233 @menu
3234 * Move Commands::               Moving, Searching
3235 * Marking::                     Textmarkers in Viper and the Emacs Mark.
3236 * Appending Text::              Text insertion, Shifting, Putting
3237 * Editing in Insert State::     Autoindent, Quoting etc.
3238 * Deleting Text::               Deleting
3239 * Changing Text::               Changing, Replacement, Joining
3240 * Search and Replace::          Searches, Query Replace, Pattern Commands
3241 * Yanking::                     Yanking, Viewing Registers
3242 * Undoing::                     Multiple Undo, Backups
3243 @end menu
3245 @node Move Commands
3246 @subsection Move Commands
3248 @cindex movement commands
3249 @cindex searching
3250 @cindex textmarkers
3251 @cindex markers
3252 @cindex column movement
3253 @cindex paragraphs
3254 @cindex headings
3255 @cindex sections
3256 @cindex sentences
3257 @cindex matching parens
3258 @cindex paren matching
3260 @table @kbd
3261 @item <count>  h  C-h
3262 <count> chars to the left.
3263 @item <count>  j  <lf> C-n
3264 <count> lines downward.
3265 @item <count>  l  <sp>
3266 <count> chars to the right.
3267 @item <count>  k  C-p
3268 <count> lines upward.
3269 @item <count>  $
3270 To the end of line <count> from the cursor.
3271 @item <count>  ^
3272 To the first CHAR <count> @minus{} 1 lines lower.
3273 @item <count>  -
3274 To the first CHAR <count> lines higher.
3275 @item <count>  +  <cr>
3276 To the first CHAR <count> lines lower.
3277 @item  0
3278 To the first char of the line.
3279 @item <count> |
3280 To column <count>
3281 @item <count>  f<char>
3282 <count> <char>s to the right (find).
3283 @item <count>  t<char>
3284 Till before <count> <char>s to the right.
3285 @item <count>  F<char>
3286 <count> <char>s to the left.
3287 @item <count>  T<char>
3288 Till after <count> <char>s to the left.
3289 @item <count>  ;
3290 Repeat latest @kbd{f t F T} <count> times.
3291 @item <count>  ,
3292 Repeat latest @kbd{f t F T}
3293 <count> times in opposite direction.
3294 @item <count>  w
3295 <count> words forward.
3296 @item <count>  W
3297 <count> WORDS forward.
3298 @item <count>  b
3299 <count> words backward.
3300 @item <count>  B
3301 <count> WORDS backward.
3302 @item <count>  e
3303 To the end of word <count> forward.
3304 @item <count>  E
3305 To the end of WORD <count> forward.
3306 @item <count>  G
3307 Go to line <count> (default end-of-file).
3308 @item <count>  H
3309 To line <count> from top of the screen (home).
3310 @item <count>  L
3311 To line <count> from bottom of the screen (last).
3312 @item  M
3313 To the middle line of the screen.
3314 @item <count>  )
3315 <count> sentences forward.
3316 @item <count>  (
3317 <count> sentences backward.
3318 @item <count>  @}
3319 <count> paragraphs forward.
3320 @item <count>  @{
3321 <count> paragraphs backward.
3322 @item <count>  ]]
3323 To the <count>th heading.
3324 @item <count>  [[
3325 To the <count>th previous heading.
3326 @item <count>  []
3327 To the end of <count>th heading.
3328 @item  m<a-z>
3329 Mark the cursor position with a letter.
3330 @item  `<a-z>
3331 To the mark.
3332 @item  '<a-z>
3333 To the first CHAR of the line with the mark.
3334 @item [<a-z>
3335 Show contents of textmarker.
3336 @item ]<a-z>
3337 Show contents of register.
3338 @item  ``
3339 To the cursor position before the latest absolute
3340 jump (of which are examples @kbd{/} and @kbd{G}).
3341 @item  ''
3342 To the first CHAR of the line on which the cursor
3343 was placed before the latest absolute jump.
3344 @item <count>  /<string>
3345 To the <count>th occurrence of <string>.
3346 @item <count>  /<cr>
3347 To the <count>th occurrence of <string> from previous @kbd{/ or ?}.
3348 @item <count>  ?<string>
3349 To the <count>th previous occurrence of <string>.
3350 @item <count>  ?<cr>
3351 To the <count>th previous occurrence of <string> from previous @kbd{?@: or /}.
3352 @item  n
3353 Repeat latest @kbd{/} @kbd{?} (next).
3354 @item  N
3355 Repeat latest search in opposite direction.
3356 @item C-c /
3357 Without a prefix argument, this command toggles
3358 case-sensitive/case-insensitive search modes and plain vanilla/regular
3359 expression search.  With the prefix argument 1, i.e.,
3360 @kbd{1 C-c /}, this toggles case-sensitivity; with the prefix argument 2,
3361 toggles plain vanilla search and search using
3362 regular expressions.  @xref{Viper Specials}, for alternative ways to invoke
3363 this function.
3364 @cindex vanilla search
3365 @cindex case-sensitive search
3366 @cindex case-insensitive search
3367 @item  %
3368 Find the next bracket/parenthesis/brace and go to its match.
3369 By default, Viper ignores brackets/parentheses/braces that occur inside
3370 parentheses.  You can change this by setting
3371 @code{viper-parse-sexp-ignore-comments} to @code{nil} in your Viper
3372 customization file.
3373 This option can also be toggled interactively if you quickly hit @kbd{%%%}.
3375 This latter feature is implemented as a vi-style keyboard macro.  If you
3376 don't want this macro, put
3378 @example
3379 (viper-set-parsing-style-toggling-macro 'undefine)
3380 @end example
3381 @findex @code{viper-set-parsing-style-toggling-macro}
3383 in your Viper customization file.
3385 @end table
3386 @kindex @kbd{%}
3387 @kindex @kbd{C-c /}
3388 @kindex @kbd{N}
3389 @kindex @kbd{n}
3390 @kindex @kbd{?<cr>}
3391 @kindex @kbd{/<cr>}
3392 @kindex @kbd{?<string>}
3393 @kindex @kbd{/<string>}
3394 @kindex @kbd{''}
3395 @kindex @kbd{``}
3396 @kindex @kbd{]<a-z>}
3397 @kindex @kbd{[<a-z>}
3398 @kindex @kbd{'<a-z>}
3399 @kindex @kbd{`<a-z>}
3400 @kindex @kbd{m<a-z>}
3401 @kindex @kbd{[]}
3402 @kindex @kbd{[[}
3403 @kindex @kbd{]]}
3404 @kindex @kbd{@{}
3405 @kindex @kbd{@}}
3406 @kindex @kbd{(}
3407 @kindex @kbd{)}
3408 @kindex @kbd{M}
3409 @kindex @kbd{L}
3410 @kindex @kbd{H}
3411 @kindex @kbd{G}
3412 @kindex @kbd{E}
3413 @kindex @kbd{e}
3414 @kindex @kbd{B}
3415 @kindex @kbd{b}
3416 @kindex @kbd{W}
3417 @kindex @kbd{w}
3418 @kindex @kbd{,}
3419 @kindex @kbd{;}
3420 @kindex @kbd{T<char>}
3421 @kindex @kbd{F<char>}
3422 @kindex @kbd{t<char>}
3423 @kindex @kbd{f<char>}
3424 @kindex @kbd{|}
3425 @kindex @kbd{0}
3426 @kindex @kbd{<cr>}
3427 @kindex @kbd{+}
3428 @kindex @kbd{-}
3429 @kindex @kbd{^}
3430 @kindex @kbd{$}
3431 @kindex @kbd{C-p}
3432 @kindex @kbd{<lf>}
3433 @kindex @kbd{<sp>}
3434 @kindex @kbd{C-n}
3435 @kindex @kbd{C-h}
3436 @kindex @kbd{h}
3437 @kindex @kbd{j}
3438 @kindex @kbd{k}
3439 @kindex @kbd{l}
3440 @vindex @code{viper-parse-sexp-ignore-comments}
3442 @node Marking
3443 @subsection Marking
3445 Emacs mark is referred to in the region specifiers @kbd{r} and @kbd{R}.
3446 @xref{Emacs Preliminaries}, and @xref{Basics}, for explanation.  Also
3447 see @ref{Mark,,Mark,emacs,The GNU Emacs manual}, for an explanation of
3448 the Emacs mark ring.
3450 @cindex marking
3452 @table @kbd
3453 @item m<a-z>
3454 Mark the current file and position with the specified letter.
3455 @item m .
3456 Set the Emacs mark (@pxref{Emacs Preliminaries}) at point.
3457 @item m ^
3458 Set the Emacs mark (@pxref{Emacs Preliminaries}) back to where it was last
3459 set with the @kbd{m.} command. This is useful when you set the mark with
3460 @kbd{m.}, but then some other command (such as @kbd{L} or @kbd{G}) changes
3461 it in a way that you didn't like.
3462 @item m <
3463 Set the Emacs mark at beginning of buffer.
3464 @item m >
3465 Set the Emacs mark at end of buffer.
3466 @item m ,
3467 Jump to the Emacs mark.
3468 @item :mark <char>
3469 Mark position with text marker named <char>.  This is an Ex command.
3470 @item :k <char>
3471 Same as @kbd{:mark}.
3472 @item ``
3473 Exchange point and mark.
3474 @item ''
3475 Exchange point and mark and go to the first CHAR on line.
3476 @item '<a-z>
3477 Go to specified Viper mark.
3478 @item `<a-z>
3479 Go to specified Viper mark and go to the first CHAR on line.
3480 @end table
3481 @kindex @kbd{m<a-z>}
3482 @kindex @kbd{m.}
3483 @kindex @kbd{m>}
3484 @kindex @kbd{m<}
3485 @kindex @kbd{m,}
3486 @kindex @kbd{m^}
3487 @findex @kbd{Ex mark}
3488 @findex @kbd{Ex k}
3489 @kindex @kbd{''}
3490 @kindex @kbd{``}
3491 @kindex @kbd{`<a-z>}
3492 @kindex @kbd{'<a-z>}
3494 @node  Appending Text
3495 @subsection Appending Text
3497 @xref{Options}, to see how to change tab and shiftwidth size.  See the GNU
3498 Emacs manual, or try @kbd{C-ha tabs} (If you have turned Emacs help on).
3499 Check out the variable @code{indent-tabs-mode} to put in just spaces.
3500 Also see options for word-wrap.
3502 @cindex inserting
3503 @cindex appending
3504 @cindex paste
3505 @cindex put
3507 @table @kbd
3508 @item <count>  a
3509 <count> times after the cursor.
3510 @item <count>  A
3511 <count> times at the end of line.
3512 @item <count>  i
3513 <count> times before the cursor (insert).
3514 @item <count>  I
3515 <count> times before the first CHAR of the line
3516 @item <count>  o
3517 On a new line below the current (open).
3518 The count is only useful on a slow terminal.
3519 @item <count>  O
3520 On a new line above the current.
3521 The count is only useful on a slow terminal.
3522 @item <count>  ><move>
3523 Shift the lines described by <count><move> one
3524 shiftwidth to the right (layout!).
3525 @item <count>  >>
3526 Shift <count> lines one shiftwidth to the right.
3527 @item <count>  ["<a-z1-9>]p
3528 Put the contents of the (default undo) buffer
3529 <count> times after the cursor.  The register will
3530 be automatically down-cased.
3531 @item <count>  ["<a-z1-9>]P
3532 Put the contents of the (default undo) buffer
3533 <count> times before the cursor.  The register will
3534 @item [<a-z>
3535 Show contents of textmarker.
3536 @item ]<a-z>
3537 Show contents of register.
3538 @item <count>  .
3539 Repeat previous command <count> times.  For destructive
3540 commands as well as undo.
3541 @item f1 1 and f1 2
3542 While @kbd{.} repeats the last destructive command,
3543 these two macros repeat the second-last and the third-last destructive
3544 commands.  @xref{Vi Macros}, for more information on Vi macros.
3545 @item C-c M-p and C-c M-n
3546 In Vi state,
3547 these commands help peruse the history of Vi's destructive commands.
3548 Successive typing of @kbd{C-c M-p} causes Viper to search the history in
3549 the direction
3550 of older commands, while hitting @kbd{C-c M-n} does so in reverse
3551 order.  Each command in the history is displayed in the minibuffer.  The
3552 displayed command can
3553 then be executed by typing a period.
3555 Since typing the above sequences of keys may be tedious, the
3556 functions doing the perusing can be bound to unused keyboard keys in the
3557 Viper customization file.  @xref{Viper Specials}, for details.
3558 @end table
3559 @kindex @kbd{C-c M-p}
3560 @kindex @kbd{C-c M-n}
3561 @kindex @kbd{.}
3562 @kindex @kbd{]<a-z>}
3563 @kindex @kbd{[<a-z>}
3564 @kindex @kbd{P}
3565 @kindex @kbd{p}
3566 @kindex @kbd{"<a-z1-9>p}
3567 @kindex @kbd{"<a-z1-9>P}
3568 @kindex @kbd{>>}
3569 @kindex @kbd{><move>}
3570 @kindex @kbd{O}
3571 @kindex @kbd{o}
3572 @kindex @kbd{i}
3573 @kindex @kbd{A}
3574 @kindex @kbd{a}
3576 @node Editing in Insert State
3577 @subsection Editing in Insert State
3579 Minibuffer can be edited similarly to Insert state, and you can switch
3580 between Insert/Replace/Vi states at will.
3581 Some users prefer plain Emacs feel in the minibuffer.  To this end, set
3582 @var{viper-vi-style-in-minibuffer} to @code{nil}.
3584 @cindex Insert state
3586 @table @kbd
3587 @item C-v
3588 Deprive the next char of its special meaning (quoting).
3589 @item C-h
3590 One char back.
3591 @item C-w
3592 One word back.
3593 @item C-u
3594 Back to the begin of the change on the
3595 current line.
3597 @end table
3598 @kindex @kbd{C-u}
3599 @kindex @kbd{C-w}
3600 @kindex @kbd{C-v}
3602 @node Deleting Text
3603 @subsection Deleting Text
3606 There is one difference in text deletion that you should be
3607 aware of.  This difference comes from Emacs and was adopted in Viper
3608 because we find it very useful.  In Vi, if you delete a line, say, and then
3609 another line, these two deletions are separated and are put back
3610 separately if you use the @samp{p} command.  In Emacs (and Viper), successive
3611 series of deletions that are @emph{not interrupted} by other commands are
3612 lumped together, so the deleted text gets accumulated and can be put back
3613 as one chunk.  If you want to break a sequence of deletions so that the
3614 newly deleted text could be put back separately from the previously deleted
3615 text, you should perform a non-deleting action, e.g., move the cursor one
3616 character in any direction.
3618 @cindex shifting text
3620 @table @kbd
3621 @item <count>  x
3622 Delete <count> chars under and after the cursor.
3623 @item <count>  X
3624 Delete <count> chars before the cursor.
3625 @item <count>  d<move>
3626 Delete from point to endpoint of <count><move>.
3627 @item <count>  dd
3628 Delete <count> lines.
3629 @item  D
3630 The rest of the line.
3631 @item <count>  <<move>
3632 Shift the lines described by <count><move> one
3633 shiftwidth to the left (layout!).
3634 @item <count>  <<
3635 Shift <count> lines one shiftwidth to the left.
3636 @end table
3637 @kindex @kbd{<<}
3638 @kindex @kbd{<<move>}
3639 @kindex @kbd{D}
3640 @kindex @kbd{dd}
3641 @kindex @kbd{d<move>}
3642 @kindex @kbd{X}
3643 @kindex @kbd{x}
3645 @node Changing Text
3646 @subsection Changing Text
3648 @cindex joining lines
3649 @cindex changing case
3650 @cindex quoting regions
3651 @cindex substitution
3653 @table @kbd
3654 @item <count>  r<char>
3655 Replace <count> chars by <char>; no <esc>.
3656 @item <count>  R
3657 Overwrite the rest of the line,
3658 appending change @var{count} @minus{} 1 times.
3659 @item <count>  s
3660 Substitute <count> chars.
3661 @item <count>  S
3662 Change <count> lines.
3663 @item <count>  c<move>
3664 Change from begin to endpoint of <count><move>.
3665 @item <count>  cc
3666 Change <count> lines.
3667 @item <count>  C
3668 The rest of the line and <count> @minus{} 1 next lines.
3669 @item <count>  =<move>
3670 Reindent the region described by move.
3671 @item <count>  ~
3672 Switch lower and upper cases.
3673 @item <count>  J
3674 Join <count> lines (default 2).
3675 @item  :[x,y]s/<pat>/<repl>/<f>
3676 Substitute (on lines x through y) the pattern
3677 <pat> (default the last pattern) with <repl>.  Useful
3678 flags <f> are @samp{g} for @samp{global} (i.e., change every
3679 non-overlapping occurrence of <pat>) and @samp{c} for
3680 @samp{confirm} (type @samp{y} to confirm a particular
3681 substitution, else @samp{n} ).  Instead of @kbd{/} any
3682 punctuation CHAR unequal to <space> <tab> and <lf> can be used as
3683 delimiter.
3685 In Emacs, @samp{\&} stands for the last matched expression, so
3686 @kbd{s/[ab]+/\&\&/} will double the string matched by @kbd{[ab]}.
3687 Viper doesn't treat @samp{&} specially, unlike Vi: use @samp{\&} instead.
3689 Viper does not parse search patterns and does not expand special symbols
3690 found there (e.g., @samp{~} is not expanded to the result of the previous
3691 substitution).
3693 Note: @emph{The newline character (inserted as @kbd{C-qC-j})
3694 can be used in <repl>}.
3695 @item  :[x,y]copy [z]
3696 Copy text between @kbd{x} and @kbd{y} to the position after @kbd{z}.
3697 @item  :[x,y]t [z]
3698 Same as @kbd{:copy}.
3699 @item  :[x,y]move [z]
3700 Move text between @kbd{x} and @kbd{y} to the position after @kbd{z}.
3701 @item  &
3702 Repeat latest Ex substitute command, e.g.,
3703 @kbd{:s/wrong/right}.
3704 @item :x,yp
3705 @itemx :g/Pat/p
3706 @itemx :v/Pat/p
3707 The above commands display certain buffer lines in a
3708 temporary buffer. The first form above displays the buffer lines between
3709 @kbd{x} and @kbd{y}. The second displays the lines of the buffer, which
3710 match a given pattern. The third form displays the lines that do @emph{not}
3711 match the given pattern.
3712 @item #c<move>
3713 Change upper-case characters in the region to lower-case.
3714 @item #C<move>
3715 Change lower-case characters in the region to upper-case.
3716 @item #q<move>
3717 Insert specified string at the beginning of each line in the region
3718 @item C-c M-p and C-c M-n
3719 In Insert and Replace states, these keys are bound to commands that peruse
3720 the history of the text
3721 previously inserted in other insert or replace commands.  By repeatedly typing
3722 @kbd{C-c M-p} or @kbd{C-c M-n}, you will cause Viper to
3723 insert these previously used strings one by one.
3724 When a new string is inserted, the previous one is deleted.
3726 In Vi state, these keys are bound to functions that peruse the history of
3727 destructive Vi commands.
3728 @xref{Viper Specials}, for details.
3729 @end table
3730 @kindex @kbd{C-c M-p}
3731 @kindex @kbd{C-c M-n}
3732 @kindex @kbd{#q<move> }
3733 @kindex @kbd{#C<move>}
3734 @kindex @kbd{#c<move>}
3735 @kindex @kbd{&}
3736 @kindex @kbd{\&}
3737 @findex @kbd{Ex substitute/<pat>/<repl>/<f>}
3738 @findex @kbd{Ex s/<pat>/<repl>/<f>}
3739 @findex @kbd{Ex copy [z]}
3740 @findex @kbd{Ex t [z]}
3741 @findex @kbd{Ex move [z]}
3742 @kindex @kbd{J}
3743 @kindex @kbd{~}
3744 @kindex @kbd{=<move>}
3745 @kindex @kbd{C}
3746 @kindex @kbd{cc}
3747 @kindex @kbd{c<move>}
3748 @kindex @kbd{S}
3749 @kindex @kbd{s}
3750 @kindex @kbd{R}
3751 @kindex @kbd{r<char>}
3753 @node Search and Replace
3754 @subsection Search and Replace
3756 @xref{Groundwork}, for Ex address syntax.  @xref{Options}, to see how to
3757 get literal (non-regular-expression) search and how to stop search from
3758 wrapping around.
3760 @table @kbd
3761 @item C-c /
3762 Toggle case-sensitive search.  With prefix argument, toggle vanilla/regular
3763 expression search.
3764 @item <count>  /<string>
3765 To the <count>th occurrence of <string>.
3767 Viper does not parse search patterns and does not expand special symbols
3768 found there (e.g., @samp{~} is not expanded to the result of the previous
3769 substitution).
3771 After typing @kbd{/} or @kbd{?} all the usual Emacs minibuffer commands, such as
3772 @kbd{M-p} and @kbd{M-n} are available. In addition, typing @kbd{C-s} will
3773 insert the last search string used by the Emacs incremental search command
3774 (which is bound to @kbd{C-s} everywhere except in this case).
3776 @item <count>  ?<string>
3777 To the <count>th previous occurrence of <string>.
3778 @item <count>  g<move>
3779 Search for the text described by move.  (off by default)
3780 @item n
3781 Repeat latest @kbd{/} @kbd{?} (next).
3782 @item N
3783 Idem in opposite direction.
3784 @item %
3785 Find the next bracket and go to its match
3786 @item :[x,y]g/<string>/<cmd>
3787 @cindex text processing
3788 Search globally [from line x to y] for <string>
3789 and execute the Ex <cmd> on each occurrence.
3790 @item :[x,y]v/<string>/<cmd>
3791 Execute <cmd> on the lines that don't match.
3792 @item #g<move>
3793 Execute the last keyboard macro for each line in the region.
3794 @xref{Macros and Registers}, for more info.
3795 @item Q
3796 Query Replace.
3797 @item :ta <name>
3798 Search in the tags file where <name> is defined (file, line), and go to it.
3799 @item  :[x,y]s/<pat>/<repl>/<f>
3800 Substitute (on lines x through y) the pattern <pat> (default the last
3801 pattern) with <repl>.  Useful
3802 flags <f> are @samp{g} for @samp{global} (i.e., change every
3803 non-overlapping occurrence of <pat>) and @samp{c} for
3804 @samp{confirm} (type @samp{y} to confirm a particular
3805 substitution, else @samp{n}).  Instead of @kbd{/} any
3806 punctuation character other than <space> <tab> and <lf> can be used as
3807 delimiter.
3809 Note: @emph{The newline character (inserted as @kbd{C-qC-j})
3810 can be used in <repl>}.
3811 @item  &
3812 Repeat latest Ex substitute command, e.g., @kbd{:s/wrong/right}.
3813 @item :global /<pattern>/<ex-command>
3814 @itemx :g /<pattern>/<ex-command>
3815 Execute <ex-command> on all lines that match <pattern>.
3816 @item :vglobal /<pattern>/<ex-command>
3817 @itemx :v /<pattern>/<ex-command>
3818 Execute <ex-command> on all lines that do not match <pattern>.
3819 @end table
3820 @kindex @kbd{&}
3821 @findex @kbd{Ex substitute/<pat>/<repl>/<f>}
3822 @kindex @kbd{Q}
3823 @kindex @kbd{#g<move>}
3824 @findex @kbd{Ex v}
3825 @findex @kbd{Ex g}
3826 @findex @kbd{Ex global}
3827 @findex @kbd{Ex vglobal}
3828 @findex @kbd{Ex tag <name>}
3829 @kindex @kbd{%}
3830 @kindex @kbd{N}
3831 @kindex @kbd{n}
3832 @kindex @kbd{g<move>}
3833 @kindex @kbd{?<string>}
3834 @kindex @kbd{/<string>}
3836 @node Yanking
3837 @subsection Yanking
3839 @cindex cut and paste
3840 @cindex paste
3842 @table @kbd
3843 @item <count>  y<move>
3844 Yank from begin to endpoint of <count><move>.
3845 @item <count>  "<a-z>y<move>
3846 Yank from begin to endpoint of <count><move> to register.
3847 @item <count>  "<A-Z>y<move>
3848 Yank from begin to endpoint of <count><move> and append
3849 to register.
3850 @item <count>  yy
3851 <count> lines.
3852 @item <count>  Y
3853 Idem (should be equivalent to @kbd{y$} though).
3854 @item  m<a-z>
3855 Mark the cursor position with a letter.
3856 @item [<a-z>
3857 Show contents of textmarker.
3858 @item ]<a-z>
3859 Show contents of register.
3860 @item <count>  ["<a-z1-9>]p
3861 Put the contents of the (default undo) buffer
3862 <count> times after the cursor.  The register will
3863 be automatically down-cased.
3864 @item <count>  ["<a-z1-9>]P
3865 Put the contents of the (default undo) buffer
3866 <count> times before the cursor.  The register will
3867 @end table
3868 @kindex @kbd{P}
3869 @kindex @kbd{p}
3870 @kindex @kbd{"<a-z1-9>p}
3871 @kindex @kbd{"<a-z1-9>P}
3872 @kindex @kbd{]<a-z>}
3873 @kindex @kbd{[<a-z>}
3874 @kindex @kbd{m<a-z>}
3875 @kindex @kbd{Y}
3876 @kindex @kbd{yy}
3877 @kindex @kbd{"<A-Z>y<move>}
3878 @kindex @kbd{"<a-z>y<move>}
3879 @kindex @kbd{y<move>}
3880 @kindex @kbd{yank}
3881 @findex @kbd{Ex yank}
3883 @node Undoing
3884 @subsection Undoing
3886 @cindex undo
3887 @cindex backup files
3889 @table @kbd
3890 @item  u U
3891 Undo the latest change.
3892 @item  .
3893 Repeat undo.
3894 @item :q!
3895 Quit Vi without writing.
3896 @item :e!
3897 Re-edit a messed-up file.
3898 @item :rec
3899 Recover file from autosave.  Viper also creates backup files
3900 that have a @samp{~} appended to them.
3901 @end table
3902 @findex @kbd{Ex rec}
3903 @findex @kbd{Ex e!}
3904 @findex @kbd{Ex q!}
3905 @kindex @kbd{.}
3906 @kindex @kbd{U}
3907 @kindex @kbd{u}
3909 @node Display
3910 @section Display
3912 @cindex scrolling
3914 @table @kbd
3915 @item C-g
3916 At user level 1,
3917 give file name, status, current line number
3918 and relative position.@*
3919 At user levels 2 and higher, abort the current command.
3920 @item C-c g
3921 Give file name, status, current line number and relative position---all
3922 user levels.
3923 @item C-l
3924 Refresh the screen.
3925 @item <count> C-e
3926 Expose <count> more lines at bottom, cursor stays put (if possible).
3927 @item <count> C-y
3928 Expose <count> more lines at top, cursor stays put (if possible).
3929 @item <count> C-d
3930 Scroll <count> lines downward (default the number of the previous scroll;
3931 initialization: half a page).
3932 @item <count> C-u
3933 Scroll <count> lines upward (default the number of the previous scroll;
3934 initialization: half a page).
3935 @item <count> C-f
3936 <count> pages forward.
3937 @item <count> C-b
3938 <count> pages backward (in older versions @kbd{C-b} only works without count).
3939 @item <count> z<cr>
3940 @item zH
3941 Put line <count> at the top of the window (default the current line).
3942 @item <count> z-
3943 @item zL
3944 Put line <count> at the bottom of the window
3945 (default the current line).
3946 @item <count> z.
3947 @item zM
3948 Put line <count> in the center of the window
3949 (default the current line).
3950 @end table
3951 @kindex @kbd{zM}
3952 @kindex @kbd{zL}
3953 @kindex @kbd{zH}
3954 @kindex @kbd{z<cr>}
3955 @kindex @kbd{z.}
3956 @kindex @kbd{z-}
3957 @kindex @kbd{z<cr>}
3958 @kindex @kbd{C-b}
3959 @kindex @kbd{C-f}
3960 @kindex @kbd{C-u}
3961 @kindex @kbd{C-d}
3962 @kindex @kbd{C-y}
3963 @kindex @kbd{C-e}
3964 @kindex @kbd{C-l}
3965 @kindex @kbd{C-g}
3968 @node File and Buffer Handling
3969 @section File and Buffer Handling
3971 @cindex multiple files
3973 In all file handling commands, space should be typed before entering the file
3974 name.  If you need to type a modifier, such as @kbd{>>} or @kbd{!}, don't
3975 put any space between the command and the modifier.
3977 Note that many Ex commands, e.g., @kbd{:w}, accept command arguments. The
3978 effect is that the command would start acting on the current region. For
3979 instance, if the current region spans the lines 11 through 22, then if you
3980 type @kbd{1:w} you would see @samp{:11,22w} in the minibuffer.
3982 @table @kbd
3983 @item :q
3984 Quit buffer except if modified.
3985 @item :q!
3986 Quit buffer without checking.  In Viper, these two commands
3987 are identical.  Confirmation is required if exiting modified buffers that
3988 visit files.
3989 @item :suspend
3990 @item :stop
3991 Suspend Viper
3992 @item :[x,y] w
3993 Write the file.  Viper makes sure that a final newline is always added to
3994 any file where this newline is missing.  This is done by setting Emacs
3995 variable @code{require-final-newline} to @code{t}.  If you don't like this
3996 feature, use @code{setq-default} to set @code{require-final-newline} to
3997 @code{nil}.  This must be done in the Viper customization file.
3998 @item :[x,y] w <name>
3999 Write to the file <name>.
4000 @item :[x,y] w>> <name>
4001 Append the buffer to the file <name>.  There should be no space between
4002 @kbd{w} and @kbd{>>}.  Type space after the @kbd{>>} and see what happens.
4003 @item :w!@: <name>
4004 Overwrite the file <name>.  In Viper, @kbd{:w} and @kbd{:w!} are identical.
4005 Confirmation is required for writing to an existing file (if this is not
4006 the file the buffer is visiting) or to a read-only file.
4007 @item :x,y w <name>
4008 Write lines x through y to the file <name>.
4009 @item :wq
4010 Write the file and kill buffer.
4011 @item :r <file> [<file> ...]
4012 Read file into a buffer, inserting its contents after the current line.
4013 @item :xit
4014 Same as @kbd{:wq}.
4015 @item :Write
4016 @itemx :W
4017 Save all unsaved buffers, asking for confirmation.
4018 @item :WWrite
4019 @itemx :WW
4020 Like @kbd{W}, but without asking for confirmation.
4021 @item ZZ
4022 Save current buffer and kill it.  If user level is 1, then save all files
4023 and kill Emacs.  Killing Emacs is the wrong way to use it, so you should
4024 switch to higher user levels as soon as possible.
4025 @item :x [<file>]
4026 Save and kill buffer.
4027 @item :x!@: [<file>]
4028 @kbd{:w![<file>]} and @kbd{:q}.
4029 @item :pre
4030 Preserve the file---autosave buffers.
4031 @item :rec
4032 Recover file from autosave.
4033 @item :f [<file>]
4034 without the argument, prints file name and character/line information afout
4035 the currently visited file. With an argument, sets the currently visited
4036 filename to @file{file}.
4037 @item :cd [<dir>]
4038 Set the working directory to <dir> (default home directory).
4039 @item :pwd
4040 Print present working directory.
4041 @item :e [+<cmd>] <files>
4042 Edit files.  If no filename is given, edit the file visited by the current
4043 buffer.  If buffer was modified or the file changed on disk, ask for
4044 confirmation.  Unlike Vi, Viper allows @kbd{:e} to take multiple arguments.
4045 The first file is edited the same way as in Vi.  The rest are visited
4046 in the usual Emacs way.
4047 @item :e!@: [+<cmd>] <files>
4048 Re-edit file.  If no filename, re-edit current file.
4049 In Viper, unlike Vi, @kbd{e!} is identical to @kbd{:e}.  In both cases, the
4050 user is asked to confirm if there is a danger of discarding changes to a
4051 buffer.
4052 @item :q!
4053 Quit Vi without writing.
4054 @item C-^
4055 Edit the alternate (normally the previous) file.
4056 @item :rew
4057 Obsolete
4058 @item :args
4059 List files not shown anywhere with counts for next
4060 @item :n [count]  [+<cmd>] [<files>]
4061 Edit <count> file, or edit files.  The count comes from @kbd{:args}.
4062 @item :N [count] [+<cmd>] [<files>]
4063 Like @kbd{:n}, but the meaning of the variable
4064 @var{ex-cycle-other-window} is reversed.
4065 @item :b
4066 Switch to another buffer.  If @var{ex-cycle-other-window} is @code{t},
4067 switch in another window.  Buffer completion is supported.
4068 The variable @var{viper-read-buffer-function} controls which function is
4069 actually used to read the buffer name. The default is @code{read-buffer},
4070 but better alternatives are also available in Emacs (e.g.,
4071 @code{ido-read-buffer}).
4072 @vindex @var{viper-read-buffer-function}
4073 @item :B
4074 Like @kbd{:b}, but the meaning of @var{ex-cycle-other-window} is reversed.
4075 @item :<address>r <name>
4076 Read the file <name> into the buffer after the line <address>.
4077 @item v, V, C-v
4078 Edit a file in current or another window, or in another frame.  File name
4079 is typed in minibuffer.  File completion and history are supported.
4080 @end table
4081 @kindex @kbd{v}
4082 @kindex @kbd{V}
4083 @findex @kbd{Ex args}
4084 @findex @kbd{Ex rew}
4085 @kindex @kbd{C-^}
4086 @findex @kbd{Ex e!@: [<files>]}
4087 @findex @kbd{Ex e [<files>]}
4088 @findex @kbd{Ex edit [<files>]}
4089 @findex @kbd{Ex edit!@: [<files>]}
4090 @findex @kbd{Ex q!}
4091 @findex @kbd{Ex q}
4092 @findex @kbd{Ex quit}
4093 @findex @kbd{Ex quit!}
4094 @findex @kbd{Ex f}
4095 @findex @kbd{Ex rec}
4096 @findex @kbd{Ex r}
4097 @findex @kbd{Ex read}
4098 @findex @kbd{Ex pre}
4099 @kindex @kbd{ZZ}
4100 @findex @kbd{Ex wq}
4101 @findex @kbd{Ex w <file>}
4102 @findex @kbd{Ex w!@: <file>}
4103 @findex @kbd{Ex w >> <file>}
4104 @findex @kbd{Ex write <file>}
4105 @findex @kbd{Ex write!@: <file>}
4106 @findex @kbd{Ex write >> <file>}
4107 @findex @kbd{Ex W}
4108 @findex @kbd{Ex WW}
4109 @findex @kbd{Ex Write}
4110 @findex @kbd{Ex WWrite}
4111 @findex @kbd{Ex WWrite}
4112 @findex @kbd{Ex x}
4113 @findex @kbd{Ex x!}
4114 @findex @kbd{Ex suspend}
4115 @findex @kbd{Ex stop}
4116 @findex @kbd{Ex n [<count> | <file>]}
4117 @findex @kbd{Ex cd [<dir>]}
4118 @findex @kbd{Ex pwd}
4120 @node Mapping
4121 @section Mapping
4123 @cindex key bindings
4124 @cindex key mapping
4126 @table @kbd
4127 @item :map <string>
4128 Start defining a Vi-style keyboard macro.
4129 For instance, typing
4130 @kbd{:map www} followed by @kbd{:!wc %} and then typing @kbd{C-x )}
4131 will cause @kbd{www} to run wc on
4132 current file (Vi replaces @samp{%} with the current file name).
4133 @item C-x )
4134 Finish defining a keyboard macro.
4135 In Viper, this command completes the process of defining all keyboard
4136 macros, whether they are Emacs-style or Vi-style.
4137 This is a departure from Vi, needed to allow WYSIWYG mapping of
4138 keyboard macros and to permit the use of function keys and arbitrary Emacs
4139 functions in the macros.
4140 @item :unmap <string>
4141 Deprive <string> of its mappings in Vi state.
4142 @item :map!@: <string>
4143 Map a macro for Insert state.
4144 @item :unmap!@: <string>
4145 Deprive <string> of its mapping in Insert state (see @kbd{:unmap}).
4146 @item @@<a-z>
4147 In Vi state,
4148 execute the contents of register as a command.
4149 @item @@@@
4150 In Vi state,
4151 repeat last register command.
4152 @item @@#
4153 In Vi state,
4154 begin keyboard macro.  End with @@<a-z>.  This will
4155 put the macro in the proper register.  Register will
4156 be automatically down-cased.
4157 @xref{Macros and Registers}, for more info.
4158 @item @@!<a-z>
4159 In Vi state,
4160 yank anonymous macro to register
4161 @item *
4162 In Vi state,
4163 execute anonymous macro (defined by C-x( and C-x )).
4164 @item C-x e
4165 Like @kbd{*}, but works in all Viper states.
4166 @item #g<move>
4167 Execute the last keyboard macro for each line in the region.
4168 @xref{Macros and Registers}, for more info.
4169 @item [<a-z>
4170 Show contents of textmarker.
4171 @item ]<a-z>
4172 Show contents of register.
4173 @end table
4174 @kindex @kbd{]<a-z>}
4175 @kindex @kbd{[<a-z>}
4176 @kindex @kbd{#g<move>}
4177 @kindex @kbd{*}
4178 @kindex @kbd{@@!<a-z>}
4179 @kindex @kbd{@@#}
4180 @kindex @kbd{@@@@}
4181 @kindex @kbd{@@<a-z>}
4182 @findex @kbd{Ex unmap <char>}
4183 @findex @kbd{Ex map <char> <seq>}
4184 @findex @kbd{Ex unmap!@: <char>}
4185 @findex @kbd{Ex map!@: <char> <seq>}
4187 @node Shell Commands
4188 @section Shell Commands
4190 @cindex % (Current file)
4192 The symbol @samp{%} is used in Ex shell commands to mean current file.  If
4193 you want a @samp{%} in your command, it must be escaped as @samp{\%}.
4194 @cindex @samp{%} (Ex address)
4195 However if @samp{%} is the first character, it stands as the address for
4196 the whole file.
4197 @cindex @samp{#} (Previous file)
4198 Similarly, @samp{#} expands to the previous file.  The previous file is the
4199 first file in @kbd{:args} listing.  This defaults to the previous file in
4200 the VI sense if you have one window.
4202 Symbols @samp{%} and @samp{#} are also used in the Ex commands @kbd{:e} and
4203 @kbd{:r <shell-cmd>}.  The commands @kbd{:w} and the regular @kbd{:r
4204 <file>} command don't support these meta symbols, because file history is a
4205 better mechanism.
4207 @cindex shell commands
4209 @table @kbd
4210 @item :sh
4211 Execute a subshell in another window
4212 @item :[x,y]!<cmd>
4213 Execute a shell <cmd> [on lines x through y;
4214 % is replace by current file, \% is changed to %
4215 @item :[x,y]!!@: [<args>]
4216 Repeat last shell command [and append <args>].
4217 @item :!<cmd>
4218 Just execute command and display result in a buffer.
4219 @item :!!@: <args>
4220 Repeat last shell command and append <args>
4221 @item <count> !<move><cmd>
4222 The shell executes <cmd>, with standard
4223 input the lines described by <count><move>,
4224 next the standard output replaces those lines
4225 (think of @samp{cb}, @samp{sort}, @samp{nroff}, etc.).
4226 @item <count> !!<cmd>
4227 Give <count> lines as standard input to the
4228 shell <cmd>, next let the standard output
4229 replace those lines.
4230 @item :[x,y] w !<cmd>
4231 Let lines x to y be standard input for <cmd>
4232 (notice the <sp> between @kbd{w} and @kbd{!}).
4233 @item :<address>r !<cmd>
4234 Put the output of <cmd> after the line <address> (default current).
4235 @item :<address>r <name>
4236 Read the file <name> into the buffer after the line <address> (default
4237 current).
4238 @item :make
4239 Run the make command in the current directory.
4240 @end table
4241 @findex @kbd{Ex <address>r <name>}
4242 @findex @kbd{Ex <address>r !<cmd>}
4243 @findex @kbd{!<cmd>}
4244 @findex @kbd{!!<cmd>}
4245 @findex @kbd{!<move><cmd>}
4246 @findex @kbd{Ex w !<cmd>}
4247 @findex @kbd{Ex x,y w !<cmd>}
4248 @findex @kbd{Ex !!@: <args>}
4249 @findex @kbd{Ex !<cmd>}
4250 @findex @kbd{Ex sh}
4251 @findex @kbd{Ex make}
4253 @node Options
4254 @section Options
4256 @cindex Vi options
4258 @table @kbd
4259 @item autoindent
4260 @itemx ai
4261 @cindex autoindent
4262 autoindent: In append mode after a <cr> the
4263 cursor will move directly below the first
4264 character on the previous line.
4265 This setting affects the current buffer only.
4266 @item autoindent-global
4267 @itemx ai-global
4268 Same as @code{autoindent}, but affects all buffers.
4269 @item noautoindent
4270 @itemx noai
4271 Cancel autoindent.
4272 @item noautoindent-global
4273 @itemx noai-g
4274 Cancel autoindent-global.
4275 @item ignorecase
4276 @itemx ic
4277 @cindex case and searching
4278 ignorecase: No distinction between upper and lower cases when searching.
4279 @item noignorecase
4280 @itemx noic
4281 Cancel ignorecase.
4282 @item magic
4283 @itemx ma
4284 @cindex literal searching
4285 Regular expressions used in searches; nomagic means no regexps.
4286 @item nomagic
4287 @item noma
4288 Cancel magic.
4289 @item readonly
4290 @itemx ro
4291 @cindex readonly files
4292 readonly: The file is not to be changed.
4293 If the user attempts to write to this file, confirmation will be requested.
4294 @item noreadonly
4295 @itemx noro
4296 Cancel readonly.
4297 @item shell=<string>
4298 @itemx sh=<string>
4299 @cindex shell
4300 shell: The program to be used for shell escapes
4301 (default @samp{$SHELL} (default @file{/bin/sh})).
4302 @item shiftwidth=<count>
4303 @itemx sw=<count>
4304 @cindex layout
4305 @cindex shifting text
4306 shiftwidth: Gives the shiftwidth (default 8 positions).
4307 @item showmatch
4308 @itemx sm
4309 @cindex paren matching
4310 @cindex matching parens
4311 showmatch: Whenever you append a @kbd{)}, Vi shows
4312 its match if it's on the same page; also with
4313 @kbd{@{} and @kbd{@}}.  If there's no match, Vi will beep.
4314 @item noshowmatch
4315 @itemx nosm
4316 Cancel showmatch.
4317 @item tabstop=<count>
4318 @itemx ts=<count>
4319 @cindex changing tab width
4320 @cindex tabbing
4321 tabstop: The length of a <ht>; warning: this is
4322 only IN the editor, outside of it <ht>s have
4323 their normal length (default 8 positions).
4324 This setting affects the current buffer only.
4325 @item tabstop-global
4326 @itemx ts-g
4327 Same as @code{tabstop}, but affects all buffers.
4328 @item wrapmargin=<count>
4329 @itemx wm=<count>
4330 @cindex auto fill
4331 @cindex word wrap
4332 wrapmargin: In append mode Vi automatically
4333 puts a <lf> whenever there is a <sp> or <ht>
4334 within <wm> columns from the right margin.
4335 @item wrapscan
4336 @itemx ws
4337 @cindex searching
4338 wrapscan: When searching, the end is
4339 considered @samp{stuck} to the begin of the file.
4340 @item nowrapscan
4341 @itemx nows
4342 Cancel wrapscan.
4343 @item :set <option>
4344 Turn <option> on.
4345 @item :set no<option>
4346 Turn <option> off.
4347 @item :set <option>=<value>
4348 Set <option> to <value>.
4349 @end table
4350 @findex @kbd{Ex set <option>=<value>}
4351 @findex @kbd{Ex set no<option>}
4352 @findex @kbd{Ex set <option>}
4353 @findex @kbd{Ex set ws}
4354 @findex @kbd{Ex set wrapscan}
4355 @findex @kbd{Ex set wm=<count>}
4356 @findex @kbd{Ex set wrapmargin=<count>}
4357 @findex @kbd{Ex set ts=<count>}
4358 @findex @kbd{Ex set tabstop=<count>}
4359 @findex @kbd{Ex set tab-stop-local=<count>}
4360 @findex @kbd{Ex set sm}
4361 @findex @kbd{Ex set showmatch}
4362 @findex @kbd{Ex set sw=<count>}
4363 @findex @kbd{Ex set shiftwidth=<count>}
4364 @findex @kbd{Ex set sh=<string>}
4365 @findex @kbd{Ex set shell=<string>}
4366 @findex @kbd{Ex set ro}
4367 @findex @kbd{Ex set readonly}
4368 @findex @kbd{Ex set magic}
4369 @findex @kbd{Ex set ic}
4370 @findex @kbd{Ex set ignorecase}
4371 @findex @kbd{Ex set ai}
4372 @findex @kbd{Ex set autoindent}
4374 @node Emacs Related Commands
4375 @section Emacs Related Commands
4377 @table @kbd
4378 @item C-\
4379 Begin Meta command in Vi or Insert states.  Most often used as C-\ x (M-x).
4381 Note: Emacs binds @kbd{C-\} to a function that offers to change the
4382 keyboard input method in the multilingual environment.  Viper overrides this
4383 binding.  However, it is still possible to switch the input method by typing
4384 @kbd{\ C-\} in the Vi command state and @kbd{C-z \ C-\} in the Insert state.
4385 Or you can use the MULE menu on the menubar.
4386 @item C-z
4387 In Insert and Replace states, prepare Viper to accept the next command and
4388 execute it as if Viper was in Vi state.  Then return to Insert state.
4390 In Vi state, switch to Emacs state; in Emacs state, switch to Vi state.
4391 @item C-c \
4392 Switches to Vi state for the duration of a single command.  Then goes back
4393 to the original Viper state.  Works from Vi, Insert, Replace, and Emacs states.
4394 @item C-x0
4395 Close Window
4396 @item C-x1
4397 Close Other Windows
4398 @item C-x2
4399 Split Window
4400 @item C-xo
4401 Move among windows
4402 @item C-xC-f
4403 Emacs find-file, useful in Insert state
4404 @item C-y
4405 Put back the last killed text.  Similar to Vi's @kbd{p}, but also works in
4406 Insert and Replace state.  This command doesn't work in Vi command state,
4407 since this binding is taken for something else.
4408 @item M-y
4409 Undoes the last @kbd{C-y} and puts another kill from the kill ring.
4410 Using this command, you can try may different kills until you find the one
4411 you need.
4412 @end table
4413 @kindex @kbd{M-y}
4414 @kindex @kbd{C-y}
4415 @kindex @kbd{C-xC-f}
4416 @kindex @kbd{C-xo}
4417 @kindex @kbd{C-x2}
4418 @kindex @kbd{C-x1}
4419 @kindex @kbd{C-x0}
4420 @kindex @kbd{C-z}
4421 @kindex @kbd{C-\}
4422 @kindex @kbd{C-c\}
4424 @node Mouse-bound Commands
4425 @section Mouse-bound Commands
4427 The following two mouse actions are normally bound to special search and
4428 insert commands in of Viper:
4430 @table @kbd
4431 @item S-Mouse-1
4432 Holding Shift and clicking mouse button 1 will
4433 initiate search for
4434 a region under the mouse pointer.
4435 This command can take a prefix argument.  Note: Viper sets this
4436 binding only if this mouse action is not
4437 already bound to something else.
4438 @xref{Viper Specials}, for more information.
4440 @item S-Mouse-2
4441 Holding Shift and clicking button 2 of the mouse will
4442 insert a region surrounding the mouse pointer.
4443 This command can also take a prefix argument.
4444 Note: Viper sets this binding only if this mouse action is not
4445 already bound to something else.
4446 @xref{Viper Specials}, for more details.
4447 @end table
4448 @kindex @kbd{S-Mouse-1}
4449 @kindex @kbd{S-Mouse-2}
4450 @kindex @kbd{meta button1up}
4451 @kindex @kbd{meta button2up}
4453 @node GNU Free Documentation License
4454 @appendix GNU Free Documentation License
4455 @include doclicense.texi
4457 @node Acknowledgments
4458 @unnumbered Acknowledgments
4460 Viper, formerly known as VIP-19, was written by Michael Kifer.  Viper is
4461 based on the original VIP package by Masahiko Sato and on its enhancement,
4462 VIP 4.4, by Aamod Sane.  This manual is an adaptation of the manual for VIP
4463 4.4, which, in turn, was based on Sato's manual for VIP 3.5.
4465 Many contributors on the Net pointed out bugs and suggested a number of
4466 useful features. Scott Bronson and Samuel Padgett contributed patches that
4467 were incorporated in this code.  Here is a hopefully complete list of
4468 contributors:
4470 @example
4471 aaronl@@vitelus.com (Aaron Lehmann),
4472 ahg@@panix.com (Al Gelders),
4473 amade@@diagram.fr (Paul-Bernard Amade),
4474 ascott@@fws214.intel.com (Andy Scott),
4475 bronson@@trestle.com (Scott Bronson),
4476 cook@@biostat.wisc.edu (Tom Cook),
4477 csdayton@@midway.uchicago.edu (Soren Dayton),
4478 dave@@hellgate.utah.edu,
4479 dm@@scs.cs.nyu.edu (David Mazieres),
4480 dominik@@strw.LeidenUniv.nl (Carsten Dominik),
4481 dwallach@@cs.princeton.edu (Dan Wallach),
4482 dwight@@toolucky.llnl.gov (Dwight Shih),
4483 dxc@@xprt.net (David X Callaway),
4484 edmonds@@edmonds.home.cs.ubc.ca (Brian Edmonds),
4485 gin@@mo.msk.ru (Golubev I.N.),
4486 gviswana@@cs.wisc.edu (Guhan Viswanathan),
4487 gvr@@halcyon.com (George V. Reilly),
4488 hatazaki@@bach.convex.com (Takao Hatazaki),
4489 hpz@@ibmhpz.aug.ipp-garching.mpg.de (Hans-Peter Zehrfeld),
4490 irie@@t.email.ne.jp (Irie Tetsuya),
4491 jackr@@dblues.engr.sgi.com (Jack Repenning),
4492 jamesm@@bga.com (D.J. Miller II),
4493 jjm@@hplb.hpl.hp.com (Jean-Jacques Moreau),
4494 jl@@cse.ogi.edu (John Launchbury),
4495 jobrien@@hchp.org (John O'Brien),
4496 johnw@@borland.com (John Wiegley),
4497 kanze@@gabi-soft.fr (James Kanze),
4498 kin@@isi.com (Kin Cho),
4499 kwzh@@gnu.org (Karl Heuer),
4500 lindstro@@biostat.wisc.edu (Mary Lindstrom),
4501 lektu@@terra.es (Juanma Barranquero),
4502 lennart.borgman.073@@student.lu.se (Lennart Borgman),
4503 minakaji@@osaka.email.ne.jp (Mikio Nakajima),
4504 Mark.Bordas@@East.Sun.COM (Mark Bordas),
4505 meyering@@comco.com (Jim Meyering),
4506 martin@@xemacs.org (Martin Buchholz),
4507 mbutler@@redfernnetworks.com (Malcolm Butler),
4508 mveiga@@dit.upm.es (Marcelino Veiga Tuimil),
4509 paulk@@summit.esg.apertus.com (Paul Keusemann),
4510 pfister@@cs.stonybrook.edu (Hanspeter Pfister),
4511 phil_brooks@@MENTORG.COM (Phil Brooks),
4512 pogrell@@informatik.hu-berlin.de (Lutz Pogrell),
4513 pradyut@@cs.uchicago.edu (Pradyut Shah),
4514 roderick@@argon.org (Roderick Schertler),
4515 rxga@@ulysses.att.com,
4516 sawdey@@lcse.umn.edu (Aaron Sawdey),
4517 simonb@@prl.philips.co.uk (Simon Blanchard),
4518 spadgett1@@nc.rr.com (Samuel Padgett),
4519 stephen@@farrell.org (Stephen Farrell),
4520 storm@@cua.dk (Kim F. Storm),
4521 sudish@@MindSpring.COM (Sudish Joseph),
4522 schwab@@issan.informatik.uni-dortmund.de (Andreas Schwab)
4523 terra@@diku.dk (Morten Welinder),
4524 thanh@@informatics.muni.cz (Han The Thanh),
4525 toma@@convex.convex.com,
4526 vrenjak@@sun1.racal.com (Milan Vrenjak),
4527 whicken@@dragon.parasoft.com (Wendell Hicken),
4528 zapman@@cc.gatech.edu (Jason Zapman II),
4529 @end example
4531 @node Key Index
4532 @unnumbered Key Index
4534 @printindex ky
4536 @node Function Index
4537 @unnumbered Function Index
4539 @printindex fn
4541 @node Variable Index
4542 @unnumbered Variable Index
4544 @printindex vr
4546 @node Package Index
4547 @unnumbered Package Index
4549 @printindex pg
4551 @node Concept Index
4552 @unnumbered Concept Index
4554 @printindex cp
4556 @bye