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