Post AX7mVfeiOd07wWFjHc by louis@emacs.ch
(DIR) More posts by louis@emacs.ch
(DIR) Post #AX7mVecCGVOOiQ4Cie by not_null_p@emacs.ch
2023-06-27T17:54:32Z
0 likes, 1 repeats
I think I just ran into a pretty big "gotcha" with my transition to corfu.el: it doesn't seem to work with SLIME (at least, not OOTB) and all of the solutions that I've found to make them work together so far are pretty... unsatisfactory, to say the least.As any Common Lisper can tell you, is a pretty big deal, as SLIME is pretty much the reason why Emacs is so awesome with Common Lisp.But just as I was about to revert back to using company-mode, I stumbled across a thread that mentioned that corfu.el does work with Sly, a fork of SLIME. So, after a quick package-install later and, lo and behold, corfu.el does work OOTB with Sly!So, I guess I'm trying out one more shiny new "modern" Emacs package then.
(DIR) Post #AX7mVfeiOd07wWFjHc by louis@emacs.ch
2023-06-27T18:08:33Z
0 likes, 0 repeats
@not_null_p Prot told me that Corfu and Sly go together very well. I consider them the new-generation couple for CL development.I've not done any CL dev for a few weeks now but I'll try the combo out as soon as I can.
(DIR) Post #AX8RZELBzTEoVRw9xI by carcosa@emacs.ch
2023-06-28T01:48:38Z
0 likes, 0 repeats
@louis @not_null_p I did get slime working with corfu, but I think I had to manually disable a mode in the repl buffer every time. But then I switched to sly anyway.
(DIR) Post #AXHPxgf5tUo3o4Q448 by not_null_p@emacs.ch
2023-07-02T09:43:03Z
0 likes, 0 repeats
@louis Nice to hear that this is a combo that Prot himself recommended!Also, the combo works pretty well for the past couple of days that I've been using it.