joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.26k stars 142 forks source link

Minor LispWorks backend fixes #596

Closed ska80 closed 1 year ago

ska80 commented 1 year ago
  1. Fix setting the SIGINT handler: use the value of SIGINT defined in LispWorks. Remove the SLYNK-BACKEND::+SIGINT+ constant, as it is not used anywhere and was never exported.

  2. Add the implementation of PACKAGE-LOCAL-NICKNAMES from SLIME. PACKAGE-LOCAL-NICKNAMES has been supported since the LispWorks 8.0.x release.

joaotavora commented 1 year ago

Thanks, I've pushed this two as two separate commits. Minus the whitespace fixes. Next time, please try to make separate commits for each separate thing.