luis changed the topic of #slime to: SLIME, the Superior Lisp Interaction Mode for Emacs | https://common-lisp.net/project/slime | https://irclog.tymoon.eu/freenode/%23slime | https://irclog.whitequark.org/slime
_whitelogger has joined #slime
anamorphic has joined #slime
anamorphic_ has joined #slime
anamorphic has quit [Ping timeout: 272 seconds]
anamorphic_ is now known as anamorphic
anamorphic has quit [Quit: anamorphic]
makomo has quit [Ping timeout: 250 seconds]
scymtym has quit [Ping timeout: 245 seconds]
scymtym has joined #slime
makomo has joined #slime
scymtym_ has joined #slime
scymtym has quit [Ping timeout: 240 seconds]
makomo has quit [Quit: WeeChat 2.2]
scymtym_ has quit [Ping timeout: 250 seconds]
scymtym_ has joined #slime
cage_ has joined #slime
scymtym_ has quit [Remote host closed the connection]
scymtym has joined #slime
scymtym has quit [Client Quit]
scymtym has joined #slime
prite has quit [Ping timeout: 268 seconds]
prite has joined #slime
prite has quit [Client Quit]
prite has joined #slime
prite has quit [Read error: Connection reset by peer]
prite has joined #slime
cage_ has quit [Remote host closed the connection]
makomo has joined #slime
prite has quit [Ping timeout: 250 seconds]
scymtym has quit [Ping timeout: 268 seconds]
scymtym has joined #slime
<fiddlerwoaroof> luis: I don't think we have to worry about colliding with slime-repl because the functions in slime-repl special case the :repl-results target
<fiddlerwoaroof> As far as the keyword leak issue goes, that's sort of by design: the keyword gets returned from make-buffer-stream and allows the user to "reattach" to a previously opened buffer
<fiddlerwoaroof> e.g. after getting this result like this: (make-buffer-stream) => #<...> :target500 if you quit the current lisp and open a new one, you can reclaim that buffer with (make-buffer-stream :target500)
<fiddlerwoaroof> I tend to think that people that mess with *gensym-counter* get to keep both pieces when things break
<fiddlerwoaroof> I don't object to using eval-when to load the event handler, but I'm not sure that it's a great idea to have toplevel forms that aren't definitions
<fiddlerwoaroof> Plus, if a lot of contribs did that, I suspect you'd end up with performance issues if they all automatically registered their event handlers
makomo has quit [Ping timeout: 245 seconds]