Person or Persons Unknown damned@theworld.com writes:
(I just tracked the reason for a problem i have been seeing... hopefully this is the right place to provide bug reports and patches.)
Yes, this list is the right place.
The problem seems to be coming from the use of SORT* in SLIME-LIST-REPL-SHORT-CUTS. SORT* is a destructive function so the SLIME-REPL-SHORTCUT-TABLE is being trashed. Changing the code to call COPY-SEQUENCE on SLIME-REPL-SHORTCUT-TABLE before calling SORT* seems to do the trick.
Well spotted! Should be fixed in CVS.
Thanks for the report.
Helmut.