Vsevolod writes:
I'm debugging a problem with slime startup on Windows, which symptom is this message on M-x slime:
Symbol "DEBUG-SOURCE-FROM" not found in the SB-DI package.
Curiously, when I skimmed through SBCL code, I didn't find any debug-source-fROm function, but have found debug-source-fORm. And in the slime sources the two even may be encountered side-by-side. I wonder, is it a coincidence or a typo, leading to a bug?
About a day after the missing symbol was removed from SBCL last summer, SLIME was modified appropriately. Upgrade your SLIME.
-- Richard