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