home *** CD-ROM | disk | FTP | other *** search
- ;;; ===========================================================================
- ;;; Various Emacs Hacks for Weyl
- ;;; ===========================================================================
- ;;; (c) Copyright 1989 Cornell University
-
- ;; The following indentation guides are not needed for the Lisp machine,
- ;; where &body information is sufficient
-
- (def-lisp-indentation choose 2)
- (def-lisp-indentation permute 2)
- (def-lisp-indentation map-over-expressions 2)
-
- (def-lisp-indentation merge-terms-in-sum 1)
- (def-lisp-indentation def-ge-operator 1)
- (def-lisp-indentation declare-derivative 3)
- (def-lisp-indentation defmethod-binary 3)
-
- (def-lisp-indentation bind-domain-context 1)
- (def-lisp-indentation accumulate-terms 3)
- (def-lisp-indentation add-domain 1)
- (def-lisp-indentation map-over-each-term 2)
- (def-lisp-indentation pair-up-terms 4)
- (def-lisp-indentation with-numerator-and-denominator 2)
-
- (def-lisp-indentation make-bigfloat 1)
- (def-lisp-indentation make-element 1)
- (def-lisp-indentation make-quaternion 1)
- (def-lisp-indentation with-matrix-dimensions 2)
- (def-lisp-indentation loop-vector-bind 2)
-
- (def-lisp-indentation def-grobner-test 4)
-