[nongnu] elpa/hyperdrive 554648a7f8: Docs: Remove suggestion to reset persist variables

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 554648a7f8c024e18346a5e9f244cf8314472d81 Author: Joseph Turner Commit: Joseph Turner Docs: Remove suggestion to reset persist variables We originally added this suggestion when the two persisted variables were still changing rapidly. It seems unli

[elpa] externals/greader d1c3e08484: greader version 0.11.2

2024-06-12 Thread ELPA Syncer
branch: externals/greader commit d1c3e08484d3f3d93838fe543adeef19310d0533 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez greader version 0.11.2 Now the string associated with a particular mode in the variable `greader-audiobook-modes' is interpreted as a regular e

[elpa] externals/greader updated (d655f3636c -> a79f321146)

2024-06-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/greader. from d655f3636c greader: fixed version issue. new c621404b46 greader-audiobook.el: function `greader-audiobook--get-block-size' simplified. new 1d9fc00c5a Merge branch 'personal' into function-get-block new a79f3

[elpa] externals/greader 1d9fc00c5a 2/3: Merge branch 'personal' into function-get-block

2024-06-12 Thread ELPA Syncer
branch: externals/greader commit 1d9fc00c5aef2066b22894a1bea7536787bbd7f7 Merge: c621404b46 d655f3636c Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Merge branch 'personal' into function-get-block --- greader-audiobook.el | 24 greader-espeak.el| 13 +-

[elpa] externals/greader c621404b46 1/3: greader-audiobook.el: function `greader-audiobook--get-block-size' simplified.

2024-06-12 Thread ELPA Syncer
branch: externals/greader commit c621404b46c763cd9cfa4c18ef828fac8a601847 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez greader-audiobook.el: function `greader-audiobook--get-block-size' simplified. --- greader-audiobook.el | 31 --- 1 file chang

[elpa] externals/greader a79f321146 3/3: greader version 0.11.1

2024-06-12 Thread ELPA Syncer
branch: externals/greader commit a79f32114694fb2d520e3327bcd00a722fe66796 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez greader version 0.11.1 Simplified the function `greader-audiobook--get-block. The process of getting the current block is faster, as it is not

[nongnu] elpa/hyperdrive a857869c48 23/31: Change: (h/menu) Add binding for h/clear-cache

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit a857869c486bd74e11d85e7ae047d713d9b8c56d Author: Joseph Turner Commit: Joseph Turner Change: (h/menu) Add binding for h/clear-cache --- hyperdrive-menu.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyperdrive-menu.el b/hyperdrive-me

[nongnu] elpa/hyperdrive 2446113d98 25/31: Meta: Update changelog

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 2446113d989bf6b9daf34a8e16e7a4cf92023851 Author: Joseph Turner Commit: Joseph Turner Meta: Update changelog --- CHANGELOG.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index aa026e75d1..9783d8beb5 100644 --- a/CHANGELO

[nongnu] elpa/hyperdrive 24f4c589cc 15/31: Comment: Add TODOs

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 24f4c589cc70cdee688e17ddd7209d324bcfe7e6 Author: Joseph Turner Commit: Joseph Turner Comment: Add TODOs --- hyperdrive.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyperdrive.el b/hyperdrive.el index 1c28187dac..a0e8fef2de 100644 --- a/hyperdrive.e

[nongnu] elpa/hyperdrive ad488cd057 05/31: Fix: (h/url-loader) Fill disk-usage from GET request

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit ad488cd057b9e306251dd9cefc8f091b01754fe3 Author: Joseph Turner Commit: Joseph Turner Fix: (h/url-loader) Fill disk-usage from GET request --- hyperdrive.el | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/hyperdrive.el b/hyperd

[nongnu] elpa/hyperdrive 499a591d4b 22/31: Change: (h/clear-cache) Use POST instead of DELETE to clear cache

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 499a591d4b1862fe2636d985b1c4fde66ea0245e Author: Joseph Turner Commit: Joseph Turner Change: (h/clear-cache) Use POST instead of DELETE to clear cache hyper-gateway-ushin v3.9.2 uses POST instead of DELETE. --- hyperdrive.el | 2 +- 1 file changed, 1

[nongnu] elpa/hyperdrive 019c9f3c6a 13/31: Fix: (h//fill) Only fill version range when Etag is non-nil

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 019c9f3c6a041e63b5b14fe87d45093358f9e406 Author: Joseph Turner Commit: Joseph Turner Fix: (h//fill) Only fill version range when Etag is non-nil --- hyperdrive-lib.el | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/

[nongnu] elpa/hyperdrive e2685023a7 18/31: Add: (h/clear-cache) Clear local cache for file or directory

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit e2685023a7598962c94882c8ca1035de7d4c69c8 Author: Joseph Turner Commit: Joseph Turner Add: (h/clear-cache) Clear local cache for file or directory --- hyperdrive.el | 19 +++ 1 file changed, 19 insertions(+) diff --git a/hyperdrive.el b/hyperdr

[nongnu] elpa/hyperdrive 857edd0a9b 04/31: Comment: (h/handler-streamable) Note limitation regarding disk-usage

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 857edd0a9ba94c3c19252f980bd2db3f8b638424 Author: Joseph Turner Commit: Joseph Turner Comment: (h/handler-streamable) Note limitation regarding disk-usage --- hyperdrive-lib.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hyperdrive

[nongnu] elpa/hyperdrive dcbb6c2e15 16/31: Meta: Update hyper-gateway-ushin to 3.9.1: More X-Drive-Size headers

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit dcbb6c2e15ff37f7c3d7298fef6896d57180d6a3 Author: Joseph Turner Commit: Joseph Turner Meta: Update hyper-gateway-ushin to 3.9.1: More X-Drive-Size headers Now, GET and POST requests with a seed, which get the associated public key and create a new d

[nongnu] elpa/hyperdrive 0db40da6f9 28/31: Meta: Update hyper-gateway-ushin to 3.9.2: Clear old versions

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 0db40da6f93f45070c1c937e7eb6bf4831f03ecd Author: Joseph Turner Commit: Joseph Turner Meta: Update hyper-gateway-ushin to 3.9.2: Clear old versions Now it's possible to clear cached blobs for files at an old version of a hyperdrive. Also, instead o

[nongnu] elpa/hyperdrive 1db1a4f54a 12/31: Comment: Update TODO

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 1db1a4f54ac460a3bca575a71aad9f4ca85091e5 Author: Joseph Turner Commit: Joseph Turner Comment: Update TODO --- hyperdrive-lib.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index 6f5b70c

[nongnu] elpa/hyperdrive 81c4b90895 10/31: Tidy: (h/fill) Set then to 'sync by default

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 81c4b9089561f2b504143b8ea262a268674a376c Author: Joseph Turner Commit: Joseph Turner Tidy: (h/fill) Set then to 'sync by default --- hyperdrive-lib.el | 4 ++-- hyperdrive.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hyperdrive

[nongnu] elpa/hyperdrive 0bb8d21108 26/31: Change: (h/dir-mode-map) Add binding for h/clear-cache

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 0bb8d21108316e20e50a61169719f2e5465449ba Author: Joseph Turner Commit: Joseph Turner Change: (h/dir-mode-map) Add binding for h/clear-cache --- hyperdrive-dir.el | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el index ef

[nongnu] elpa/hyperdrive 965b39f5d9 24/31: Change: (h/menu-bar-menu) Add binding for h/clear-cache

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 965b39f5d9e5c9e56ffbaa51210bea751b18a352 Author: Joseph Turner Commit: Joseph Turner Change: (h/menu-bar-menu) Add binding for h/clear-cache --- hyperdrive.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hyperdrive.el b/hyperdrive.

[nongnu] elpa/hyperdrive a20c4b9410 21/31: Tidy: (hyperdrive-menu) Capitalization

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit a20c4b9410c0e021d793f6331085d6d2992fcd01 Author: Joseph Turner Commit: Joseph Turner Tidy: (hyperdrive-menu) Capitalization --- hyperdrive-menu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdrive-menu.el b/hyperdrive-menu.el index

[nongnu] elpa/hyperdrive 5a4f6b9607 09/31: Fix: (h/download-url) Fill disk-usage from GET request

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 5a4f6b9607c5cbec31c263d13dae386a55e1939e Author: Joseph Turner Commit: Joseph Turner Fix: (h/download-url) Fill disk-usage from GET request --- hyperdrive.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyperdrive.el b/hyperdrive.el i

[nongnu] elpa/hyperdrive 035b3bc5ac 29/31: Change: (h/forget-file) Rename from h/clear-cache

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 035b3bc5ac98306afb8f21d86b609d38dcb1 Author: Joseph Turner Commit: Joseph Turner Change: (h/forget-file) Rename from h/clear-cache --- CHANGELOG.org | 4 ++-- hyperdrive-dir.el | 2 +- hyperdrive-menu.el | 2 +- hyperdrive.el | 19 +++

[nongnu] elpa/hyperdrive d8e96321d2 08/31: Fix: (h/fill-metadata) Fill disk-usage from GET request

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit d8e96321d290c0969fd797ab6aae5a8c7b43708a Author: Joseph Turner Commit: Joseph Turner Fix: (h/fill-metadata) Fill disk-usage from GET request --- hyperdrive-lib.el | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index 2

[nongnu] elpa/hyperdrive d4d3d92e17 07/31: Refactor: (h/fill-metadata) Don't use :as

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit d4d3d92e17d288e5ff62b53f7843378797f2ee9f Author: Joseph Turner Commit: Joseph Turner Refactor: (h/fill-metadata) Don't use :as This allows us to access the response headers. --- hyperdrive-lib.el | 19 +++ 1 file changed, 11 insertions

[nongnu] elpa/hyperdrive dd3670e43e 17/31: Comment: Add TODO

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit dd3670e43e438fb6b8471b8f6de1340eb7f9fd2d Author: Joseph Turner Commit: Joseph Turner Comment: Add TODO --- hyperdrive.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyperdrive.el b/hyperdrive.el index 891a9c2a4c..87aef7f4b7 100644 --- a/hyperdrive.el

[nongnu] elpa/hyperdrive 2f1aebbe04 30/31: Docs: (hyperdrive-forget-file) Document command

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 2f1aebbe04bab2c00a83ad95a52ba31ddd56fd35 Author: Joseph Turner Commit: Joseph Turner Docs: (hyperdrive-forget-file) Document command --- doc/hyperdrive.org | 18 ++ doc/hyperdrive.texi | 22 ++ 2 files changed, 40 insertion

[nongnu] elpa/hyperdrive e6cca3ccc9 19/31: Fix: (hyperdrive-new) :as 'response

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit e6cca3ccc90fff936e4f366f84578de52b3218c1 Author: Adam Porter Commit: Joseph Turner Fix: (hyperdrive-new) :as 'response --- hyperdrive.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyperdrive.el b/hyperdrive.el index 71017e669a..6ca6f

[nongnu] elpa/hyperdrive df4da23927 14/31: Change: (hyperdrive-new) Remove old workaround for fixed plz issue

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit df4da23927ee190892a0ca84a3669bd9b8f89d69 Author: Joseph Turner Commit: Joseph Turner Change: (hyperdrive-new) Remove old workaround for fixed plz issue --- hyperdrive.el | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/hyperdri

[nongnu] elpa/hyperdrive 750ea89b57 20/31: Comment: Add TODO

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 750ea89b57c1f3540a5da9085e63266d428cff9e Author: Adam Porter Commit: Joseph Turner Comment: Add TODO --- hyperdrive.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyperdrive.el b/hyperdrive.el index 6ca6f24cef..76d9141880 100644 --- a/hyperdrive.el +

[nongnu] elpa/hyperdrive ab71379d58 06/31: Fix: (h/diff-file-entries) Fill disk-usage from GET request

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit ab71379d58a5e1fd49c938ee224a6e2c56335fbf Author: Joseph Turner Commit: Joseph Turner Fix: (h/diff-file-entries) Fill disk-usage from GET request --- hyperdrive-diff.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyperdrive-diff.el b/hyperdrive-diff.e

[nongnu] elpa/hyperdrive 316e5579fb 27/31: Change: (h/clear-cache) Prompt for confirmation and report success

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 316e5579fbb5ab04afece8d6bf5c0ba9a8ba1c95 Author: Joseph Turner Commit: Joseph Turner Change: (h/clear-cache) Prompt for confirmation and report success --- hyperdrive.el | 31 ++- 1 file changed, 18 insertions(+), 13 deletions(-) d

[nongnu] elpa/hyperdrive 7862965b83 02/31: Meta: Update hyper-gateway-ushin to 3.9.0: Clear cache

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 7862965b83c84d7a09ea1f361cd4bdbe3538ba1c Author: Joseph Turner Commit: Joseph Turner Meta: Update hyper-gateway-ushin to 3.9.0: Clear cache --- hyperdrive-vars.el | 2 +- hyperdrive.el | 24 2 files changed, 13 insertions(+), 13

[nongnu] elpa/hyperdrive 36fe73727c 03/31: Fix: (h/handler-default) Fill disk-usage from GET request

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 36fe73727cc2d1a08982eac6435de9419628bc9c Author: Joseph Turner Commit: Joseph Turner Fix: (h/handler-default) Fill disk-usage from GET request It's necessary to fill hyperdrive disk-usage after files have been loaded from the network so that the di

[nongnu] elpa/hyperdrive ad6c7b90ab 31/31: Add hyperdrive-forget-file command

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit ad6c7b90abf6748a8c47ea0d9db27233a55dd503 Merge: 0d04b9b2ea 2f1aebbe04 Author: Joseph Turner Commit: Joseph Turner Add hyperdrive-forget-file command --- CHANGELOG.org | 2 + doc/hyperdrive.org | 18 +++ doc/hyperdrive.texi | 22 hyperdr

[nongnu] elpa/hyperdrive updated (0d04b9b2ea -> ad6c7b90ab)

2024-06-12 Thread ELPA Syncer
elpasync pushed a change to branch elpa/hyperdrive. from 0d04b9b2ea Change: (hyperdrive-entry) Improve docstring new b6896e0ab7 Fix: (h//fill) Only update version ranges if Etag header is present new 7862965b83 Meta: Update hyper-gateway-ushin to 3.9.0: Clear cache n

[nongnu] elpa/hyperdrive b6896e0ab7 01/31: Fix: (h//fill) Only update version ranges if Etag header is present

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit b6896e0ab79ffc1f65151e5d50f2f42fc7eb5fa3 Author: Joseph Turner Commit: Joseph Turner Fix: (h//fill) Only update version ranges if Etag header is present Etag is not present in the response headers for DELETE Cache-Control: No-Store. --- hyperdrive-li

[nongnu] elpa/hyperdrive f71f3bd904 11/31: Tidy: (h/seed-url) Use pcase-let instead of pcase

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit f71f3bd90402af3a498a68b6a692646bb567ba5a Author: Joseph Turner Commit: Joseph Turner Tidy: (h/seed-url) Use pcase-let instead of pcase Also add comment about filling hyperdrive disk-usage in the future. --- hyperdrive-lib.el | 16 +--- 1 f

[elpa] externals/company 3a5694426f 01/10: Handle input interruption with throw-catch

2024-06-12 Thread ELPA Syncer
branch: externals/company commit 3a5694426f69b8e35a43d5e8523628f211f3f198 Author: Dmitry Gutov Commit: Dmitry Gutov Handle input interruption with throw-catch Employ the scheme previously devised by lsp-mode folks: keep the old list of completions (setting it to nil is what crea

[elpa] externals/company 882fbe8572 05/10: Synchronize async backend in fewer cases and lay further groundwork

2024-06-12 Thread ELPA Syncer
branch: externals/company commit 882fbe8572517f2a01776fc87b5dc344493cd016 Author: Dmitry Gutov Commit: Dmitry Gutov Synchronize async backend in fewer cases and lay further groundwork The change in company-point setting will help when the condition for non-essential changes from

[elpa] externals/company a66beb5344 03/10: Merge branch 'master' into async_no_cache_flicker

2024-06-12 Thread ELPA Syncer
branch: externals/company commit a66beb534458e02dcb95cb266a4515c83e4a194f Merge: e23eccdb37 57734334e2 Author: Dmitry Gutov Commit: Dmitry Gutov Merge branch 'master' into async_no_cache_flicker --- company-dabbrev-code.el | 2 +- company-files.el| 2 +- company-ispell.el |

[elpa] externals/company 61d992bd62 08/10: Remove :company-use-while-no-input, just default to interrupting

2024-06-12 Thread ELPA Syncer
branch: externals/company commit 61d992bd62ebaacf6d3e9e621951f6408006fc54 Author: Dmitry Gutov Commit: Dmitry Gutov Remove :company-use-while-no-input, just default to interrupting As long as completion is `non-essential', of course. #1468 Resulting from this threa

[elpa] externals/company e23eccdb37 02/10: company-capf: Add property :company-use-while-no-input

2024-06-12 Thread ELPA Syncer
branch: externals/company commit e23eccdb37173971a54c5901c736513960486ff4 Author: Dmitry Gutov Commit: Dmitry Gutov company-capf: Add property :company-use-while-no-input #1468 --- company-capf.el | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --gi

[elpa] externals/company e27597f6f9 07/10: company-capf--candidates: Make sure to check 'non-essential'

2024-06-12 Thread ELPA Syncer
branch: externals/company commit e27597f6f97d95b70c048a9530d2b03f336f315b Author: Dmitry Gutov Commit: Dmitry Gutov company-capf--candidates: Make sure to check 'non-essential' --- company-capf.el| 3 ++- test/capf-tests.el | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff

[elpa] externals/dape 8ebd0181e2 3/4: Remove error when breakpoint on line where thing-at-point is nil

2024-06-12 Thread ELPA Syncer
branch: externals/dape commit 8ebd0181e2cb9b4abad8bb540bbf30f9ac62b9f2 Author: Daniel Pettersson Commit: Daniel Pettersson Remove error when breakpoint on line where thing-at-point is nil Breakpoint info buffer signals error on revert if thing-at-point 'line returns nil on break

[elpa] externals/emms cead7b435a: emms-idapi: track (recording) features and debug buffers

2024-06-12 Thread ELPA Syncer
branch: externals/emms commit cead7b435a679690fd4bbe91fa2f57739a1e0077 Author: Yoni Rabkin Commit: Yoni Rabkin emms-idapi: track (recording) features and debug buffers --- emms-idapi-browser.el | 88 emms-idapi-musicbrainz.el | 93 +++

[elpa] externals/dape 27f83cb858 2/4: Fix stale modeline status on switching adapter connections

2024-06-12 Thread ELPA Syncer
branch: externals/dape commit 27f83cb858a7421c8319eafdf45425a204a67e44 Author: Daniel Pettersson Commit: Daniel Pettersson Fix stale modeline status on switching adapter connections --- dape.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dape.el b/dape.el index 887

[elpa] externals/dape updated (be9af1b193 -> 58067c3daa)

2024-06-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/dape. from be9af1b193 Generate new hexlish buffers on dape-memory-read new 5467629f85 Remove mouse-face highlight from inlay hints value part new 27f83cb858 Fix stale modeline status on switching adapter connections new 8

[elpa] externals/dape 5467629f85 1/4: Remove mouse-face highlight from inlay hints value part

2024-06-12 Thread ELPA Syncer
branch: externals/dape commit 5467629f85d5364e966738cd8b9ca472b52612eb Author: Daniel Pettersson Commit: Daniel Pettersson Remove mouse-face highlight from inlay hints value part The value part of the inlay hints does not include any mouse-* binding, and there for should not be

[elpa] externals/company 24c804393e 10/10: Merge pull request #1471 from company-mode/async_no_cache_flicker

2024-06-12 Thread ELPA Syncer
branch: externals/company commit 24c804393eaebe2e6919c1d9f7fbebfbc76d6eae Merge: 6c7731d4ec 566c273678 Author: Dmitry Gutov Commit: GitHub Merge pull request #1471 from company-mode/async_no_cache_flicker No-flicker with no-cache+async and while-no-input in company-capf --- NEWS.md

[elpa] externals/dape 58067c3daa 4/4: Improve error message when failing to establish TCP connection

2024-06-12 Thread ELPA Syncer
branch: externals/dape commit 58067c3daad6177e8b01c9c284bde0f9911f75c5 Author: Daniel Pettersson Commit: Daniel Pettersson Improve error message when failing to establish TCP connection --- dape.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dape.el b/dape.el in

[elpa] externals/company updated (6c7731d4ec -> 24c804393e)

2024-06-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/company. from 6c7731d4ec company--clean-string: Handle negative ADD-LENGTH by falling back to NEW-STR new 3a5694426f Handle input interruption with throw-catch new e23eccdb37 company-capf: Add property :company-use-while-no-input

[elpa] externals/company 854e48fa80 04/10: Add tests for capf interruption handling

2024-06-12 Thread ELPA Syncer
branch: externals/company commit 854e48fa804c0770e479a876e77414169d48edb9 Author: Dmitry Gutov Commit: Dmitry Gutov Add tests for capf interruption handling --- test/capf-tests.el | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/test/capf-tests.

[elpa] externals/company 566c273678 09/10: Document the change in NEWS

2024-06-12 Thread ELPA Syncer
branch: externals/company commit 566c273678cae95db1541eb7b0ce1eddb26b8dfe Author: Dmitry Gutov Commit: Dmitry Gutov Document the change in NEWS #1468 --- NEWS.md | 8 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index 7a5085ff2f..093f2bb3d7 100644 --- a/

[elpa] externals/company b225aee4db 06/10: Narrow down the "forced sync" cases further

2024-06-12 Thread ELPA Syncer
branch: externals/company commit b225aee4db3dd02e4b5c591e85ac79903409488a Author: Dmitry Gutov Commit: Dmitry Gutov Narrow down the "forced sync" cases further #1468 --- company.el | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/company.el

[nongnu] branch scratch/editorconfig created (now c8031d4983)

2024-06-12 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. at c8031d4983 WiP: Document test regressions This branch includes the following new commits: new c24ec14b8b (editorconfig--should-set): Eliminate `lisp-indent-offset` special case new 964747660c Don't hook into `re

[nongnu] scratch/editorconfig 9f183805ce 4/5: Use new Emacs-30 hooks

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit 9f183805cec5d1757cfd53ab7e375e2367839a2b Author: Stefan Monnier Commit: Stefan Monnier Use new Emacs-30 hooks * editorconfig.el (editorconfig--get-coding-system) (editorconfig--get-dir-local-variables): New functions. (editorconfig-mode):

[nongnu] scratch/editorconfig 54ee2b4862 3/5: (editorconfig-set-local-variables): Get first, set later

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit 54ee2b48626e6688c21699253865f57f45ff2679 Author: Stefan Monnier Commit: Stefan Monnier (editorconfig-set-local-variables): Get first, set later In preparation for the use of Emacs-30's `hack-dir-local-get-variables-functions`, split the job of

[nongnu] scratch/editorconfig c24ec14b8b 1/5: (editorconfig--should-set): Eliminate `lisp-indent-offset` special case

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit c24ec14b8b982468f4ed1296aff1a2e6108e9227 Author: Stefan Monnier Commit: Stefan Monnier (editorconfig--should-set): Eliminate `lisp-indent-offset` special case Instead of treating `lisp-indent-offset` specially in `editorconfig--should-set` (to

[nongnu] scratch/editorconfig 964747660c 2/5: Don't hook into `read-only-mode-hook`

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit 964747660cacf01799512e28c8999afea345203e Author: Stefan Monnier Commit: Stefan Monnier Don't hook into `read-only-mode-hook` We shouldn't re-set variables just because `read-only-mode` is (de)activated, and with Emacs-30's hooks it would be e

[nongnu] scratch/editorconfig c8031d4983 5/5: WiP: Document test regressions

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit c8031d498343280413bcac7f72be337cf8921237 Author: Stefan Monnier Commit: Stefan Monnier WiP: Document test regressions --- Makefile | 2 +- ert-tests/editorconfig.el | 10 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff

[nongnu] branch scratch/editorconfig deleted (was 0d207c59e1)

2024-06-12 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. was 0d207c59e1 WiP: Fix test regressions This change permanently discards the following revisions: discards 0d207c59e1 WiP: Fix test regressions

[nongnu] scratch/editorconfig 0d207c59e1: WiP: Fix test regressions

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit 0d207c59e18e7eb2a20ac857ad3055f2fdcb350a Author: Stefan Monnier Commit: Stefan Monnier WiP: Fix test regressions --- Makefile | 2 +- editorconfig.el | 56 --- ert-tests/editorconfig.

[nongnu] elpa/hyperdrive 0d04b9b2ea: Change: (hyperdrive-entry) Improve docstring

2024-06-12 Thread ELPA Syncer
branch: elpa/hyperdrive commit 0d04b9b2ea55952287b6c3c81ba5ba0a45b60823 Author: Joseph Turner Commit: Joseph Turner Change: (hyperdrive-entry) Improve docstring --- hyperdrive-lib.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el

[nongnu] scratch/editorconfig-wip c4bb7da5d1 5/7: WiP

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit c4bb7da5d1f726212a2b871824d81448e92b0ec6 Author: Stefan Monnier Commit: Stefan Monnier WiP --- editorconfig-core-handle.el | 34 -- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/editorconfig-core-handl

[nongnu] scratch/editorconfig-wip 785be24cbd 7/7: WiP: eliminate O(N^2) complexity in fnmatch translation

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit 785be24cbdfc783840e3000fc578d794e01612b8 Author: Stefan Monnier Commit: Stefan Monnier WiP: eliminate O(N^2) complexity in fnmatch translation --- editorconfig-fnmatch.el | 162 +--- 1 file changed, 84 inser

[nongnu] branch scratch/editorconfig-wip created (now 785be24cbd)

2024-06-12 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig-wip. at 785be24cbd WiP: eliminate O(N^2) complexity in fnmatch translation This branch includes the following new commits: new ed46b54596 Cosmetic changes for compilation purposes new 3d2e0af8af Miscellaneous minor c

[nongnu] scratch/editorconfig-wip ed46b54596 1/7: Cosmetic changes for compilation purposes

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit ed46b545960f70a8d29f0e2ef53a6a192836da3f Author: Stefan Monnier Commit: Stefan Monnier Cosmetic changes for compilation purposes * editorconfig.el: Remove redundant `:group`: arguments. Prefer #' to quote function names. ert-tests

[nongnu] scratch/editorconfig-wip 3d2e0af8af 2/7: Miscellaneous minor changes.

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit 3d2e0af8af14f7af592aeb7b5ebd7ea5ef131941 Author: Stefan Monnier Commit: Stefan Monnier Miscellaneous minor changes. * editorconfig.el: Drop redundant `require`s of pcase, nadvice, rx. Remove unnecessary (and incorrect) `defvar`s in `eval-w

[nongnu] scratch/editorconfig-wip dff7b4dc2e 4/7: WiP

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit dff7b4dc2e6adc4b8ec8d7dcf169bf132dd42d33 Author: Stefan Monnier Commit: Stefan Monnier WiP --- .dir-locals.el | 4 ++ editorconfig-core-handle.el | 5 +-- editorconfig-core.el| 38 + editorconfig-exec.el

[nongnu] scratch/editorconfig-wip 7457c878b8 3/7: Misc changes accrued while trying to run the tests

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit 7457c878b8700ed02a15f6c22e8256dda4b6bc61 Author: Stefan Monnier Commit: Stefan Monnier Misc changes accrued while trying to run the tests * Makefile (SRCS): Filter out `editorconfig-autoloads.el` and `editorconfig-pkg.el`. (test-ert):

[nongnu] scratch/editorconfig-wip c573d24af8 6/7: WiP: reduce allocation in parser

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit c573d24af8193421fe733821da75fbca88229ee3 Author: Stefan Monnier Commit: Stefan Monnier WiP: reduce allocation in parser --- editorconfig-core-handle.el | 95 +++-- 1 file changed, 39 insertions(+), 56 deletions(

[nongnu] branch scratch/editorconfig created (now ad60e1a93e)

2024-06-12 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. at ad60e1a93e Use new Emacs-30 hooks This branch includes the following new commits: new 9f8cc3e6e8 (editorconfig-set-local-variables): Get first, set later new ad60e1a93e Use new Emacs-30 hooks

[nongnu] scratch/editorconfig ad60e1a93e 2/2: Use new Emacs-30 hooks

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit ad60e1a93eccd6e7953a41374a869aab5b022797 Author: Stefan Monnier Commit: Stefan Monnier Use new Emacs-30 hooks * editorconfig.el (editorconfig--get-coding-system) (editorconfig--get-dir-local-variables): New functions. (editorconfig-mode):

[nongnu] scratch/editorconfig 9f8cc3e6e8 1/2: (editorconfig-set-local-variables): Get first, set later

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit 9f8cc3e6e898e00da7ee06761ee46802807b0077 Author: Stefan Monnier Commit: Stefan Monnier (editorconfig-set-local-variables): Get first, set later In preparation for the use of Emacs-30's `hack-dir-local-get-variables-functions`, split the job of

[nongnu] branch scratch/editorconfig deleted (was 3b1c10e556)

2024-06-12 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. was 3b1c10e556 WiP: eliminate O(N^2) complexity in fnmatch translation This change permanently discards the following revisions: discards 3b1c10e556 WiP: eliminate O(N^2) complexity in fnmatch translation discards 205be47ee0 W

[nongnu] scratch/editorconfig 3b1c10e556: WiP: eliminate O(N^2) complexity in fnmatch translation

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit 3b1c10e556222a53060c9984a30c43204100805b Author: Stefan Monnier Commit: Stefan Monnier WiP: eliminate O(N^2) complexity in fnmatch translation --- editorconfig-fnmatch.el | 162 +--- 1 file changed, 84 insertion

[nongnu] elpa/zenburn-theme 15f48bfc6b: Add support for window-tool-bar, added in Emacs 30.

2024-06-12 Thread ELPA Syncer
branch: elpa/zenburn-theme commit 15f48bfc6b52d112f3c3fd98e533bda9138ffdd2 Author: Jared Finder Commit: Bozhidar Batsov Add support for window-tool-bar, added in Emacs 30. --- CHANGELOG.md | 1 + zenburn-theme.el | 10 ++ 2 files changed, 11 insertions(+) diff --git a/CHANGELO

[elpa] externals/org 3232cc1619 1/2: Merge branch 'bugfix'

2024-06-12 Thread ELPA Syncer
branch: externals/org commit 3232cc16197d91439fc88f92afbce7947b72d449 Merge: e24c2408e7 84945f9de0 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ob-core.el | 6 +- lisp/org-table.el | 18 ++ 2 files changed, 15 insertions(+), 9 deletions

[elpa] externals-release/org a0950e9432 1/2: org-babel-execute-src-block: Handle code block moving point

2024-06-12 Thread ELPA Syncer
branch: externals-release/org commit a0950e943236b67794754c1da74bb0b001d625ba Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-execute-src-block: Handle code block moving point * lisp/ob-core.el (org-babel-execute-src-block): Make sure that point remain on src block after

[elpa] externals/org 959534ba11 2/2: ob-sql: Quote all the shell arguments originating from Org buffer

2024-06-12 Thread ELPA Syncer
branch: externals/org commit 959534ba1149bb29b1c731b34df9a339a54753e6 Author: Ihor Radchenko Commit: Ihor Radchenko ob-sql: Quote all the shell arguments originating from Org buffer * lisp/ob-sql.el (org-babel-sql-dbstring-mysql): (org-babel-sql-dbstring-postgresql): (org-ba

[elpa] externals/org updated (e24c2408e7 -> 959534ba11)

2024-06-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from e24c2408e7 Merge branch 'bugfix' new a0950e9432 org-babel-execute-src-block: Handle code block moving point new 84945f9de0 orgtbl-gather-send-defs: Fix infinite loop when table is at bob new 3232cc1619 Merge br

[elpa] externals-release/org 84945f9de0 2/2: orgtbl-gather-send-defs: Fix infinite loop when table is at bob

2024-06-12 Thread ELPA Syncer
branch: externals-release/org commit 84945f9de037949b2be3801acb496540c9365722 Author: Ihor Radchenko Commit: Ihor Radchenko orgtbl-gather-send-defs: Fix infinite loop when table is at bob * lisp/org-table.el (orgtbl-gather-send-defs): Avoid infinite loop when table is at the beg

[elpa] externals-release/org updated (3e4c89e556 -> 84945f9de0)

2024-06-12 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from 3e4c89e556 org-image--align: Fix image alignment when image is not inside paragraph new a0950e9432 org-babel-execute-src-block: Handle code block moving point new 84945f9de0 orgtbl-gather-send-defs: Fix infinit