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

[no subject]



This is not a bug but a question:  Can I easily re-define the read-eval-print
loop?  My problem is almost a standard one:  I want to use different printers
for different data-types.  The problem is that I can't just setq PRIN1 to
something, because I can't tell the data-type of a frob by looking at its
value.  [I can only find the data-type if I know the expression that was READ,
before the EVAL.]  Thanks for any advice.