[nongnu] elpa/helm 5a222a8a6b: Fix obsolete call to make-instance

2025-05-01 Thread ELPA Syncer
branch: elpa/helm commit 5a222a8a6b5e453c762fda8b219102e29e706dde Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix obsolete call to make-instance We should use now a keyword corresponding to the :initarg of the class, so for name, use :name name instead of just name. ---

[elpa] externals/denote-search 7ae1f43470: Further clarify development updates in Denote

2025-05-01 Thread ELPA Syncer
branch: externals/denote-search commit 7ae1f43470fc375c8add5f8c78f8e7d1d7c2da42 Author: Lucas Quintana Commit: Lucas Quintana Further clarify development updates in Denote --- README.md | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/READM

[elpa] externals/minuet 0cea13a0da: doc: add section `Understanding Model Speed`.

2025-05-01 Thread ELPA Syncer
branch: externals/minuet commit 0cea13a0da31d21ce1bdb1a6415bc6baa5428aa2 Author: Milan Glacier Commit: Milan Glacier doc: add section `Understanding Model Speed`. --- README.md | 23 +++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 0723c457d

[nongnu] elpa/markdown-mode e0de26db95 1/2: Add $%*+/<=>_|&' to the markdown-mode syntax table as punctuation.

2025-05-01 Thread ELPA Syncer
branch: elpa/markdown-mode commit e0de26db9519b92a2e976de673134df4efa50a79 Author: James Cherti <60946298+jamesche...@users.noreply.github.com> Commit: James Cherti <60946298+jamesche...@users.noreply.github.com> Add $%*+/<=>_|&' to the markdown-mode syntax table as punctuation. --- CHANGES.m

[elpa] externals/denote-sequence 3c0d4b6d0d 1/3: Define denote-sequence-decrement function

2025-05-01 Thread ELPA Syncer
branch: externals/denote-sequence commit 3c0d4b6d0dd4db34b6ab729f2cfe48d62fa027e6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Define denote-sequence-decrement function --- denote-sequence.el | 28 1 file changed, 28 insertions(+) diff --git a/denote

[elpa] externals/denote-sequence dc0db73de6 3/3: Write tests for denote-sequence-increment and denote-sequence-decrement

2025-05-01 Thread ELPA Syncer
branch: externals/denote-sequence commit dc0db73de640a7de81366baffb79a1c922892d74 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Write tests for denote-sequence-increment and denote-sequence-decrement --- tests/denote-sequence-test.el | 18 ++ 1 file changed, 18 ins

[elpa] externals/denote-sequence updated (dd3893bc5f -> dc0db73de6)

2025-05-01 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote-sequence. from dd3893bc5f Use expand-file-name instead of concat in denote-sequence-file-prompt new 3c0d4b6d0d Define denote-sequence-decrement function new ec11d1c457 Make stylistic changes to denote-sequence-increment

[elpa] externals/denote-sequence ec11d1c457 2/3: Make stylistic changes to denote-sequence-increment

2025-05-01 Thread ELPA Syncer
branch: externals/denote-sequence commit ec11d1c457e4374f81cc4bef430b3d1becf7d247 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make stylistic changes to denote-sequence-increment --- denote-sequence.el | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) di

[nongnu] elpa/aidermacs 1dc5ba421d: Fix aidermacs--is-aidermacs-buffer-p

2025-05-01 Thread ELPA Syncer
branch: elpa/aidermacs commit 1dc5ba421d125badecbd80c6ae14c3def27bc1a7 Author: Mingde (Matthew) Zeng Commit: Mingde (Matthew) Zeng Fix aidermacs--is-aidermacs-buffer-p --- aidermacs-backend-comint.el | 2 +- aidermacs-backends.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-

[nongnu] elpa/markdown-mode 90ad4af79a 2/2: Merge pull request #899 from jamescherti/jc-syntax-table

2025-05-01 Thread ELPA Syncer
branch: elpa/markdown-mode commit 90ad4af79a8bb65a3a5cdd6314be44abd9517cfc Merge: 258313ef2b e0de26db95 Author: Shohei YOSHIDA Commit: GitHub Merge pull request #899 from jamescherti/jc-syntax-table Add * to the markdown-mode syntax table as punctuation --- CHANGES.md | 1 +

[elpa] externals/denote-sequence b73d7aca24 2/6: Update the tests for partial increment/decrement

2025-05-01 Thread ELPA Syncer
branch: externals/denote-sequence commit b73d7aca2482cee8011f26e4c16d670e6e474669 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the tests for partial increment/decrement I also had a duplicate test there, so I am removing it. Plus a largely stylistic change of "

[elpa] externals/denote-sequence 5d9e3588e9 1/6: Change the name of increment/decrement functions to be explicitly "partial"

2025-05-01 Thread ELPA Syncer
branch: externals/denote-sequence commit 5d9e3588e99119d970372b040c938fc34b8fdc02 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Change the name of increment/decrement functions to be explicitly "partial" --- denote-sequence.el | 12 ++-- 1 file changed, 6 insertions(+), 6

[elpa] externals/denote-sequence 6e2c0828ad 6/6: Add commands to move to the next or previous sibling

2025-05-01 Thread ELPA Syncer
branch: externals/denote-sequence commit 6e2c0828add52d2e976aad87c12aa679bdd16874 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add commands to move to the next or previous sibling I will document these later... --- denote-sequence.el | 20 1 file cha

[elpa] externals/denote-sequence updated (dc0db73de6 -> 6e2c0828ad)

2025-05-01 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote-sequence. from dc0db73de6 Write tests for denote-sequence-increment and denote-sequence-decrement new 5d9e3588e9 Change the name of increment/decrement functions to be explicitly "partial" new b73d7aca24 Update the tests

[elpa] externals/denote-sequence 73c8d25939 3/6: Add obsolete alias for denote-sequence-increment-partial

2025-05-01 Thread ELPA Syncer
branch: externals/denote-sequence commit 73c8d259393bbc9cf1cebe38584c5dae2f323385 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add obsolete alias for denote-sequence-increment-partial --- denote-sequence.el | 5 + 1 file changed, 5 insertions(+) diff --git a/denote-sequence.

[elpa] externals/denote-sequence 89cb9ba394 5/6: Define denote-sequence-get-path function

2025-05-01 Thread ELPA Syncer
branch: externals/denote-sequence commit 89cb9ba394ec51b029475bd6da9b7c4338994c94 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Define denote-sequence-get-path function --- denote-sequence.el | 20 1 file changed, 20 insertions(+) diff --git a/denote-sequence

[elpa] externals/denote-sequence 7040e4cb67 4/6: Define function to infer a sibling and write a test for it as well

2025-05-01 Thread ELPA Syncer
branch: externals/denote-sequence commit 7040e4cb6706c7a3023b1712ac94f83b448daffe Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Define function to infer a sibling and write a test for it as well --- denote-sequence.el| 17 + tests/denote-sequence-test.e

[nongnu] elpa/haskell-ts-mode 0f93e445d3: Adding more syntax highlihgitng

2025-05-01 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit 0f93e445d37a77a6cecec2b4a3fe375b5c518ffd Author: Pranshu Sharma Commit: Pranshu Sharma Adding more syntax highlihgitng should deal with lots of https://codeberg.org/pranshu/haskell-ts-mode/issues/16#issuecomment-4057751 --- haskell-ts-mode.el |

[elpa] externals/do-at-point 7052878720 2/3: Add key to clone git repositories into /tmp/

2025-05-01 Thread ELPA Syncer
branch: externals/do-at-point commit 70528787202286921de317d4dc2b1d32c568537d Author: Philip Kaludercic Commit: Philip Kaludercic Add key to clone git repositories into /tmp/ --- do-at-point.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/do-at-point.el b/do-at-point.el index e9320

[elpa] externals/org 0fa070f1f4 1/2: Merge branch 'bugfix'

2025-05-01 Thread ELPA Syncer
branch: externals/org commit 0fa070f1f4fe32ecce9f799d97997c6056acd850 Merge: 277344c5ef d2e1c6789e Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/org-compat.el | 9 + lisp/org-src.el| 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --

[elpa] externals/org 452584d9db 2/2: org-compat: Declare `org-replace-buffer-contents' obsolete

2025-05-01 Thread ELPA Syncer
branch: externals/org commit 452584d9db534071bf55a17330d63b76fe4a68f1 Author: Ihor Radchenko Commit: Ihor Radchenko org-compat: Declare `org-replace-buffer-contents' obsolete * lisp/org-compat.el (org-replace-buffer-contents): Declare obsolete. The function is no longer used and

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

2025-05-01 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 277344c5ef Merge branch 'bugfix' new d2e1c6789e Use `replace-region-contents' instead of `replace-buffer-contents' new 0fa070f1f4 Merge branch 'bugfix' new 452584d9db org-compat: Declare `org-replace-buffer-cont

[elpa] externals/do-at-point f356ba25b2 1/3: Add key to attach messages in Gnus

2025-05-01 Thread ELPA Syncer
branch: externals/do-at-point commit f356ba25b2371c4927344fa6f9be907b76220947 Author: Philip Kaludercic Commit: Philip Kaludercic Add key to attach messages in Gnus --- do-at-point.el | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/do-at-point.el b/do-at-point.el

[elpa] externals/do-at-point 09a05933f1 3/3: Add key to run 'rgrep' in the current directory

2025-05-01 Thread ELPA Syncer
branch: externals/do-at-point commit 09a05933f1557819e83846e71a92c20222f6cabc Author: Philip Kaludercic Commit: Philip Kaludercic Add key to run 'rgrep' in the current directory --- do-at-point.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/do-at-point.el b/do-at-point.el index 63

[elpa] externals-release/org d2e1c6789e: Use `replace-region-contents' instead of `replace-buffer-contents'

2025-05-01 Thread ELPA Syncer
branch: externals-release/org commit d2e1c6789e8fdbc097cdec87d69dc2fce32cb6d5 Author: Ihor Radchenko Commit: Ihor Radchenko Use `replace-region-contents' instead of `replace-buffer-contents' * lisp/org-src.el (org-edit-src-save): (org-edit-src-exit): Avoid using obsolete `replac

[elpa] externals/do-at-point updated (dcb73b4eac -> 09a05933f1)

2025-05-01 Thread ELPA Syncer
elpasync pushed a change to branch externals/do-at-point. from dcb73b4eac Point to Codeberg instead of SourceHut new f356ba25b2 Add key to attach messages in Gnus new 7052878720 Add key to clone git repositories into /tmp/ new 09a05933f1 Add key to run 'rgrep' in the

[elpa] externals/bufferlo aa724fe7ce: Add "purpose" to similar packages

2025-05-01 Thread ELPA Syncer
branch: externals/bufferlo commit aa724fe7ceaf7de680cb03cc8bdbccdd7a4fa28c Author: Florian Rommel Commit: Florian Rommel Add "purpose" to similar packages --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index f1d882d6d4..3451398829 100644 --- a/REA

[elpa] externals/a68-mode c5dd5fbe7b 6/8: Update README.md

2025-05-01 Thread ELPA Syncer
branch: externals/a68-mode commit c5dd5fbe7bfce7c2b2475e13d5500874c58e1ced Author: Jose E. Marchesi Commit: Jose E. Marchesi Update README.md --- README.md | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e0957bbef7..2f3662c11e 10

[elpa] externals/a68-mode updated (6550773410 -> def69a9ed1)

2025-05-01 Thread ELPA Syncer
elpasync pushed a change to branch externals/a68-mode. from 6550773410 Fix logic in a68-at-post-unit new 4cd3152405 Provide stropping-specific versions of a68-comment-style new a9276372a3 Complete indent rules for upper stropping regime new d6c6dc8bb0 Fix indentation

[elpa] externals/a68-mode a9276372a3 2/8: Complete indent rules for upper stropping regime

2025-05-01 Thread ELPA Syncer
branch: externals/a68-mode commit a9276372a3334bd87d5291293bd13c355ef20e18 Author: Jose E. Marchesi Commit: Jose E. Marchesi Complete indent rules for upper stropping regime --- a68-mode.el | 40 1 file changed, 28 insertions(+), 12 deletions(-) dif

[elpa] externals/a68-mode 4cd3152405 1/8: Provide stropping-specific versions of a68-comment-style

2025-05-01 Thread ELPA Syncer
branch: externals/a68-mode commit 4cd31524058814aef4073fc18345408edb32d313 Author: Jose E. Marchesi Commit: Jose E. Marchesi Provide stropping-specific versions of a68-comment-style --- a68-mode.el | 33 ++--- 1 file changed, 22 insertions(+), 11 deletions(-) di

[elpa] externals/a68-mode da808319ae 4/8: Fix indentation

2025-05-01 Thread ELPA Syncer
branch: externals/a68-mode commit da808319ae9c979e929a9085ee1d2a5b879bb839 Author: Jose E. Marchesi Commit: Jose E. Marchesi Fix indentation --- a68-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a68-mode.el b/a68-mode.el index a0b9ee4bc8..c6066536da 100644

[elpa] externals/a68-mode def69a9ed1 8/8: Bump version to 1.1

2025-05-01 Thread ELPA Syncer
branch: externals/a68-mode commit def69a9ed14834803168a7681dd2f0680149df85 Author: Jose E. Marchesi Commit: Jose E. Marchesi Bump version to 1.1 --- a68-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a68-mode.el b/a68-mode.el index f622032e3b..02dae8dca6 100644

[nongnu] elpa/racket-mode 2eec63cd62: racket-repl-mode: Default font-lock-keywords-only to true; fixes #751

2025-05-01 Thread ELPA Syncer
branch: elpa/racket-mode commit 2eec63cd62bacf6d6b09bcc09e601265c36d165f Author: Greg Hendershott Commit: Greg Hendershott racket-repl-mode: Default font-lock-keywords-only to true; fixes #751 This means that font-lock will no longer highlight strings or comments in REPL buffers

[elpa] externals/a68-mode 2e5e22348b 5/8: Add SMIE lexer for UPPER stropping

2025-05-01 Thread ELPA Syncer
branch: externals/a68-mode commit 2e5e22348b1b9d1ac0ab31261024820bf3d5f207 Author: Jose E. Marchesi Commit: Jose E. Marchesi Add SMIE lexer for UPPER stropping --- a68-mode.el | 287 ++-- 1 file changed, 258 insertions(+), 29 deletions

[elpa] externals/a68-mode 4df8e94c67 7/8: Fix errors noticed while byte-compiling

2025-05-01 Thread ELPA Syncer
branch: externals/a68-mode commit 4df8e94c674146e7322d0e99f8f64a5e13381905 Author: Jose E. Marchesi Commit: Jose E. Marchesi Fix errors noticed while byte-compiling --- a68-mode.el | 88 ++--- 1 file changed, 49 insertions(+), 39 delet

[elpa] externals/a68-mode d6c6dc8bb0 3/8: Fix indentation

2025-05-01 Thread ELPA Syncer
branch: externals/a68-mode commit d6c6dc8bb0bbfa4f26c23420ae8c4e06fbc00c22 Author: Jose E. Marchesi Commit: Jose E. Marchesi Fix indentation --- a68-mode.el | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/a68-mode.

[nongnu] elpa/sly ce17a568ef: Close #678: Fix erroring behaviour in sly-sexp-at-point

2025-05-01 Thread ELPA Syncer
branch: elpa/sly commit ce17a568efd3673e9d6f41438acc4023379c198e Author: Estevan Castilho Commit: GitHub Close #678: Fix erroring behaviour in sly-sexp-at-point * sly.el (sly-sexp-at-point): error only with both 'interactive' and 'errorp' --- sly.el | 2 +- 1 file changed, 1 inser