[Maxima-commits] [git] Maxima CAS branch, master, updated. branch-5_31-base-183-gf44d669



On 2013-12-11, Rupert Swarbrick <rswarbrick at gmail.com> wrote:

>> +	 (mfuncall $format_prompt destination control-string arguments))
>> +	(t
>> +	 (let ((*print-circle* nil))
>> +	   (concatenate 'string
>> +			*prompt-prefix*
>> +			(apply 'aformat destination control-string arguments)
>> +		        *prompt-suffix*)))))
>
> NO! This is a terrible idea. Please see my previous emails.

Um, readers probably can't deduce what is the problem here by piecing
together comments made in a long chain of emails. I know I can't.

best,

Robert Dodier