In article <[EMAIL PROTECTED]>, Stefan Monnier <[EMAIL PROTECTED]> writes:

> In any case if the patch below is not acceptable, I guess I'll
> replace the big backquote with the result of its evaluation.

It seems that this (dirty) trick works.  But, I'm not sure
it's worth using such a trick.

(eval-when-compile
  (defvar orig-max-lisp-eval-depth max-lisp-eval-depth)
  (setq max-lisp-eval-depth 3000))

(defvar mixal-operation-codes-alist
  ;; FIXME: the codes FADD, FSUB, FMUL, FDIV, JRAD, and FCMP were in
  ;; mixal-operation-codes but not here.  They should probably be added here.
  ...)

(eval-when-compile
  (setq max-lisp-eval-depth orig-max-lisp-eval-depth))

---
Kenichi Handa
[EMAIL PROTECTED]


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to