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
frgo has joined #slime
frgo has quit [Remote host closed the connection]
frgo has joined #slime
frgo has quit [Ping timeout: 248 seconds]
frgo has joined #slime
frgo_ has joined #slime
frgo_ has quit [Read error: Connection reset by peer]
frgo__ has joined #slime
frgo has quit [Ping timeout: 246 seconds]
_whitelogger has joined #slime
scymtym has quit [Read error: Connection reset by peer]
scymtym has joined #slime
frgo__ has quit [Remote host closed the connection]
frgo has joined #slime
frgo has quit [Remote host closed the connection]
frgo has joined #slime
fivo has joined #slime
fivo has quit [Quit: WeeChat 1.9.1]
fivo has joined #slime
<fivo> Hey
<fivo> I am using slime with company. I installed the following plugin https://github.com/anwyn/slime-company
<fivo> The plugin gives me completions for the libaries.
<fivo> Before I used the plugin company also completed local varaibles which it doesn't anymore.
<fivo> What is the current setup to sort of get the best of both worlds.
frgo_ has joined #slime
frgo has quit [Ping timeout: 272 seconds]
frgo_ has quit [Ping timeout: 248 seconds]
<luis> fivo: I've never used slime-company or company, sorry. (I that sort of thing too distracting.) Perhaps you can open a feature request with slime-company to include that sort of thing. It'd probably involve extending this function: https://github.com/anwyn/slime-company/blob/master/slime-company.el#L174
<luis> fivo: and this might be a good start to grab the locals: https://github.com/company-mode/company-mode/blob/master/company-elisp.el#L108
<fivo> luis: The thing is Shinmera uses slime-company in portacle and I just checked in portacle completions work also for local stuff.
<fivo> So I wonder if it's not some setup thing.
<luis> fivo: hmm. https://github.com/portacle/emacsd/blob/master/portacle-company.el doesn't seem to have anything fancy.
<luis> Maybe Shinmera can chime in.
<fivo> luis: I asked him over at #shirakumo.
<luis> He may be out of order due to the Central European heat wave :D
frgo has joined #slime
<Shinmera> luis is correct
<fivo> ok thanks, the issue was solved by grouping two company backends together.
fivo has quit [Quit: WeeChat 1.9.1]
<luis> fivo: cool. Can you share what that looks like?