Previous: Modes Variable, Up: Mode Settings [Contents][Index]
This section is a summary of all symbols that can appear on the Calc mode line, the highlighted bar that appears under the Calc stack window (or under an editing window in Embedded mode).
The basic mode line format is:
--%*-Calc: 12 Deg other modes (Calculator)
The ‘%*’ indicates that the buffer is “read-only”; it shows that regular Emacs commands are not allowed to edit the stack buffer as if it were text.
The word ‘Calc:’ changes to ‘CalcEmbed:’ if Embedded mode is enabled. The words after this describe the various Calc modes that are in effect.
The first mode is always the current precision, an integer.
The second mode is always the angular mode, either Deg,
Rad, or Hms.
Here is a complete list of the remaining symbols that can appear on the mode line:
AlgAlgebraic mode (m a; see Algebraic Entry).
Alg[(Incomplete algebraic mode (C-u m a).
Alg*Total algebraic mode (m t).
SymbSymbolic mode (m s; see Symbolic Mode).
MatrixMatrix mode (m v; see Matrix Mode).
MatrixnDimensioned Matrix mode (C-u n m v; see Matrix Mode).
SqMatrixSquare Matrix mode (C-u m v; see Matrix Mode).
ScalarScalar mode (m v; see Matrix Mode).
PolarPolar complex mode (m p; see Polar Mode).
FracFraction mode (m f; see Fraction Mode).
InfInfinite mode (m i; see Infinite Mode).
+InfPositive Infinite mode (C-u 0 m i).
NoSimpDefault simplifications off (m O; see Simplification Modes).
NumSimpDefault simplifications for numeric arguments only (m N).
BinSimpwBinary-integer simplification mode; word size w (m B, b w).
BasicSimpBasic simplification mode (m I).
ExtSimpExtended algebraic simplification mode (m E).
UnitSimpUnits simplification mode (m U).
BinCurrent radix is 2 (d 2; see Radix Modes).
OctCurrent radix is 8 (d 8).
HexCurrent radix is 16 (d 6).
RadixnCurrent radix is n (d r).
ZeroLeading zeros (d z; see Radix Modes).
BigBig language mode (d B; see Normal Language Modes).
FlatOne-line normal language mode (d O).
UnformUnformatted language mode (d U).
CC language mode (d C; see C FORTRAN Pascal).
PascalPascal language mode (d P).
FortranFORTRAN language mode (d F).
TeXTeX language mode (d T; see TeX and LaTeX Language Modes).
LaTeXLaTeX language mode (d L; see TeX and LaTeX Language Modes).
EqnEqn language mode (d E; see Eqn Language Mode).
MathMathematica language mode (d M; see Mathematica Language Mode).
MapleMaple language mode (d W; see Maple Language Mode).
NormnNormal float mode with n digits (d n; see Float Formats).
FixnFixed point mode with n digits after the point (d f).
SciScientific notation mode (d s).
ScinScientific notation with n digits (d s).
EngEngineering notation mode (d e).
EngnEngineering notation with n digits (d e).
LeftnLeft-justified display indented by n (d <; see Justification).
RightRight-justified display (d >).
RightnRight-justified display with width n (d >).
CenterCentered display (d =).
CenternCentered display with center column n (d =).
WidnLine breaking with width n (d b; see Normal Language Modes).
WideNo line breaking (d b).
BreakSelections show deep structure (j b; see Making Selections).
SaveRecord modes in ~/.emacs.d/calc.el (m R; see General Mode Commands).
LocalRecord modes in Embedded buffer (m R).
LocEditRecord modes as editing-only in Embedded buffer (m R).
LocPermRecord modes as permanent-only in Embedded buffer (m R).
GlobalRecord modes as global in Embedded buffer (m R).
ManualAutomatic recomputation turned off (m C; see Automatic Recomputation).
GraphGNUPLOT process is alive in background (see Graphics).
SelTop-of-stack has a selection (Embedded only; see Making Selections).
DirtyThe stack display may not be up-to-date (see Display Modes).
Inv“Inverse” prefix was pressed (I; see Inverse and Hyperbolic).
Hyp“Hyperbolic” prefix was pressed (H).
Keep“Keep-arguments” prefix was pressed (K).
NarrowStack is truncated (d t; see Truncating the Stack).
In addition, the symbols Active and ~Active can appear
as minor modes on an Embedded buffer’s mode line. See Embedded Mode.
Previous: Modes Variable, Up: Mode Settings [Contents][Index]