axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Debugging Boot


From: Vanuxem Gregory
Subject: Re: [Axiom-developer] Debugging Boot
Date: Thu, 23 Nov 2006 21:56:38 +0100

Le jeudi 23 novembre 2006 à 19:27 +0100, Vanuxem Gregory a écrit :
> Le jeudi 23 novembre 2006 à 09:14 +0100, Martin Rubey a écrit :
> 
> [...]
> 
> > I don't know how to call putWidth from within boot, i.e., after saying )fin.
> > 
> > I.e., how can I access, say, an Axiom variable from boot? I'd like to say
> > -------------------------------------------------------------------------------
> > p := (x**2)::OUTFORM
> > 
> > )fin
> > 
> > putWidth(p)
> > -------------------------------------------------------------------------------
> > or so.

A more simple way (without history):

(cddadr (find-if #'(lambda (a) (eql (car a) 'Q)) (caar |
$InteractiveFrame|))))

Where Q (or for example |a|) is the name of the variable. Sent even if
you already have a response since the mailing list (my provider ?) has
problems.

Greg





reply via email to

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