diff options
| author | Romain Francoise | 2006-06-05 11:44:42 +0000 |
|---|---|---|
| committer | Romain Francoise | 2006-06-05 11:44:42 +0000 |
| commit | 4dc5fe62c3619e4f1c96dfa26b16ab06428bd482 (patch) | |
| tree | 62844da799ccbfbf0722af2e444a68dfd85256f1 | |
| parent | 55d5a4633a297cebfb5b11dba5969934912a6687 (diff) | |
| download | emacs-4dc5fe62c3619e4f1c96dfa26b16ab06428bd482.tar.gz emacs-4dc5fe62c3619e4f1c96dfa26b16ab06428bd482.zip | |
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
(Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
(Line-Up Functions, Custom Macros):
* ediff.texi (Window and Frame Configuration)
(Highlighting Difference Regions, Highlighting Difference Regions):
* emacs-mime.texi (Display Customization):
* erc.texi (History):
* eshell.texi (Known problems):
* eudc.texi (Overview, BBDB):
* gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
(The problem of spam, SpamOracle, Extending the Spam package)
(Conformity, Terminology):
* idlwave.texi (Routine Info, Routine Info)
(Class and Keyword Inheritance, Padding Operators)
(Breakpoints and Stepping, Electric Debug Mode)
(Examining Variables, Troubleshooting):
* org.texi (Creating timestamps):
* reftex.texi (Commands, Options, Changes):
* tramp.texi (Inline methods, Password caching)
(Auto-save and Backup, Issues):
* vip.texi (Files, Commands in Insert Mode):
* viper.texi (Emacs Preliminaries, States in Viper)
(Packages that Change Keymaps, Viper Specials, Groundwork):
* xresmini.texi (GTK resources):
Fix various typos.
| -rw-r--r-- | man/ChangeLog | 30 | ||||
| -rw-r--r-- | man/cc-mode.texi | 18 | ||||
| -rw-r--r-- | man/ediff.texi | 6 | ||||
| -rw-r--r-- | man/emacs-mime.texi | 2 | ||||
| -rw-r--r-- | man/erc.texi | 8 | ||||
| -rw-r--r-- | man/eshell.texi | 2 | ||||
| -rw-r--r-- | man/eudc.texi | 4 | ||||
| -rw-r--r-- | man/gnus.texi | 18 | ||||
| -rw-r--r-- | man/idlwave.texi | 20 | ||||
| -rw-r--r-- | man/org.texi | 2 | ||||
| -rw-r--r-- | man/reftex.texi | 8 | ||||
| -rw-r--r-- | man/tramp.texi | 12 | ||||
| -rw-r--r-- | man/vip.texi | 4 | ||||
| -rw-r--r-- | man/viper.texi | 10 | ||||
| -rw-r--r-- | man/xresmini.texi | 2 |
15 files changed, 87 insertions, 59 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 6ee6175274a..a5e89128c90 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2006-06-05 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * cc-mode.texi (Getting Started, Indentation Commands, Config Basics) | ||
| 4 | (Custom Filling and Breaking, Custom Braces, Syntactic Symbols) | ||
| 5 | (Line-Up Functions, Custom Macros): | ||
| 6 | * ediff.texi (Window and Frame Configuration) | ||
| 7 | (Highlighting Difference Regions, Highlighting Difference Regions): | ||
| 8 | * emacs-mime.texi (Display Customization): | ||
| 9 | * erc.texi (History): | ||
| 10 | * eshell.texi (Known problems): | ||
| 11 | * eudc.texi (Overview, BBDB): | ||
| 12 | * gnus.texi (NNTP, IMAP, Advanced Scoring Examples) | ||
| 13 | (The problem of spam, SpamOracle, Extending the Spam package) | ||
| 14 | (Conformity, Terminology): | ||
| 15 | * idlwave.texi (Routine Info, Routine Info) | ||
| 16 | (Class and Keyword Inheritance, Padding Operators) | ||
| 17 | (Breakpoints and Stepping, Electric Debug Mode) | ||
| 18 | (Examining Variables, Troubleshooting): | ||
| 19 | * org.texi (Creating timestamps): | ||
| 20 | * reftex.texi (Commands, Options, Changes): | ||
| 21 | * tramp.texi (Inline methods, Password caching) | ||
| 22 | (Auto-save and Backup, Issues): | ||
| 23 | * vip.texi (Files, Commands in Insert Mode): | ||
| 24 | * viper.texi (Emacs Preliminaries, States in Viper) | ||
| 25 | (Packages that Change Keymaps, Viper Specials, Groundwork): | ||
| 26 | * xresmini.texi (GTK resources): | ||
| 27 | Fix various typos. | ||
| 28 | |||
| 1 | 2006-06-05 Nick Roberts <nickrob@snap.net.nz> | 29 | 2006-06-05 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 30 | ||
| 3 | * building.texi (GDB Graphical Interface): Update bindings. | 31 | * building.texi (GDB Graphical Interface): Update bindings. |
| @@ -688,7 +716,7 @@ | |||
| 688 | * custom.texi: Many cleanups. | 716 | * custom.texi: Many cleanups. |
| 689 | (Minor Modes): Don't mention ISO Accents Mode. | 717 | (Minor Modes): Don't mention ISO Accents Mode. |
| 690 | (Examining): Update C-h v output example. | 718 | (Examining): Update C-h v output example. |
| 691 | (Hooks): Add index and xref for add-hook. | 719 | (Hooks): Add index and xref for add-hook. |
| 692 | (Locals): Delete list of vars that are always per-buffer. Rearrange. | 720 | (Locals): Delete list of vars that are always per-buffer. Rearrange. |
| 693 | (Local Keymaps): Don't mention lisp-mode-map, c-mode-map. | 721 | (Local Keymaps): Don't mention lisp-mode-map, c-mode-map. |
| 694 | 722 | ||
diff --git a/man/cc-mode.texi b/man/cc-mode.texi index e6619599d4e..699283528a9 100644 --- a/man/cc-mode.texi +++ b/man/cc-mode.texi | |||
| @@ -208,7 +208,7 @@ license to the document, as described in section 6 of the license. | |||
| 208 | @vskip 0pt plus 1filll | 208 | @vskip 0pt plus 1filll |
| 209 | @insertcopying | 209 | @insertcopying |
| 210 | 210 | ||
| 211 | This manual was generated from $Revision: 1.36 $ of $RCSfile: cc-mode.texi,v $, which can be | 211 | This manual was generated from $Revision$ of $RCSfile$, which can be |
| 212 | downloaded from | 212 | downloaded from |
| 213 | @url{http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/man/cc-mode.texi}. | 213 | @url{http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/man/cc-mode.texi}. |
| 214 | @end titlepage | 214 | @end titlepage |
| @@ -507,7 +507,7 @@ indents nested code. To set this value to 6, customize | |||
| 507 | @item The (indentation) style | 507 | @item The (indentation) style |
| 508 | The basic ``shape'' of indentation created by @ccmode{}---by default, | 508 | The basic ``shape'' of indentation created by @ccmode{}---by default, |
| 509 | this is @code{gnu} style (except for Java and AWK buffers). A list of | 509 | this is @code{gnu} style (except for Java and AWK buffers). A list of |
| 510 | the availables styles and their descriptions can be found in | 510 | the available styles and their descriptions can be found in |
| 511 | @ref{Built-in Styles}. A complete specification of the @ccmode{} | 511 | @ref{Built-in Styles}. A complete specification of the @ccmode{} |
| 512 | style system, including how to create your own style, can be found in | 512 | style system, including how to create your own style, can be found in |
| 513 | the chapter @ref{Styles}. To set your style to @code{linux}, either | 513 | the chapter @ref{Styles}. To set your style to @code{linux}, either |
| @@ -672,7 +672,7 @@ This command indents the current line. That is all you need to know | |||
| 672 | about it for normal use. | 672 | about it for normal use. |
| 673 | 673 | ||
| 674 | @code{c-indent-command} does different things, depending on the | 674 | @code{c-indent-command} does different things, depending on the |
| 675 | settting of @code{c-syntactic-indentation} (@pxref{Indentation Engine | 675 | setting of @code{c-syntactic-indentation} (@pxref{Indentation Engine |
| 676 | Basics}): | 676 | Basics}): |
| 677 | 677 | ||
| 678 | @itemize @bullet | 678 | @itemize @bullet |
| @@ -2128,7 +2128,7 @@ escaped newline. The @samp{\} is highlighted. | |||
| 2128 | @chapter Configuration Basics | 2128 | @chapter Configuration Basics |
| 2129 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 2129 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 2130 | 2130 | ||
| 2131 | @cindex Emacs Initiliazation File | 2131 | @cindex Emacs Initialization File |
| 2132 | @cindex Configuration | 2132 | @cindex Configuration |
| 2133 | You configure @ccmode{} by setting Lisp variables and calling (and | 2133 | You configure @ccmode{} by setting Lisp variables and calling (and |
| 2134 | perhaps writing) Lisp functions@footnote{DON'T PANIC!!! This isn't | 2134 | perhaps writing) Lisp functions@footnote{DON'T PANIC!!! This isn't |
| @@ -2914,7 +2914,7 @@ variable@footnote{In versions before 5.26, this variable was called | |||
| 2914 | @ccmode{} still uses the value on that variable if it's set.} is used | 2914 | @ccmode{} still uses the value on that variable if it's set.} is used |
| 2915 | then as the comment prefix. It defaults to @samp{* | 2915 | then as the comment prefix. It defaults to @samp{* |
| 2916 | }@footnote{Actually, this default setting of | 2916 | }@footnote{Actually, this default setting of |
| 2917 | @code{c-block-comment-prefix} typically gets overriden by the default | 2917 | @code{c-block-comment-prefix} typically gets overridden by the default |
| 2918 | style @code{gnu}, which sets it to blank. You can see the line | 2918 | style @code{gnu}, which sets it to blank. You can see the line |
| 2919 | splitting effect described here by setting a different style, | 2919 | splitting effect described here by setting a different style, |
| 2920 | e.g. @code{k&r} @xref{Choosing a Style}.}, which makes a comment | 2920 | e.g. @code{k&r} @xref{Choosing a Style}.}, which makes a comment |
| @@ -3209,7 +3209,7 @@ Syntactic symbols aren't the only place where you can customize | |||
| 3209 | that @var{action}s are usually a list containing some combination of | 3209 | that @var{action}s are usually a list containing some combination of |
| 3210 | the symbols @code{before} and @code{after} (@pxref{Hanging Braces}). | 3210 | the symbols @code{before} and @code{after} (@pxref{Hanging Braces}). |
| 3211 | For more flexibility, you can instead specify brace ``hanginess'' by | 3211 | For more flexibility, you can instead specify brace ``hanginess'' by |
| 3212 | giving a synctactic symbol an @dfn{action function} in | 3212 | giving a syntactic symbol an @dfn{action function} in |
| 3213 | @code{c-hanging-braces-alist}; this function determines the | 3213 | @code{c-hanging-braces-alist}; this function determines the |
| 3214 | ``hanginess'' of a brace, usually by looking at the code near it. | 3214 | ``hanginess'' of a brace, usually by looking at the code near it. |
| 3215 | 3215 | ||
| @@ -4024,7 +4024,7 @@ The line is nested inside a class definition. @ref{Class Symbols}. | |||
| 4024 | @item cpp-macro | 4024 | @item cpp-macro |
| 4025 | The start of a preprocessor macro definition. @ref{Literal Symbols}. | 4025 | The start of a preprocessor macro definition. @ref{Literal Symbols}. |
| 4026 | @item cpp-define-intro | 4026 | @item cpp-define-intro |
| 4027 | The first line inside a multiline preproprocessor macro if | 4027 | The first line inside a multiline preprocessor macro if |
| 4028 | @code{c-syntactic-indentation-in-macros} is set. @ref{Multiline Macro | 4028 | @code{c-syntactic-indentation-in-macros} is set. @ref{Multiline Macro |
| 4029 | Symbols}. | 4029 | Symbols}. |
| 4030 | @item cpp-macro-cont | 4030 | @item cpp-macro-cont |
| @@ -5311,7 +5311,7 @@ meaning ``this function is inappropriate in this case - try a | |||
| 5311 | different one''. @xref{c-offsets-alist}. | 5311 | different one''. @xref{c-offsets-alist}. |
| 5312 | 5312 | ||
| 5313 | The subsections below describe all the standard line-up functions, | 5313 | The subsections below describe all the standard line-up functions, |
| 5314 | categorized by the sort of token the lining-up centres around. For | 5314 | categorized by the sort of token the lining-up centers around. For |
| 5315 | each of these functions there is a ``works with'' list that indicates | 5315 | each of these functions there is a ``works with'' list that indicates |
| 5316 | which syntactic symbols the function is intended to be used with. | 5316 | which syntactic symbols the function is intended to be used with. |
| 5317 | 5317 | ||
| @@ -6433,7 +6433,7 @@ functions to this hook, not remove them. @xref{Style Variables}. | |||
| 6433 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 6433 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 6434 | 6434 | ||
| 6435 | Normally, the lines in a multi-line macro are indented relative to | 6435 | Normally, the lines in a multi-line macro are indented relative to |
| 6436 | eachother as though they were code. You can suppress this behaviour | 6436 | each other as though they were code. You can suppress this behaviour |
| 6437 | by setting the following user option: | 6437 | by setting the following user option: |
| 6438 | 6438 | ||
| 6439 | @defopt c-syntactic-indentation-in-macros | 6439 | @defopt c-syntactic-indentation-in-macros |
diff --git a/man/ediff.texi b/man/ediff.texi index c92ea91a361..c9778ce90f9 100644 --- a/man/ediff.texi +++ b/man/ediff.texi | |||
| @@ -1455,7 +1455,7 @@ the control frame. | |||
| 1455 | To start Ediff with an iconified Control Panel, you should set this | 1455 | To start Ediff with an iconified Control Panel, you should set this |
| 1456 | variable to @code{t} and @code{ediff-prefer-long-help-message} to | 1456 | variable to @code{t} and @code{ediff-prefer-long-help-message} to |
| 1457 | @code{nil} (@pxref{Quick Help Customization}). This behavior is useful | 1457 | @code{nil} (@pxref{Quick Help Customization}). This behavior is useful |
| 1458 | only if icons are allowed to accept keybord input (which depend on the | 1458 | only if icons are allowed to accept keyboard input (which depends on the |
| 1459 | window manager and other factors). | 1459 | window manager and other factors). |
| 1460 | @end table | 1460 | @end table |
| 1461 | 1461 | ||
| @@ -1680,7 +1680,7 @@ Ediff uses faces to highlight differences. | |||
| 1680 | 1680 | ||
| 1681 | @item ediff-highlight-all-diffs | 1681 | @item ediff-highlight-all-diffs |
| 1682 | @vindex ediff-highlight-all-diffs | 1682 | @vindex ediff-highlight-all-diffs |
| 1683 | Indicates whether---on a windowind display---Ediff should highlight | 1683 | Indicates whether---on a windowing display---Ediff should highlight |
| 1684 | differences using inserted strings (as on text-only terminals) or using | 1684 | differences using inserted strings (as on text-only terminals) or using |
| 1685 | colors and highlighting. Normally, Ediff highlights all differences, but | 1685 | colors and highlighting. Normally, Ediff highlights all differences, but |
| 1686 | the selected difference is highlighted more visibly. One can cycle through | 1686 | the selected difference is highlighted more visibly. One can cycle through |
| @@ -1719,7 +1719,7 @@ some Lisp code in @file{~/.emacs}. For instance, | |||
| 1719 | @end example | 1719 | @end example |
| 1720 | 1720 | ||
| 1721 | @noindent | 1721 | @noindent |
| 1722 | would use the pre-defined fase @code{bold-italic} to highlight the current | 1722 | would use the pre-defined face @code{bold-italic} to highlight the current |
| 1723 | difference region in buffer A (this face is not a good choice, by the way). | 1723 | difference region in buffer A (this face is not a good choice, by the way). |
| 1724 | 1724 | ||
| 1725 | If you are unhappy with just @emph{some} of the aspects of the default | 1725 | If you are unhappy with just @emph{some} of the aspects of the default |
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi index aec55bd9a01..9ce7e168dcf 100644 --- a/man/emacs-mime.texi +++ b/man/emacs-mime.texi | |||
| @@ -323,7 +323,7 @@ you could say something like: | |||
| 323 | @end lisp | 323 | @end lisp |
| 324 | 324 | ||
| 325 | Adding @code{"image/.*"} might also be useful. Spammers use images as | 325 | Adding @code{"image/.*"} might also be useful. Spammers use images as |
| 326 | the prefered part of @samp{multipart/alternative} messages, so you might | 326 | the preferred part of @samp{multipart/alternative} messages, so you might |
| 327 | not notice there are other parts. See also | 327 | not notice there are other parts. See also |
| 328 | @code{gnus-buttonized-mime-types}, @ref{MIME Commands, ,MIME Commands, | 328 | @code{gnus-buttonized-mime-types}, @ref{MIME Commands, ,MIME Commands, |
| 329 | gnus, Gnus Manual}. After adding @code{"multipart/alternative"} to | 329 | gnus, Gnus Manual}. After adding @code{"multipart/alternative"} to |
diff --git a/man/erc.texi b/man/erc.texi index b1bea814168..cc264aa4127 100644 --- a/man/erc.texi +++ b/man/erc.texi | |||
| @@ -561,7 +561,7 @@ questions. | |||
| 561 | ERC was originally written by Alexander L. Belikoff | 561 | ERC was originally written by Alexander L. Belikoff |
| 562 | @email{abel@@bfr.co.il} and Sergey Berezin | 562 | @email{abel@@bfr.co.il} and Sergey Berezin |
| 563 | @email{sergey.berezin@@cs.cmu.edu}. They stopped development around | 563 | @email{sergey.berezin@@cs.cmu.edu}. They stopped development around |
| 564 | december 1999. Their last released version was ERC 2.0. | 564 | December 1999. Their last released version was ERC 2.0. |
| 565 | 565 | ||
| 566 | P.S.: If one of the original developers of ERC reads this, we'd like to | 566 | P.S.: If one of the original developers of ERC reads this, we'd like to |
| 567 | receive additional information for this file and hear comments in | 567 | receive additional information for this file and hear comments in |
| @@ -580,12 +580,12 @@ there. The thing is, I do not have free time and enough incentive | |||
| 580 | anymore to work on ERC, so I would be happy if you guys take over the | 580 | anymore to work on ERC, so I would be happy if you guys take over the |
| 581 | project entirely." | 581 | project entirely." |
| 582 | 582 | ||
| 583 | So we happily hacked away on ERC, and soon after (september 2001) | 583 | So we happily hacked away on ERC, and soon after (September 2001) |
| 584 | released the next "stable" version, 2.1. | 584 | released the next "stable" version, 2.1. |
| 585 | 585 | ||
| 586 | Most of the development of the new ERC happend on #emacs on | 586 | Most of the development of the new ERC happened on #emacs on |
| 587 | irc.openprojects.net. Over time, many people contributed code, ideas, | 587 | irc.openprojects.net. Over time, many people contributed code, ideas, |
| 588 | bugfixes. And not to forget alot of alpha/beta/gamma testing. | 588 | bugfixes. And not to forget a lot of alpha/beta/gamma testing. |
| 589 | 589 | ||
| 590 | See the @file{CREDITS} file for a list of contributors. | 590 | See the @file{CREDITS} file for a list of contributors. |
| 591 | 591 | ||
diff --git a/man/eshell.texi b/man/eshell.texi index 51f3fb8ae7a..ea603daee7f 100644 --- a/man/eshell.texi +++ b/man/eshell.texi | |||
| @@ -848,7 +848,7 @@ a file in the Windows Explorer). | |||
| 848 | 848 | ||
| 849 | It would move point to the end of the buffer, and then turns on | 849 | It would move point to the end of the buffer, and then turns on |
| 850 | auto-revert mode in that buffer at frequent intervals---and a | 850 | auto-revert mode in that buffer at frequent intervals---and a |
| 851 | @command{head} alias which assums an upper limit of | 851 | @command{head} alias which assumes an upper limit of |
| 852 | @code{eshell-maximum-line-length} characters per line. | 852 | @code{eshell-maximum-line-length} characters per line. |
| 853 | 853 | ||
| 854 | @item Make @command{dgrep} load @code{dired}, mark everything, then invoke @code{dired-do-search} | 854 | @item Make @command{dgrep} load @code{dired}, mark everything, then invoke @code{dired-do-search} |
diff --git a/man/eudc.texi b/man/eudc.texi index 3a1f93dec7c..b23cada3ac8 100644 --- a/man/eudc.texi +++ b/man/eudc.texi | |||
| @@ -94,7 +94,7 @@ LDAP, Lightweight Directory Access Protocol | |||
| 94 | @item | 94 | @item |
| 95 | CCSO PH/QI | 95 | CCSO PH/QI |
| 96 | @item | 96 | @item |
| 97 | BBDB, Big Brother's Insiduous Database | 97 | BBDB, Big Brother's Insidious Database |
| 98 | @end itemize | 98 | @end itemize |
| 99 | 99 | ||
| 100 | The main features of the EUDC interface are: | 100 | The main features of the EUDC interface are: |
| @@ -179,7 +179,7 @@ EUDC. | |||
| 179 | @comment node-name, next, previous, up | 179 | @comment node-name, next, previous, up |
| 180 | @section BBDB | 180 | @section BBDB |
| 181 | 181 | ||
| 182 | BBDB is the @dfn{Big Brother's Insiduous Database}, a package for Emacs | 182 | BBDB is the @dfn{Big Brother's Insidious Database}, a package for Emacs |
| 183 | originally written by Jamie Zawinski which provides rolodex-like | 183 | originally written by Jamie Zawinski which provides rolodex-like |
| 184 | database functionality featuring tight integration with the Emacs mail | 184 | database functionality featuring tight integration with the Emacs mail |
| 185 | and news readers. | 185 | and news readers. |
diff --git a/man/gnus.texi b/man/gnus.texi index b1654b8302f..3cac858469c 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -12660,8 +12660,8 @@ server: | |||
| 12660 | @vindex nntp-server-opened-hook | 12660 | @vindex nntp-server-opened-hook |
| 12661 | @cindex @sc{mode reader} | 12661 | @cindex @sc{mode reader} |
| 12662 | @cindex authinfo | 12662 | @cindex authinfo |
| 12663 | @cindex authentification | 12663 | @cindex authentication |
| 12664 | @cindex nntp authentification | 12664 | @cindex nntp authentication |
| 12665 | @findex nntp-send-authinfo | 12665 | @findex nntp-send-authinfo |
| 12666 | @findex nntp-send-mode-reader | 12666 | @findex nntp-send-mode-reader |
| 12667 | is run after a connection has been made. It can be used to send | 12667 | is run after a connection has been made. It can be used to send |
| @@ -16397,7 +16397,7 @@ articles stand out, just like ticked articles, in other @acronym{IMAP} | |||
| 16397 | clients. (In other words, Gnus has two ``Tick'' marks and @acronym{IMAP} | 16397 | clients. (In other words, Gnus has two ``Tick'' marks and @acronym{IMAP} |
| 16398 | has only one.) | 16398 | has only one.) |
| 16399 | 16399 | ||
| 16400 | Probably the only reason for frobing this would be if you're trying | 16400 | Probably the only reason for frobbing this would be if you're trying |
| 16401 | enable per-user persistent dormant flags, using something like: | 16401 | enable per-user persistent dormant flags, using something like: |
| 16402 | 16402 | ||
| 16403 | @lisp | 16403 | @lisp |
| @@ -20635,7 +20635,7 @@ really don't want to read what he's written: | |||
| 20635 | @example | 20635 | @example |
| 20636 | ((& | 20636 | ((& |
| 20637 | ("from" "Lars Ingebrigtsen") | 20637 | ("from" "Lars Ingebrigtsen") |
| 20638 | (1- ("from" "Reig Eigir Logge"))) | 20638 | (1- ("from" "Reig Eigil Logge"))) |
| 20639 | -100000) | 20639 | -100000) |
| 20640 | @end example | 20640 | @end example |
| 20641 | 20641 | ||
| @@ -22569,7 +22569,7 @@ words or 3-word combinations thrown into the mix. Statistical | |||
| 22569 | analysis of spam works very well in most of the cases, but it can | 22569 | analysis of spam works very well in most of the cases, but it can |
| 22570 | classify legitimate e-mail as spam in some cases. It takes time to | 22570 | classify legitimate e-mail as spam in some cases. It takes time to |
| 22571 | run the analysis, the full message must be analyzed, and the user has | 22571 | run the analysis, the full message must be analyzed, and the user has |
| 22572 | to store the database of spam analyses. Statistical analysis on the | 22572 | to store the database of spam analysis. Statistical analysis on the |
| 22573 | server is gaining popularity. This has the advantage of letting the | 22573 | server is gaining popularity. This has the advantage of letting the |
| 22574 | user Just Read Mail, but has the disadvantage that it's harder to tell | 22574 | user Just Read Mail, but has the disadvantage that it's harder to tell |
| 22575 | the server that it has misclassified mail. | 22575 | the server that it has misclassified mail. |
| @@ -23972,7 +23972,7 @@ can be customized. | |||
| 23972 | 23972 | ||
| 23973 | @defvar spam-spamoracle-database | 23973 | @defvar spam-spamoracle-database |
| 23974 | By default, SpamOracle uses the file @file{~/.spamoracle.db} as a database to | 23974 | By default, SpamOracle uses the file @file{~/.spamoracle.db} as a database to |
| 23975 | store its analyses. This is controlled by the variable | 23975 | store its analysis. This is controlled by the variable |
| 23976 | @code{spam-spamoracle-database} which defaults to @code{nil}. That means | 23976 | @code{spam-spamoracle-database} which defaults to @code{nil}. That means |
| 23977 | the default SpamOracle database will be used. In case you want your | 23977 | the default SpamOracle database will be used. In case you want your |
| 23978 | database to live somewhere special, set | 23978 | database to live somewhere special, set |
| @@ -24080,7 +24080,7 @@ Add | |||
| 24080 | 24080 | ||
| 24081 | to @code{spam-registration-functions}. Write the register/unregister | 24081 | to @code{spam-registration-functions}. Write the register/unregister |
| 24082 | routines using the bogofilter register/unregister routines as a | 24082 | routines using the bogofilter register/unregister routines as a |
| 24083 | start, or other restister/unregister routines more appropriate to | 24083 | start, or other register/unregister routines more appropriate to |
| 24084 | Blackbox. | 24084 | Blackbox. |
| 24085 | 24085 | ||
| 24086 | @item | 24086 | @item |
| @@ -24877,7 +24877,7 @@ decryption). | |||
| 24877 | 24877 | ||
| 24878 | @item PGP/MIME - RFC 2015/3156 | 24878 | @item PGP/MIME - RFC 2015/3156 |
| 24879 | RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC | 24879 | RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC |
| 24880 | 1991) describes the @acronym{MIME}-wrapping around the RF 1991/2440 format. | 24880 | 1991) describes the @acronym{MIME}-wrapping around the RFC 1991/2440 format. |
| 24881 | Gnus supports both encoding and decoding. | 24881 | Gnus supports both encoding and decoding. |
| 24882 | 24882 | ||
| 24883 | @item S/MIME - RFC 2633 | 24883 | @item S/MIME - RFC 2633 |
| @@ -26977,7 +26977,7 @@ A collection of messages in one file. The most common digest format is | |||
| 26977 | specified by RFC 1153. | 26977 | specified by RFC 1153. |
| 26978 | 26978 | ||
| 26979 | @item splitting | 26979 | @item splitting |
| 26980 | @cindex splitting, terminolgy | 26980 | @cindex splitting, terminology |
| 26981 | @cindex mail sorting | 26981 | @cindex mail sorting |
| 26982 | @cindex mail filtering (splitting) | 26982 | @cindex mail filtering (splitting) |
| 26983 | The action of sorting your emails according to certain rules. Sometimes | 26983 | The action of sorting your emails according to certain rules. Sometimes |
diff --git a/man/idlwave.texi b/man/idlwave.texi index 8d77cab4baa..eb2f8619ad0 100644 --- a/man/idlwave.texi +++ b/man/idlwave.texi | |||
| @@ -1133,7 +1133,7 @@ When you ask for routine information about an object method, and the | |||
| 1133 | method exists in several classes, IDLWAVE queries for the class of the | 1133 | method exists in several classes, IDLWAVE queries for the class of the |
| 1134 | object, unless the class is already known through a text property on the | 1134 | object, unless the class is already known through a text property on the |
| 1135 | @samp{->} operator (@pxref{Object Method Completion and Class | 1135 | @samp{->} operator (@pxref{Object Method Completion and Class |
| 1136 | Ambiguity}), or by having been explicity included in the call | 1136 | Ambiguity}), or by having been explicitly included in the call |
| 1137 | (e.g. @code{a->myclass::Foo}). | 1137 | (e.g. @code{a->myclass::Foo}). |
| 1138 | 1138 | ||
| 1139 | @cindex Calling sequences | 1139 | @cindex Calling sequences |
| @@ -1185,7 +1185,7 @@ will automatically split into the next two. | |||
| 1185 | @item @i{Other} | 1185 | @item @i{Other} |
| 1186 | @tab Any other routine with a file not known to be on the search path. | 1186 | @tab Any other routine with a file not known to be on the search path. |
| 1187 | @item @i{Unresolved} | 1187 | @item @i{Unresolved} |
| 1188 | @tab An otherwise unkown routine the shell lists as unresolved | 1188 | @tab An otherwise unknown routine the shell lists as unresolved |
| 1189 | (referenced, but not compiled). | 1189 | (referenced, but not compiled). |
| 1190 | @end multitable | 1190 | @end multitable |
| 1191 | 1191 | ||
| @@ -1779,12 +1779,12 @@ entire class inheritance chain. This is often referred to as | |||
| 1779 | @emph{chaining}, and is characterized by chained method calls like | 1779 | @emph{chaining}, and is characterized by chained method calls like |
| 1780 | @w{@code{self->MySuperClass::SetProperty,_EXTRA=e}}. | 1780 | @w{@code{self->MySuperClass::SetProperty,_EXTRA=e}}. |
| 1781 | 1781 | ||
| 1782 | IDLWAVE can accomodate this special synergy between class and keyword | 1782 | IDLWAVE can accommodate this special synergy between class and keyword |
| 1783 | inheritance: if @code{_EXTRA} or @code{_REF_EXTRA} is detected among a | 1783 | inheritance: if @code{_EXTRA} or @code{_REF_EXTRA} is detected among a |
| 1784 | method's keyword parameters, all keywords of superclass versions of | 1784 | method's keyword parameters, all keywords of superclass versions of |
| 1785 | the method being considered can be included in completion. There is | 1785 | the method being considered can be included in completion. There is |
| 1786 | of course no guarantee that this type of keyword chaining actually | 1786 | of course no guarantee that this type of keyword chaining actually |
| 1787 | occurrs, but for some methods it's a very convenient assumption. The | 1787 | occurs, but for some methods it's a very convenient assumption. The |
| 1788 | variable @code{idlwave-keyword-class-inheritance} can be used to | 1788 | variable @code{idlwave-keyword-class-inheritance} can be used to |
| 1789 | configure which methods have keyword inheritance treated in this | 1789 | configure which methods have keyword inheritance treated in this |
| 1790 | simple, class-driven way. By default, only @code{Init} and | 1790 | simple, class-driven way. By default, only @code{Init} and |
| @@ -2207,7 +2207,7 @@ operators (outside of strings and comments, of course), try this in | |||
| 2207 | 2207 | ||
| 2208 | Note that the modified assignment operators which begin with a word | 2208 | Note that the modified assignment operators which begin with a word |
| 2209 | (@samp{AND=}, @samp{OR=}, @samp{NOT=}, etc.) require a leading space to | 2209 | (@samp{AND=}, @samp{OR=}, @samp{NOT=}, etc.) require a leading space to |
| 2210 | be recognized (e.g @code{vAND=4} would be intepreted as a variable | 2210 | be recognized (e.g @code{vAND=4} would be interpreted as a variable |
| 2211 | @code{vAND}). Also note that, since e.g., @code{>} and @code{>=} are | 2211 | @code{vAND}). Also note that, since e.g., @code{>} and @code{>=} are |
| 2212 | both valid operators, it is impossible to surround both by blanks while | 2212 | both valid operators, it is impossible to surround both by blanks while |
| 2213 | they are being typed. Similarly with @code{&} and @code{&&}. For | 2213 | they are being typed. Similarly with @code{&} and @code{&&}. For |
| @@ -2811,7 +2811,7 @@ prefix arg of 1 (i.e. @kbd{C-1 C-c C-d C-b}), the breakpoint gets a | |||
| 2811 | With a numeric prefix greater than one (e.g. @kbd{C-4 C-c C-d C-b}), | 2811 | With a numeric prefix greater than one (e.g. @kbd{C-4 C-c C-d C-b}), |
| 2812 | the breakpoint will only be active the @code{nth} time it is hit. | 2812 | the breakpoint will only be active the @code{nth} time it is hit. |
| 2813 | With a single non-numeric prefix (i.e. @kbd{C-u C-c C-d C-b}), prompt | 2813 | With a single non-numeric prefix (i.e. @kbd{C-u C-c C-d C-b}), prompt |
| 2814 | for a condition --- an IDL expression to be evaulated and trigger the | 2814 | for a condition --- an IDL expression to be evaluated and trigger the |
| 2815 | breakpoint only if true. To clear the breakpoint in the current line, | 2815 | breakpoint only if true. To clear the breakpoint in the current line, |
| 2816 | use @kbd{C-c C-d C-d} (@code{idlwave-clear-current-bp}). When | 2816 | use @kbd{C-c C-d C-d} (@code{idlwave-clear-current-bp}). When |
| 2817 | executed from the shell window, the breakpoint where IDL is currently | 2817 | executed from the shell window, the breakpoint where IDL is currently |
| @@ -3068,7 +3068,7 @@ as it did with @kbd{C-u C-c C-d C-b}. | |||
| 3068 | You can toggle the electric debug mode at any time in a buffer using | 3068 | You can toggle the electric debug mode at any time in a buffer using |
| 3069 | @kbd{C-c C-d C-v} (@kbd{v} to turn it off while in the mode), or from | 3069 | @kbd{C-c C-d C-v} (@kbd{v} to turn it off while in the mode), or from |
| 3070 | the Debug menu. Normally the mode will be enabled and disabled at the | 3070 | the Debug menu. Normally the mode will be enabled and disabled at the |
| 3071 | appropriate times, but occassionally you might want to edit a file | 3071 | appropriate times, but occasionally you might want to edit a file |
| 3072 | while still debugging it, or switch to the mode for conveniently | 3072 | while still debugging it, or switch to the mode for conveniently |
| 3073 | setting lots of breakpoints. | 3073 | setting lots of breakpoints. |
| 3074 | 3074 | ||
| @@ -3136,7 +3136,7 @@ execution is stopped in a buffer due to a triggered breakpoint or error, | |||
| 3136 | or while composing a long command in the IDLWAVE shell. In the latter | 3136 | or while composing a long command in the IDLWAVE shell. In the latter |
| 3137 | case, the command is sent to the shell and its output is visible, but | 3137 | case, the command is sent to the shell and its output is visible, but |
| 3138 | point remains unmoved in the command being composed --- you can inspect | 3138 | point remains unmoved in the command being composed --- you can inspect |
| 3139 | the contituents of a command you're building without interrupting the | 3139 | the constituents of a command you're building without interrupting the |
| 3140 | process of building it! You can even print arbitrary expressions from | 3140 | process of building it! You can even print arbitrary expressions from |
| 3141 | older input or output further up in the shell window --- any expression, | 3141 | older input or output further up in the shell window --- any expression, |
| 3142 | variable, number, or function you see can be examined. | 3142 | variable, number, or function you see can be examined. |
| @@ -4266,7 +4266,7 @@ some browsers: @xref{HTML Help Browser Tips}. | |||
| 4266 | @item @strong{In the shell, my long commands are truncated at 256 characters!} | 4266 | @item @strong{In the shell, my long commands are truncated at 256 characters!} |
| 4267 | 4267 | ||
| 4268 | This actually happens when running IDL in an XTerm as well. There are | 4268 | This actually happens when running IDL in an XTerm as well. There are |
| 4269 | a couple of work arounds: @code{define_key,/control,'^d'} (e.g. in | 4269 | a couple of workarounds: @code{define_key,/control,'^d'} (e.g. in |
| 4270 | your @file{$IDL_STARTUP} file) will disable the @samp{EOF} character | 4270 | your @file{$IDL_STARTUP} file) will disable the @samp{EOF} character |
| 4271 | and give you a 512 character limit. You won't be able to use | 4271 | and give you a 512 character limit. You won't be able to use |
| 4272 | @key{C-d} to quit the shell, however. Another possibility is | 4272 | @key{C-d} to quit the shell, however. Another possibility is |
| @@ -4281,7 +4281,7 @@ is loaded is one page off, e.g. for @code{CONVERT_COORD}, I get | |||
| 4281 | You have a mismatch between your help index and the HTML help package | 4281 | You have a mismatch between your help index and the HTML help package |
| 4282 | you downloaded. You need to ensure you download a ``downgrade kit'' if | 4282 | you downloaded. You need to ensure you download a ``downgrade kit'' if |
| 4283 | you are using anything older than the latest HTML help package. A new | 4283 | you are using anything older than the latest HTML help package. A new |
| 4284 | help package apppears with each IDL release (assuming the documentation | 4284 | help package appears with each IDL release (assuming the documentation |
| 4285 | is updated). | 4285 | is updated). |
| 4286 | Starting with IDL 6.2, the HTML help and its catalog are | 4286 | Starting with IDL 6.2, the HTML help and its catalog are |
| 4287 | distributed with IDL, and so should never be inconsistent. | 4287 | distributed with IDL, and so should never be inconsistent. |
diff --git a/man/org.texi b/man/org.texi index 2e675f320e0..c6b9f39e5f9 100644 --- a/man/org.texi +++ b/man/org.texi | |||
| @@ -2336,7 +2336,7 @@ into the following column). | |||
| 2336 | When Org-mode prompts for a date/time, the function reading your input | 2336 | When Org-mode prompts for a date/time, the function reading your input |
| 2337 | will replace anything you choose not to specify with the current date | 2337 | will replace anything you choose not to specify with the current date |
| 2338 | and time. For details, see the documentation string of | 2338 | and time. For details, see the documentation string of |
| 2339 | @command{org-read-date}. Also, a calender will pop up to allow | 2339 | @command{org-read-date}. Also, a calendar will pop up to allow |
| 2340 | selecting a date. The calendar can be fully controlled from the | 2340 | selecting a date. The calendar can be fully controlled from the |
| 2341 | minibuffer, and a date can be selected with the following commands: | 2341 | minibuffer, and a date can be selected with the following commands: |
| 2342 | 2342 | ||
diff --git a/man/reftex.texi b/man/reftex.texi index 0586c5851bd..b08b0d25d9f 100644 --- a/man/reftex.texi +++ b/man/reftex.texi | |||
| @@ -25,7 +25,7 @@ citations and indices for LaTeX documents with Emacs. | |||
| 25 | This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for | 25 | This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for |
| 26 | @b{Ref@TeX{}} @value{VERSION} | 26 | @b{Ref@TeX{}} @value{VERSION} |
| 27 | 27 | ||
| 28 | Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005 | 28 | Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006 |
| 29 | Free Software Foundation, Inc. | 29 | Free Software Foundation, Inc. |
| 30 | 30 | ||
| 31 | @quotation | 31 | @quotation |
| @@ -3572,7 +3572,7 @@ expression, scans the buffers with BibTeX entries (taken from the | |||
| 3572 | and offers the matching entries for selection. The selected entry is | 3572 | and offers the matching entries for selection. The selected entry is |
| 3573 | formatted according to @code{reftex-cite-format} and inserted into the | 3573 | formatted according to @code{reftex-cite-format} and inserted into the |
| 3574 | buffer. @* | 3574 | buffer. @* |
| 3575 | When called with a @kbd{C-u} prefixe, prompt for optional arguments in | 3575 | When called with a @kbd{C-u} prefix, prompt for optional arguments in |
| 3576 | cite macros. When called with a numeric prefix, make that many citations. | 3576 | cite macros. When called with a numeric prefix, make that many citations. |
| 3577 | When called with point inside the braces of a @code{\cite} command, it | 3577 | When called with point inside the braces of a @code{\cite} command, it |
| 3578 | will add another key, ignoring the value of | 3578 | will add another key, ignoring the value of |
| @@ -3780,7 +3780,7 @@ Commands and levels used for defining sections in the document. The | |||
| 3780 | @code{cdr} is a number indicating its level. A negative level means the | 3780 | @code{cdr} is a number indicating its level. A negative level means the |
| 3781 | same as the positive value, but the section will never get a number. | 3781 | same as the positive value, but the section will never get a number. |
| 3782 | The @code{cdr} may also be a function which then has to return the | 3782 | The @code{cdr} may also be a function which then has to return the |
| 3783 | level. This list is also used for promotion and demption of sectioning | 3783 | level. This list is also used for promotion and demotion of sectioning |
| 3784 | commands. If you are using a document class which has several sets of | 3784 | commands. If you are using a document class which has several sets of |
| 3785 | sectioning commands, promotion only works correctly if this list is | 3785 | sectioning commands, promotion only works correctly if this list is |
| 3786 | sorted first by set, then within each set by level. The promotion | 3786 | sorted first by set, then within each set by level. The promotion |
| @@ -5193,7 +5193,7 @@ Fixed bug in @code{reftex-create-bibtex-file} when @code{reftex-comment-citation | |||
| 5193 | is non-nil. | 5193 | is non-nil. |
| 5194 | @item | 5194 | @item |
| 5195 | Fixed bugs in indexing: Case-sensitive search, quotes before and/or | 5195 | Fixed bugs in indexing: Case-sensitive search, quotes before and/or |
| 5196 | after words. Disabbled indexing in comment lines. | 5196 | after words. Disabled indexing in comment lines. |
| 5197 | @end itemize | 5197 | @end itemize |
| 5198 | 5198 | ||
| 5199 | @noindent @b{Version 4.22} | 5199 | @noindent @b{Version 4.22} |
diff --git a/man/tramp.texi b/man/tramp.texi index b6640d3648e..e7d7b3d6b8d 100644 --- a/man/tramp.texi +++ b/man/tramp.texi | |||
| @@ -698,7 +698,7 @@ remote host. | |||
| 698 | 698 | ||
| 699 | Additionally, the method @option{plink1} is provided, which calls | 699 | Additionally, the method @option{plink1} is provided, which calls |
| 700 | @samp{plink -1 -ssh} in order to use SSH protocol version 1 | 700 | @samp{plink -1 -ssh} in order to use SSH protocol version 1 |
| 701 | explicitely. | 701 | explicitly. |
| 702 | 702 | ||
| 703 | CCC: Do we have to connect to the remote host once from the command | 703 | CCC: Do we have to connect to the remote host once from the command |
| 704 | line to accept the SSH key? Maybe this can be made automatic? | 704 | line to accept the SSH key? Maybe this can be made automatic? |
| @@ -1261,12 +1261,12 @@ Example: | |||
| 1261 | 1261 | ||
| 1262 | Sometimes it is necessary to connect to the same remote host several | 1262 | Sometimes it is necessary to connect to the same remote host several |
| 1263 | times. Reentering passwords again and again would be annoying, when | 1263 | times. Reentering passwords again and again would be annoying, when |
| 1264 | the choosen method does not support access without password prompt | 1264 | the chosen method does not support access without password prompt |
| 1265 | throught own configuration. | 1265 | through own configuration. |
| 1266 | 1266 | ||
| 1267 | By default, @value{tramp} caches the passwords entered by you. They will | 1267 | By default, @value{tramp} caches the passwords entered by you. They will |
| 1268 | be reused next time if a connection needs them for the same user name | 1268 | be reused next time if a connection needs them for the same user name |
| 1269 | and host name, independant of the connection method. | 1269 | and host name, independently of the connection method. |
| 1270 | 1270 | ||
| 1271 | @vindex password-cache-expiry | 1271 | @vindex password-cache-expiry |
| 1272 | Passwords are not saved permanently, that means the password caching | 1272 | Passwords are not saved permanently, that means the password caching |
| @@ -1524,7 +1524,7 @@ When | |||
| 1524 | @end ifset | 1524 | @end ifset |
| 1525 | is @code{nil} (the default), such problems do not occur. | 1525 | is @code{nil} (the default), such problems do not occur. |
| 1526 | 1526 | ||
| 1527 | Therefore, it is usefull to set special values for @value{tramp} | 1527 | Therefore, it is useful to set special values for @value{tramp} |
| 1528 | files. For example, the following statement effectively `turns off' | 1528 | files. For example, the following statement effectively `turns off' |
| 1529 | the effect of | 1529 | the effect of |
| 1530 | @ifset emacs | 1530 | @ifset emacs |
| @@ -2365,7 +2365,7 @@ installed from the start. If the filenames were unified, @value{tramp} | |||
| 2365 | would have to be installed from the start, too. | 2365 | would have to be installed from the start, too. |
| 2366 | 2366 | ||
| 2367 | @ifset xemacs | 2367 | @ifset xemacs |
| 2368 | @strong{Note:} If you'ld like to use a similar syntax like | 2368 | @strong{Note:} If you'd like to use a similar syntax like |
| 2369 | @value{ftppackagename}, you need the following settings in your init | 2369 | @value{ftppackagename}, you need the following settings in your init |
| 2370 | file: | 2370 | file: |
| 2371 | 2371 | ||
diff --git a/man/vip.texi b/man/vip.texi index c8d21c3c533..39bd96618a1 100644 --- a/man/vip.texi +++ b/man/vip.texi | |||
| @@ -914,7 +914,7 @@ Use @kbd{V} instead of @kbd{v}, if you wish to visit a file in another | |||
| 914 | window. | 914 | window. |
| 915 | 915 | ||
| 916 | You can verify which file you are editing by typing @kbd{g}. (You can also | 916 | You can verify which file you are editing by typing @kbd{g}. (You can also |
| 917 | type @kbd{X B} to get nformation on other buffers too.) If you type | 917 | type @kbd{X B} to get information on other buffers too.) If you type |
| 918 | @kbd{g} you will get an information like below in the echo area:@refill | 918 | @kbd{g} you will get an information like below in the echo area:@refill |
| 919 | @example | 919 | @example |
| 920 | "/usr/masahiko/man/vip.texinfo" line 921 of 1949 | 920 | "/usr/masahiko/man/vip.texinfo" line 921 of 1949 |
| @@ -1665,7 +1665,7 @@ Delete previous word (@code{vip-delete-backward-word}). | |||
| 1665 | @item C-z | 1665 | @item C-z |
| 1666 | @kindex 032 @kbd{C-z} (@code{vip-ESC}) (insert mode) | 1666 | @kindex 032 @kbd{C-z} (@code{vip-ESC}) (insert mode) |
| 1667 | This key simulates @key{ESC} key in emacs mode. For instance, typing | 1667 | This key simulates @key{ESC} key in emacs mode. For instance, typing |
| 1668 | @kbd{C-z x} in insert mode iw the same as typing @kbd{ESC x} in emacs mode | 1668 | @kbd{C-z x} in insert mode is the same as typing @kbd{ESC x} in emacs mode |
| 1669 | (@code{vip-ESC}). | 1669 | (@code{vip-ESC}). |
| 1670 | @end table | 1670 | @end table |
| 1671 | @noindent | 1671 | @noindent |
diff --git a/man/viper.texi b/man/viper.texi index 7f67f0970fd..b1206c42c85 100644 --- a/man/viper.texi +++ b/man/viper.texi | |||
| @@ -236,7 +236,7 @@ etc. | |||
| 236 | 236 | ||
| 237 | Furthermore, Viper lets Ex-style commands to work on the current region. | 237 | Furthermore, Viper lets Ex-style commands to work on the current region. |
| 238 | This is done by typing a digit argument before @kbd{:}. For instance, | 238 | This is done by typing a digit argument before @kbd{:}. For instance, |
| 239 | typing @kbd{1:} will propmt you with something like @emph{:123,135}, | 239 | typing @kbd{1:} will prompt you with something like @emph{:123,135}, |
| 240 | assuming that the current region starts at line 123 and ends at line | 240 | assuming that the current region starts at line 123 and ends at line |
| 241 | 135. There is no need to type the line numbers, since Viper inserts them | 241 | 135. There is no need to type the line numbers, since Viper inserts them |
| 242 | automatically in front of the Ex command. | 242 | automatically in front of the Ex command. |
| @@ -417,7 +417,7 @@ should start them with a @kbd{:}, e.g., @kbd{:WW}. | |||
| 417 | 417 | ||
| 418 | In Viper, Ex commands can be made to work on the current Emacs region. | 418 | In Viper, Ex commands can be made to work on the current Emacs region. |
| 419 | This is done by typing a digit argument before @kbd{:}. | 419 | This is done by typing a digit argument before @kbd{:}. |
| 420 | For instance, typing @kbd{1:} will propmt you with something like | 420 | For instance, typing @kbd{1:} will prompt you with something like |
| 421 | @emph{:123,135}, assuming that the current region starts at line 123 and | 421 | @emph{:123,135}, assuming that the current region starts at line 123 and |
| 422 | ends at line 135. There is no need to type the line numbers, since Viper | 422 | ends at line 135. There is no need to type the line numbers, since Viper |
| 423 | inserts them automatically in front of the Ex command. | 423 | inserts them automatically in front of the Ex command. |
| @@ -2292,7 +2292,7 @@ the Shell mode by changing the bindings for @kbd{C-m} and @kbd{C-d} using | |||
| 2292 | (@pxref{Customization}). | 2292 | (@pxref{Customization}). |
| 2293 | 2293 | ||
| 2294 | In some cases, some @emph{minor} modes might override certain essential | 2294 | In some cases, some @emph{minor} modes might override certain essential |
| 2295 | bindings in Vi command state. This is not a big priblem because this | 2295 | bindings in Vi command state. This is not a big problem because this |
| 2296 | can happen only in the beginning, when the minor mode kicks in. Typing | 2296 | can happen only in the beginning, when the minor mode kicks in. Typing |
| 2297 | @code{M-x viper-mode} will correct the situation. Viper knows about | 2297 | @code{M-x viper-mode} will correct the situation. Viper knows about |
| 2298 | several such minor modes and takes care of them, so the above trick | 2298 | several such minor modes and takes care of them, so the above trick |
| @@ -2670,7 +2670,7 @@ placing this command in @code{~/.viper}: | |||
| 2670 | (setq viper-mouse-insert-key '(meta 2)) | 2670 | (setq viper-mouse-insert-key '(meta 2)) |
| 2671 | @end lisp | 2671 | @end lisp |
| 2672 | If you want to bind mouse-insert to an action even if this action is | 2672 | If you want to bind mouse-insert to an action even if this action is |
| 2673 | already taked for other purposes in Emacs, then you should add this command | 2673 | already taken for other purposes in Emacs, then you should add this command |
| 2674 | to @code{~/.viper}, after setting @code{viper-mouse-insert-key}: | 2674 | to @code{~/.viper}, after setting @code{viper-mouse-insert-key}: |
| 2675 | @lisp | 2675 | @lisp |
| 2676 | (viper-bind-mouse-insert-key 'force) | 2676 | (viper-bind-mouse-insert-key 'force) |
| @@ -3236,7 +3236,7 @@ Control character. | |||
| 3236 | 3236 | ||
| 3237 | Finally, we note that Viper's Ex-style commands can be made to work on the | 3237 | Finally, we note that Viper's Ex-style commands can be made to work on the |
| 3238 | current Emacs region. This is done by typing a digit argument before | 3238 | current Emacs region. This is done by typing a digit argument before |
| 3239 | @kbd{:}. For instance, typing @kbd{1:} will propmt you with something like | 3239 | @kbd{:}. For instance, typing @kbd{1:} will prompt you with something like |
| 3240 | @emph{:123,135}, assuming that the current region starts at line 123 and | 3240 | @emph{:123,135}, assuming that the current region starts at line 123 and |
| 3241 | ends at line 135. There is no need to type the line numbers, since Viper | 3241 | ends at line 135. There is no need to type the line numbers, since Viper |
| 3242 | inserts them automatically in front of the Ex command. | 3242 | inserts them automatically in front of the Ex command. |
diff --git a/man/xresmini.texi b/man/xresmini.texi index 7445028e0be..7dc66d1e185 100644 --- a/man/xresmini.texi +++ b/man/xresmini.texi | |||
| @@ -347,7 +347,7 @@ widget "Emacs.pane.menubar" style "my_style" | |||
| 347 | widget "Emacs.pane.emacs.verticalScrollBar" style "my_style" | 347 | widget "Emacs.pane.emacs.verticalScrollBar" style "my_style" |
| 348 | @end smallexample | 348 | @end smallexample |
| 349 | 349 | ||
| 350 | But to aoid having to type it all, wildcards are often used. @samp{*} | 350 | But to avoid having to type it all, wildcards are often used. @samp{*} |
| 351 | matches zero or more characters and @samp{?} matches one character. So "*" | 351 | matches zero or more characters and @samp{?} matches one character. So "*" |
| 352 | matches all widgets. | 352 | matches all widgets. |
| 353 | 353 | ||