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