Re: Playing nice with custom repls?
Zach Beane <[email protected]> Wed, 15 Jun 2016 07:24:04 -0400
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CAObPdnWv3820x9=i1dQ=dJZZWeTTtctLYioyEaGVHHLS0L5CGQ@mail.gmail.com> |
This code has been working nicely so far. I'll keep using it to see if it has any unexpected side effects. Zach On Tue, Jun 14, 2016 at 2:44 PM, Luís Oliveira <[email protected]> wrote: > On Tue, Jun 14, 2016 at 7:23 PM, Zach Beane <[email protected]> wrote: > > I don't understand this part "REPL equests are serialized and processed > > by the same thread" - does that mean the REPL thread is also responsible > > for M-. action and arglist display in file buffers? > > No, this only affects things going on in the slime-repl buffer. > > On second thought, it might not be too hard to change that behavior. > (Might need to think the implications through though.) Can you try > this? <https://gist.github.com/luismbo/b8be134c3b2095a641aa176a957e652f>. > (No need to restart SLIME or anything, just M-x eval-region that.) > > Cheers, > > -- > Luís Oliveira > http://kerno.org/~luis/ >