emacs-devel
[Top][All Lists]
Advanced

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

Re: Bootstrapping failure


From: Kenichi Handa
Subject: Re: Bootstrapping failure
Date: Fri, 14 Oct 2005 10:11:22 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Stefan Monnier <address@hidden> 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
address@hidden




reply via email to

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