emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/calc.texi


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/man/calc.texi
Date: Wed, 25 May 2005 16:55:50 -0400

Index: emacs/man/calc.texi
diff -c emacs/man/calc.texi:1.61 emacs/man/calc.texi:1.62
*** emacs/man/calc.texi:1.61    Sat May 21 16:03:42 2005
--- emacs/man/calc.texi Wed May 25 20:55:49 2005
***************
*** 162,167 ****
--- 162,168 ----
  * Store and Recall::      Storing and recalling variables.
  * Graphics::              Commands for making graphs of data.
  * Kill and Yank::         Moving data into and out of Calc.
+ * Keypad Mode::           Operating Calc from a keypad.
  * Embedded Mode::         Working with formulas embedded in a file.
  * Programming::           Calc as a programmable calculator.
  
***************
*** 1028,1034 ****
  
  ...
  --**-Emacs: myfile             (Fundamental)----All----------------------
! --- Emacs Calculator Mode ---                   |Emacs Calc Mode v2.00...
  2:  17.3                                        |    17.3
  1:  -5                                          |    3
      .                                           |    2
--- 1029,1035 ----
  
  ...
  --**-Emacs: myfile             (Fundamental)----All----------------------
! --- Emacs Calculator Mode ---                   |Emacs Calc Mode v2.1 ...
  2:  17.3                                        |    17.3
  1:  -5                                          |    3
      .                                           |    2
***************
*** 1149,1176 ****
  \medskip
  @end tex
  @smallexample
!                                         |--- Emacs Calculator Mode ---
!                                         |2:  17.3
!                                         |1:  -5
!                                         |    .
!                                         |--%%-Calc: 12 Deg       (Calcul
!                                         |----+-----Calc 2.00-----+----1
!                                         |FLR |CEIL|RND |TRNC|CLN2|FLT |
!                                         |----+----+----+----+----+----|
!                                         | LN |EXP |    |ABS |IDIV|MOD |
!                                         |----+----+----+----+----+----|
!                                         |SIN |COS |TAN |SQRT|y^x |1/x |
!                                         |----+----+----+----+----+----|
!                                         |  ENTER  |+/- |EEX |UNDO| <- |
!                                         |-----+---+-+--+--+-+---++----|
!                                         | INV |  7  |  8  |  9  |  /  |
!                                         |-----+-----+-----+-----+-----|
!                                         | HYP |  4  |  5  |  6  |  *  |
!                                         |-----+-----+-----+-----+-----|
!                                         |EXEC |  1  |  2  |  3  |  -  |
!                                         |-----+-----+-----+-----+-----|
!                                         | OFF |  0  |  .  | PI  |  +  |
!                                         |-----+-----+-----+-----+-----+
  @end smallexample
  
  Keypad mode is much easier for beginners to learn, because there
--- 1150,1179 ----
  \medskip
  @end tex
  @smallexample
! @group
! |--- Emacs Calculator Mode ---
! |2:  17.3
! |1:  -5
! |    .
! |--%%-Calc: 12 Deg       (Calcul
! |----+-----Calc 2.1------+----1
! |FLR |CEIL|RND |TRNC|CLN2|FLT |
! |----+----+----+----+----+----|
! | LN |EXP |    |ABS |IDIV|MOD |
! |----+----+----+----+----+----|
! |SIN |COS |TAN |SQRT|y^x |1/x |
! |----+----+----+----+----+----|
! |  ENTER  |+/- |EEX |UNDO| <- |
! |-----+---+-+--+--+-+---++----|
! | INV |  7  |  8  |  9  |  /  |
! |-----+-----+-----+-----+-----|
! | HYP |  4  |  5  |  6  |  *  |
! |-----+-----+-----+-----+-----|
! |EXEC |  1  |  2  |  3  |  -  |
! |-----+-----+-----+-----+-----|
! | OFF |  0  |  .  | PI  |  +  |
! |-----+-----+-----+-----+-----+
! @end group
  @end smallexample
  
  Keypad mode is much easier for beginners to learn, because there
***************
*** 10010,10016 ****
  * Numeric Entry::
  * Algebraic Entry::
  * Quick Calculator::
- * Keypad Mode::
  * Prefix Arguments::
  * Undo::
  * Error Messages::
--- 10013,10018 ----
***************
*** 29649,29655 ****
  just by double-clicking on it in the shell, then middle-clicking
  in the Calc window.
  
! @node Keypad Mode, Embedded Mode, Kill and Yank, Introduction
  @chapter Keypad Mode
  
  @noindent
--- 29651,29657 ----
  just by double-clicking on it in the shell, then middle-clicking
  in the Calc window.
  
! @node Keypad Mode, Embedded Mode, Kill and Yank, Top
  @chapter Keypad Mode
  
  @noindent
***************
*** 29706,29712 ****
  
  @smallexample
  @group
! |----+-----Calc 2.00-----+----1
  |FLR |CEIL|RND |TRNC|CLN2|FLT |
  |----+----+----+----+----+----|
  | LN |EXP |    |ABS |IDIV|MOD |
--- 29708,29714 ----
  
  @smallexample
  @group
! |----+-----Calc 2.1------+----1
  |FLR |CEIL|RND |TRNC|CLN2|FLT |
  |----+----+----+----+----+----|
  | LN |EXP |    |ABS |IDIV|MOD |
***************
*** 35020,35026 ****
  @appendix Calc Summary
  
  @noindent
! This section includes a complete list of Calc 2.02 keystroke commands.
  Each line lists the stack entries used by the command (top-of-stack
  last), the keystrokes themselves, the prompts asked by the command,
  and the result of the command (also with top-of-stack last).
--- 35022,35028 ----
  @appendix Calc Summary
  
  @noindent
! This section includes a complete list of Calc 2.1 keystroke commands.
  Each line lists the stack entries used by the command (top-of-stack
  last), the keystrokes themselves, the prompts asked by the command,
  and the result of the command (also with top-of-stack last).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]