[nongnu] main 435a9cbbd4: * elpa-packages (hyperdrive-org-transclusion): New package

2024-09-22 Thread Philip Kaludercic
branch: main commit 435a9cbbd41817391dcdcd98ca5b677ca96db7ca Author: Joseph Turner Commit: Philip Kaludercic * elpa-packages (hyperdrive-org-transclusion): New package --- elpa-packages | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elpa-packages b/elpa-packages index 0ea8b159a6..3d

[nongnu] elpa/gptel c795b362d0: gptel: Save and restore num-messages-to-send

2024-09-22 Thread ELPA Syncer
branch: elpa/gptel commit c795b362d0a9eba61d601a16e96a53a3624e5d30 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Save and restore num-messages-to-send * gptel.el (gptel--save-state): Add `gptel--num-messages-to-send' to the list of saved properties when saving/r

[elpa] externals/company 93f5dccad0 1/3: Reword entry

2024-09-22 Thread ELPA Syncer
branch: externals/company commit 93f5dccad03a49c94e7aca5db06caefaaa469130 Author: Dmitry Gutov Commit: Dmitry Gutov Reword entry --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 2e63839e1c..4acbd44551 100644 --- a/NEWS.md +++ b/NEWS.md

[elpa] externals/company updated (d0c7fe9267 -> 393940f76a)

2024-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/company. from d0c7fe9267 Add NEWS entry for 1.0.1 new 93f5dccad0 Reword entry new 82e0a2c763 Expire company--cache in company--begin-new new 393940f76a Release 1.0.2 Summary of changes: NEWS.md| 6 +- co

[elpa] externals/company 393940f76a 3/3: Release 1.0.2

2024-09-22 Thread ELPA Syncer
branch: externals/company commit 393940f76aec1f2500441d4e0b97f783acbb536b Author: Dmitry Gutov Commit: Dmitry Gutov Release 1.0.2 --- NEWS.md| 2 +- company.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 6965f2d653..33fb040a08 100644 --

[elpa] externals/company 82e0a2c763 2/3: Expire company--cache in company--begin-new

2024-09-22 Thread ELPA Syncer
branch: externals/company commit 82e0a2c763032d70381160e96ec8c660bb29d9b4 Author: Dmitry Gutov Commit: Dmitry Gutov Expire company--cache in company--begin-new Seems like the easiest fix for those cases where the nil results is saved (e.g. in dabbrev because of pending input). -

[nongnu] elpa/magit-section updated (9395de2c94 -> ec031e946d)

2024-09-22 Thread Jonas Bernoulli via
tarsius pushed a change to branch elpa/magit-section. from 9395de2c94 magit-section-maybe-remove-heading-map: Fix preserving section map adds 234a787b8c magit-revert-rev-file-buffer: Avoid Eglot adds 95c151cc59 gitignore: /lisp/*-pkg.el adds ec031e946d magit-revert-rev

[nongnu] elpa/magit ec031e946d 3/3: magit-revert-rev-file-buffer: Adapt to upstream changes

2024-09-22 Thread Jonas Bernoulli via
branch: elpa/magit commit ec031e946dacd19ff28e7cac6b9ad5d97f5df7eb Author: Pengji Zhang Commit: Jonas Bernoulli magit-revert-rev-file-buffer: Adapt to upstream changes In Emacs commit 9506b9392e, `define-globalized-minor-mode' was refactored, and in Emacs 30 only the function `M

[nongnu] elpa/magit updated (9395de2c94 -> ec031e946d)

2024-09-22 Thread Jonas Bernoulli via
tarsius pushed a change to branch elpa/magit. from 9395de2c94 magit-section-maybe-remove-heading-map: Fix preserving section map new 234a787b8c magit-revert-rev-file-buffer: Avoid Eglot new 95c151cc59 gitignore: /lisp/*-pkg.el new ec031e946d magit-revert-rev-file-bu

[nongnu] elpa/magit 234a787b8c 1/3: magit-revert-rev-file-buffer: Avoid Eglot

2024-09-22 Thread Jonas Bernoulli via
branch: elpa/magit commit 234a787b8caed647ed59a8cc519211ffd827 Author: Pengji Zhang Commit: Pengji Zhang magit-revert-rev-file-buffer: Avoid Eglot Eglot may be activated for buffers visiting blobs like lsp-mode, and most LSP servers bail out in that case. So in this commit w

[nongnu] elpa/magit 95c151cc59 2/3: gitignore: /lisp/*-pkg.el

2024-09-22 Thread Jonas Bernoulli via
branch: elpa/magit commit 95c151cc59273c227497b6f0c474a04e606052ca Author: Jonas Bernoulli Commit: Jonas Bernoulli gitignore: /lisp/*-pkg.el --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 68802dd34d..84c0d457c1 100644 --- a/.gitignore +++ b/

[elpa] externals/listen 19dfc6a6e3 2/2: Add: (listen-mpv-volume)

2024-09-22 Thread ELPA Syncer
branch: externals/listen commit 19dfc6a6e329e8657a16d7420d5fc4148b9d00cd Author: Adam Porter Commit: Adam Porter Add: (listen-mpv-volume) 100% seems to be much too loud as a default, so we use 50%. --- listen-mpv.el | 13 - 1 file changed, 12 insertions(+), 1 deletion(-

[elpa] externals/listen updated (8c7ecd5bab -> 19dfc6a6e3)

2024-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/listen. from 8c7ecd5bab Tidy: Whitespace new a4d468047a Fix: (listen-player-mpv) Disable cover art new 19dfc6a6e3 Add: (listen-mpv-volume) Summary of changes: listen-mpv.el | 15 +-- 1 file changed, 13 insertions(+)

[elpa] externals/listen a4d468047a 1/2: Fix: (listen-player-mpv) Disable cover art

2024-09-22 Thread ELPA Syncer
branch: externals/listen commit a4d468047a381f07553eef440ed660fca22eb53c Author: Adam Porter Commit: Adam Porter Fix: (listen-player-mpv) Disable cover art It's undesirable to pop up a window showing cover art whenever an audio file happens to have some. --- listen-mpv.el | 2 +

[elpa] externals/org-transclusion 9a6e27f914 1/5: tidy: Remove redundant uses of format

2024-09-22 Thread ELPA Syncer
branch: externals/org-transclusion commit 9a6e27f914a9942d2e592fa156f0d11620ca9515 Author: Jonas Bernoulli Commit: Jonas Bernoulli tidy: Remove redundant uses of format Both message and user-error take a f-string as first argument. --- org-transclusion.el | 24 +

[elpa] externals/org-transclusion 787a845a4a 4/5: tidy: Use and instead of when

2024-09-22 Thread ELPA Syncer
branch: externals/org-transclusion commit 787a845a4addf7a76dad4e8bcd5fe574b31c0351 Author: Jonas Bernoulli Commit: Jonas Bernoulli tidy: Use and instead of when Likewise use and-let* instead of when-let. This is preferable when the value of the form matters, as it commu

[elpa] externals/org-transclusion 6dc641fb87 2/5: tidy: Use not to negate boolean value

2024-09-22 Thread ELPA Syncer
branch: externals/org-transclusion commit 6dc641fb87de5ddae973f566294e40bec9f29b3d Author: Jonas Bernoulli Commit: Jonas Bernoulli tidy: Use not to negate boolean value --- org-transclusion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-transclusion.el b/org-tran

[elpa] externals/org-transclusion db091593a3 5/5: Merge pull request #249 from tarsiiformes/tidy

2024-09-22 Thread ELPA Syncer
branch: externals/org-transclusion commit db091593a3d05090bb9a2a5fba9960b80d1a419c Merge: 1edfced7a1 787a845a4a Author: nobiot Commit: GitHub Merge pull request #249 from tarsiiformes/tidy Various minor cleanup --- org-transclusion.el | 121 +++--

[elpa] externals/org-transclusion ce4ef51a59 3/5: tidy: Shorten long lines

2024-09-22 Thread ELPA Syncer
branch: externals/org-transclusion commit ce4ef51a5934dba1c4aa7287a84324f3cc390761 Author: Jonas Bernoulli Commit: Jonas Bernoulli tidy: Shorten long lines --- org-transclusion.el | 92 - 1 file changed, 48 insertions(+), 44 deletions(-)

[elpa] externals/org updated (5dc7028d7f -> 28b6315108)

2024-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 5dc7028d7f org-id: Guard against unwarranted major-mode change when querying id new fac0787e16 ox-texinfo: Check for math support without warnings and quietly new 28b6315108 Merge branch 'bugfix' Summary of changes:

[elpa] externals-release/org fac0787e16: ox-texinfo: Check for math support without warnings and quietly

2024-09-22 Thread ELPA Syncer
branch: externals-release/org commit fac0787e1659b93810bff320a87d81eda98d03a9 Author: Rudolf Adamkovic Commit: Ihor Radchenko ox-texinfo: Check for math support without warnings and quietly * lisp/ox-texinfo.el (org-texinfo-supports-math-p): Two improvements: (1) Fix the incorre

[elpa] externals/org-transclusion updated (1edfced7a1 -> db091593a3)

2024-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/org-transclusion. from 1edfced7a1 docs: move texi file #255 #228 new 9a6e27f914 tidy: Remove redundant uses of format new 6dc641fb87 tidy: Use not to negate boolean value new ce4ef51a59 tidy: Shorten long lines new

[elpa] externals/org 28b6315108: Merge branch 'bugfix'

2024-09-22 Thread ELPA Syncer
branch: externals/org commit 28b6315108a55ffea8d2870b00311aaa06f5ca75 Merge: 5dc7028d7f fac0787e16 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ox-texinfo.el | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/ox-texinfo.el b/l

[nongnu] elpa/racket-mode 86f620c225: CSS: Don't hide h1.top

2024-09-22 Thread ELPA Syncer
branch: elpa/racket-mode commit 86f620c2252388fac6074b193746e3885eb43e96 Author: Greg Hendershott Commit: Greg Hendershott CSS: Don't hide h1.top --- doc/racket-mode.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/racket-mode.css b/doc/racket-mode.css index

[elpa] externals/indent-bars b63f4578e3: guard against daemon mode in reset-styles

2024-09-22 Thread ELPA Syncer
branch: externals/indent-bars commit b63f4578e3d855f6e10d22997b914fe7844dd066 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com> guard against daemon mode in reset-styles If a frame has not yet appeared, blending a bac

[elpa] externals/drepl b96b72ceaf 2/2: Add support for SVG rendering in IPython

2024-09-22 Thread ELPA Syncer
branch: externals/drepl commit b96b72ceaff9323acd4582046fccb74179880bb8 Author: Augusto Stoffel Commit: Augusto Stoffel Add support for SVG rendering in IPython --- drepl-ipython.py | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drepl-ipython.py b/drepl-ipython.p

[elpa] externals/drepl updated (64768ddc7b -> b96b72ceaf)

2024-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/drepl. from 64768ddc7b Don't rely on pseudoterminal features to initialize the REPL new 44632c4562 Remove soft restart feature new b96b72ceaf Add support for SVG rendering in IPython Summary of changes: drepl-ipython.el | 9 -

[elpa] externals/drepl 44632c4562 1/2: Remove soft restart feature

2024-09-22 Thread ELPA Syncer
branch: externals/drepl commit 44632c4562fe799a1b639b4507a33750a84e93ce Author: Augusto Stoffel Commit: Augusto Stoffel Remove soft restart feature --- drepl-ipython.el | 9 - drepl.el | 19 ++- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a

[elpa] externals/consult-hoogle updated (188c8d90a0 -> 635418813c)

2024-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult-hoogle. from 188c8d90a0 Use haskell-ident-at-point for default when possible new 6e75ef42a1 Add back dependency on consult new 635418813c Update elpa version Summary of changes: consult-hoogle.el | 4 ++-- 1 file change

[elpa] externals/consult-hoogle 635418813c 2/2: Update elpa version

2024-09-22 Thread ELPA Syncer
branch: externals/consult-hoogle commit 635418813c6c6089576cc3b1abb45d173e853aab Author: Rahguzar Commit: Rahguzar Update elpa version --- consult-hoogle.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult-hoogle.el b/consult-hoogle.el index 0943e3cf48..5c15dc7657

[elpa] externals/consult-hoogle 6e75ef42a1 1/2: Add back dependency on consult

2024-09-22 Thread ELPA Syncer
branch: externals/consult-hoogle commit 6e75ef42a12a163e417b6c5355deb32a05dc3b70 Author: Rahguzar Commit: Rahguzar Add back dependency on consult --- consult-hoogle.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult-hoogle.el b/consult-hoogle.el index a44e05149d.

[elpa] externals/org 10adc2bbd7 5/6: Merge branch 'bugfix'

2024-09-22 Thread ELPA Syncer
branch: externals/org commit 10adc2bbd7aa868c433818af897160a8232019f0 Merge: c07028671d d8fc26aefa Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ob-core.el | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/lisp/ob

[elpa] externals/org 0b1a4bfc48 3/6: Merge branch 'bugfix'

2024-09-22 Thread ELPA Syncer
branch: externals/org commit 0b1a4bfc4870bab7e3e756b13116fdbee6833955 Merge: a8790ed09e 2a85367ea8 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/org.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/org.el b/lisp/org.el i

[elpa] externals/org 5dc7028d7f 6/6: org-id: Guard against unwarranted major-mode change when querying id

2024-09-22 Thread ELPA Syncer
branch: externals/org commit 5dc7028d7fbda589962af6fdad8ed0ad6b48b231 Author: Visuwesh Commit: Ihor Radchenko org-id: Guard against unwarranted major-mode change when querying id * lisp/org-id.el (org-id-find-id-file): Only fallback to the current-buffer filename when it is an o

[elpa] externals/org updated (9cbf0c99c3 -> 5dc7028d7f)

2024-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 9cbf0c99c3 test-ox-publish.el: Add tests for publish cache adds 34979457f9 lisp/ox.el (org-export-options-alist): Improve docstring adds 6a5d0ed342 Update version number for the 9.7.11 release adds 3428b522fb doc/or

[elpa] externals/org 8b8b61d277 1/6: Merge branch 'bugfix'

2024-09-22 Thread ELPA Syncer
branch: externals/org commit 8b8b61d277d50a78bb288e6e16879574424a1187 Merge: 9cbf0c99c3 c766ea34ec Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- .dir-locals.el | 2 +- doc/org-manual.org | 12 ++-- etc/ORG-NEWS | 2 +- lisp/ox.el | 7 ++

[elpa] externals-release/org d8fc26aefa 3/3: org-babel-view-src-block-info: Fix querying Org properties in Help buffer

2024-09-22 Thread ELPA Syncer
branch: externals-release/org commit d8fc26aefa70a0fcbb73ef09f4b6b0b600a8 Author: Rodrigo Morales Commit: Ihor Radchenko org-babel-view-src-block-info: Fix querying Org properties in Help buffer * lisp/ob-core.el (org-babel-view-src-block-info): Query in-buffer header argume

[elpa] externals-release/org updated (9f29451d86 -> d8fc26aefa)

2024-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from 9f29451d86 Merge branch 'km/from-emacs-30' into bugfix new c766ea34ec .dir-locals.el: Disable compilation of .dir-locals.el new 2a85367ea8 lisp/org.el: Add back "export" blocks to natively fontified blocks

[elpa] externals/org a8790ed09e 2/6: lisp/org-persist.el: Fix regression missed by 7fd8099

2024-09-22 Thread ELPA Syncer
branch: externals/org commit a8790ed09ef6f9ffc4ec7157db5b24e988cb251d Author: Lukas Rudd Andersen Commit: Ihor Radchenko lisp/org-persist.el: Fix regression missed by 7fd8099 * lisp/org-persist.el: (org-persist--find-index): Fix regression that makes the function return nil wh

[elpa] externals-release/org c766ea34ec 1/3: .dir-locals.el: Disable compilation of .dir-locals.el

2024-09-22 Thread ELPA Syncer
branch: externals-release/org commit c766ea34ecfbab8658ef599e99772df9a3a1aa4f Author: Morgan Willcock Commit: Ihor Radchenko .dir-locals.el: Disable compilation of .dir-locals.el * .dir-locals.el: Add `no-byte-compile'. Reported-by: Lin Jian Link: https://list.orgmode.

[elpa] externals/org c07028671d 4/6: ox-icalendar: Fix export of diary-style timestamps

2024-09-22 Thread ELPA Syncer
branch: externals/org commit c07028671dc5820a8726b75ac9542ec7773bf1dc Author: Jack Kamm Commit: Ihor Radchenko ox-icalendar: Fix export of diary-style timestamps * lisp/ox-icalendar.el (org-icalendar-entry): Include timestamps of type diary when `:with-timestamps' is `active'.

[elpa] externals-release/org 2a85367ea8 2/3: lisp/org.el: Add back "export" blocks to natively fontified blocks

2024-09-22 Thread ELPA Syncer
branch: externals-release/org commit 2a85367ea80d8a110f76c42aa6927cf220ab5c33 Author: Benjamin McMillan Commit: Ihor Radchenko lisp/org.el: Add back "export" blocks to natively fontified blocks * lisp/org.el (org-fontify-meta-lines-and-blocks-1): Add "export" to list of block ty

[elpa] externals/phpinspect f8bfba7ddb 5/5: Remove (require 'phpinspect-toc) from phpinspect-buffer.el

2024-09-22 Thread ELPA Syncer
branch: externals/phpinspect commit f8bfba7ddb6256b445c89ec117cfeb69b9e77dd0 Author: Hugo Thunnissen Commit: Hugo Thunnissen Remove (require 'phpinspect-toc) from phpinspect-buffer.el --- phpinspect-buffer.el | 1 - 1 file changed, 1 deletion(-) diff --git a/phpinspect-buffer.el b/phpinspe

[elpa] externals/phpinspect 950391b012 3/5: Finish buffer refactoring

2024-09-22 Thread ELPA Syncer
branch: externals/phpinspect commit 950391b012abd97c7c7574ea891e3976fd738355 Author: Hugo Thunnissen Commit: Hugo Thunnissen Finish buffer refactoring --- phpinspect-buffer.el | 396 +++-- phpinspect-parser.el | 2

[elpa] externals/phpinspect 0d222ddd62 4/5: Remove phpinspect-toc.el

2024-09-22 Thread ELPA Syncer
branch: externals/phpinspect commit 0d222ddd62510990529b43a2d505a26eaac3355c Author: Hugo Thunnissen Commit: Hugo Thunnissen Remove phpinspect-toc.el --- phpinspect-bmap.el | 46 --- phpinspect-toc.el | 83 -

[elpa] externals/phpinspect a1107ea176 1/5: BROKEN/WIP: change parsing of type definitions

2024-09-22 Thread ELPA Syncer
branch: externals/phpinspect commit a1107ea1768b695204837c4fb141d82cd62adeab Author: Hugo Thunnissen Commit: Hugo Thunnissen BROKEN/WIP: change parsing of type definitions --- phpinspect-bmap.el | 7 +++- phpinspect-buffer.el | 18 ++--- phpinspect-index.el

[elpa] externals/phpinspect updated (a534b7ab12 -> f8bfba7ddb)

2024-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/phpinspect. from a534b7ab12 Remove unused new-root parameter from phpinspect-toc-update new a1107ea176 BROKEN/WIP: change parsing of type definitions new 1801b4a07d BROKEN/WIP: refactor phpinspect-buffer.el new 950391b012

[elpa] externals/hyperbole d9ace571e9 10/10: Merge pull request #591 from rswgnu/rsw

2024-09-22 Thread ELPA Syncer
branch: externals/hyperbole commit d9ace571e979cc8db763b6020400bbb213eee5a4 Merge: ae6188cbd9 245704eec9 Author: Robert Weiner Commit: GitHub Merge pull request #591 from rswgnu/rsw HyWiki Updates - handle plurals of HyWikiWords, removing empty HyWiki files, track hywiki-directory

[elpa] externals/phpinspect 1801b4a07d 2/5: BROKEN/WIP: refactor phpinspect-buffer.el

2024-09-22 Thread ELPA Syncer
branch: externals/phpinspect commit 1801b4a07dcc28899362d3a02b9abf34ba826f24 Author: Hugo Thunnissen Commit: Hugo Thunnissen BROKEN/WIP: refactor phpinspect-buffer.el 154/160 tests passing --- phpinspect-bmap.el | 88 ++-- phpinspect-buffer.el | 1070 +++

[elpa] externals/hyperbole 64f7c8f1ea 07/10: Merge branch 'master' of hyperbole into rsw

2024-09-22 Thread ELPA Syncer
branch: externals/hyperbole commit 64f7c8f1ea6ab1cfcdf13111e80a738c3e0c314f Merge: 385c6f121f ae6188cbd9 Author: bw Commit: bw Merge branch 'master' of hyperbole into rsw --- ChangeLog| 5 + hui-mini.el | 3 ++- hywiki.el| 7 --- test/hyrolo-tests

[elpa] externals/hyperbole 7fe5e3f99c 05/10: hywiki.el - Add 'hywiki-kill-buffer-hook'

2024-09-22 Thread ELPA Syncer
branch: externals/hyperbole commit 7fe5e3f99cbfed6efde8d3700b4ec0678fc24485 Author: bw Commit: bw hywiki.el - Add 'hywiki-kill-buffer-hook' --- ChangeLog | 4 +++- hywiki.el | 13 + 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d37d6

[elpa] externals/hyperbole 8a29158612 03/10: hywiki.el (hywiki-find-page): Prompt when creating first HyWiki page

2024-09-22 Thread ELPA Syncer
branch: externals/hyperbole commit 8a291586124550bd84e7be8b005d604f528a4ccd Author: bw Commit: bw hywiki.el (hywiki-find-page): Prompt when creating first HyWiki page This prevents the user from being surprised by this Action Key behavior. * man/hyperbole.texi (Manual Over

[elpa] externals/hyperbole 6d2586e581 02/10: hywiki.el - Add support for page name plurals

2024-09-22 Thread ELPA Syncer
branch: externals/hyperbole commit 6d2586e5812a31eaeafdfc7fd1a0ee4dca617248 Author: bw Commit: bw hywiki.el - Add support for page name plurals Also sync Hyperbole page lookup tables whenever a file name in `hywiki-directory' changes. --- ChangeLog | 19 +++ hywik

[elpa] externals/hyperbole 6c1011c896 08/10: hywiki.el - Ensure hywiki-directory is created before trying to read

2024-09-22 Thread ELPA Syncer
branch: externals/hyperbole commit 6c1011c8968f11feab907af6695bb80e3faf8cd9 Author: bw Commit: bw hywiki.el - Ensure hywiki-directory is created before trying to read --- ChangeLog | 3 +++ hywiki.el | 19 --- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/

[elpa] externals/hyperbole 245704eec9 09/10: test/hywiki-tests.el (hywiki-tests--get-page-list-when-new-wiki-directory):

2024-09-22 Thread ELPA Syncer
branch: externals/hyperbole commit 245704eec9d30e3529e547504ee40903f8adc68c Author: bw Commit: bw test/hywiki-tests.el (hywiki-tests--get-page-list-when-new-wiki-directory): Remove 'hash-empty-p' test that fails exclusively on Emacs master --- ChangeLog| 3 +++ test/

[elpa] externals/hyperbole 385c6f121f 06/10: hywiki.el - Fix so HyWikiWord highlighting tracks hywiki-dir updates

2024-09-22 Thread ELPA Syncer
branch: externals/hyperbole commit 385c6f121fba0b5c2dc093beb2d30cc8bcfd80fb Author: bw Commit: bw hywiki.el - Fix so HyWikiWord highlighting tracks hywiki-dir updates This involved adding and testing a checksum of HyWiki page file names and fixing dehighlighting of deleted HyWik

[elpa] externals/hyperbole c11d34e806 01/10: hsys-org.el {C-c C-@} - bind in Org mode to 'hycontrol-windows-grid'

2024-09-22 Thread ELPA Syncer
branch: externals/hyperbole commit c11d34e806dcc485f24d7eac0d13a99d108fed70 Author: bw Commit: bw hsys-org.el {C-c C-@} - bind in Org mode to 'hycontrol-windows-grid' Unless already bound. --- ChangeLog| 7 +++ hsys-org.el | 8 +++- hycontrol.el | 3 ++- 3 files change

[elpa] externals/hyperbole updated (ae6188cbd9 -> d9ace571e9)

2024-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from ae6188cbd9 Verify hyrolo--expanded-file-list is updated when a file is added (#590) new c11d34e806 hsys-org.el {C-c C-@} - bind in Org mode to 'hycontrol-windows-grid' new 6d2586e581 hywiki.el - Add support for p

[elpa] externals/hyperbole ecda83745a 04/10: hypb.el (hypb:empty-file-p): Add, use in 'hywiki-kill-buffer-hook'

2024-09-22 Thread ELPA Syncer
branch: externals/hyperbole commit ecda83745a8e5cdf9bfd955f07dc0ab37710dc9b Author: bw Commit: bw hypb.el (hypb:empty-file-p): Add, use in 'hywiki-kill-buffer-hook' --- ChangeLog | 2 ++ hypb.el | 7 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeL

[elpa] externals/denote 6a67534820: Clarify a doc string in denote-test.el

2024-09-22 Thread ELPA Syncer
branch: externals/denote commit 6a675348207c6cab2d1a9f3d7ebde3221ae3db22 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify a doc string in denote-test.el --- tests/denote-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/denote-test.el b/tests/d