Mercurial > emacs
comparison lisp/calc/README @ 41048:7fa61a947b61
Update maintainer.
author | Colin Walters <walters@gnu.org> |
---|---|
date | Wed, 14 Nov 2001 09:09:41 +0000 |
parents | 2fb9d407ae73 |
children | eee2cd777144 |
comparison
equal
deleted
inserted
replaced
41047:73f364fd8aaa | 41048:7fa61a947b61 |
---|---|
1 | 1 |
2 This directory contains version 2.02c of Calc, an advanced desk | 2 This directory contains Calc, an advanced desk calculator for GNU |
3 calculator for GNU Emacs. | 3 Emacs. |
4 | 4 |
5 "Calc" Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc. | 5 "Calc" Copyright 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. |
6 | 6 |
7 Written and maintained by: Dave Gillespie | 7 Written by: |
8 c/o Synaptics, Inc. | 8 Dave Gillespie |
9 2698 Orchard Parkway | 9 c/o Synaptics, Inc. |
10 San Jose CA 95134 | 10 2698 Orchard Parkway |
11 daveg@synaptics.com, uunet!synaptx!daveg | 11 San Jose CA 95134 |
12 | 12 daveg@synaptics.com, uunet!synaptx!daveg |
13 | 13 |
14 Currently maintained by: Colin Walters <walters@debian.org> | |
14 | 15 |
15 From the introduction to the manual: | 16 From the introduction to the manual: |
16 | 17 |
17 "Calc" is an advanced calculator and mathematical tool that runs as | 18 "Calc" is an advanced calculator and mathematical tool that runs as |
18 part of the GNU Emacs environment. Very roughly based on the HP-28/48 | 19 part of the GNU Emacs environment. Very roughly based on the HP-28/48 |
45 | 46 |
46 * Graphics using GNUPLOT, a versatile (and free) plotting program. | 47 * Graphics using GNUPLOT, a versatile (and free) plotting program. |
47 | 48 |
48 * Easy programming using keyboard macros, algebraic formulas, | 49 * Easy programming using keyboard macros, algebraic formulas, |
49 algebraic rewrite rules, or extended Emacs Lisp. | 50 algebraic rewrite rules, or extended Emacs Lisp. |
50 | |
51 | |
52 | |
53 | |
54 To install Calc: | |
55 | |
56 1. Type "uncompress calc-2.02.tar.Z" | |
57 | |
58 2. Type "tar xvf calc-2.02.tar" | |
59 | |
60 1,2. Alternatively: "zcat calc-2.02.tar.Z | tar xvf -" | |
61 | |
62 3. Note that the Calc tar file now creates a "calc-2.02" subdirectory | |
63 of the current directory in which to place its files. | |
64 | |
65 4. Follow the instructions in the file "INSTALL". | |
66 | |
67 | 51 |
68 | 52 |
69 Calc is written entirely in Emacs Lisp, for maximum portability. | 53 Calc is written entirely in Emacs Lisp, for maximum portability. |
70 You do not need to recompile Emacs to install and use Calc. | 54 You do not need to recompile Emacs to install and use Calc. |
71 | 55 |