comparison man/calc.texi @ 83236:6b379caca6fa

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-720 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-721 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-722 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-723 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-724 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-725 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-276
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 10 Dec 2004 15:24:54 +0000
parents 930714bc23e0
children 061e79e10789
comparison
equal deleted inserted replaced
83235:7950b2b0a56a 83236:6b379caca6fa
823 commands like @kbd{M-x calc} (for the standard user interface) or 823 commands like @kbd{M-x calc} (for the standard user interface) or
824 @w{@kbd{M-x calc-keypad}} (for Keypad Mode). First type @kbd{M-x} 824 @w{@kbd{M-x calc-keypad}} (for Keypad Mode). First type @kbd{M-x}
825 (that's Meta with the letter @kbd{x}), then, at the prompt, 825 (that's Meta with the letter @kbd{x}), then, at the prompt,
826 type the full command (like @kbd{calc-keypad}) and press Return. 826 type the full command (like @kbd{calc-keypad}) and press Return.
827 827
828 If you type @kbd{M-x calc} and Emacs still doesn't recognize the
829 command (it will say @samp{[No match]} when you try to press
830 @key{RET}), then Calc has not been properly installed.
831
832 The same commands (like @kbd{M-# c} or @kbd{M-# M-#}) that start 828 The same commands (like @kbd{M-# c} or @kbd{M-# M-#}) that start
833 the Calculator also turn it off if it is already on. 829 the Calculator also turn it off if it is already on.
834 830
835 @node The Standard Interface, Quick Mode Overview, Starting Calc, Using Calc 831 @node The Standard Interface, Quick Mode Overview, Starting Calc, Using Calc
836 @subsection The Standard Calc Interface 832 @subsection The Standard Calc Interface
952 948
953 @noindent 949 @noindent
954 @dfn{Keypad Mode} is a mouse-based interface to the Calculator. 950 @dfn{Keypad Mode} is a mouse-based interface to the Calculator.
955 It is designed for use with terminals that support a mouse. If you 951 It is designed for use with terminals that support a mouse. If you
956 don't have a mouse, you will have to operate keypad mode with your 952 don't have a mouse, you will have to operate keypad mode with your
957 arrow keys (which is probably more trouble than it's worth). Keypad 953 arrow keys (which is probably more trouble than it's worth).
958 mode is currently not supported under Emacs 19.
959 954
960 Type @kbd{M-# k} to turn Keypad Mode on or off. Once again you 955 Type @kbd{M-# k} to turn Keypad Mode on or off. Once again you
961 get two new windows, this time on the righthand side of the screen 956 get two new windows, this time on the righthand side of the screen
962 instead of at the bottom. The upper window is the familiar Calc 957 instead of at the bottom. The upper window is the familiar Calc
963 Stack; the lower window is a picture of a typical calculator keypad. 958 Stack; the lower window is a picture of a typical calculator keypad.