[elpa] externals/denote e37c18d843 3/4: Make denote-sort-dired use a unique buffer each time

2025-07-07 Thread ELPA Syncer
branch: externals/denote commit e37c18d843676ec6540c062d0bf81a167188fd42 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-sort-dired use a unique buffer each time When we were passing the directory as (dired (cons DIRECTORY FILES)) we were inadvertently settin

[elpa] externals/denote c6c02ef2df 1/4: Make denote-sort-dired more abstract

2025-07-07 Thread ELPA Syncer
branch: externals/denote commit c6c02ef2df4c423fd1de7c02a286c20b828aaceb Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-sort-dired more abstract The idea is to make it easier to write custom variations of the denote-sort-dired. --- denote.el | 97 ++

[elpa] externals/denote 73456765f1 2/4: Make some further refinements to the denote-sort-dired (extend commit c6c02ef)

2025-07-07 Thread ELPA Syncer
branch: externals/denote commit 73456765f1ed8920b8176750c8c21f18d890d40b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make some further refinements to the denote-sort-dired (extend commit c6c02ef) --- denote.el | 43 +++ 1 file changed, 15

[elpa] externals/denote-sequence 53ebe5ed58: Make denote-sequence-dired be consistent with latest denote-dired

2025-07-07 Thread ELPA Syncer
branch: externals/denote-sequence commit 53ebe5ed58c2c1efca93284406274434cd51343d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-sequence-dired be consistent with latest denote-dired --- denote-sequence.el | 44 +++- 1 file change

[elpa] externals/denote updated (5b0a02d162 -> 35f79506d1)

2025-07-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 5b0a02d162 Revise denote-sort-dired buffer setup new c6c02ef2df Make denote-sort-dired more abstract new 73456765f1 Make some further refinements to the denote-sort-dired (extend commit c6c02ef) new e37c18d84

[elpa] externals/denote 35f79506d1 4/4: Avoid repetition in the denote-sort-dired helpers

2025-07-07 Thread ELPA Syncer
branch: externals/denote commit 35f79506d18ad807303a4f2e61c97c14378b6775 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Avoid repetition in the denote-sort-dired helpers --- denote.el | 38 +- 1 file changed, 17 insertions(+), 21 deletions(-) di

[elpa] externals/vc-jj 7055389ce9: Show descriptions when querying for a revision.

2025-07-07 Thread ELPA Syncer
branch: externals/vc-jj commit 7055389ce993e38dd75597710c1e02add39757eb Author: Rudi Schlatte Commit: Rudi Schlatte Show descriptions when querying for a revision. --- vc-jj.el | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/vc-jj.el b/vc-jj.el

[elpa] externals/denote ba9f164b8b 2/3: Update the sample denote-sort-dired variants for empty files

2025-07-07 Thread ELPA Syncer
branch: externals/denote commit ba9f164b8be81acaf525473b0f93c7103b28d800 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the sample denote-sort-dired variants for empty files --- README.org | 67 +++--- 1 file changed, 3

[elpa] externals/denote updated (35f79506d1 -> 5a473f9a8b)

2025-07-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 35f79506d1 Avoid repetition in the denote-sort-dired helpers new 693c43ede8 Quote the lambda used in denote-sort-dired new ba9f164b8b Update the sample denote-sort-dired variants for empty files new 5a473f9a8

[elpa] externals/denote 5a473f9a8b 3/3: Clarify that the "empty files" variants of denote-sort-dired depend on current dev version

2025-07-07 Thread ELPA Syncer
branch: externals/denote commit 5a473f9a8bd76c9ab3ecbdb7c87d76fdb34119f2 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify that the "empty files" variants of denote-sort-dired depend on current dev version --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R

[elpa] externals/denote-sequence updated (53ebe5ed58 -> 307eb52c21)

2025-07-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote-sequence. from 53ebe5ed58 Make denote-sequence-dired be consistent with latest denote-dired new 3fe9120b7d Revise denote-sequence-dired to use new paradigm from denote.git new ea88392dfd Make denote-sequence--get-files ar

[elpa] externals/denote 693c43ede8 1/3: Quote the lambda used in denote-sort-dired

2025-07-07 Thread ELPA Syncer
branch: externals/denote commit 693c43ede816d76268814b42405e3cab6903d8d3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Quote the lambda used in denote-sort-dired Because of lexical-binding, the return value was fixed. But if a user copies the code into the scratch buff

[elpa] externals/denote-sequence 3fe9120b7d 1/3: Revise denote-sequence-dired to use new paradigm from denote.git

2025-07-07 Thread ELPA Syncer
branch: externals/denote-sequence commit 3fe9120b7db172ec8cee419640048e4e33680efe Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Revise denote-sequence-dired to use new paradigm from denote.git --- denote-sequence.el | 52 +--- 1 file

[elpa] externals/denote-sequence ea88392dfd 2/3: Make denote-sequence--get-files argument mandatory and move fallback to denote-sequence-get-all-files

2025-07-07 Thread ELPA Syncer
branch: externals/denote-sequence commit ea88392dfd1eaa9baf3b92e77a60b8cb729024dd Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-sequence--get-files argument mandatory and move fallback to denote-sequence-get-all-files --- denote-sequence.el | 13 + 1 file

[elpa] externals/denote-sequence 307eb52c21 3/3: Quote the lambda used in denote-sequence-dired

2025-07-07 Thread ELPA Syncer
branch: externals/denote-sequence commit 307eb52c2161d8b1fecd89f90cab1fa1ceadc312 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Quote the lambda used in denote-sequence-dired Because of lexical-binding, the return value was fixed. But if a user copies the code into the

[nongnu] elpa/helm d4b1732345 2/3: Unquote keymap for consistency

2025-07-07 Thread ELPA Syncer
branch: elpa/helm commit d4b173234522b11510e5b2df85588cd6e8da5cf4 Author: Thierry Volpiatto Commit: Thierry Volpiatto Unquote keymap for consistency --- helm-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-mode.el b/helm-mode.el index a3320f3dee..de9dee32a6

[nongnu] elpa/helm f571cb0c0a 1/3: Add comment

2025-07-07 Thread ELPA Syncer
branch: elpa/helm commit f571cb0c0a3cdcf9066f9f271686e9fa9386012a Author: Thierry Volpiatto Commit: Thierry Volpiatto Add comment --- helm-mode.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/helm-mode.el b/helm-mode.el index d10373f60d..a3320f3dee 100644 --- a/

[nongnu] elpa/helm updated (edfbe48205 -> 3e9e33bf03)

2025-07-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from edfbe48205 Handle REQUIRE-MATCH from helm-ff-RET new f571cb0c0a Add comment new d4b1732345 Unquote keymap for consistency new 3e9e33bf03 Fix #2727 with helm-x-icons Summary of changes: helm-mode.el| 9 +++-

[nongnu] elpa/helm 3e9e33bf03 3/3: Fix #2727 with helm-x-icons

2025-07-07 Thread ELPA Syncer
branch: elpa/helm commit 3e9e33bf0312443439854b49b478cb773472ab89 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix #2727 with helm-x-icons Fix the :set function of helm-x-icons-provider. The value should be set to nil when the backend is not provided yet. --- helm-x-icon

[nongnu] elpa/xah-fly-keys 0a992ee981: major key change. experimental.

2025-07-07 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 0a992ee9819156c7e3be49d478509adb61baa438 Author: Xah Lee Commit: Xah Lee major key change. experimental. removed all number keys ("1" . nil) ("2" . nil) ("3" . delete-other-windows) ("4" . split-window-below) ("5" . delete-char) ("

[elpa] externals/modus-themes 6639604271 3/3: Make stylistic tweaks to the lsp faces

2025-07-07 Thread ELPA Syncer
branch: externals/modus-themes commit 6639604271fc5bef2dcdd2b0af2d9bcb2259f8b6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make stylistic tweaks to the lsp faces Those were originally contributed by Jimmy Yuen Ho Wong in pull request 142:

[elpa] externals/modus-themes ebefa010b2 1/3: Add lsp-mode and lsp-ui faces

2025-07-07 Thread ELPA Syncer
branch: externals/modus-themes commit ebefa010b297469183d157811a8ae959725625d2 Author: Jimmy Yuen Ho Wong Commit: Jimmy Yuen Ho Wong Add lsp-mode and lsp-ui faces --- modus-themes.el | 59 + 1 file changed, 59 insertions(+) diff --git

[elpa] externals/embark 6c6d912f8a 1/2: Prevent Tramp slowdown in Eldoc functions

2025-07-07 Thread ELPA Syncer
branch: externals/embark commit 6c6d912f8a4358150f113f100289bf25975c187e Author: Daniel Mendler Commit: Daniel Mendler Prevent Tramp slowdown in Eldoc functions Eldoc functions are called when moving point around. Some target finders use ffap which call file name handlers. This

[elpa] externals/modus-themes d31def4f58 2/3: Merge pull request #142 from wyuenho/lsp

2025-07-07 Thread ELPA Syncer
branch: externals/modus-themes commit d31def4f585dd483668f41efd46f80bbe3285aab Merge: 3550360e88 ebefa010b2 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #142 from wyuenho/lsp Add lsp-mode and lsp-ui faces --- modus-themes.el | 59 +++

[elpa] externals/embark 89c7610fa7 2/2: Merge pull request #766 from minad/prevent-tramp-slowdown

2025-07-07 Thread ELPA Syncer
branch: externals/embark commit 89c7610fa7988b6c93029f87afa4ba6b7768bf81 Merge: c740790579 6c6d912f8a Author: Omar AntolĂ­n Camarena Commit: GitHub Merge pull request #766 from minad/prevent-tramp-slowdown Prevent Tramp slowdown in Eldoc functions --- embark.el | 6 -- 1 file ch

[nongnu] elpa/aidermacs 5084913506: Release 1.5

2025-07-07 Thread ELPA Syncer
branch: elpa/aidermacs commit 5084913506b8b243c732a77b6de4768f18edcff3 Author: Mingde (Matthew) Zeng Commit: Mingde (Matthew) Zeng Release 1.5 --- RELEASE.md | 22 ++ aidermacs-backend-comint.el | 2 +- aidermacs-backend-vterm.el | 2 +- aidermacs-bac

[nongnu] elpa/racket-mode 2d1ac84cc5 1/2: Update test for racket-lexer* change

2025-07-07 Thread ELPA Syncer
branch: elpa/racket-mode commit 2d1ac84cc51ddef8468b40e859bcc2f34958ce38 Author: Greg Hendershott Commit: Greg Hendershott Update test for racket-lexer* change See https://github.com/racket/rhombus/pull/666#issuecomment-3040366143 --- test/racket/hash-lang-test.rkt | 30 +++

[nongnu] elpa/racket-mode 06fb64180f 2/2: Update test for rhombus lexer change

2025-07-07 Thread ELPA Syncer
branch: elpa/racket-mode commit 06fb64180f3f3727008e70aa62829ff00f473390 Author: Greg Hendershott Commit: Greg Hendershott Update test for rhombus lexer change --- test/racket/hash-lang-test.rkt | 47 +++--- 1 file changed, 35 insertions(+), 12 deletions(

[nongnu] elpa/racket-mode updated (4395797ff1 -> 06fb64180f)

2025-07-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/racket-mode. from 4395797ff1 Remove read/write "seams" only thru racket--repl-output-mark; fixes #754 new 2d1ac84cc5 Update test for racket-lexer* change new 06fb64180f Update test for rhombus lexer change Summary of changes: test/

[elpa] externals/modus-themes updated (3550360e88 -> 6639604271)

2025-07-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/modus-themes. from 3550360e88 Add support for new package faces (Emacs 31) new ebefa010b2 Add lsp-mode and lsp-ui faces new d31def4f58 Merge pull request #142 from wyuenho/lsp new 6639604271 Make stylistic tweaks to the ls

[elpa] externals/hyperbole 665b8539a3 1/3: hywiki-get-references, hywiki-get-reference-positions - Add.

2025-07-07 Thread ELPA Syncer
branch: externals/hyperbole commit 665b8539a306d7a0d031a66a3e6b15c0353ee0bc Author: bw Commit: bw hywiki-get-references, hywiki-get-reference-positions - Add. Add hproperty:but-get-all-positions to return a list of hproperty buttons, potentially with a specific property value.

[elpa] externals/hyperbole 0adae2bbea 3/3: Merge pull request #762 from rswgnu/rsw

2025-07-07 Thread ELPA Syncer
branch: externals/hyperbole commit 0adae2bbea101423fe555377dd33214f0b5adc74 Merge: 7fd90d5e19 ad19aeb8b9 Author: Robert Weiner Commit: GitHub Merge pull request #762 from rswgnu/rsw hywiki-get-references, hywiki-get-reference-positions - Add. --- ChangeLog| 12 hproper

[elpa] externals/hyperbole ad19aeb8b9 2/3: Merge branch 'master' into rsw

2025-07-07 Thread ELPA Syncer
branch: externals/hyperbole commit ad19aeb8b9aaccf4f163bdae8c2cd8129017fed2 Merge: 665b8539a3 7fd90d5e19 Author: Robert Weiner Commit: GitHub Merge branch 'master' into rsw

[elpa] externals/mct e4e99a9139 6/7: Fix a typo

2025-07-07 Thread ELPA Syncer
branch: externals/mct commit e4e99a9139e9e95777058a75c11478556662875e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix a typo --- README.org | 2 +- mct.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 5f48153bcd..0b18d2b

[elpa] externals/mct updated (2fc028b4cc -> 306cb70419)

2025-07-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/mct. from 2fc028b4cc Switch mct-sort-alpha-function back to string-version-lessp new 2eec8aad05 Also consider blank string for completions-header-format new 1fbfc3384e Revert "Also consider blank string for completions-header-fo

[elpa] externals/mct 2005c02bd6 4/7: Update the description of the package

2025-07-07 Thread ELPA Syncer
branch: externals/mct commit 2005c02bd66d616bcf675f0e1e9ed8682ef2a99b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the description of the package --- README.md | 27 ++- README.org | 32 +++- mct.el | 27

[elpa] externals/hyperbole updated (7fd90d5e19 -> 0adae2bbea)

2025-07-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from 7fd90d5e19 Merge pull request #761 from rswgnu/rsw new 665b8539a3 hywiki-get-references, hywiki-get-reference-positions - Add. new ad19aeb8b9 Merge branch 'master' into rsw new 0adae2bbea Merge pull reques

[elpa] externals/mct 2eec8aad05 1/7: Also consider blank string for completions-header-format

2025-07-07 Thread ELPA Syncer
branch: externals/mct commit 2eec8aad0596fb85828a919e12445803dcec9210 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Also consider blank string for completions-header-format --- mct.el | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/mct.el b/mct.el

[elpa] externals/mct 47bd9add28 3/7: Make mct--first-completion-point do the right thing regardless of completions-header-format

2025-07-07 Thread ELPA Syncer
branch: externals/mct commit 47bd9add289393940ff7778ae6fc0d22cf11cf20 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make mct--first-completion-point do the right thing regardless of completions-header-format --- mct.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[elpa] externals/denote 5b0a02d162: Revise denote-sort-dired buffer setup

2025-07-07 Thread ELPA Syncer
branch: externals/denote commit 5b0a02d1620f7a462f95f3fddcd991cbe5ebd2ae Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Revise denote-sort-dired buffer setup We want the buffer to revert properly. Files that do not exist anymore should not inhibit it and subsequent call

[elpa] externals/mct ec27b805a5 5/7: Move the installation+setup further up and update the sample configuration

2025-07-07 Thread ELPA Syncer
branch: externals/mct commit ec27b805a5ec29aacbb92177af4b6421dcf52998 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Move the installation+setup further up and update the sample configuration --- README.org | 333 ++--- 1 file

[elpa] externals/mct 306cb70419 7/7: Update to mct version 1.1.0

2025-07-07 Thread ELPA Syncer
branch: externals/mct commit 306cb704196c643b552aceb5893693641ca747d9 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update to mct version 1.1.0 --- CHANGELOG.org | 97 +++ README.org| 13 +++- mct.el| 2 +- 3

[elpa] externals/mct 1fbfc3384e 2/7: Revert "Also consider blank string for completions-header-format"

2025-07-07 Thread ELPA Syncer
branch: externals/mct commit 1fbfc3384e84d02da885ce7b56fcacfa5fb3b62a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Revert "Also consider blank string for completions-header-format" This reverts commit 2eec8aad0596fb85828a919e12445803dcec9210. --- mct.el | 13 +---