/[emacs]/emacs/lisp/calc/calc.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.47 by jpb, Mon Jan 31 09:07:48 2005 UTC revision 1.48 by jpb, Mon Jan 31 21:53:55 2005 UTC
# Line 3223  See calc-keypad for details." Line 3223  See calc-keypad for details."
3223       ("\\matrix" mat) ("\\bmatrix" mat) ("\\pmatrix" mat)       ("\\matrix" mat) ("\\bmatrix" mat) ("\\pmatrix" mat)
3224       ("\\begin" begenv)       ("\\begin" begenv)
3225       ("\\cr" punc ";") ("\\\\" punc ";") ("\\*" punc "*")       ("\\cr" punc ";") ("\\\\" punc ";") ("\\*" punc "*")
3226       ("\\{" punc "[") ("\\}" punc "]")       ("\\{" punc "[") ("\\}" punc "]")))
3227  ))  
3228    (defconst math-latex-ignore-words
3229      (append math-tex-ignore-words
3230              '(("\\begin" begenv))))
3231    
3232  (defconst math-eqn-ignore-words  (defconst math-eqn-ignore-words
3233    '( ("roman") ("bold") ("italic") ("mark") ("lineup") ("evalto")    '( ("roman") ("bold") ("italic") ("mark") ("lineup") ("evalto")
# Line 3232  See calc-keypad for details." Line 3235  See calc-keypad for details."
3235       ("right" ("floor") ("ceil"))       ("right" ("floor") ("ceil"))
3236       ("arc" ("sin") ("cos") ("tan") ("sinh") ("cosh") ("tanh"))       ("arc" ("sin") ("cos") ("tan") ("sinh") ("cosh") ("tanh"))
3237       ("size" n) ("font" n) ("fwd" n) ("back" n) ("up" n) ("down" n)       ("size" n) ("font" n) ("fwd" n) ("back" n) ("up" n) ("down" n)
3238       ("above" punc ",")       ("above" punc ",")))
 ))  
3239    
3240  (defconst math-standard-opers  (defconst math-standard-opers
3241    '( ( "_"     calcFunc-subscr 1200 1201 )    '( ( "_"     calcFunc-subscr 1200 1201 )

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26