diff options
| author | Jay Belanger | 2005-03-24 13:33:45 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-03-24 13:33:45 +0000 |
| commit | 35626cba63178602ef049c34d32eecb310f53ff1 (patch) | |
| tree | c7f0b39bb5cfa0ef7f1eda557fdd05cd8ee04a5d | |
| parent | a702ffbb9956f5363315be065d4ea264ffbda744 (diff) | |
| download | emacs-35626cba63178602ef049c34d32eecb310f53ff1.tar.gz emacs-35626cba63178602ef049c34d32eecb310f53ff1.zip | |
(General Mode Commands, Mode Settings in Embedded Mode): Added some
explanation of recording mode settings.
| -rw-r--r-- | man/calc.texi | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/man/calc.texi b/man/calc.texi index c45fd8cd227..ca3d0d1dbd3 100644 --- a/man/calc.texi +++ b/man/calc.texi | |||
| @@ -12262,9 +12262,13 @@ appended to the end of the file. | |||
| 12262 | @kindex m R | 12262 | @kindex m R |
| 12263 | @pindex calc-mode-record-mode | 12263 | @pindex calc-mode-record-mode |
| 12264 | The @kbd{m R} (@code{calc-mode-record-mode}) command tells Calc to | 12264 | The @kbd{m R} (@code{calc-mode-record-mode}) command tells Calc to |
| 12265 | record the new mode settings (as if by pressing @kbd{m m}) every | 12265 | record all the mode settings (as if by pressing @kbd{m m}) every |
| 12266 | time a mode setting changes. If Embedded mode is enabled, other | 12266 | time a mode setting changes. If the modes are saved this way, then this |
| 12267 | options are available; @pxref{Mode Settings in Embedded Mode}. | 12267 | ``automatic mode recording'' mode is also saved. |
| 12268 | Type @kbd{m R} again to disable this method of recording the mode | ||
| 12269 | settings. To turn it off permanently, the @kbd{m m} command will also be | ||
| 12270 | necessary. (If Embedded mode is enabled, other options for recording | ||
| 12271 | the modes are available; @pxref{Mode Settings in Embedded Mode}.) | ||
| 12268 | 12272 | ||
| 12269 | @kindex m F | 12273 | @kindex m F |
| 12270 | @pindex calc-settings-file-name | 12274 | @pindex calc-settings-file-name |
| @@ -30451,8 +30455,8 @@ use @kbd{M-# u} to update the buffer by hand. | |||
| 30451 | @noindent | 30455 | @noindent |
| 30452 | The mode settings can be changed while Calc is in embedded mode, but | 30456 | The mode settings can be changed while Calc is in embedded mode, but |
| 30453 | will revert to their original values when embedded mode is ended | 30457 | will revert to their original values when embedded mode is ended |
| 30454 | (except for the modes changed while the mode-setting mode was | 30458 | (except for the modes saved when the mode-recording mode is |
| 30455 | @code{Save}). | 30459 | @code{Save}; see below). |
| 30456 | 30460 | ||
| 30457 | Embedded mode has a rather complicated mechanism for handling mode | 30461 | Embedded mode has a rather complicated mechanism for handling mode |
| 30458 | settings in Embedded formulas. It is possible to put annotations | 30462 | settings in Embedded formulas. It is possible to put annotations |
| @@ -30572,10 +30576,11 @@ rules of reading annotations the @samp{(sci 0)} applies to it, too. | |||
| 30572 | We would have to go down to the other formula and press @kbd{M-# u} | 30576 | We would have to go down to the other formula and press @kbd{M-# u} |
| 30573 | on it in order to get it to notice the new annotation. | 30577 | on it in order to get it to notice the new annotation. |
| 30574 | 30578 | ||
| 30575 | Two more mode-recording modes selectable by @kbd{m R} are @code{Save} | 30579 | Two more mode-recording modes selectable by @kbd{m R} are available |
| 30576 | (which works even outside of Embedded mode), in which mode settings | 30580 | which are also available outside of Embedded mode. |
| 30577 | are recorded permanently in your Calc init file (the file given by the | 30581 | (@pxref{General Mode Commands}.) They are @code{Save}, in which mode |
| 30578 | variable @code{calc-settings-file}, typically @file{~/.calc.el}) | 30582 | settings are recorded permanently in your Calc init file (the file given |
| 30583 | by the variable @code{calc-settings-file}, typically @file{~/.calc.el}) | ||
| 30579 | rather than by annotating the current document, and no-recording | 30584 | rather than by annotating the current document, and no-recording |
| 30580 | mode (where there is no symbol like @code{Save} or @code{Local} in | 30585 | mode (where there is no symbol like @code{Save} or @code{Local} in |
| 30581 | the mode line), in which mode-changing commands do not leave any | 30586 | the mode line), in which mode-changing commands do not leave any |