Re: M-. vs readtable on SBCL
[email protected] (Gábor Melis)
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <[email protected]> |
Attila Lendvai <[email protected]> writes: >> Press M-. on BAR, it works. Open the scratch buffer, type XXX::BAR and >> press M-. on it to get (with *DEBUG-SWANK-BACKEND* T): > > i have this patch in my repo unmerged for 4+ years now. i'm not sure > anymore, but i think it's a fix for that: > > Fix: source-path-parser honours the readtables specified in > swank:*readtable-alist* > https://github.com/attila-lendvai/slime/commit/743018eb04dafd647c31bd66682b488295403e67 Thanks, it works. Here is a rebased and cleaned up version: https://github.com/melisgl/slime/commit/a23a250936277a9053b5a8c98b6e4f2be3f71043 Maintainers, everyone, I'm not sure about the two KLUDGEs related to accessing stuff from the SWANK package. What's the best way to deal with them?