[nongnu] elpa/aidermacs 43780ca542: Use read-string instead of read-from-minibuffer

2025-05-07 Thread ELPA Syncer
branch: elpa/aidermacs commit 43780ca542083e43041ba73b9c04a3a7dee9aea2 Author: Adam Niederer Commit: Matthew Zeng Use read-string instead of read-from-minibuffer --- aidermacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aidermacs.el b/aidermacs.el index bdb02b

[elpa] externals/denote 11726dae4b 4/7: Merge pull request #598 from rytswd/main

2025-05-07 Thread ELPA Syncer
branch: externals/denote commit 11726dae4b30b78616c6ba964edb3f8c06f18244 Merge: b54229c724 be2eb704a0 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #598 from rytswd/main Add note about denote-use-template duplicate --- README.org | 6 ++ 1 file changed, 6 insert

[elpa] externals/denote 86ee5cbc4a 6/7: Do not mention the 'denote-use-*' in the section about Org capture and link to it instead

2025-05-07 Thread ELPA Syncer
branch: externals/denote commit 86ee5cbc4a484a4530867c89dd3e94d83e4102d7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Do not mention the 'denote-use-*' in the section about Org capture and link to it instead Otherwise we might have information in two places that is out o

[elpa] externals/denote updated (8f7099eeb8 -> d7c4046f16)

2025-05-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 8f7099eeb8 Document the new user option denote-buffer-name-prefix new 6c2295e75e De-duplicate code in ‘denote-format-buffer-name’ new b54229c724 Merge pull request #599 from mjkalyan/prefix new be2eb704a0 Add

[elpa] externals/denote d7c4046f16 7/7: Reword the note about 'denote-use-template' with regard to 'denote-org-capture-specifiers'

2025-05-07 Thread ELPA Syncer
branch: externals/denote commit d7c4046f16e687ab46494279d8961ac228641d68 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reword the note about 'denote-use-template' with regard to 'denote-org-capture-specifiers' The original was provided by Ryota in pull request 598:

[elpa] externals/denote be2eb704a0 1/7: Add note about denote-use-template duplicate

2025-05-07 Thread ELPA Syncer
branch: externals/denote commit be2eb704a01b7dae3803173e7749a1a4fbd51cfe Author: Ryota Commit: Ryota Add note about denote-use-template duplicate This fixes #545. --- README.org | 6 ++ 1 file changed, 6 insertions(+) diff --git a/README.org b/README.org index 1e47ceb3fb..b9bc

[elpa] externals/denote 6c2295e75e 2/7: De-duplicate code in ‘denote-format-buffer-name’

2025-05-07 Thread ELPA Syncer
branch: externals/denote commit 6c2295e75e73cdc462984d4b0a55da71bf6a471e Author: James Kalyan Commit: James Kalyan De-duplicate code in ‘denote-format-buffer-name’ i.e. Just make the format string conditional, not the whole format. --- denote.el | 4 +--- 1 file changed, 1 insertio

[elpa] externals/auctex a085165d4c: ; * latex.el (LaTeX-xparse-macro-parse): Fix comments.

2025-05-07 Thread ELPA Syncer
branch: externals/auctex commit a085165d4c264ca13c37e4356e29287e3d51d44d Author: Arash Esbati Commit: Arash Esbati ; * latex.el (LaTeX-xparse-macro-parse): Fix comments. --- latex.el | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/latex.el b/latex.el index 3a

[nongnu] elpa/annotate updated (7b1c5aa531 -> fdf41ed93a)

2025-05-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/annotate. from 7b1c5aa531 Merge pull request #168 from cage2/optimize-searching-for-annotations new 634a953ea0 - increased version number; new 3d07ffee9d - bound 'annotate-annotation-expansion-map' to the empty string, to remove code

[nongnu] elpa/annotate d516a62ae6 3/5: - bound 'annotate-autosave' to non nil, enabling the autosave feature as default.

2025-05-07 Thread ELPA Syncer
branch: elpa/annotate commit d516a62ae6afe67ce07fd5c5bae42ffdf7a5c723 Author: cage Commit: cage - bound 'annotate-autosave' to non nil, enabling the autosave feature as default. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el in

[nongnu] elpa/aidermacs 8ad2ec9ece 3/3: Don't start aider just to stop it when not running

2025-05-07 Thread ELPA Syncer
branch: elpa/aidermacs commit 8ad2ec9ece03b07ec2c95824f6991d170698bd7a Author: Adam Niederer Commit: Matthew Zeng Don't start aider just to stop it when not running --- aidermacs.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aidermacs.el b/aidermacs.el index 2

[nongnu] elpa/aidermacs updated (4c514f65a5 -> 8ad2ec9ece)

2025-05-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/aidermacs. from 4c514f65a5 Do not require exact matches when selecting models new b52e987d5f Don't send commands to aider if it's not ready for them new 88d2864454 Use read-from-minibuffer instead of completing-read for prompts

[nongnu] elpa/annotate 3d07ffee9d 2/5: - bound 'annotate-annotation-expansion-map' to the empty string, to remove code used during development.

2025-05-07 Thread ELPA Syncer
branch: elpa/annotate commit 3d07ffee9d7302d80117639bcb21fd5cc3e091e2 Author: cage Commit: cage - bound 'annotate-annotation-expansion-map' to the empty string, to remove code used during development. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annot

[nongnu] elpa/annotate fdf41ed93a 5/5: Merge pull request #169 from cage2/master

2025-05-07 Thread ELPA Syncer
branch: elpa/annotate commit fdf41ed93a31386a8b4fddaf01f15ee256e2f91f Merge: 7b1c5aa531 65338aff67 Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #169 from cage2/master Added annotation's text expansion feature --- Changelog | 9 +

[nongnu] elpa/aidermacs b52e987d5f 1/3: Don't send commands to aider if it's not ready for them

2025-05-07 Thread ELPA Syncer
branch: elpa/aidermacs commit b52e987d5f7f275b12e048766e1cb150c1c9a9b0 Author: Adam Niederer Commit: Matthew Zeng Don't send commands to aider if it's not ready for them This can occur when e.g. the autoupdate prompt runs - we send a command, aider is expecting a yes/no, the co

[nongnu] elpa/annotate 65338aff67 4/5: - improved expansion map to include a swith to enable trimming of commands' output.

2025-05-07 Thread ELPA Syncer
branch: elpa/annotate commit 65338aff67b235671b92475bb62642fd69c5bf45 Author: cage Commit: cage - improved expansion map to include a swith to enable trimming of commands' output. --- README.org | 7 +++ annotate.el | 25 - 2 files changed, 19 insertions(+), 1

[nongnu] elpa/annotate 634a953ea0 1/5: - increased version number;

2025-05-07 Thread ELPA Syncer
branch: elpa/annotate commit 634a953ea018edd55e4cf51343c306e5b39a472f Author: cage Commit: cage - increased version number; - added code to implement annotation's text expansion; - updated README, changelog and NEWS files. --- Changelog | 9 + NEWS.org| 8 +

[nongnu] elpa/aidermacs 88d2864454 2/3: Use read-from-minibuffer instead of completing-read for prompts

2025-05-07 Thread ELPA Syncer
branch: elpa/aidermacs commit 88d2864454546360ed0ae52b9884634fc3cfd13b Author: Adam Niederer Commit: Matthew Zeng Use read-from-minibuffer instead of completing-read for prompts completing-read doesn't let the user enter a prompt that isn't in aidermacs--common-prompts --- aide

[nongnu] elpa/gptel updated (1aa5f1c10d -> a7dde728eb)

2025-05-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/gptel. from 1aa5f1c10d gptel-gemini: Filter schema attributes in tools (#827) new 8ad60c57f7 gptel-gemini: add gemini-2.5-pro-preview-05-06 (#829) new a7dde728eb gptel: Fix bug with navigating responses Summary of changes: NEWS

[nongnu] elpa/gptel a7dde728eb 2/2: gptel: Fix bug with navigating responses

2025-05-07 Thread ELPA Syncer
branch: elpa/gptel commit a7dde728eb6f6046641287d63e17ae8aef153119 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Fix bug with navigating responses * gptel.el (gptel-end-of-response): Fix bug where a literal "?" was searched for when the prompt-prefix and respons

[nongnu] elpa/gptel 8ad60c57f7 1/2: gptel-gemini: add gemini-2.5-pro-preview-05-06 (#829)

2025-05-07 Thread ELPA Syncer
branch: elpa/gptel commit 8ad60c57f74648dce4f43fdb952d94ece3031a07 Author: Savva Surenkov Commit: GitHub gptel-gemini: add gemini-2.5-pro-preview-05-06 (#829) gptel-gemini.el (gptel--gemini-models): Add support for gemini-2.5-pro-preview-05-6 --- NEWS| 2 ++ gptel-g

[nongnu] elpa/haskell-ts-mode 4c3ca560f8: electric indent fix

2025-05-07 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit 4c3ca560f8d8ae91720576b13a136d370594b71b Author: Pranshu Sharma Commit: Pranshu Sharma electric indent fix Other charecters were hooked to electic indent like '=' and would fuck up the indentation. Like if you were trying to write:

[nongnu] elpa/helm 6e218b6100 3/4: Remove support for drag and drop for emacs<29.1

2025-05-07 Thread ELPA Syncer
branch: elpa/helm commit 6e218b610027552f836968be497df360d278b544 Author: Thierry Volpiatto Commit: Thierry Volpiatto Remove support for drag and drop for emacs<29.1 HFF use now dnd for its drag-and-drop fn (helm-ff-mouse-drag). The variables helm-ff-drag-and-drop-default-d

[nongnu] elpa/helm updated (fde69a9a38 -> 08e8cfcc46)

2025-05-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from fde69a9a38 Retrieve minibuffer focus after dropping new 9188403248 Ensure minibuffer focus is restored new 47575ad6ab Force mode-line update after dropping new 6e218b6100 Remove support for drag and drop for emacs<29

[nongnu] elpa/helm 47575ad6ab 2/4: Force mode-line update after dropping

2025-05-07 Thread ELPA Syncer
branch: elpa/helm commit 47575ad6ab551827ae2f11b127dcf7060195b1eb Author: Thierry Volpiatto Commit: Thierry Volpiatto Force mode-line update after dropping --- helm-files.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-files.el b/helm-files.el index be646868b4.

[nongnu] elpa/helm 08e8cfcc46 4/4: Update NEWS

2025-05-07 Thread ELPA Syncer
branch: elpa/helm commit 08e8cfcc46505c1502d67a9bb7054c5784b7cdb3 Author: Thierry Volpiatto Commit: Thierry Volpiatto Update NEWS --- NEWS.org | 4 1 file changed, 4 insertions(+) diff --git a/NEWS.org b/NEWS.org index 31a73cd86a..1130cff795 100644 --- a/NEWS.org +++ b/NEWS.org @@ -2,

[nongnu] elpa/racket-mode a23104e156: racket-logger-mode: Don't font-lock strings/comments

2025-05-07 Thread ELPA Syncer
branch: elpa/racket-mode commit a23104e156af6503893081b562274fa8e4d51b7d Author: Greg Hendershott Commit: Greg Hendershott racket-logger-mode: Don't font-lock strings/comments Similar to recent commit 2eec63c for #751 in racket-repl-mode. As suggested by @bogdanp. --- rack

[nongnu] elpa/helm 9188403248 1/4: Ensure minibuffer focus is restored

2025-05-07 Thread ELPA Syncer
branch: elpa/helm commit 91884032484d2321ed419abf4f2d4cffce895d24 Author: Thierry Volpiatto Commit: Thierry Volpiatto Ensure minibuffer focus is restored in any cases. --- helm-files.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-files.el b/helm-f

[nongnu] elpa/yasnippet-snippets aa5f9b98ba: FIX: Python arguments. (#509)

2025-05-07 Thread ELPA Syncer
branch: elpa/yasnippet-snippets commit aa5f9b98ba6ff8fa614b3e553cb38a6bf3c1295c Author: quazgar Commit: GitHub FIX: Python arguments. (#509) * FIX: Python arguments. This should fix #505 "Any snippet using python-args-to-docstring returns Wrong type argument: listp" an

[elpa] externals/denote 5a0cfd07dc 5/7: Document the 'denote-use-*' variables in their own section of the manual

2025-05-07 Thread ELPA Syncer
branch: externals/denote commit 5a0cfd07dcbcddad70ce0aee2ba3003505e7a315 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document the 'denote-use-*' variables in their own section of the manual This way it is easier to find them. --- README.org | 79

[elpa] externals/denote b54229c724 3/7: Merge pull request #599 from mjkalyan/prefix

2025-05-07 Thread ELPA Syncer
branch: externals/denote commit b54229c7240256b5c47252f7a78c85f367c107e8 Merge: 8f7099eeb8 6c2295e75e Author: Protesilaos Stavrou Commit: GitHub Merge pull request #599 from mjkalyan/prefix De-duplicate code in ‘denote-format-buffer-name’ --- denote.el | 4 +--- 1 file changed, 1 i

[elpa] externals/matlab-mode a55c2dd658 2/2: README.org: minor help update

2025-05-07 Thread ELPA Syncer
branch: externals/matlab-mode commit a55c2dd658905b5f0ad39ef9c9ebf5fcd40ffca5 Author: John Ciolfi Commit: John Ciolfi README.org: minor help update --- README.org | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index c499f6a076..6edf015c8d

[elpa] externals/matlab-mode updated (2111fe1752 -> a55c2dd658)

2025-05-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/matlab-mode. from 2111fe1752 add mailing list to faq new 1d935b364d Remove font-lock-constant-face from help comments new a55c2dd658 README.org: minor help update Summary of changes: README.org | 8 matlab.el

[elpa] externals/matlab-mode 1d935b364d 1/2: Remove font-lock-constant-face from help comments

2025-05-07 Thread ELPA Syncer
branch: externals/matlab-mode commit 1d935b364dd90449a9dfa9a8743e275359096289 Author: John Ciolfi Commit: John Ciolfi Remove font-lock-constant-face from help comments A general guidline for help comments is to capitalize functions such as PLOT as references and we used to make

[nongnu] elpa/yasnippet-snippets 48e968d555: comment out tests for no

2025-05-07 Thread ELPA Syncer
branch: elpa/yasnippet-snippets commit 48e968d555afe8bf64829da364d5c8915980cc32 Author: Andrea Crotti Commit: Andrea Crotti comment out tests for no --- snippets/python-mode/.yas-setup.el | 33 - 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a

[elpa] externals/diff-hl c2852b0e4b: diff-hl-temporary-directory: New variable

2025-05-07 Thread ELPA Syncer
branch: externals/diff-hl commit c2852b0e4b9d8b3b499b5df72d1fc549838a646e Author: Dmitry Gutov Commit: Dmitry Gutov diff-hl-temporary-directory: New variable Resolves #236 --- diff-hl.el | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/diff-hl.el b/dif

[elpa] externals/debbugs 22fc3c2322: Fix regex for determining Emacs version

2025-05-07 Thread Robert Pluim
branch: externals/debbugs commit 22fc3c232241afabcd909ba336b43b4e3586a732 Author: Robert Pluim Commit: Robert Pluim Fix regex for determining Emacs version * debbugs-gnu.el (debbugs-gnu-announce-commit): Account for configure.ac now having square brackets in AC_INIT. --- debbug

[elpa] externals/ess updated (d19efaae12 -> 09df73c091)

2025-05-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/ess. from d19efaae12 Ensure a compatible version of lintr is installed new 9f5cced1b0 drop one ' fixing #1285 new cf20fa0a6e warnings new 09df73c091 Merge branch 'master' of github.com:emacs-ess/ESS Summary of changes:

[nongnu] elpa/haskell-ts-mode 8dcdf855af 2/2: Adding suggested packages

2025-05-07 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit 8dcdf855af44d63877693ece3fa13ad94ab34415 Author: Pranshu Sharma Commit: Pranshu Sharma Adding suggested packages --- README.md | 14 ++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b846f7d900..169a1e9779 100644 --

[elpa] externals/auctex 723ac2826f: ; * NEWS.org (Changed): Fix formatting.

2025-05-07 Thread ELPA Syncer
branch: externals/auctex commit 723ac2826f4771ccac592a9e9e9d0e4263df05d2 Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org (Changed): Fix formatting. --- NEWS.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 8917727bf2..d0653240c5 100644

[elpa] externals/ess cf20fa0a6e 1/3: warnings

2025-05-07 Thread ELPA Syncer
branch: externals/ess commit cf20fa0a6e204b26a2c61527edac530d6913b2b4 Author: musvaage Commit: Martin Mächler warnings --- lisp/ess-bugs-l.el | 4 ++-- lisp/ess-help.el | 2 +- lisp/ess-r-mode.el | 12 ++-- lisp/ess-rdired.el | 2 +- lisp/ess-sas-d.el| 2 +- lisp/e

[elpa] externals/denote afa3b9495f 1/2: Reword the doc string of denote-buffer-name-prefix

2025-05-07 Thread ELPA Syncer
branch: externals/denote commit afa3b9495f5da5965148388878bd2d7d3d224dd3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reword the doc string of denote-buffer-name-prefix This builds on top of commit 8e1341d by James Kalyan, which was done in pull request 597:

[elpa] externals/denote updated (ffb65405e7 -> 8f7099eeb8)

2025-05-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from ffb65405e7 Acknowledge James Kalyan for commit 8e1341d new afa3b9495f Reword the doc string of denote-buffer-name-prefix new 8f7099eeb8 Document the new user option denote-buffer-name-prefix Summary of changes: REA

[elpa] externals/denote 8f7099eeb8 2/2: Document the new user option denote-buffer-name-prefix

2025-05-07 Thread ELPA Syncer
branch: externals/denote commit 8f7099eeb8af5b0e9165a6ed1af58078e04ecb2a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document the new user option denote-buffer-name-prefix This builds on top of commit 8e1341d by James Kalyan, which was done in pull request 597:

[elpa] externals/ess 9f5cced1b0 2/3: drop one ' fixing #1285

2025-05-07 Thread ELPA Syncer
branch: externals/ess commit 9f5cced1b00266e74184a126f26c40afb6e229e6 Author: Martin Maechler Commit: Martin Maechler drop one ' fixing #1285 --- lisp/ess-custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ess-custom.el b/lisp/ess-custom.el index f81b67872c..

[nongnu] elpa/haskell-ts-mode a4659226f6 1/2: fix standalone deriving block

2025-05-07 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit a4659226f69e8c39ca7b85efd1c4ee1fa73dfee5 Author: Pranshu Sharma Commit: Pranshu Sharma fix standalone deriving block deals with bug https://codeberg.org/pranshu/haskell-ts-mode/issues/32 --- haskell-ts-mode.el | 3 +-- 1 file changed, 1 insertion

[nongnu] elpa/haskell-ts-mode updated (24ae2278f5 -> 8dcdf855af)

2025-05-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/haskell-ts-mode. from 24ae2278f5 Indent fix new a4659226f6 fix standalone deriving block new 8dcdf855af Adding suggested packages Summary of changes: README.md | 14 ++ haskell-ts-mode.el | 3 +-- 2 files chang

[elpa] externals/ess 09df73c091 3/3: Merge branch 'master' of github.com:emacs-ess/ESS

2025-05-07 Thread ELPA Syncer
branch: externals/ess commit 09df73c091a28db530628e444dbfe843f9f019ff Merge: 9f5cced1b0 cf20fa0a6e Author: Martin Maechler Commit: Martin Maechler Merge branch 'master' of github.com:emacs-ess/ESS --- lisp/ess-bugs-l.el | 4 ++-- lisp/ess-help.el | 2 +- lisp/ess-r-mode.el | 12 ++