[nongnu] elpa/cider 0e55036a6c 1/7: Remove mismatched closing paren

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit 0e55036a6c20d8ecbadf30bdc0f836ab1bdc6fd2 Author: Bozhidar Batsov Commit: Bozhidar Batsov Remove mismatched closing paren --- cider-stacktrace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cider-stacktrace.el b/cider-stacktrace.el index 8d3f

[nongnu] elpa/cider 2d04e9e716 3/7: Fix a couple of indentation problems

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit 2d04e9e7166b486a98496acdf98f4ba9c3ac776b Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix a couple of indentation problems --- cider-eldoc.el | 2 +- nrepl-client.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cider-eldoc.el b/cider

[nongnu] elpa/cider c7fab5077c 2/7: Run the clojure-ts-mode tests only on Emacs 30+

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit c7fab5077cdc6c0adfcd0615d45d7e75f17e45b0 Author: Bozhidar Batsov Commit: Bozhidar Batsov Run the clojure-ts-mode tests only on Emacs 30+ --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/

[nongnu] elpa/cider baddbc5305 4/7: [#3606] Fix a couple of defcustom :type attributes

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit baddbc5305fcefedec32d695524071cf84ac17df Author: Bozhidar Batsov Commit: Bozhidar Batsov [#3606] Fix a couple of defcustom :type attributes --- cider-client.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cider-client.el b/cider-client.el

[nongnu] elpa/cider cf84f85464 7/7: Fix condition-case invocation

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit cf84f854649b3f4634173b696c527c7133ecd5c2 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix condition-case invocation --- cider-common.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cider-common.el b/cider-common.el index e038d209f8..9

[nongnu] elpa/cider updated (c920799bfb -> cf84f85464)

2025-04-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider. from c920799bfb [#3606] Fix incorrect defcustom :type attribute new 0e55036a6c Remove mismatched closing paren new c7fab5077c Run the clojure-ts-mode tests only on Emacs 30+ new 2d04e9e716 Fix a couple of indentation pro

[nongnu] elpa/cider 2158a886f0 5/7: [#3606] Fix this :type for real!

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit 2158a886f0e4abd25cd1e68e145d91bec59e70e3 Author: Bozhidar Batsov Commit: Bozhidar Batsov [#3606] Fix this :type for real! --- cider-stacktrace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cider-stacktrace.el b/cider-stacktrace.el index 9ff

[nongnu] elpa/aidermacs 50be7d3351 1/2: Add project file picker

2025-04-29 Thread ELPA Syncer
branch: elpa/aidermacs commit 50be7d3351533655dcba54da19b9f374d94add3e Author: Vignesh Shankar Commit: Matthew Zeng Add project file picker --- aidermacs.el | 36 +++- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/aidermacs.el b/aidermacs.el

[nongnu] elpa/aidermacs 07a47cfa78 2/2: project support

2025-04-29 Thread ELPA Syncer
branch: elpa/aidermacs commit 07a47cfa7860ff39411c9c50919acd79a9b79338 Author: Vignesh Shankar Commit: Matthew Zeng project support --- aidermacs.el | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/aidermacs.el b/aidermacs.el index 98728ea9e0.

[nongnu] elpa/aidermacs updated (9eef7a26e5 -> 07a47cfa78)

2025-04-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/aidermacs. from 9eef7a26e5 Bump to v1.3 new 50be7d3351 Add project file picker new 07a47cfa78 project support Summary of changes: aidermacs.el | 42 +- 1 file changed, 37 insertions(+), 5 dele

[nongnu] elpa/cider 8bd39b9643 6/7: Tweak a docstring

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit 8bd39b96434dabb8f79e45b7cfc0e3ea0bcfd8ae Author: Bozhidar Batsov Commit: Bozhidar Batsov Tweak a docstring --- cider-stacktrace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cider-stacktrace.el b/cider-stacktrace.el index 3ae48ff433..3ea309

[nongnu] elpa/helm d83b218bbc 5/9: Advice command-excute after helm session

2025-04-29 Thread ELPA Syncer
branch: elpa/helm commit d83b218bbca2e8207fff620fb630d17cc5b6068f Author: Thierry Volpiatto Commit: Thierry Volpiatto Advice command-excute after helm session otherwise command-execute is used inside helm session for e.g. next-line etc.. Don't reset helm-M-x-prefix-argu

[nongnu] elpa/helm acfa5e1767 9/9: Update NEWS

2025-04-29 Thread ELPA Syncer
branch: elpa/helm commit acfa5e1767a8359ff87609df773658d1a642c558 Author: Thierry Volpiatto Commit: Thierry Volpiatto Update NEWS --- NEWS.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.org b/NEWS.org index 7f119fcabb..31a73cd86a 100644 --- a/NEWS.org +++ b/NEWS.org @@ -2,6

[nongnu] elpa/clojure-ts-mode 4bdd7f2111: Add unwind refactoring commands

2025-04-29 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 4bdd7f2111fe8fd32cff1256c1e7dc54c17d8552 Author: Roman Rudakov Commit: Bozhidar Batsov Add unwind refactoring commands --- CHANGELOG.md| 1 + README.md | 22 +++ clojure-ts-mode.

[nongnu] elpa/helm 51798e5155 4/9: Require helm-command and declare vars and fn

2025-04-29 Thread ELPA Syncer
branch: elpa/helm commit 51798e51553ff8f3bdcea04686d499df81673049 Author: Thierry Volpiatto Commit: Thierry Volpiatto Require helm-command and declare vars and fn --- helm-mode.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/helm-mode.el b/helm-mode.el index e0c442c2fd..cb4ff1

[nongnu] elpa/helm updated (d8f260235b -> acfa5e1767)

2025-04-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from d8f260235b Change default value of helm-M-x-exclude-unusable-commands-in-mode new 4477cebf4c Integrate helm-M-x prefix arg in helm-mode new 1ddef42e47 Use dst* in helm-acase new 7a405859d6 Notify C-u entered before

[nongnu] elpa/helm d8b9b42cf6 8/9: Comment only

2025-04-29 Thread ELPA Syncer
branch: elpa/helm commit d8b9b42cf6120ee493084deb10a107e12b61a46f Author: Thierry Volpiatto Commit: Thierry Volpiatto Comment only --- helm-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-mode.el b/helm-mode.el index 1ba8c75291..63424488a0 100644 --- a/helm-mode.el +++ b/he

[nongnu] elpa/helm 4477cebf4c 1/9: Integrate helm-M-x prefix arg in helm-mode

2025-04-29 Thread ELPA Syncer
branch: elpa/helm commit 4477cebf4c1d583b6a37c273b70fd04218b58172 Author: Thierry Volpiatto Commit: Thierry Volpiatto Integrate helm-M-x prefix arg in helm-mode Add a new completion metadata category command-help to handle this feature. --- helm-mode.el | 130 ++

[nongnu] elpa/helm 1ddef42e47 2/9: Use dst* in helm-acase

2025-04-29 Thread ELPA Syncer
branch: elpa/helm commit 1ddef42e47f4fd5dd89f3e6bd26d2bb1c5b879aa Author: Thierry Volpiatto Commit: Thierry Volpiatto Use dst* in helm-acase --- helm-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-mode.el b/helm-mode.el index 965b66e409..d11e4d762f 1006

[nongnu] elpa/helm 004c81e400 7/9: Add persistent action for command category

2025-04-29 Thread ELPA Syncer
branch: elpa/helm commit 004c81e400e47bf95bce53b78425200951503cd3 Author: Thierry Volpiatto Commit: Thierry Volpiatto Add persistent action for command category --- helm-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm-mode.el b/helm-mode.el index 04b889adc5..1ba8c75291 1

[nongnu] elpa/helm 8cdc5f3644 6/9: Call helm-M-x--unwind-forms only in command-help category

2025-04-29 Thread ELPA Syncer
branch: elpa/helm commit 8cdc5f3644bce5093dbb84519ba9dbbec17222d4 Author: Thierry Volpiatto Commit: Thierry Volpiatto Call helm-M-x--unwind-forms only in command-help category --- helm-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-mode.el b/helm-mode.el in

[nongnu] elpa/helm 7a405859d6 3/9: Notify C-u entered before Hitting M-[xX]

2025-04-29 Thread ELPA Syncer
branch: elpa/helm commit 7a405859d677ff6fdab6e159e9e235e7a3a485ff Author: Thierry Volpiatto Commit: Thierry Volpiatto Notify C-u entered before Hitting M-[xX] --- helm-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-mode.el b/helm-mode.el index d11e4d762f..e0c442c2fd 1006

[nongnu] elpa/cider updated (778bbe3c41 -> c46dc496d4)

2025-04-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider. from 778bbe3c41 Bump cider-nrepl to 0.55.6 new 7985960ff3 Fix broken defcustom :type attributes new c46dc496d4 Bump cider-nrepl to 0.55.7 Summary of changes: CHANGELOG.md | 2 +- cider-e

[nongnu] elpa/cider c46dc496d4 2/2: Bump cider-nrepl to 0.55.7

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit c46dc496d4b9609f77aaf591a7d2ec91bd1e8a52 Author: Oleksandr Yakushev Commit: Oleksandr Yakushev Bump cider-nrepl to 0.55.7 --- CHANGELOG.md | 2 +- cider.el | 2 +- dev/docker-sample-p

[nongnu] elpa/cider 7985960ff3 1/2: Fix broken defcustom :type attributes

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit 7985960ff3339ac0b5b79bed05542cb71eec9738 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix broken defcustom :type attributes --- cider-eval.el | 6 +++--- cider-ns.el | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cider-eval.el b/cid

[elpa] externals/ef-themes 544957214f 1/2: Make gnus "ancient" messages look the same as read messages

2025-04-29 Thread ELPA Syncer
branch: externals/ef-themes commit 544957214fe4651f17183facb52dc19add9891d0 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make gnus "ancient" messages look the same as read messages This is because those "ancient" marks that Gnus adds basically mean "I read this before

[elpa] externals/ef-themes 2028e66d2f 2/2: Update to ef-themes version 1.10.0

2025-04-29 Thread ELPA Syncer
branch: externals/ef-themes commit 2028e66d2f6e9e50105051d8e911ed0c4741db69 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update to ef-themes version 1.10.0 --- CHANGELOG.org | 74 +++ README.org| 14 +-- ef-theme

[elpa] externals/ef-themes updated (db013c9d2d -> 2028e66d2f)

2025-04-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/ef-themes. from db013c9d2d Add support for tmr new 544957214f Make gnus "ancient" messages look the same as read messages new 2028e66d2f Update to ef-themes version 1.10.0 Summary of changes: CHANGELOG.org | 74 +++

[elpa] externals/spacious-padding cd33d70f6c: Bump version to trigger GNU ELPA rebuild

2025-04-29 Thread ELPA Syncer
branch: externals/spacious-padding commit cd33d70f6cd9d8f3a2f6f7831711c8230d21649d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Bump version to trigger GNU ELPA rebuild This is because I messed up with the last release where some changes where not part of the commit t

[elpa] externals/cape 5546a2db8e: Update issue template

2025-04-29 Thread ELPA Syncer
branch: externals/cape commit 5546a2db8e3928d5a95e1174e69a5742ddf97c0f Author: Daniel Mendler Commit: Daniel Mendler Update issue template --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE

[elpa] externals/denote updated (aaa5d30a7c -> 807395fcb1)

2025-04-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from aaa5d30a7c Make obsolete the unused denote-link--expand-identifiers new 7d18f17a19 Make denote-link-return-links accept optional FILES new 807395fcb1 Add command denote-find-backlink-with-location Summary of changes

[elpa] externals/denote 807395fcb1 2/2: Add command denote-find-backlink-with-location

2025-04-29 Thread ELPA Syncer
branch: externals/denote commit 807395fcb1ac79dbcbaa61112622354a53aaa9bc Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add command denote-find-backlink-with-location This is in response to issue 471 as reported by johkneisl:

[nongnu] elpa/clojure-ts-mode 2875629cbb 2/3: Improve a bit the design doc

2025-04-29 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 2875629cbb4cfa1b289c69345d615b6c492ef6a6 Author: Bozhidar Batsov Commit: Bozhidar Batsov Improve a bit the design doc --- doc/design.md | 78 ++- 1 file changed, 45 insertions(+), 33 deletions(-) di

[nongnu] elpa/clojure-ts-mode b5c1b0787d 1/3: Update a few references to Tree-sitter

2025-04-29 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit b5c1b0787d90851ef291c1b3a878202812d1fe76 Author: Bozhidar Batsov Commit: Bozhidar Batsov Update a few references to Tree-sitter --- README.md | 8 clojure-ts-mode.el | 12 ++-- 2 files changed, 10 insertions(+), 10 deletions(-)

[nongnu] elpa/clojure-ts-mode updated (43dbaddc50 -> ff3969c1ef)

2025-04-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/clojure-ts-mode. from 43dbaddc50 Fix some issues with short anonymous functions new b5c1b0787d Update a few references to Tree-sitter new 2875629cbb Improve a bit the design doc new ff3969c1ef Remove mentions of the mailing lis

[nongnu] elpa/clojure-ts-mode ff3969c1ef 3/3: Remove mentions of the mailing list

2025-04-29 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit ff3969c1efb9a8b5651a94f0a78c166a904372a3 Author: Bozhidar Batsov Commit: Bozhidar Batsov Remove mentions of the mailing list It was never used, so it seems safe to say we don't really need it. --- CONTRIBUTING.md | 12 1 file changed

[elpa] externals/jinx 22b8f2273d: jinx--save-dir: Do not switch to .dir-locals.el (Fix #236)

2025-04-29 Thread ELPA Syncer
branch: externals/jinx commit 22b8f2273dac63b6231fab53fba8afb1a789ceb7 Author: Daniel Mendler Commit: Daniel Mendler jinx--save-dir: Do not switch to .dir-locals.el (Fix #236) Note that the file .dir-locals.el is not saved automatically. --- jinx.el | 3 ++- 1 file changed, 2 inser

[elpa] externals/denote 7d18f17a19 1/2: Make denote-link-return-links accept optional FILES

2025-04-29 Thread ELPA Syncer
branch: externals/denote commit 7d18f17a1944a5c35b8256df840e224cb5d2e3ff Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-link-return-links accept optional FILES --- README.org | 5 - denote.el | 7 +-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git

[elpa] externals/denote-org c7579f620d: Refactor denote-org-dblock--get-missing-links

2025-04-29 Thread ELPA Syncer
branch: externals/denote-org commit c7579f620da02f356201f9f9b512efbec413c37b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Refactor denote-org-dblock--get-missing-links I removed the denote-link--expand-identifiers from denote.el because we do not need it for this case

[elpa] externals/org updated (e77ccd5046 -> 277344c5ef)

2025-04-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from e77ccd5046 ox-md.el: New option `org-md-link-org-files-as-md' adds 79781bac69 Update version number for the 9.7.29 release new 5372790d28 Fix typo in df2b7ba46d new 277344c5ef Merge branch 'bugfix' Summary of ch

[elpa] externals-release/org 5372790d28: Fix typo in df2b7ba46d

2025-04-29 Thread ELPA Syncer
branch: externals-release/org commit 5372790d2867fd354ddb35a622354bbca9103502 Author: Ihor Radchenko Commit: Ihor Radchenko Fix typo in df2b7ba46d * lisp/org-macs.el (org-current-text-column): s/warning/warn/ --- lisp/org-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

[elpa] externals/org 277344c5ef: Merge branch 'bugfix'

2025-04-29 Thread ELPA Syncer
branch: externals/org commit 277344c5ef17e2440d3a11b17fabd32519624563 Merge: e77ccd5046 5372790d28 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/org-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-macs.el b/lisp/org-macs.el

[nongnu] elpa/cider c1d1efd8c9 1/3: [#3606] Replace usages of lax-plist-get and lax-plist-put

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit c1d1efd8c98a51ea070934e66f6b9e791f33f9fa Author: Bozhidar Batsov Commit: Bozhidar Batsov [#3606] Replace usages of lax-plist-get and lax-plist-put They were deprecated in Emacs 29, but sadly there's clean way to avoid their usage on Emacs 27 and 28. Tha

[nongnu] elpa/cider db6b05a9b6 2/3: [#3606] Fix incorrect defcustom :type attributes

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit db6b05a9b6a95f3aee9f6fd4a912d0597b622230 Author: Bozhidar Batsov Commit: Bozhidar Batsov [#3606] Fix incorrect defcustom :type attributes --- cider-stacktrace.el | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cider-stacktrace.el b/cide

[nongnu] elpa/cider c920799bfb 3/3: [#3606] Fix incorrect defcustom :type attribute

2025-04-29 Thread ELPA Syncer
branch: elpa/cider commit c920799bfbb69d773eabfc30371b009696d74110 Author: Bozhidar Batsov Commit: Bozhidar Batsov [#3606] Fix incorrect defcustom :type attribute --- cider-ns.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cider-ns.el b/cider-ns.el index 4f640837

[nongnu] elpa/cider updated (c46dc496d4 -> c920799bfb)

2025-04-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider. from c46dc496d4 Bump cider-nrepl to 0.55.7 new c1d1efd8c9 [#3606] Replace usages of lax-plist-get and lax-plist-put new db6b05a9b6 [#3606] Fix incorrect defcustom :type attributes new c920799bfb [#3606] Fix incorrect def