Mercurial > hg > xemacs-beta
comparison man/viper-cmd.texi @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | c7528f8e288d |
children |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
331 this function. | 331 this function. |
332 @cindex vanilla search | 332 @cindex vanilla search |
333 @cindex case-sensitive search | 333 @cindex case-sensitive search |
334 @cindex case-insensitive search | 334 @cindex case-insensitive search |
335 @item % | 335 @item % |
336 Find the next bracket and go to its match. | 336 Find the next bracket/parenthesis/brace and go to its match. |
337 By default, Viper ignores brackets/parentheses/braces that occur inside | |
338 parentheses. You can change this by setting | |
339 @code{vip-parse-sexp-ignore-comments} to nil in your @file{.vip} fipe. | |
340 This option can also be toggled interactively if you quickly hit @kbd{%} | |
341 three times. | |
337 @end table | 342 @end table |
338 @kindex @kbd{%} | 343 @kindex @kbd{%} |
339 @kindex @kbd{C-c /} | 344 @kindex @kbd{C-c /} |
340 @kindex @kbd{N} | 345 @kindex @kbd{N} |
341 @kindex @kbd{n} | 346 @kindex @kbd{n} |
387 @kindex @kbd{C-h} | 392 @kindex @kbd{C-h} |
388 @kindex @kbd{h} | 393 @kindex @kbd{h} |
389 @kindex @kbd{j} | 394 @kindex @kbd{j} |
390 @kindex @kbd{k} | 395 @kindex @kbd{k} |
391 @kindex @kbd{l} | 396 @kindex @kbd{l} |
397 @vindex @code{vip-parse-sexp-ignore-comments} | |
392 | 398 |
393 @node Marking,Appending Text,Move Commands,Text Handling | 399 @node Marking,Appending Text,Move Commands,Text Handling |
394 @subsection Marking | 400 @subsection Marking |
395 | 401 |
396 Emacs mark is referred to in the region specifiers @kbd{r} and @kbd{R}. | 402 Emacs mark is referred to in the region specifiers @kbd{r} and @kbd{R}. |