joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.23k stars 139 forks source link

Add sly-current-thread to popup windows. #545

Open rpgoldman opened 1 year ago

rpgoldman commented 1 year ago

Add the option to specify a :thread argument to sly-with-popup-buffer and pass that when creating buffers for cross-referencing, description, and inspection.

Since sly finds other related buffers by thread-based indexing, this ensures that the C-c l commands work properly.