[nongnu] elpa/why-this updated (c914584833 -> 5203d9379a)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/why-this. from c914584833 Use cond instead of nested if in why-this--get-face new cd7ae57770 Fix showing messages for region new 5203d9379a Bump version to 2.0.4 Summary of changes: why-this.el | 13 +++-- 1 file changed, 7

[nongnu] elpa/why-this cd7ae57770 1/2: Fix showing messages for region

2022-11-29 Thread ELPA Syncer
branch: elpa/why-this commit cd7ae577704efa2113650e199d12cc20102f368a Author: Akib Azmain Turja Commit: Akib Azmain Turja Fix showing messages for region --- why-this.el | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/why-this.el b/why-this.el index 41e044359

[nongnu] elpa/why-this 5203d9379a 2/2: Bump version to 2.0.4

2022-11-29 Thread ELPA Syncer
branch: elpa/why-this commit 5203d9379afaf6703746823a580c804e1dd98e08 Author: Akib Azmain Turja Commit: Akib Azmain Turja Bump version to 2.0.4 --- why-this.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/why-this.el b/why-this.el index 93bc56c18f..62a3a8592d 100644 -

[nongnu] elpa/scad-mode updated (1c68ca2533 -> acf2bdb5d1)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/scad-mode. from 1c68ca2533 README: Add links to related packages new c5e75ad4b6 Add custom variable to set default output file extension new 8ba0af4bee Merge pull request #2 from mgsb/custom_ext new acf2bdb5d1 Rename customizat

[nongnu] elpa/scad-mode c5e75ad4b6 1/3: Add custom variable to set default output file extension

2022-11-29 Thread ELPA Syncer
branch: elpa/scad-mode commit c5e75ad4b6a3d6da83e0441c14528c37f7dcfbf8 Author: Mark Grosen Commit: Mark Grosen Add custom variable to set default output file extension Enable users to set the default file type for scad-export via a custom variable, scad-export-ext. The built-in

[nongnu] elpa/scad-mode 8ba0af4bee 2/3: Merge pull request #2 from mgsb/custom_ext

2022-11-29 Thread ELPA Syncer
branch: elpa/scad-mode commit 8ba0af4bee192037a55ea41d7b5c39bfef4ede68 Merge: 1c68ca2533 c5e75ad4b6 Author: Daniel Mendler Commit: GitHub Merge pull request #2 from mgsb/custom_ext Add custom variable to set default output file extension --- scad-mode.el | 7 ++- 1 file changed

[nongnu] elpa/scad-mode acf2bdb5d1 3/3: Rename customization variable

2022-11-29 Thread ELPA Syncer
branch: elpa/scad-mode commit acf2bdb5d1fa5e8fd108e620f18e6291b5eb6a9e Author: Daniel Mendler Commit: Daniel Mendler Rename customization variable --- scad-mode.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scad-mode.el b/scad-mode.el index 5f537343e0..ed309

[elpa] externals/corfu 76f36e0d20 2/2: Emacs 29 flicker reduction

2022-11-29 Thread ELPA Syncer
branch: externals/corfu commit 76f36e0d201cc14cc552cc1d4d8ea68186d9ec75 Author: Daniel Mendler Commit: Daniel Mendler Emacs 29 flicker reduction --- corfu.el | 36 +++- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/corfu.el b/corfu.el index

[elpa] externals/corfu updated (d762813025 -> 76f36e0d20)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/corfu. from d762813025 Remove some unnecessary offsets (See #263) new e487adf3a6 corfu-popupinfo: Ensure that popup is hidden if corfu-popupinfo-delay is nil new 76f36e0d20 Emacs 29 flicker reduction Summary of changes: corfu.

[elpa] externals/corfu e487adf3a6 1/2: corfu-popupinfo: Ensure that popup is hidden if corfu-popupinfo-delay is nil

2022-11-29 Thread ELPA Syncer
branch: externals/corfu commit e487adf3a6b92a12c7ea9b223e90ec39b327addb Author: Daniel Mendler Commit: Daniel Mendler corfu-popupinfo: Ensure that popup is hidden if corfu-popupinfo-delay is nil --- extensions/corfu-popupinfo.el | 30 -- 1 file changed, 16 insert

[nongnu] elpa/eat 0e82988d6f 03/15: Use 'setf' + 'plist-get' instead of 'plist-put'

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit 0e82988d6f32b6d09e54ecf547b6c562fe1d2009 Author: Akib Azmain Turja Commit: Akib Azmain Turja Use 'setf' + 'plist-get' instead of 'plist-put' * eat.el (eat--eshell-adjust-make-process-args): Use (setf (plist-get ...) ...) instead of 'plist-put' without tak

[nongnu] elpa/eat dc99739fb8 04/15: * eat.el (eat--trace-exec): Use "-*- mode: MD -*-"

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit dc99739fb87d912dfa279c1fb325f9075f0fee63 Author: Akib Azmain Turja Commit: Akib Azmain Turja * eat.el (eat--trace-exec): Use "-*- mode: MD -*-" --- eat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eat.el b/eat.el index 00928ff16d..c2aaf33ef8

[nongnu] elpa/eat c19cf68b28 08/15: * eat.el (eat-term-make-keymap): Use 'cl-flet'

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit c19cf68b2827e91e4749d1b2bcf94268bb21cf0a Author: Akib Azmain Turja Commit: Akib Azmain Turja * eat.el (eat-term-make-keymap): Use 'cl-flet' --- eat.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eat.el b/eat.el index 0863dd3886..8cd1b23c

[nongnu] elpa/eat updated (f3fed64957 -> d8171b9a8c)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/eat. from f3fed64957 Prefer 'pcase-exhaustive' over 'pcase' new 2dd4e42773 Prefer 'pcase-exhaustive' over 'pcase' new a736f08ea9 Prefer 'and-let*' and 'when-let*' over 'when-let' new 0e82988d6f Use 'setf' + 'plist-get' instead

[nongnu] elpa/eat a736f08ea9 02/15: Prefer 'and-let*' and 'when-let*' over 'when-let'

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit a736f08ea97aa87749cf4d8b9e1aad5fe3b5dfd2 Author: Akib Azmain Turja Commit: Akib Azmain Turja Prefer 'and-let*' and 'when-let*' over 'when-let' * eat.el (eat--t-set-sgr-params): Use 'and-let*' instead of 'when-let' for side-effect free 'when-let'. * ea

[nongnu] elpa/eat 10d9f3cb56 11/15: Use 'mapc' to make & kill multiple local variables

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit 10d9f3cb562a063137f3bbdb94a31beb54ee2100 Author: Akib Azmain Turja Commit: Akib Azmain Turja Use 'mapc' to make & kill multiple local variables * eat.el (eat-blink-mode, eat--cursor-blink-mode, eat-mode) (eat--eshell-local-mode, eat-trace-replay-mode): Us

[nongnu] elpa/eat 2dd4e42773 01/15: Prefer 'pcase-exhaustive' over 'pcase'

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit 2dd4e42773c099120e8b2624870f516149fe3066 Author: Akib Azmain Turja Commit: Akib Azmain Turja Prefer 'pcase-exhaustive' over 'pcase' * eat.el (eat--t-erase-in-line, eat--t-erase-in-disp) (eat--t-set-mouse-mode, eat--t-send-device-attrs) (eat--t-handle-

[nongnu] elpa/eat 31f93da3fd 06/15: * eat.el (eat-mode): Fix char mode 'help-echo'

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit 31f93da3fd7467476cc153e414ac5adcb502a952 Author: Akib Azmain Turja Commit: Akib Azmain Turja * eat.el (eat-mode): Fix char mode 'help-echo' --- eat.el | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/eat.el b/eat.el index 3c91d

[nongnu] elpa/eat 3e496e8db8 14/15: ; Merge diverged elpa/eat branch of NonGNU ELPA

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit 3e496e8db8a367c04c729123385a76e422a76562 Merge: 1b2b7aee26 f3fed64957 Author: Akib Azmain Turja Commit: Akib Azmain Turja ; Merge diverged elpa/eat branch of NonGNU ELPA

[nongnu] elpa/eat 59c0745e75 12/15: Don't put 'error' as the only then part of 'if'

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit 59c0745e752ba3d166609d9618c438a0039c887e Author: Akib Azmain Turja Commit: Akib Azmain Turja Don't put 'error' as the only then part of 'if' * eat.el (eat-semi-char-mode, eat-char-mode): Don't put 'error' as only then part of 'if'. --- eat.el | 28 ++

[nongnu] elpa/eat 9a9d9165f2 05/15: * eat.el (eat--bell): Use 'ding' instead of 'beep'

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit 9a9d9165f26f86b35a1df9d4bf3de76c74d78f33 Author: Akib Azmain Turja Commit: Akib Azmain Turja * eat.el (eat--bell): Use 'ding' instead of 'beep' --- eat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eat.el b/eat.el index c2aaf33ef8..3c91ded0d1

[nongnu] elpa/eat d8171b9a8c 15/15: ; Ignore a commit while generating ChangeLog

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit d8171b9a8cb77b62b93c151c9756419d0650ee8a Author: Akib Azmain Turja Commit: Akib Azmain Turja ; Ignore a commit while generating ChangeLog The commit is summary line is "Prefer 'pcase-exhaustive' over 'pcase'", but the ChangeLog in the body isn't formatted

[nongnu] elpa/eat 86e247137b 09/15: Use 'vector' directly instead of backquote

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit 86e247137be77ed3b143f3d15a696f0a765e7fbf Author: Akib Azmain Turja Commit: Akib Azmain Turja Use 'vector' directly instead of backquote * eat.el (eat-term-make-keymap): Use 'vector' directly instead of backquote. --- eat.el | 25 +

[nongnu] elpa/eat 5ce98430e8 07/15: Use more readable '?\C-\s' instead of '?\C-\ '

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit 5ce98430e8d9d08e7bc9c70a5894042b92a5ec07 Author: Akib Azmain Turja Commit: Akib Azmain Turja Use more readable '?\C-\s' instead of '?\C-\ ' * eat.el (eat-term-input-event, eat-term-make-keymap): Use more readable '?\C-\s' instead of '?\C-\ '. --- eat.el

[nongnu] elpa/eat 1b2b7aee26 13/15: Bump version to 0.1

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit 1b2b7aee26dd611a44226530f9a010ec9bf22add Author: Akib Azmain Turja Commit: Akib Azmain Turja Bump version to 0.1 * eat.el: * eat.texi: Bump version. --- eat.el | 2 +- eat.texi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

[nongnu] elpa/eat 528bfe424d 10/15: Put declare-function and defvar outside functions

2022-11-29 Thread ELPA Syncer
branch: elpa/eat commit 528bfe424d94aed66b94fb6f8b4b20ce49d41166 Author: Akib Azmain Turja Commit: Akib Azmain Turja Put declare-function and defvar outside functions * eat.el (eat--flip-slow-blink-state) (eat--flip-fast-blink-state, eat-blink-mode) (eat--eshell-output-filte

[nongnu] elpa/helm 45caa53090 1/2: Fix fd executable name

2022-11-29 Thread ELPA Syncer
branch: elpa/helm commit 45caa53090e3581fb64c00bd21979a35b3883173 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix fd executable name --- helm-files.el | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/helm-files.el b/helm-files.el index 31ae42b29

[nongnu] elpa/helm 115847b8d5 2/2: Fix bug #2574 by let-binding ffap-machine-p-known

2022-11-29 Thread ELPA Syncer
branch: elpa/helm commit 115847b8d5f4175d7469f873d50a7e41710db5aa Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix bug #2574 by let-binding ffap-machine-p-known --- helm-lib.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/helm-lib.el b/helm-lib.el index fe

[nongnu] elpa/helm-core updated (67056a93d7 -> 115847b8d5)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 67056a93d7 Check first for boolean which is faster adds 45caa53090 Fix fd executable name adds 115847b8d5 Fix bug #2574 by let-binding ffap-machine-p-known No new revisions were added by this update. Summary of changes:

[nongnu] elpa/helm updated (67056a93d7 -> 115847b8d5)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 67056a93d7 Check first for boolean which is faster new 45caa53090 Fix fd executable name new 115847b8d5 Fix bug #2574 by let-binding ffap-machine-p-known Summary of changes: helm-files.el | 17 +++-- helm-lib.

[elpa] externals/tramp 12745adb73: Tramp ELPA version 2.5.4 released

2022-11-29 Thread ELPA Syncer
branch: externals/tramp commit 12745adb7381cce671fc707946331b561e0cb372 Author: Michael Albinus Commit: Michael Albinus Tramp ELPA version 2.5.4 released --- README | 4 ++-- texi/trampver.texi | 2 +- tramp.el | 5 + trampver.el| 6 +++--- 4 files changed,

[elpa] externals/vertico 801ad3143d: Why keep a complicated API when we can make it more complicated?

2022-11-29 Thread ELPA Syncer
branch: externals/vertico commit 801ad3143d26653384f4c25bad44f7c098dd704c Author: Daniel Mendler Commit: Daniel Mendler Why keep a complicated API when we can make it more complicated? Support function argument for REQUIRE-MATCH on Emacs 29. As can be seen here, the REQUIRE-MAT

[elpa] externals/detached 6b64d4d806: Update kill session function

2022-11-29 Thread ELPA Syncer
branch: externals/detached commit 6b64d4d8064cee781e071e825857b442ea96c3d9 Author: Niklas Eklund Commit: Niklas Eklund Update kill session function Make sure to check that a session is active before trying to kill it. --- detached.el | 52 +++

[elpa] elpa-admin baa3e4671b: * elpa-admin.el (elpaa--report-failure): Increase threshold

2022-11-29 Thread Stefan Monnier via
branch: elpa-admin commit baa3e4671b9527a25facd48e7894794fd327a407 Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--report-failure): Increase threshold The version is often included 3 times in the error message, so a single additional digit is all it takes t

[elpa] externals/peg updated (9a8d2396e7 -> 90c9004a83)

2022-11-29 Thread Eric Abrahamsen
girzel pushed a change to branch externals/peg. from 9a8d2396e7 * peg.el: New official entry points `peg` and `peg-run` new 03a35ddee9 Peg doc patches new 90c9004a83 Fix syntax-class PEX to move point; release 1.0.1 Summary of changes: peg-tests.el | 5 peg.el

[elpa] externals/peg 90c9004a83 2/2: Fix syntax-class PEX to move point; release 1.0.1

2022-11-29 Thread Eric Abrahamsen
branch: externals/peg commit 90c9004a8347209f94a37c8d9506425721098402 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix syntax-class PEX to move point; release 1.0.1 * peg.el (peg--translate): This method was only testing buffer text after point, it needs to actually move poin

[elpa] externals/peg 03a35ddee9 1/2: Peg doc patches

2022-11-29 Thread Eric Abrahamsen
branch: externals/peg commit 03a35ddee99cf4b6831ee4f98474a745cc79b66f Author: Eric Abrahamsen Commit: Eric Abrahamsen Peg doc patches --- peg.el | 70 ++ 1 file changed, 62 insertions(+), 8 deletions(-) diff --git a/peg.el b/p

[nongnu] elpa/idris-mode e350ed25a5 3/5: Update `idris-compile-and-execute` for Idris2

2022-11-29 Thread ELPA Syncer
branch: elpa/idris-mode commit e350ed25a5bf711673412acde6fe945346423a56 Author: Marek L Commit: Marek L Update `idris-compile-and-execute` for Idris2 Backport of idris2-compile-and-execute from https://github.com/idris-community/idris2-mode/pull/20/files with preserving backwar

[nongnu] elpa/idris-mode updated (993c862b7f -> fdbd019cb2)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/idris-mode. from 993c862b7f Merge pull request #568 from keram/case-dwin-issue-465 new 86c2fd294c Remove idris-tests2.el in favour of using idris-tests.el new a05c2c5fc9 Merge pull request #571 from keram/unify-tests-for-idris-1-and-2

[nongnu] elpa/idris-mode 86c2fd294c 1/5: Remove idris-tests2.el in favour of using idris-tests.el

2022-11-29 Thread ELPA Syncer
branch: elpa/idris-mode commit 86c2fd294c3cd1f03ee0daf4dbcfd3f6194f3870 Author: Marek L Commit: Marek L Remove idris-tests2.el in favour of using idris-tests.el The only difference in these files was that `idris-test-proof-search` is failing under Idris2. This differenc

[nongnu] elpa/idris-mode fdbd019cb2 5/5: Merge pull request #573 from keram/backport-idris2-compile-and-execute

2022-11-29 Thread ELPA Syncer
branch: elpa/idris-mode commit fdbd019cb284455f0e2e887a833f64c67b89c80f Merge: a05c2c5fc9 e350ed25a5 Author: Jan de Muijnck-Hughes Commit: GitHub Merge pull request #573 from keram/backport-idris2-compile-and-execute Update idris-compile-and-execute for Idris2 --- idris-commands.el

[nongnu] elpa/idris-mode 8ff4a2d9d5 2/5: Reset `idris-protocol-version*` vars to 0 on quit

2022-11-29 Thread ELPA Syncer
branch: elpa/idris-mode commit 8ff4a2d9d516648c97466f815f0a63c5b2329bce Author: Marek L Commit: Marek L Reset `idris-protocol-version*` vars to 0 on quit Why: To make easier and reliable to switch between Idris and Idris2 --- idris-commands.el | 4 +++- 1 file changed, 3 insert

[nongnu] elpa/idris-mode a05c2c5fc9 4/5: Merge pull request #571 from keram/unify-tests-for-idris-1-and-2

2022-11-29 Thread ELPA Syncer
branch: elpa/idris-mode commit a05c2c5fc942b2036391e070a0c7b861b3f26c6a Merge: 993c862b7f 86c2fd294c Author: Jan de Muijnck-Hughes Commit: GitHub Merge pull request #571 from keram/unify-tests-for-idris-1-and-2 Remove idris-tests2.el in favour of using idris-tests.el --- Makefile

[elpa] externals/corfu 362b0738aa: corfu-popupinfo: Add minimum popup size, improve direction configuration (#264)

2022-11-29 Thread ELPA Syncer
branch: externals/corfu commit 362b0738aa051d6c80f34d631246059f9805134c Author: galeo Commit: GitHub corfu-popupinfo: Add minimum popup size, improve direction configuration (#264) --- extensions/corfu-popupinfo.el | 177 +++--- 1 file changed, 80 insert

[elpa] externals/corfu bdcd965c13: Update changelog

2022-11-29 Thread ELPA Syncer
branch: externals/corfu commit bdcd965c13ed882c7b470611dc2178f778a98bed Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 1 + extensions/corfu-popupinfo.el | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.

[elpa] externals/ef-themes updated (dce4ddb641 -> 0eabe6cbd7)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/ef-themes. from dce4ddb641 Tweak the outline of ef-themes.el new 47724ff91b Make all bg-active more noticeable new 46fa47a780 Tweak eshell-ls-special mapping new bd3811c70c Tweak org-clock-overlay new 0eabe6cbd7 Us

[elpa] externals/ef-themes 0eabe6cbd7 4/4: Use more appropriate background for magit-diff-hunk-heading

2022-11-29 Thread ELPA Syncer
branch: externals/ef-themes commit 0eabe6cbd77379f921bb7a555b117f5170bfa6e5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use more appropriate background for magit-diff-hunk-heading --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b

[elpa] externals/ef-themes 46fa47a780 2/4: Tweak eshell-ls-special mapping

2022-11-29 Thread ELPA Syncer
branch: externals/ef-themes commit 46fa47a78005943eeb7c566f86d50d1d2e6554a5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak eshell-ls-special mapping --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index 6d5e8baa

[elpa] externals/ef-themes bd3811c70c 3/4: Tweak org-clock-overlay

2022-11-29 Thread ELPA Syncer
branch: externals/ef-themes commit bd3811c70c3a8ef70674a4f8b7d182d88023cbbc Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak org-clock-overlay --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index dc428fc2ac..3778

[elpa] externals/ef-themes 47724ff91b 1/4: Make all bg-active more noticeable

2022-11-29 Thread ELPA Syncer
branch: externals/ef-themes commit 47724ff91be46d81dbfed20d8e3b75dc0cf43a42 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make all bg-active more noticeable --- ef-autumn-theme.el | 2 +- ef-bio-theme.el| 2 +- ef-cherie-theme.el | 2 +- ef-

[elpa] externals/corfu 9b4fdc0088: corfu-popupinfo: Rename always-* to force-*

2022-11-29 Thread ELPA Syncer
branch: externals/corfu commit 9b4fdc00888141d807aa6fd8bec2bf00dd4c0435 Author: Daniel Mendler Commit: Daniel Mendler corfu-popupinfo: Rename always-* to force-* --- extensions/corfu-popupinfo.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/extensions/c

[elpa] externals/marginalia c68164c564: Add Emacs 29 recentf-open

2022-11-29 Thread ELPA Syncer
branch: externals/marginalia commit c68164c56485e1ef855c2d12e4393f5f55ca2b12 Author: Daniel Mendler Commit: Daniel Mendler Add Emacs 29 recentf-open --- marginalia.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/marginalia.el b/marginalia.el index 6594cf7cc2..9faf7d

[elpa] externals-release/org updated (b3da427ebb -> 3b79818691)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from b3da427ebb Update version numbers for the 9.6 release new 5fd5912fa4 ob-core: Silence byte-compiler warning new 3b79818691 ORG-NEWS: Drop "Version 9.7" heading from bugfix branch Summary of changes: etc/ORG-NE

[elpa] externals/org updated (b3da427ebb -> 4bb59b505d)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from b3da427ebb Update version numbers for the 9.6 release new 5fd5912fa4 ob-core: Silence byte-compiler warning new 3b79818691 ORG-NEWS: Drop "Version 9.7" heading from bugfix branch new 4bb59b505d Merge branch 'bugf

[elpa] externals/org 4bb59b505d: Merge branch 'bugfix'

2022-11-29 Thread ELPA Syncer
branch: externals/org commit 4bb59b505def76aa679f5ee239b78879ccf7247e Merge: b3da427ebb 3b79818691 Author: Kyle Meyer Commit: Kyle Meyer Merge branch 'bugfix' Discard the ORG-NEWS change from 3b7981869. --- lisp/ob-core.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[elpa] externals-release/org 5fd5912fa4 1/2: ob-core: Silence byte-compiler warning

2022-11-29 Thread ELPA Syncer
branch: externals-release/org commit 5fd5912fa4dab0e1730b7bcd08ae8b630466d8b1 Author: Kyle Meyer Commit: Kyle Meyer ob-core: Silence byte-compiler warning * lisp/ob-core.el (org-babel-read-list): Reflow docstring paragraph to silence "docstring wider than 80 characters" warning.

[elpa] externals-release/org 3b79818691 2/2: ORG-NEWS: Drop "Version 9.7" heading from bugfix branch

2022-11-29 Thread ELPA Syncer
branch: externals-release/org commit 3b798186918274854833b6532e4424b32041919a Author: Kyle Meyer Commit: Kyle Meyer ORG-NEWS: Drop "Version 9.7" heading from bugfix branch --- etc/ORG-NEWS | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index db0ea244ac..e9300

[elpa] externals/consult 86ea608aee 2/2: Update changelog

2022-11-29 Thread ELPA Syncer
branch: externals/consult commit 86ea608aee2519dc90f68c50354aab92bdff99e0 Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 13bcac6850..852aad49e1 100644 --- a/CHANGELOG.or

[elpa] externals/consult updated (db16709e0d -> 86ea608aee)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from db16709e0d Shorten deprecation message new 2d9b9f368b Emacs 29: Support buffer register type new 86ea608aee Update changelog Summary of changes: CHANGELOG.org | 1 + consult-register.el | 6 ++ 2 files c

[elpa] externals/corfu 4737127a6f 1/4: Use with-silent-modifications

2022-11-29 Thread ELPA Syncer
branch: externals/corfu commit 4737127a6fd690bc4a7e51f392d45b683844bfe5 Author: Daniel Mendler Commit: Daniel Mendler Use with-silent-modifications --- corfu.el | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/corfu.el b/corfu.el index 76f061d9ed..85df408389 100644

[elpa] externals/corfu d7dfe8d618 3/4: Update changelog

2022-11-29 Thread ELPA Syncer
branch: externals/corfu commit d7dfe8d618b3e1a594fc7f417b01c96a7802e21a Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index c0563d5b7d..156263f01e 100644 --- a/CHANGELOG.org

[elpa] externals/corfu 360feabcd5 2/4: Take corfu-default face height into account for popup size (Fix #149)

2022-11-29 Thread ELPA Syncer
branch: externals/corfu commit 360feabcd50f0924b31fcf1c7d00b06c51c1ccea Author: Daniel Mendler Commit: Daniel Mendler Take corfu-default face height into account for popup size (Fix #149) Try this: (set-face-attribute 'corfu-default nil :height 0.8) --- corfu.el

[elpa] externals/consult 2d9b9f368b 1/2: Emacs 29: Support buffer register type

2022-11-29 Thread ELPA Syncer
branch: externals/consult commit 2d9b9f368bfc4bdb3c3aaf6444dba00507f64707 Author: Daniel Mendler Commit: Daniel Mendler Emacs 29: Support buffer register type --- consult-register.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/consult-register.el b/consult-register.el index db

[elpa] externals/corfu e832367a22 4/4: Update changelog

2022-11-29 Thread ELPA Syncer
branch: externals/corfu commit e832367a22d3c14e2165edd4e52d45f524058c93 Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 156263f01e..43d144eb4f 100644 --- a/CHANGELOG.org

[elpa] externals/corfu updated (9b4fdc0088 -> e832367a22)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/corfu. from 9b4fdc0088 corfu-popupinfo: Rename always-* to force-* new 4737127a6f Use with-silent-modifications new 360feabcd5 Take corfu-default face height into account for popup size (Fix #149) new d7dfe8d618 Update ch

[elpa] externals/denote dc7486a0df 4/5: refactor: denote-modules are now a list of module names

2022-11-29 Thread ELPA Syncer
branch: externals/denote commit dc7486a0dfda7a786168ea0464eec9f987d7e016 Author: Noboru Ota Commit: Protesilaos Stavrou refactor: denote-modules are now a list of module names Before this patch, 'denote-modules' needed to be set like this below: (setq denote-module

[elpa] externals/denote 0c4185b30c 1/5: docs: correct typo

2022-11-29 Thread ELPA Syncer
branch: externals/denote commit 0c4185b30c27b4e2c356e95d9d3b9542774086e9 Author: Noboru Ota Commit: Protesilaos Stavrou docs: correct typo --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 5b3b812ff4..a24657101d 100644 --- a/denote

[elpa] externals/denote a8f22eaac3 5/5: Make some minor spacing adjustments

2022-11-29 Thread ELPA Syncer
branch: externals/denote commit a8f22eaac3650f8ca044f275e657d1c93bfcd2e5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make some minor spacing adjustments --- denote.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 4807bf3dbd..b

[elpa] externals/denote 2f47d31b71 2/5: feat: denote-modules & new module for ffap integration

2022-11-29 Thread ELPA Syncer
branch: externals/denote commit 2f47d31b71be23569dfadc178387275f779992c0 Author: Noboru Ota Commit: Protesilaos Stavrou feat: denote-modules & new module for ffap integration As discussed in Mailing list: https://lists.sr.ht/~protesilaos/denote/%3C86a64ooxyi.fsf%40nobiot.co

[elpa] externals/denote c2419d93f9 3/5: fix: correct ffap functions in 'denote-modules'

2022-11-29 Thread ELPA Syncer
branch: externals/denote commit c2419d93f9f8c2bae710d8fec12c3284985b8241 Author: Noboru Ota Commit: Protesilaos Stavrou fix: correct ffap functions in 'denote-modules' --- denote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index ca5ad2e8f

[elpa] externals/denote updated (643794cb89 -> a8f22eaac3)

2022-11-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 643794cb89 Document :reverse parameter for Org dynamic blocks new 0c4185b30c docs: correct typo new 2f47d31b71 feat: denote-modules & new module for ffap integration new c2419d93f9 fix: correct ffap functions

[elpa] externals/vertico-posframe 61a88aec07: v0.5.5

2022-11-29 Thread ELPA Syncer
branch: externals/vertico-posframe commit 61a88aec07669d0399bbc6699740975d0d5ff721 Author: Feng Shu Commit: Feng Shu v0.5.5 --- vertico-posframe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertico-posframe.el b/vertico-posframe.el index dff6865583..49a0ec28b4 1006

[elpa] externals/cape 2c16c8aa62: README: Mention dabbrev-capf

2022-11-29 Thread ELPA Syncer
branch: externals/cape commit 2c16c8aa62b46acc310d218911b3469dc1f183be Author: Daniel Mendler Commit: Daniel Mendler README: Mention dabbrev-capf --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 8925b008f8..b5c796a99b 100644

[elpa] externals/consult 24310db92e: Emacs 29: Support outline-search-function (Fix #684)

2022-11-29 Thread ELPA Syncer
branch: externals/consult commit 24310db92e41f19827f9198a54ee718257ebeee1 Author: Daniel Mendler Commit: Daniel Mendler Emacs 29: Support outline-search-function (Fix #684) --- CHANGELOG.org | 3 ++- consult.el| 7 +-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/C

[elpa] externals/denote 8fa2cc5e86: Tweak outline level for modules' section

2022-11-29 Thread ELPA Syncer
branch: externals/denote commit 8fa2cc5e86dff0fcd11eddccb7afc2cd46ce9dec Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak outline level for modules' section --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index b7c48219be.