Skip to content

[pull] master from emacs-helm:master #1

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

Open
wants to merge 1,663 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 21, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

helm-completion--decorate returns COMPS unmodified when afun afix and
category are nil and helm-completion-in-region-default-sort-fn returns
as well its candidates unmodified if sorting is already done.
Rewrite and simplify helm-completion--multi-all-completions-1 by using
completion-regexp-list.
This is done for the helm style fn but seems the same problem happens
with flex adjust metadata fn.
There is now packages installing other packages asynchronously (even
helm now has its package manager async), so this mode is clashing with
such packages.  Also heavy modifications in helm-core are less
frequent nowaday (macro renaming etc..).
Magit is disabling sorting in its
`magit-completing-read-multiple' by let binding
`helm-completion-in-region-default-sort-fn' to
nil to prevent modifying candidates order.
This allow skiping dst *acase branchs (return nil) that don't fit with
cl-destructuring-bind ARGS.
Useful to reset all bookmarks attributes to position in current buffer.
Ensure helm-select-action doesn't try to preselect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants