Re: Unwanted completion function

Vladimir Sedach <[email protected]> Sat, 20 May 2023 20:48:31 -0600
Newsgroups gmane.lisp.slime.devel
Message-ID <[email protected]>
If you look at slime-contribs (the default list of contribs to load),
it is set to slime-fancy, which includes slime-c-p-c. So that is
where the hook to slime-completion-at-point-functions is being added.

You can either eval (slime-c-p-c-unload) after loading SLIME, or
customize slime-contribs to load only the contribs you want
(recommended by the manual).

--
Vladimir Sedach