Skip to content

[common-lisp] Stop setting deleted/deprecated variables#17247

Open
bcc32 wants to merge 1 commit intosyl20bnr:developfrom
bcc32:fix-slime-completion
Open

[common-lisp] Stop setting deleted/deprecated variables#17247
bcc32 wants to merge 1 commit intosyl20bnr:developfrom
bcc32:fix-slime-completion

Conversation

@bcc32
Copy link
Collaborator

@bcc32 bcc32 commented Mar 15, 2026

These completion variables are no longer supported upstream.
slime-complete-symbol*-fancy has been deleted, and
slime-complete-symbol-function is marked as deprecated since 2015.

The default fuzzy matching provided by company works fine, and can be
configured to the user's taste with slime-completion-at-point-functions.
(slime-c-p-c-completion-at-point supports completion using abbreviations)

This also fixes completion being completely broken with alternative
completion frontends like Corfu.

These completion variables are no longer supported upstream.
slime-complete-symbol*-fancy has been deleted, and
slime-complete-symbol-function is marked as deprecated since 2015.

The default fuzzy matching provided by company works fine, and can be
configured to the user's taste with slime-completion-at-point-functions.
(slime-c-p-c-completion-at-point supports completion using abbreviations)

This also fixes completion being completely broken with alternative
completion frontends like Corfu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant