Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use (cons 'buffer . buffer-object) as multi-category for candidates #980

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

minad
Copy link
Owner

@minad minad commented Mar 22, 2024

This fixes the problem where buffers are renamed during completion. Renaming can happen during buffer name uniquify or due to EXWM renaming. See the issues #978 and #979.

Consult buffer preview magically continues to work since get-buffer accepts both string and buffer arguments. I haven't tested Embark yet.

@minad
Copy link
Owner Author

minad commented Mar 22, 2024

This needs testing and coordination with Embark before it can be merged.

@minad minad force-pushed the multi-category-buffer branch 5 times, most recently from 6c36aac to 1e17d55 Compare March 23, 2024 15:24
This fixes the problem where buffers are renamed during completion.
Renaming can happen during buffer name uniquify or due to EXWM
renaming. See the issues #978 and #979.

Consult buffer preview magically continues to work since `get-buffer`
accepts both string and buffer arguments. I haven't tested Embark yet.
@minad minad force-pushed the multi-category-buffer branch from 888393f to 41d4495 Compare March 23, 2024 15:34
@minad minad merged commit ec232fa into main Mar 23, 2024
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