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