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