aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2005-03-24 13:33:45 +0000
committerJay Belanger2005-03-24 13:33:45 +0000
commit35626cba63178602ef049c34d32eecb310f53ff1 (patch)
treec7f0b39bb5cfa0ef7f1eda557fdd05cd8ee04a5d
parenta702ffbb9956f5363315be065d4ea264ffbda744 (diff)
downloademacs-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.texi23
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
12264The @kbd{m R} (@code{calc-mode-record-mode}) command tells Calc to 12264The @kbd{m R} (@code{calc-mode-record-mode}) command tells Calc to
12265record the new mode settings (as if by pressing @kbd{m m}) every 12265record all the mode settings (as if by pressing @kbd{m m}) every
12266time a mode setting changes. If Embedded mode is enabled, other 12266time a mode setting changes. If the modes are saved this way, then this
12267options are available; @pxref{Mode Settings in Embedded Mode}. 12267``automatic mode recording'' mode is also saved.
12268Type @kbd{m R} again to disable this method of recording the mode
12269settings. To turn it off permanently, the @kbd{m m} command will also be
12270necessary. (If Embedded mode is enabled, other options for recording
12271the 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
30452The mode settings can be changed while Calc is in embedded mode, but 30456The mode settings can be changed while Calc is in embedded mode, but
30453will revert to their original values when embedded mode is ended 30457will 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
30457Embedded mode has a rather complicated mechanism for handling mode 30461Embedded mode has a rather complicated mechanism for handling mode
30458settings in Embedded formulas. It is possible to put annotations 30462settings 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.
30572We would have to go down to the other formula and press @kbd{M-# u} 30576We would have to go down to the other formula and press @kbd{M-# u}
30573on it in order to get it to notice the new annotation. 30577on it in order to get it to notice the new annotation.
30574 30578
30575Two more mode-recording modes selectable by @kbd{m R} are @code{Save} 30579Two more mode-recording modes selectable by @kbd{m R} are available
30576(which works even outside of Embedded mode), in which mode settings 30580which are also available outside of Embedded mode.
30577are recorded permanently in your Calc init file (the file given by the 30581(@pxref{General Mode Commands}.) They are @code{Save}, in which mode
30578variable @code{calc-settings-file}, typically @file{~/.calc.el}) 30582settings are recorded permanently in your Calc init file (the file given
30583by the variable @code{calc-settings-file}, typically @file{~/.calc.el})
30579rather than by annotating the current document, and no-recording 30584rather than by annotating the current document, and no-recording
30580mode (where there is no symbol like @code{Save} or @code{Local} in 30585mode (where there is no symbol like @code{Save} or @code{Local} in
30581the mode line), in which mode-changing commands do not leave any 30586the mode line), in which mode-changing commands do not leave any