Draft
Conversation
b203e30 to
52b5db5
Compare
For some discussion, see the following threads: https://lists.gnu.org/r/emacs-devel/2021-02/msg01935.html https://lists.gnu.org/r/emacs-devel/2021-03/msg00490.html * ivy-avy.el: Move contents to ivy.el. Bump package versions to 0.13.5. Mention deprecation in Commentary and warning message. * ivy.el: Bump package version to 0.13.5. (ivy-define-key): Use function-put in place of put. (ivy-minibuffer-map): Bind ivy-avy. (ivy-avy-style): Moved from ivy-avy.el. Add a nil option for falling through to the default avy-styles-alist or avy-style. (ivy--avy-candidates, ivy--avy-action, ivy--avy-handler-function) (ivy-avy): Moved from ivy-avy.el with some cleanups. * swiper.el: Bump package versions to 0.13.5. Localize external variable and function declarations. (swiper-avy): Fix error message and docstring. * counsel.el: * ivy-hydra.el * doc/ivy.org: Bump package versions to 0.13.5. * doc/ivy.texi: Regenerate. * Makefile (compile): Don't byte-compile ivy-avy.el. * ivy-test.el (ivy-avy): * targets/plain.el: Don't load ivy-avy.el. Closes #2574, closes #2583.
52b5db5 to
82d9306
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For some discussion, see the following threads:
https://lists.gnu.org/r/emacs-devel/2021-02/msg01935.html
https://lists.gnu.org/r/emacs-devel/2021-03/msg00490.html
ivy-avy.el: Move contents toivy.el. Bump package versions to0.13.5. Mention deprecation in Commentary and warning message.ivy.el: Bump package version to0.13.5.(
ivy-define-key): Usefunction-putin place ofput.(
ivy-minibuffer-map): Bindivy-avy.(
ivy-avy-style): Moved fromivy-avy.el. Add aniloption for falling through to the defaultavy-styles-alistoravy-style.(
ivy--avy-candidates,ivy--avy-action,ivy--avy-handler-function)(
ivy-avy): Moved fromivy-avy.elwith some cleanups.swiper.el: Bump package versions to0.13.5. Localize external variable and function declarations.(
swiper-avy): Fix error message and docstring.counsel.el:ivy-hydra.el:doc/ivy.org: Bump package versions to0.13.5.doc/ivy.texi: Regenerate.Makefile(compile): Don't byte-compileivy-avy.el.ivy-test.el(ivy-avy):targets/plain.el: Don't loadivy-avy.el.Closes #2574, closes #2583.