#80: (format t "~ve" 21 5d-324) generates an error --------------------+------------------------------------------------------- Reporter: rtoy | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: Core | Version: 2013-03-a Keywords: | --------------------+------------------------------------------------------- {{{ (format t "~ve" 21 5d-324) }}} generates an error indexing into {{{*powers-of-ten*}}}. We can increase the size of {{{*powers-of-ten*}}} a bit, but there will always be cases where the table is too small. This can happen if {{{21}}} above is changed to a much larger number.