[elpa] externals/vertico 74073fd376: README: Update Selectrum comparison

2022-03-02 Thread ELPA Syncer
branch: externals/vertico commit 74073fd376691e52b0b88e1b8d565e31a11de073 Author: Daniel Mendler Commit: Daniel Mendler README: Update Selectrum comparison --- README.org | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 72bcd36

[elpa] externals-release/org 668205f769: Backport commit d52c929e3 from Emacs

2022-03-02 Thread ELPA Syncer
branch: externals-release/org commit 668205f7693e028f15240ffc043e037b411daf81 Author: Stefan Monnier Commit: Kyle Meyer Backport commit d52c929e3 from Emacs * lisp/org-refile.el (org-refile): * lisp/org-capture.el (org-capture-store-last-position): Pass `format` arg to `with

[elpa] externals/org 91681fc033: Merge branch 'bugfix'

2022-03-02 Thread ELPA Syncer
branch: externals/org commit 91681fc03334285dc0879fcb9a27583bd7ab9782 Merge: ef0cf4 668205f769 Author: Kyle Meyer Commit: Kyle Meyer Merge branch 'bugfix' --- lisp/org-capture.el | 3 ++- lisp/org-refile.el | 8 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/li

[elpa] externals/org updated (ef66660cf4 -> 91681fc033)

2022-03-02 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from ef0cf4 Merge branch 'bugfix' new 668205f769 Backport commit d52c929e3 from Emacs new 91681fc033 Merge branch 'bugfix' Summary of changes: lisp/org-capture.el | 3 ++- lisp/org-refile.el | 8 2 files chan

[elpa] externals/consult 9c90e35f58: README: Recommend more remappings

2022-03-02 Thread ELPA Syncer
branch: externals/consult commit 9c90e35f5833d6fd1ab281c3cc9c4b78d8459b41 Author: Daniel Mendler Commit: Daniel Mendler README: Recommend more remappings --- README.org | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 77cd110b78..8288d70

[elpa] externals/load-dir 588b83e39d: * load-dir.el: Remove redundant `:group` args

2022-03-02 Thread Stefan Monnier via
branch: externals/load-dir commit 588b83e39de1f0f5d7812873cd90998af79a2d19 Author: Stefan Monnier Commit: Stefan Monnier * load-dir.el: Remove redundant `:group` args --- load-dir.el | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/load-dir.el b/load-dir.el index 3a

[elpa] externals/load-dir 508872e38b: * load-dir.el (load-dir-one): Pass `format` arg to `with-demoted-errors`

2022-03-02 Thread Stefan Monnier via
branch: externals/load-dir commit 508872e38b593bcc6a7551542379df4ad21cc7ff Author: Stefan Monnier Commit: Stefan Monnier * load-dir.el (load-dir-one): Pass `format` arg to `with-demoted-errors` --- load-dir.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load-dir.el b

[elpa] externals/isearch-mb f84736a7b9: Remove isearch pre/post command hooks instead of overriding them

2022-03-02 Thread ELPA Syncer
branch: externals/isearch-mb commit f84736a7b98ead84822ca5287cf256bec6b2d30e Author: Augusto Stoffel Commit: Augusto Stoffel Remove isearch pre/post command hooks instead of overriding them --- isearch-mb.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isearch-mb.

[nongnu] elpa/evil 2ba00479db: evil-fold-action: add missing FORMAT argument to with-demoted-errors

2022-03-02 Thread ELPA Syncer
branch: elpa/evil commit 2ba00479db3f71f46444733c0edc5f8d16155b69 Author: Simon Pugnet Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> evil-fold-action: add missing FORMAT argument to with-demoted-errors * evil-commands.el (evil-fold-action): add FORMAT argument which

[nongnu] elpa/sly 4513c382f0: Fix #501: Print and then muffle all compile warnings on SBCL

2022-03-02 Thread ELPA Syncer
branch: elpa/sly commit 4513c382f07a2a2cedb3c046231b69eae2f5e6f0 Author: Eric Timmons Commit: João Távora Fix #501: Print and then muffle all compile warnings on SBCL SBCL emits full WARNINGs during compilation if there is a DEFPACKAGE form at variance with the current state of

[elpa] externals/eglot 8dc518045c: Fix #851: Prevent empty Diagnostic tags vector hiding main fontification

2022-03-02 Thread ELPA Syncer
branch: externals/eglot commit 8dc518045c017f09b26d9baf0d002439b2481b2c Author: Brian Leung Commit: João Távora Fix #851: Prevent empty Diagnostic tags vector hiding main fontification * eglot.el (eglot-handle-notification): Require that the resulting list of faces is non-empty