Jay Belanger
3cedbf7217
(calc-do-quick-calc): Use kill-new to append string to kill-ring.
...
(calc-alg-exp, math-toks, math-exp-pos,math-exp-old-pos)
(math-exp-token, math-exp-keep-spaces, math-exp-str): New variables.
(calc-do-alg-entry, calcAlg-equals, calcAlg-edit, calcAlg-enter): Use
declared variable calc-alg-exp.
(math-build-parse-table, math-find-user-token): Use declared variable
math-toks.
(math-read-exprs, math-read-token, calc-check-user-syntax,
calc-match-user-syntax, match-factor-after, math-read-factor): Use
declared variables math-exp-pos math-exp-old-pos.
(math-read-exprs, math-read-token, math-read-expr-level)
(calc-check-user-syntax, calc-match-user-syntax, match-factor-after)
(math-read-factor): Use declared variable math-exp-token.
(math-read-exprs, math-read-expr-list, math-read-token,
math-read-factor): Use declared variable math-exp-keep-spaces.
(math-read-exprs, math-read-token): Use declared variable
math-exp-str.
(calc-match-user-syntax): Made m a local variable.
2004-11-11 05:48:50 +00:00
Jay Belanger
abd880c33e
(math-read-exprs, math-read-expr-list, math-read-expr-level,
...
math-read-token, calc-check-user-syntax, calc-match-user-syntax,
math-read-if, math-factor-after, math-read-factor): Use
declared variable math-expr-data.
2004-11-09 20:32:37 +00:00
Jay Belanger
1480882c5f
(calc-alg-ent-map, calc-alg-ent-esc-map): Declared these variables
...
with defvar.
(calc-do-alg-entry): Since `calc-alg-ent-map' is bound, only check to
see if it is non-nil.
2004-10-21 19:20:11 +00:00
Jay Belanger
aa9208fbc7
(calcAlg-previous): Changed the regexp to the end of buffer regexp.
2004-10-19 15:34:38 +00:00
Jay Belanger
f1625eaa20
(calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
...
copy `esc-map'.
2004-10-19 14:22:47 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Juanma Barranquero
a1506d2977
Trailing whitepace deleted.
2003-02-04 13:24:35 +00:00
Deepak Goel
442a3e38fc
*** empty log message ***
2003-01-15 14:58:11 +00:00
Deepak Goel
e1d290e211
Add new maintainer (deego).
2003-01-15 14:56:17 +00:00
Colin Walters
3132f345bc
Change all toplevel setq' forms to defvar' forms, and move them
...
before their first use. Use `when', `unless'. Remove trailing
periods from error forms. Add description and headers suggested by
Emacs Lisp coding conventions.
2001-11-19 07:44:56 +00:00
Colin Walters
07ff2bc860
Style cleanup; don't put closing parens on their own line, add "foo.el
...
ends here" to each file, and update copyright date.
2001-11-14 08:59:18 +00:00
Eli Zaretskii
4db5660258
(calc-do-alg-entry): Use
...
`blink-paren-function' instead of `blink-paren-hook'.
2001-11-13 07:27:27 +00:00
Eli Zaretskii
f20be8fee3
(toplevel): Require calc-macs during compilation.
...
(calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
(calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
(calcAlg-enter): Likewise.
(calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
2001-11-11 10:26:44 +00:00
Eli Zaretskii
136211a997
Initial import of Calc 2.02f.
2001-11-06 18:59:06 +00:00