[elpa] main 823c566838: * elpa-packages (literate-scratch): New package

2024-06-20 Thread Sean Whitton via
branch: main commit 823c5668382057702fa2e691cba25590e3140bd9 Author: Sean Whitton Commit: Sean Whitton * elpa-packages (literate-scratch): New package --- elpa-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/elpa-packages b/elpa-packages index 4040ead47f..01612e322e 100644 ---

[elpa] externals/literate-scratch c22a15e86a: * literate-scratch: Import version 1.0

2024-06-20 Thread Sean Whitton via
branch: externals/literate-scratch commit c22a15e86acf28da716532c26ba1371574c8e979 Author: Sean Whitton Commit: Sean Whitton * literate-scratch: Import version 1.0 --- literate-scratch.el | 134 1 file changed, 134 insertions(+) diff --g

[elpa] branch externals/literate-scratch created (now c22a15e86a)

2024-06-20 Thread Sean Whitton via
spwhitton pushed a change to branch externals/literate-scratch. at c22a15e86a * literate-scratch: Import version 1.0 This branch includes the following new commits: new c22a15e86a * literate-scratch: Import version 1.0

[nongnu] elpa/undo-fu-session 2a543d4168: Disable file locking when writing undo-data

2024-06-20 Thread ELPA Syncer
branch: elpa/undo-fu-session commit 2a543d41685908e8ab52a9bab7d1c9dafbb0b0ab Author: Campbell Barton Commit: Campbell Barton Disable file locking when writing undo-data This intended to fix #10, since it's possible the lock-file name is too long to write. In general locking undo

[nongnu] elpa/racket-mode 47cb399324: racket-raco-program: Obsolete but not alias for racket-program

2024-06-20 Thread ELPA Syncer
branch: elpa/racket-mode commit 47cb399324f1ecd76cbc7c4af159e223c331c6e1 Author: Greg Hendershott Commit: Greg Hendershott racket-raco-program: Obsolete but not alias for racket-program While reviewing issue #713, I realized that racket-raco-program should use make-obsolete-vari

[nongnu] elpa/gptel 44780a408a: gptel-anthropic: Add `claude-3-5-sonnet-20240620` (#331)

2024-06-20 Thread ELPA Syncer
branch: elpa/gptel commit 44780a408a3cf73a03f1ece3a6b570c160914834 Author: Erich Grunewald Commit: GitHub gptel-anthropic: Add `claude-3-5-sonnet-20240620` (#331) gptel-anthropic.el (gptel-make-anthropic): Add Add `claude-3-5-sonnet-20240620`. --- gptel-anthropic.el | 3 ++- 1

[elpa] externals/which-key ed38931217: Merge changes from emacs master branch

2024-06-20 Thread ELPA Syncer
branch: externals/which-key commit ed389312170df955aaf10c2e120cc533ed5c509e Author: Justin Burkett Commit: Justin Burkett Merge changes from emacs master branch --- which-key.el | 305 +-- 1 file changed, 152 insertions(+), 153 deletio

[nongnu] branch scratch/editorconfig created (now 27386ec31b)

2024-06-20 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. at 27386ec31b editorconfig-core-handle.el: Don't use file names as glob pattern This branch includes the following new commits: new 8db3266ae1 Rename test files to `-tests.el` new 6a84108b03 (editorconfig--should-s

[nongnu] scratch/editorconfig 5e25a51e25 4/5: Don't hook into `read-only-mode-hook`

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

[nongnu] scratch/editorconfig 8db3266ae1 1/5: Rename test files to `-tests.el`

2024-06-20 Thread Stefan Monnier via
branch: scratch/editorconfig commit 8db3266ae1b33d540fe5f5bc730a03ae5255b3ad Author: Stefan Monnier Commit: Stefan Monnier Rename test files to `-tests.el` This follows the convention used in Emacs's own test suite and works around annoying circular `require`s when `ert-tests` h

[nongnu] scratch/editorconfig ec1e5d8135 3/5: Fix minor cosmetic issues

2024-06-20 Thread Stefan Monnier via
branch: scratch/editorconfig commit ec1e5d8135a85b65f9bc0236a94bc415289fa5b9 Author: Stefan Monnier Commit: Stefan Monnier Fix minor cosmetic issues Mostly fix compiler warnings and prefer #' to quote function names. * editorconfig.el: Remove dependency on `nadvice` since w

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

2024-06-20 Thread Stefan Monnier via
branch: scratch/editorconfig commit 6a84108b03df8cfc216238e7a6ccd3082f27284c 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 27386ec31b 5/5: editorconfig-core-handle.el: Don't use file names as glob pattern

2024-06-20 Thread Stefan Monnier via
branch: scratch/editorconfig commit 27386ec31bdf52b9dc79570722a7e2e805916443 Author: Stefan Monnier Commit: Stefan Monnier editorconfig-core-handle.el: Don't use file names as glob pattern Match relative file names against the glob pattern instead of trying to construct a glob p

[nongnu] branch scratch/editorconfig deleted (was 676096fdae)

2024-06-20 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. was 676096fdae (editorconfig--get-trailing-nl): Fix handling of `mode-require-final-newline` This change permanently discards the following revisions: discards 676096fdae (editorconfig--get-trailing-nl): Fix handling of `mode-r

[nongnu] elpa/go-mode 636d36e37a: Add go-{browse-{freesymbols, doc, assembly}, rename}

2024-06-20 Thread ELPA Syncer
branch: elpa/go-mode commit 636d36e37a0d2b6adb2e12d802ff4794ccbba336 Author: Alan Donovan Commit: Dominik Honnef Add go-{browse-{freesymbols,doc,assembly},rename} These four helper functions provide convenient ways to access gopls server functionality without the user needing to

[elpa] externals/dape ce0ecf76a7: Enlarge overlay-arrow to cover more of 'large-circle on linux

2024-06-20 Thread ELPA Syncer
branch: externals/dape commit ce0ecf76a759636cd84dfa5ef23af207a4cfe152 Author: Daniel Pettersson Commit: Daniel Pettersson Enlarge overlay-arrow to cover more of 'large-circle on linux --- dape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dape.el b/dape.el index b2

[elpa] externals/org 4c5132b9f1 3/4: Fix parallel execution of Makefiles

2024-06-20 Thread ELPA Syncer
branch: externals/org commit 4c5132b9f18b86d5be51091ddce18c2b853af3dd Author: Ihor Radchenko Commit: Ihor Radchenko Fix parallel execution of Makefiles * lisp/Makefile (.NOTPARALLEL): * mk/targets.mk (.NOTPARALLEL): Do not fiddle with explicit .NOTPARALLEL. Given that we pr

[elpa] externals/org 7fa1694ec6 4/4: mk/targets.mk (.PHONY): Add missing non-file targets

2024-06-20 Thread ELPA Syncer
branch: externals/org commit 7fa1694ec6baade1937fffeed422a8eb33ba1ced Author: Ihor Radchenko Commit: Ihor Radchenko mk/targets.mk (.PHONY): Add missing non-file targets --- mk/targets.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/targets.mk b/mk/targets.mk index

[elpa] externals-release/org a4ff518a2e: org-refile-get-location: Fix outline path to a symlink of current buffer

2024-06-20 Thread ELPA Syncer
branch: externals-release/org commit a4ff518a2eef3553295e110168a7b0eab942bfbf Author: Al Haji-Ali Commit: Ihor Radchenko org-refile-get-location: Fix outline path to a symlink of current buffer * lisp/org-refile.el (org-refile-get-location): When current buffer file is a symlink

[elpa] externals/org 9f4f7338d7 1/4: org-element-timestamp-parser: Fix regexp

2024-06-20 Thread ELPA Syncer
branch: externals/org commit 9f4f7338d7b4d27438fa6c9eb241726a87dc16ed Author: Ihor Radchenko Commit: Ihor Radchenko org-element-timestamp-parser: Fix regexp * lisp/org-element.el (org-element--timestamp-regexp): Do not match malformed timestamps like: <202-07-10 .+1d>

[elpa] externals/org 77403e376a 2/4: Revert "mk: Allow parallel execution"

2024-06-20 Thread ELPA Syncer
branch: externals/org commit 77403e376a430a0b05afa5506d1dca18b66021b5 Author: Ihor Radchenko Commit: Ihor Radchenko Revert "mk: Allow parallel execution" This reverts commit 71fbe92c2e320363871af38774163358528cca6f. Parallel make still does not work. --- lisp/Makefile | 13

[elpa] externals/org updated (782f6c33be -> 7fa1694ec6)

2024-06-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 782f6c33be oc-csl: New custom option `org-cite-csl-bibtex-titles-to-sentence-case' new 9f4f7338d7 org-element-timestamp-parser: Fix regexp new 77403e376a Revert "mk: Allow parallel execution" new 4c5132b9f1 Fix

[elpa] externals/greader 9e20f6236a: Greader version 0.11.6

2024-06-20 Thread ELPA Syncer
branch: externals/greader commit 9e20f6236ae3301a77498ce4f233d4c92f6e13e2 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Greader version 0.11.6 Minor refinements. --- greader-audiobook.el | 7 ++- greader.el | 2 +- 2 files changed, 7 insertions(+), 2 d

[nongnu] elpa/magit-section updated (13850341e3 -> 7e144529b7)

2024-06-20 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 13850341e3 Fix docstring typo adds 72e6631ca2 magit-run-hook-with-benchmark: Report time for individual functions adds 2d33e01ffb magit-run-hook-with-benchmark: Cosmetics adds 7e144529b7 Use time-since instead

[nongnu] elpa/git-commit updated (13850341e3 -> 7e144529b7)

2024-06-20 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 13850341e3 Fix docstring typo new 72e6631ca2 magit-run-hook-with-benchmark: Report time for individual functions new 2d33e01ffb magit-run-hook-with-benchmark: Cosmetics new 7e144529b7 Use time-since instead of

[nongnu] elpa/magit updated (13850341e3 -> 7e144529b7)

2024-06-20 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 13850341e3 Fix docstring typo adds 72e6631ca2 magit-run-hook-with-benchmark: Report time for individual functions adds 2d33e01ffb magit-run-hook-with-benchmark: Cosmetics adds 7e144529b7 Use time-since instead of time

[nongnu] elpa/git-commit 72e6631ca2 1/3: magit-run-hook-with-benchmark: Report time for individual functions

2024-06-20 Thread ELPA Syncer
branch: elpa/git-commit commit 72e6631ca24d078c97603a26c1e07dda8fd5e108 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-run-hook-with-benchmark: Report time for individual functions --- lisp/magit-mode.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ma

[nongnu] elpa/git-commit 2d33e01ffb 2/3: magit-run-hook-with-benchmark: Cosmetics

2024-06-20 Thread ELPA Syncer
branch: elpa/git-commit commit 2d33e01ffb43e95784cb8eb4c3e94026081fbfa2 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-run-hook-with-benchmark: Cosmetics --- lisp/magit-mode.el | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lisp/magit-mod

[nongnu] elpa/git-commit 7e144529b7 3/3: Use time-since instead of time-subtract

2024-06-20 Thread ELPA Syncer
branch: elpa/git-commit commit 7e144529b7fca345fcaa92d7e986688ea24ae94c Author: Jonas Bernoulli Commit: Jonas Bernoulli Use time-since instead of time-subtract --- lisp/magit-autorevert.el | 2 +- lisp/magit-diff.el | 2 +- lisp/magit-mode.el | 5 ++--- 3 files changed, 4 insert

[elpa] externals/jinx 271034e9c7: correct link to enchant manual (#185)

2024-06-20 Thread ELPA Syncer
branch: externals/jinx commit 271034e9c7addb0d4d5c96c4b0fc7b6265f4dc3b Author: Jason Lewis Commit: GitHub correct link to enchant manual (#185) --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index ea8306faef..b4eb5c4c4a 100644 ---

[elpa] externals/auctex dee7d873ba: Remove final slash from directory added to `load-path'

2024-06-20 Thread ELPA Syncer
branch: externals/auctex commit dee7d873ba5ef38961d531cc32f50526f7c59d1d Author: Arash Esbati Commit: Arash Esbati Remove final slash from directory added to `load-path' * GNUmakefile (tex-site.el): Use `directory-file-name' in order to avoid a final slash in the values of `TeX-

[elpa] externals/org 782f6c33be: oc-csl: New custom option `org-cite-csl-bibtex-titles-to-sentence-case'

2024-06-20 Thread ELPA Syncer
branch: externals/org commit 782f6c33beed8d7baac9549b94a6a08040eba838 Author: Andras Simonyi Commit: Andras Simonyi oc-csl: New custom option `org-cite-csl-bibtex-titles-to-sentence-case' * lisp/oc-csl.el (org-cite-csl-bibtex-titles-to-sentence-case): New variable. (org-cite

[elpa] externals/hyperbole updated (fbb6f81bcd -> c4cfe68db8)

2024-06-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from fbb6f81bcd Modify expected failed test to match the behavior (#535) new 12812f751d hywiki.el - Fix performance and correctness issues; improve tests new ccde7cfd59 Merge branch 'master' into rsw new c4cfe6

[elpa] externals/hyperbole c4cfe68db8 3/3: Merge pull request #541 from rswgnu/rsw

2024-06-20 Thread ELPA Syncer
branch: externals/hyperbole commit c4cfe68db84a8b682a589791a336ce3c42899e34 Merge: fbb6f81bcd ccde7cfd59 Author: Robert Weiner Commit: GitHub Merge pull request #541 from rswgnu/rsw hywiki.el - Fix performance and correctness issues; improve tests --- ChangeLog| 80 +++

[elpa] externals/hyperbole 12812f751d 1/3: hywiki.el - Fix performance and correctness issues; improve tests

2024-06-20 Thread ELPA Syncer
branch: externals/hyperbole commit 12812f751dfc8dae0e4947782dce842584461d98 Author: bw Commit: bw hywiki.el - Fix performance and correctness issues; improve tests --- ChangeLog| 80 ++ hsys-org.el | 8 +- hypb.el | 12 +- hywiki.el|

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

2024-06-20 Thread ELPA Syncer
branch: externals/hyperbole commit ccde7cfd59209b8e17c54fa3e3ddcff2cc7333bc Merge: 12812f751d fbb6f81bcd Author: bw Commit: bw Merge branch 'master' into rsw --- test/hyrolo-tests.el | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/test/hyrolo-tests.el b/tes