10 Feb 18:16
Re: display patch, was: get name of variable as string in function?
Edwin Woollett <woollett <at> charter.net>
2012-02-10 17:16:52 GMT
2012-02-10 17:16:52 GMT
On Feb. 6, 2012, Robert Dodier wrote: ----------------------- >Well, OK. No need to invent a work-around, it's easier to fix the bug. >Here is a patch. Can someone commit this? My git sandbox >is messed up (OH WONDERS OF GIT WILL YOU NEVER CEASE) >and I can't take the time to straighten it out right now. [snip] >diff --git a/src/comm.lisp b/src/comm.lisp >index 1282784..94c3823 100644 >--- a/src/comm.lisp >+++ b/src/comm.lisp >@@ -753,7 +753,9 @@ > (setq ans (list '(mequal simp) (disp2 l) ans))) > (if lablist (nconc lablist (cons (elabel ans) nil))) > (setq tim (get-internal-run-time)) >- (displa (list '(mlable) (if lablist linelable) ans)) >+ (let ((*display-labels-p* nil)) >+ (declare (special *display-labels-p*)) >+ (displa (list '(mlable) (if lablist linelable) ans))) > (mterpri) > (timeorg tim))) ---------------------------------------- I am using the new version of comm.lisp downloaded from git, and find a peculiar interaction with integrate resulting in a lisp error: ------------------------------------(Continue reading)
RSS Feed