[elpa] externals/company 99b69a569b: Fix the use of company-abort-manual-when-too-short

2025-02-17 Thread ELPA Syncer
branch: externals/company commit 99b69a569be685a7f184e64029d81a5ae5ef2424 Author: Dmitry Gutov Commit: Dmitry Gutov Fix the use of company-abort-manual-when-too-short Resolves #1510 --- company.el | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/compan

[nongnu] elpa/ws-butler 82b7d688db 19/19: Release 1.0 to nongnu-elpa.git

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 82b7d688db77c9e6f2f0bf41e8b4cdf13567dda1 Author: Sean Whitton Commit: Sean Whitton Release 1.0 to nongnu-elpa.git --- ws-butler.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ws-butler.el b/ws-butler.el index 885846ebd4..302041a03d

[nongnu] elpa/ws-butler ffbf227751 05/19: Abbreviate default value of ws-butler-trim-predicate

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit ffbf22775145840c8f50b47151ff544be1386236 Author: Sean Whitton Commit: Sean Whitton Abbreviate default value of ws-butler-trim-predicate --- ws-butler.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ws-butler.el b/ws-butler.el index 7f1d

[nongnu] elpa/ws-butler d259538066 04/19: Rewrite docstrings, reformat default values

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit d25953806615f8523c7544f6d14369dbae3c2758 Author: Sean Whitton Commit: Sean Whitton Rewrite docstrings, reformat default values --- ws-butler.el | 88 +--- 1 file changed, 37 insertions(+), 51 deletions(-)

[nongnu] elpa/ws-butler a04b51ab3d 13/19: Fix accidental change point-at-bol -> line-end-position

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit a04b51ab3d208a1bde424d57b81da3508f49ac2e Author: Sean Whitton Commit: Sean Whitton Fix accidental change point-at-bol -> line-end-position --- ws-butler.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ws-butler.el b/ws-butler.el index 0

[nongnu] elpa/ws-butler 4cf0855cd5 11/19: More explicitly enable mode in ws-butler-global-mode TURN-ON

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 4cf0855cd5861f3fa144c6acb51d97db7289e0b8 Author: Sean Whitton Commit: Sean Whitton More explicitly enable mode in ws-butler-global-mode TURN-ON --- ws-butler.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws-butler.el b/ws-butler.el inde

[nongnu] elpa/ws-butler 33a87ff615 15/19: Update copyright years for Le Wang

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 33a87ff61575a1d7c05da1590a0f4c8d7f87c105 Author: Sean Whitton Commit: Sean Whitton Update copyright years for Le Wang --- ws-butler.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws-butler.el b/ws-butler.el index 50d14b8aef..c2b0991c1f 1

[nongnu] elpa/ws-butler 721ac3e178 07/19: Standardise file trailer

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 721ac3e1783892b1077b6c57bb8e6cb772206ed8 Author: Sean Whitton Commit: Sean Whitton Standardise file trailer --- ws-butler.el | 1 - 1 file changed, 1 deletion(-) diff --git a/ws-butler.el b/ws-butler.el index a7283c9168..36b2c4254e 100644 --- a/ws-butler.el ++

[nongnu] main 4e77d3c980: ; * elpa-packages (ws-butler): Fix spelling.

2025-02-17 Thread Sean Whitton
branch: main commit 4e77d3c980bd99b4f259918cfeba52cdd5eccdc9 Author: Sean Whitton Commit: Sean Whitton ; * elpa-packages (ws-butler): Fix spelling. --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index 7cf807084c..5d4269dd8

[nongnu] elpa/ws-butler ff2d5930a7 14/19: Exempt message-mode from ws-butler-global-mode by default

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit ff2d5930a775f4a8589dae17c4d6171571d43a2a Author: Sean Whitton Commit: Sean Whitton Exempt message-mode from ws-butler-global-mode by default Liam Hupfer points out that e-mail can contain whitespace-sensitive patches. There are also signature d

[nongnu] main 6d43236add: ; * elpa-packages (ws-butler): Actually fix spelling.

2025-02-17 Thread Sean Whitton
branch: main commit 6d43236add010f85b0c1833307cbbbf3e1265cc8 Author: Sean Whitton Commit: Sean Whitton ; * elpa-packages (ws-butler): Actually fix spelling. --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index 5d4269dd81..

[nongnu] elpa/ws-butler 506bd8fe5e 12/19: ws-butler-test.el: Tidy up calls to require

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 506bd8fe5ec538056fdcff4d45c7fc3ba76d4851 Author: Sean Whitton Commit: Sean Whitton ws-butler-test.el: Tidy up calls to require --- tests/ws-butler-tests.el | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/ws-butler-tests.el b/te

[nongnu] elpa/ws-butler 35daeb8673 18/19: Refactor ws-butler-global-mode to prevent byte-compiler warning

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 35daeb8673f33d8c96b2837d885e0b4623e8e708 Author: Sean Whitton Commit: Sean Whitton Refactor ws-butler-global-mode to prevent byte-compiler warning --- ws-butler.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ws-butler.el b/w

[nongnu] elpa/ws-butler 12200393e9 03/19: Move customisation group from `convenience' to `text'

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 12200393e9ac596f65c9e7168d2b8241d3cc8801 Author: Sean Whitton Commit: Sean Whitton Move customisation group from `convenience' to `text' --- ws-butler.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ws-butler.el b/ws-butler.el index fee

[nongnu] elpa/ws-butler 80d4790aa9 17/19: Add function declaration for the byte-compiler to ws-butler-tests.el

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 80d4790aa975d13e2991becb92e8a6e43e4905ee Author: Sean Whitton Commit: Sean Whitton Add function declaration for the byte-compiler to ws-butler-tests.el --- tests/ws-butler-tests.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ws-butler-tests.el b

[nongnu] elpa/ws-butler 399c739a98 06/19: Fix overlong lines, drop a superfluous blank line

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 399c739a980b3deda2a8150ac32bdd3bc7986fca Author: Sean Whitton Commit: Sean Whitton Fix overlong lines, drop a superfluous blank line --- ws-butler.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ws-butler.el b/ws-butler.el in

[nongnu] elpa/ws-butler cc9cbb9618 10/19: Mark unused lexical variable in ws-butler-maybe-trim-eob-lines

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit cc9cbb9618f08dff8b12a0e031d8131091c5bba2 Author: Sean Whitton Commit: Sean Whitton Mark unused lexical variable in ws-butler-maybe-trim-eob-lines --- ws-butler.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws-butler.el b/ws-butler.el in

[nongnu] elpa/ws-butler 2215029a3a 01/19: Take over maintainance, tidy up header, enable lexical binding

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 2215029a3a3b74647f3d9f4944f12814dcd25fec Author: Sean Whitton Commit: Sean Whitton Take over maintainance, tidy up header, enable lexical binding --- ws-butler.el | 66 +++- 1 file changed, 25 insertions(+

[nongnu] elpa/ws-butler 9d36459902 02/19: Drop definition of setq-local macro

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 9d364599020fcd6e388f47f840dbcc318e929f3c Author: Sean Whitton Commit: Sean Whitton Drop definition of setq-local macro We already require Emacs 24, in which setq-local is available. --- ws-butler.el | 7 --- 1 file changed, 7 deletions(-) diff --g

[nongnu] main b890949b1b: Take over maintenance of ws-butler

2025-02-17 Thread Sean Whitton
branch: main commit b890949b1becb098bb0ab166d6f944b1b220ba1b Author: Sean Whitton Commit: Sean Whitton Take over maintenance of ws-butler --- elpa-packages | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index 818e8d0b9d..7cf807084c 10

[nongnu] elpa/ws-butler 56295ccef2 09/19: Drop superfluous (require 'cl-lib)

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 56295ccef25fe91ee5106c0f1ad8ca07a41c7200 Author: Sean Whitton Commit: Sean Whitton Drop superfluous (require 'cl-lib) --- ws-butler.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/ws-butler.el b/ws-butler.el index f2b3647ae4..f40a43f485 100644 --- a/ws

[nongnu] elpa/ws-butler 441f7913ce 16/19: Enable lexical binding in tests/*.el

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 441f7913ce2ef15c3a62e914a0d6738c6677bc34 Author: Sean Whitton Commit: Sean Whitton Enable lexical binding in tests/*.el --- tests/run-test.el| 2 ++ tests/ws-butler-tests.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/run-test.el b/test

[nongnu] elpa/ws-butler 7d0ffb7a8b 08/19: Use '\s' in ws-butler-clean-region, drop a superfluous blank

2025-02-17 Thread Sean Whitton
branch: elpa/ws-butler commit 7d0ffb7a8b47e5c188d9fdfac77c711379304736 Author: Sean Whitton Commit: Sean Whitton Use '\s' in ws-butler-clean-region, drop a superfluous blank --- ws-butler.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ws-butler.el b/ws-butler

[nongnu] elpa/ws-butler updated (d3927f6131 -> 82b7d688db)

2025-02-17 Thread Sean Whitton
spwhitton pushed a change to branch elpa/ws-butler. from d3927f6131 tag 0.7 new 2215029a3a Take over maintainance, tidy up header, enable lexical binding new 9d36459902 Drop definition of setq-local macro new 12200393e9 Move customisation group from `convenience' to

[nongnu] elpa/flycheck 86715c0f29: Go back to alabaster

2025-02-17 Thread ELPA Syncer
branch: elpa/flycheck commit 86715c0f293738623f632d6f54a7d1be78b1c48f Author: Bozhidar Batsov Commit: Bozhidar Batsov Go back to alabaster For some reason furo doesn't get installed. --- doc/conf.py | 2 +- doc/requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3

[nongnu] elpa/flycheck f1277dc93b 1/3: Tweak some markup

2025-02-17 Thread ELPA Syncer
branch: elpa/flycheck commit f1277dc93bdae82c35f4db7e9bd2f6221ec9bb28 Author: Bozhidar Batsov Commit: Bozhidar Batsov Tweak some markup --- doc/languages.rst | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/languages.rst b/doc/languages.rst index 5fcb36

[elpa] externals/ellama 6167833f8a 2/8: Fix think tag handling

2025-02-17 Thread ELPA Syncer
branch: externals/ellama commit 6167833f8a6be74a42c7e903f4518ac8684d7c41 Author: Sergey Kostyaev Commit: Sergey Kostyaev Fix think tag handling Adjusted the regex for closing tag to ensure proper handling of optional newline characters, ensuring consistent markdown to org c

[nongnu] elpa/helm 5697235f85: Fix docstring

2025-02-17 Thread ELPA Syncer
branch: elpa/helm commit 5697235f858782c042a6f4225adc4a2c44f8c29c Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix docstring --- helm-lib.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/helm-lib.el b/helm-lib.el index 5ff68bfca7..ea3d59ff2f 100644 --- a/

[nongnu] elpa/flycheck updated (af1e8ca725 -> ed7cd00cf2)

2025-02-17 Thread ELPA Syncer
elpasync pushed a change to branch elpa/flycheck. from af1e8ca725 Ruby 3.4 compatibility new f1277dc93b Tweak some markup new d0a3b8154a Change the docs theme with furo new ed7cd00cf2 Relax the version of the theme Summary of changes: doc/conf.py | 2 +-

[nongnu] elpa/flycheck ed7cd00cf2 3/3: Relax the version of the theme

2025-02-17 Thread ELPA Syncer
branch: elpa/flycheck commit ed7cd00cf2174956a4c3278004bad1e2ead739d1 Author: Bozhidar Batsov Commit: Bozhidar Batsov Relax the version of the theme --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index

[nongnu] elpa/flycheck d0a3b8154a 2/3: Change the docs theme with furo

2025-02-17 Thread ELPA Syncer
branch: elpa/flycheck commit d0a3b8154adf47357325c02881664c1731e880c5 Author: Bozhidar Batsov Commit: Bozhidar Batsov Change the docs theme with furo --- doc/conf.py | 2 +- doc/requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/d

[elpa] externals/ellama ac9b35e693 3/8: Add system message support to ellama.el

2025-02-17 Thread ELPA Syncer
branch: externals/ellama commit ac9b35e6934091f64f2edd35d8d3b069cd9c84f1 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add system message support to ellama.el Added support for sending a system message to the model in various functions, including `ellama-instant`, `ellama-chat

[elpa] externals/ellama 76b8287006 5/8: Merge pull request #221 from s-kostyaev/add-system-message

2025-02-17 Thread ELPA Syncer
branch: externals/ellama commit 76b8287006dc7f97a5b60e258c79847dc1e87b16 Merge: 1fd599f3a7 2063c412db Author: Sergey Kostyaev Commit: GitHub Merge pull request #221 from s-kostyaev/add-system-message Add system message --- NEWS.org | 6 ++ ellama.el | 25 -

[elpa] externals/ellama updated (1fd599f3a7 -> 8b6db08f89)

2025-02-17 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from 1fd599f3a7 Merge pull request #220 from s-kostyaev/fix-cancel-current-request new 8128ca3e6d Fix buffer management new 6167833f8a Fix think tag handling new ac9b35e693 Add system message support to ellama.el

[elpa] externals/ellama 8b6db08f89 8/8: Merge pull request #222 from s-kostyaev/add-fill-provider-from-current-session

2025-02-17 Thread ELPA Syncer
branch: externals/ellama commit 8b6db08f89349ea56e17a04c01afcb3641f781be Merge: 76b8287006 da2063e49f Author: Sergey Kostyaev Commit: GitHub Merge pull request #222 from s-kostyaev/add-fill-provider-from-current-session Add transient suffix for loading model from current session --

[elpa] externals/ellama 8128ca3e6d 1/8: Fix buffer management

2025-02-17 Thread ELPA Syncer
branch: externals/ellama commit 8128ca3e6d4003765140ac70bc94ae71f9ae6b7a Author: Sergey Kostyaev Commit: Sergey Kostyaev Fix buffer management Fixed buffer management by explicitly passing the current buffer to `kill-buffer` in several places. This ensures that the correct buffe

[elpa] externals/ellama 2063c412db 4/8: Bump version

2025-02-17 Thread ELPA Syncer
branch: externals/ellama commit 2063c412db53ed2a9a476d0deee2f6aed1f5ff8a Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 6 ++ ellama.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index f1535d5721..00d30a1822 10

[elpa] externals/ellama da2063e49f 7/8: Bump version

2025-02-17 Thread ELPA Syncer
branch: externals/ellama commit da2063e49f3c6081c07370f862fac1faeab515f8 Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 2 ++ ellama.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 00d30a1822..4e456291cc 100644

[elpa] externals/ellama b1eb3578bf 6/8: Add transient suffix for loading model from current session

2025-02-17 Thread ELPA Syncer
branch: externals/ellama commit b1eb3578bf1601c0e1a5de6babc6043c470a6921 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add transient suffix for loading model from current session It can be useful to continue some previous conversation. --- ellama.el | 10 ++ 1 file change

[nongnu] elpa/helm 4dd221e506 2/2: Fix *-window-side-state

2025-02-17 Thread ELPA Syncer
branch: elpa/helm commit 4dd221e506be3856d69fba1c6185eb0c7f5fa194 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix *-window-side-state --- helm-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-core.el b/helm-core.el index dba4b0cd8c..6a9fa70d30 100644

[nongnu] elpa/radio 831ec8a270: radio.el: bump Version to 0.3.0

2025-02-17 Thread ELPA Syncer
branch: elpa/radio commit 831ec8a27064e1590075c18e4857f6d86514e0da Author: Roi Martin Commit: Roi Martin radio.el: bump Version to 0.3.0 --- radio.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio.el b/radio.el index bb98ccffde..3670c881c2 100644 --- a/radio.el ++

[nongnu] elpa/helm b4d7331b90 1/2: Update documentation

2025-02-17 Thread ELPA Syncer
branch: elpa/helm commit b4d7331b906f0421b29fe95bac24b502131f147c Author: Thierry Volpiatto Commit: Thierry Volpiatto Update documentation --- helm-help.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-help.el b/helm-help.el index c24e624826..f36d8bf321 100644 --- a/helm-help.el

[nongnu] elpa/helm updated (6e29695814 -> 4dd221e506)

2025-02-17 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 6e29695814 Handle indirect buffers in helm-buffers new b4d7331b90 Update documentation new 4dd221e506 Fix *-window-side-state Summary of changes: helm-core.el | 2 +- helm-help.el | 1 + 2 files changed, 2 insertions(+),

[nongnu] elpa/cider updated (45699c0ee9 -> 41c77310a2)

2025-02-17 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider. from 45699c0ee9 [Docs] Update the instructions for building and deploying the docs new 371729b371 Release CIDER 1.17 ("Cologne") new 41c77310a2 Reset the docs version Summary of changes: CHANGELOG.md | 2 ++ cider.el | 6

[nongnu] elpa/cider 371729b371 1/2: Release CIDER 1.17 ("Cologne")

2025-02-17 Thread ELPA Syncer
branch: elpa/cider commit 371729b371f88fe9eb24419b0a9fecab312fa348 Author: Bozhidar Batsov Commit: Bozhidar Batsov Release CIDER 1.17 ("Cologne") --- CHANGELOG.md | 2 ++ cider.el | 6 +++--- doc/antora.yml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANG

[nongnu] elpa/cider 41c77310a2 2/2: Reset the docs version

2025-02-17 Thread ELPA Syncer
branch: elpa/cider commit 41c77310a2404a778643532a0c434096e7294caa Author: Bozhidar Batsov Commit: Bozhidar Batsov Reset the docs version --- doc/antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/antora.yml b/doc/antora.yml index 256d7ea172..fd9dacd593 10064

[nongnu] elpa/dirvish a22021d05e: fix(widgets): image/video preview on MS-Windows (closes #214)

2025-02-17 Thread ELPA Syncer
branch: elpa/dirvish commit a22021d05e7457232bd560161761cf61b6f4cfe0 Author: Alex Lu Commit: Alex Lu fix(widgets): image/video preview on MS-Windows (closes #214) Thanks to @samb233! Ref: https://emacs-china.org/t/dirvish-dired/20189/256 --- README.org | 6 -