emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calc/calc.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc.el
Date: Mon, 31 Jan 2005 16:53:55 -0500

Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.47 emacs/lisp/calc/calc.el:1.48
*** emacs/lisp/calc/calc.el:1.47        Mon Jan 31 09:07:48 2005
--- emacs/lisp/calc/calc.el     Mon Jan 31 21:53:55 2005
***************
*** 3223,3230 ****
       ("\\matrix" mat) ("\\bmatrix" mat) ("\\pmatrix" mat)
       ("\\begin" begenv)
       ("\\cr" punc ";") ("\\\\" punc ";") ("\\*" punc "*")
!      ("\\{" punc "[") ("\\}" punc "]")
! ))
  
  (defconst math-eqn-ignore-words
    '( ("roman") ("bold") ("italic") ("mark") ("lineup") ("evalto")
--- 3223,3233 ----
       ("\\matrix" mat) ("\\bmatrix" mat) ("\\pmatrix" mat)
       ("\\begin" begenv)
       ("\\cr" punc ";") ("\\\\" punc ";") ("\\*" punc "*")
!      ("\\{" punc "[") ("\\}" punc "]")))
! 
! (defconst math-latex-ignore-words
!   (append math-tex-ignore-words
!           '(("\\begin" begenv))))
  
  (defconst math-eqn-ignore-words
    '( ("roman") ("bold") ("italic") ("mark") ("lineup") ("evalto")
***************
*** 3232,3239 ****
       ("right" ("floor") ("ceil"))
       ("arc" ("sin") ("cos") ("tan") ("sinh") ("cosh") ("tanh"))
       ("size" n) ("font" n) ("fwd" n) ("back" n) ("up" n) ("down" n)
!      ("above" punc ",")
! ))
  
  (defconst math-standard-opers
    '( ( "_"     calcFunc-subscr 1200 1201 )
--- 3235,3241 ----
       ("right" ("floor") ("ceil"))
       ("arc" ("sin") ("cos") ("tan") ("sinh") ("cosh") ("tanh"))
       ("size" n) ("font" n) ("fwd" n) ("back" n) ("up" n) ("down" n)
!      ("above" punc ",")))
  
  (defconst math-standard-opers
    '( ( "_"     calcFunc-subscr 1200 1201 )




reply via email to

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