[nongnu] elpa/smartparens 8de43d7d58 7/9: Merge pull request #1227 from woolsweater/swift-ts-mode

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit 8de43d7d5853010b05feefcfdf8ab526482ac1b9 Merge: 920742d42c df74098a01 Author: Matus Goljer Commit: GitHub Merge pull request #1227 from woolsweater/swift-ts-mode Add config for 'swift-ts-mode' --- smartparens-config.el | 3 ++- smartparens-swift.el

[nongnu] elpa/smartparens updated (773f930196 -> 603325ab3d)

2025-05-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/smartparens. from 773f930196 Merge pull request #1229 from thatismatt/master new 935aaaf376 fix: for each modes new 06089b951c feat: erlang binary and map sp new 920742d42c Merge pull request #1228 from JimMoen/fix-erlang-confi

[nongnu] elpa/smartparens 68a60d17ca 1/9: Just a typo

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit 68a60d17ca20b66842cb4f34df4607bd6bda5861 Author: Stigl Commit: Stigl Just a typo --- smartparens-text.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartparens-text.el b/smartparens-text.el index a5f79cc20a..6a6f3b03dc 100644 --- a/sm

[nongnu] elpa/smartparens df74098a01 3/9: Add config for 'swift-ts-mode'

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit df74098a011b010a2c78a3f3173c1a9a97a77132 Author: Josh Caswell Commit: Josh Caswell Add config for 'swift-ts-mode' --- smartparens-config.el | 3 ++- smartparens-swift.el | 12 +++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/smart

[nongnu] elpa/smartparens 5c4861e4cf 2/9: Add go-ts-mode to smartparens-go.el

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit 5c4861e4cf7706d647adda761bda228cad7929ae Author: Gerard Vermeulen Commit: Gerard Vermeulen Add go-ts-mode to smartparens-go.el --- smartparens-go.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/smartparens-go.el b/smartparens-go.el i

[nongnu] elpa/smartparens 2ea2dfa3b9 8/9: Merge pull request #1224 from gav451/master

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit 2ea2dfa3b91829787f6d90dbb37f35c4232586d0 Merge: 8de43d7d58 5c4861e4cf Author: Matus Goljer Commit: GitHub Merge pull request #1224 from gav451/master Add go-ts-mode to smartparens-go.el --- smartparens-go.el | 4 +++- 1 file changed, 3 insertions(+),

[nongnu] elpa/smartparens 603325ab3d 9/9: Merge pull request #1222 from StiglCZ/master

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit 603325ab3d1186fb10da5c2a7ec1afb88018d792 Merge: 2ea2dfa3b9 68a60d17ca Author: Matus Goljer Commit: GitHub Merge pull request #1222 from StiglCZ/master Just a typo --- smartparens-text.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[nongnu] elpa/smartparens 06089b951c 5/9: feat: erlang binary and map sp

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit 06089b951ce79be90e446256a5cb233516c748e2 Author: JimMoen Commit: JimMoen feat: erlang binary and map sp - <<"hello">> - #{k => v, a => b} --- smartparens-erlang.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/smartpa

[nongnu] elpa/smartparens 935aaaf376 4/9: fix: for each modes

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit 935aaaf37650f6060e506c3493f00b4445f7f473 Author: JimMoen Commit: JimMoen fix: for each modes - erlang-mode erlang-ts-mode => smartparens-erlang - elixir-mode elixir-ts-mode => smartparens-elixir --- smartparens-config.el | 7 --- 1 file chang

[nongnu] elpa/smartparens 920742d42c 6/9: Merge pull request #1228 from JimMoen/fix-erlang-config

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit 920742d42c438aefe783b62ad536bac23fc48e3b Merge: 773f930196 06089b951c Author: Matus Goljer Commit: GitHub Merge pull request #1228 from JimMoen/fix-erlang-config Fix erlang config --- smartparens-config.el | 7 --- smartparens-erlang.el | 7 -

[elpa] externals/gtags-mode 333b0ac032: Fix matches when file path has spaces

2025-05-11 Thread ELPA Syncer
branch: externals/gtags-mode commit 333b0ac032397d9803fc0c4cf7012f0b7c2e68fb Author: Jimmy Aguilar Mena Commit: Jimmy Aguilar Mena Fix matches when file path has spaces Thanks to a suggetion from @aagon I detected that my initial regex was excesively restrictive. (gtags

[elpa] externals/ement updated (e52c5a7b31 -> 57ac20036e)

2025-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/ement. from e52c5a7b31 Merge: Support downloading media new cd75afe780 Fix: (ement-room-download-file) Require eww new 57ac20036e Fix: (ement-room-download-file) Default filename, message, clicking Summary of changes: ement-ro

[elpa] externals/ement 57ac20036e 2/2: Fix: (ement-room-download-file) Default filename, message, clicking

2025-05-11 Thread ELPA Syncer
branch: externals/ement commit 57ac20036e6b3574512188dfd10f0a9432348a5c Author: Adam Porter Commit: Adam Porter Fix: (ement-room-download-file) Default filename, message, clicking See . Reported-by: Ph

[elpa] externals/ement cd75afe780 1/2: Fix: (ement-room-download-file) Require eww

2025-05-11 Thread ELPA Syncer
branch: externals/ement commit cd75afe780f848dcc4a63fa5a3a894906b15e36d Author: Adam Porter Commit: Adam Porter Fix: (ement-room-download-file) Require eww See . Reported-by: Phil Sainty --- ement-ro

[nongnu] elpa/free-keys 09f207420a 2/3: Merge pull request #8 from pierre-rouleau/master

2025-05-11 Thread ELPA Syncer
branch: elpa/free-keys commit 09f207420abc912ffecffa2d4a5e2b2fa9f09fd9 Merge: 7348ce6819 7c0796b691 Author: Matus Goljer Commit: GitHub Merge pull request #8 from pierre-rouleau/master Add lexical binding to prevent warning in Emacs 30. --- free-keys.el | 2 +- 1 file changed, 1 in

[nongnu] elpa/free-keys 7c0796b691 1/3: Add lexical binding to prevent warning in Emacs 30.

2025-05-11 Thread ELPA Syncer
branch: elpa/free-keys commit 7c0796b691e5c4b761aabb2d19b24cae1530a2c4 Author: Pierre Rouleau Commit: Pierre Rouleau Add lexical binding to prevent warning in Emacs 30. --- free-keys.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-keys.el b/free-keys.el index eb1

[nongnu] elpa/free-keys 32fd00f222 3/3: chore: formatting

2025-05-11 Thread ELPA Syncer
branch: elpa/free-keys commit 32fd00f222c1a58b1a6539407389411d0fbe0fc7 Author: Matus Goljer Commit: Matus Goljer chore: formatting --- free-keys.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-keys.el b/free-keys.el index 8a4052e56e..97c3fb6fe4 100644 --- a/free-

[nongnu] elpa/free-keys updated (7348ce6819 -> 32fd00f222)

2025-05-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/free-keys. from 7348ce6819 Merge pull request #6 from phikal/patch-1 new 7c0796b691 Add lexical binding to prevent warning in Emacs 30. new 09f207420a Merge pull request #8 from pierre-rouleau/master new 32fd00f222 chore: forma

[nongnu] elpa/smartparens updated (b0d935c118 -> 773f930196)

2025-05-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/smartparens. from b0d935c118 Merge pull request #1221 from marienz/melpa new 109b6fc684 fix: ignore prefix syntax not in prefix position new 4756255474 Fix wrap around edge case with trailing prefix syntax new 773f930196 Merge

[nongnu] elpa/smartparens 773f930196 3/3: Merge pull request #1229 from thatismatt/master

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit 773f930196c48b9b4d94a84a8cdceb04ada3801a Merge: b0d935c118 4756255474 Author: Matus Goljer Commit: GitHub Merge pull request #1229 from thatismatt/master fix: ignore prefix syntax not in prefix position --- smartparens.el| 32

[nongnu] elpa/smartparens 109b6fc684 1/3: fix: ignore prefix syntax not in prefix position

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit 109b6fc684a96e3b52ed76ec68eec8c4052b9e61 Author: Matt Lee Commit: Matt Lee fix: ignore prefix syntax not in prefix position --- smartparens.el| 36 test/smartparens-commands-test.el | 22 +++

[nongnu] elpa/smartparens 4756255474 2/3: Fix wrap around edge case with trailing prefix syntax

2025-05-11 Thread ELPA Syncer
branch: elpa/smartparens commit 4756255474e73620e2b1b3cce08e48284c806172 Author: Matt Lee Commit: Matt Lee Fix wrap around edge case with trailing prefix syntax --- smartparens.el| 14 -- test/smartparens-commands-test.el | 22 ++ 2 files

[elpa] externals/corfu 190aec96b1 1/4: Guard Corfu hooks to automatically show stack traces

2025-05-11 Thread ELPA Syncer
branch: externals/corfu commit 190aec96b1895b21d011ad8869ebaaf72f29ecf9 Author: Daniel Mendler Commit: Daniel Mendler Guard Corfu hooks to automatically show stack traces --- CHANGELOG.org | 5 README.org| 31 +++-- corfu.el | 87 ++

[elpa] externals/corfu updated (ce216b9795 -> 60baa17ee9)

2025-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/corfu. from ce216b9795 Update bug report template new 190aec96b1 Guard Corfu hooks to automatically show stack traces new 51538f17f1 Remove guard around corfu--recompute new 5aef01a35f Improve corfu--guard new 60ba

[elpa] externals/vertico 95d0d4c9aa 1/3: Guard Vertico hooks to automatically show stack traces

2025-05-11 Thread ELPA Syncer
branch: externals/vertico commit 95d0d4c9aa0d13e4333cec0fdfdf19487e282a28 Author: Daniel Mendler Commit: Daniel Mendler Guard Vertico hooks to automatically show stack traces --- CHANGELOG.org | 5 + README.org| 20 +++- vertico.el| 35 ++

[elpa] externals/vertico e5ff720ef5 2/3: Improve vertico--guard

2025-05-11 Thread ELPA Syncer
branch: externals/vertico commit e5ff720ef59c6975e620c4b98181709fb6f5ba0b Author: Daniel Mendler Commit: Daniel Mendler Improve vertico--guard Only override debug-on-error and debugger if an error occurred. --- vertico.el | 17 + 1 file changed, 13 insertions(+), 4

[elpa] externals/vertico b0c0a2eebe 3/3: vertico--guard: Simplify

2025-05-11 Thread ELPA Syncer
branch: externals/vertico commit b0c0a2eebeacb2ff92c788daab430fcaabdf1d71 Author: Daniel Mendler Commit: Daniel Mendler vertico--guard: Simplify --- vertico.el | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/vertico.el b/vertico.el index ff9d282cd9..e1d868da4d 10

[elpa] externals/vertico updated (a7be4d559f -> b0c0a2eebe)

2025-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/vertico. from a7be4d559f Update bug report template new 95d0d4c9aa Guard Vertico hooks to automatically show stack traces new e5ff720ef5 Improve vertico--guard new b0c0a2eebe vertico--guard: Simplify Summary of changes:

[elpa] externals/corfu 51538f17f1 2/4: Remove guard around corfu--recompute

2025-05-11 Thread ELPA Syncer
branch: externals/corfu commit 51538f17f13aa926d59565d09bdb9b519eba82bd Author: Daniel Mendler Commit: Daniel Mendler Remove guard around corfu--recompute --- corfu.el | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/corfu.el b/corfu.el index 0b617e4033..5411

[elpa] externals/corfu 5aef01a35f 3/4: Improve corfu--guard

2025-05-11 Thread ELPA Syncer
branch: externals/corfu commit 5aef01a35fa9485571eb7b28b2b77958a5e2fb1a Author: Daniel Mendler Commit: Daniel Mendler Improve corfu--guard Only override debug-on-error and debugger if an error occurred. --- corfu.el | 19 +++ 1 file changed, 15 insertions(+), 4 dele

[elpa] externals/transient 7d08039c44 04/15: transient-common-command-prefix: New option

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit 7d08039c44f04f28e80718e3c22acf522b2d4baf Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-common-command-prefix: New option --- docs/transient.org | 139 ++- docs/transient.texi | 139 ++

[elpa] externals/transient 5a54f6d72b 09/15: Suspend text-conversion-style earlier

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit 5a54f6d72bd7f484ca6b932baa93576aadffa0d1 Author: Jonas Bernoulli Commit: Jonas Bernoulli Suspend text-conversion-style earlier From the docstring of `text-conversion-style', which appears to also apply to `overriding-text-conversion-style':

[elpa] externals/transient fd5dd01c78 10/15: Update changelog

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit fd5dd01c78e59c5f15598b6ad13612ef26b8dd43 Author: Jonas Bernoulli Commit: Jonas Bernoulli Update changelog --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0a6afef18f..fd07eb7875 100644 --- a/CHANGELOG +++ b/C

[elpa] externals/transient updated (afc88b24e4 -> c37d694ccb)

2025-05-11 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from afc88b24e4 Release version 0.8.7 new 55b01dc460 transient--insert-suffix: Do not signal error by default new 909e5da494 manual: Document transient-error-on-insert-failure new f64f02439e transient-common-comm

[elpa] externals/transient 5eb3a0074a 11/15: Bump compat dependency

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit 5eb3a0074a8c166d3e969e820f71b09ba6a88288 Author: Jonas Bernoulli Commit: Jonas Bernoulli Bump compat dependency --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index 7935f2592b

[elpa] externals/transient 25b994a565 12/15: Release version 0.8.8

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit 25b994a565ce8035330b0a3071ee430c0282349e Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.8.8 --- CHANGELOG | 2 +- docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp/transient.el | 4 ++-- 4 files changed, 7 inse

[elpa] externals/transient 20a82c4c95 07/15: Update changelog

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit 20a82c4c95e8f8a7f64c00d80629dc5969932ef1 Author: Jonas Bernoulli Commit: Jonas Bernoulli Update changelog --- CHANGELOG | 13 + 1 file changed, 13 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d0368d55a6..0a6afef18f 100644 --- a/CHANG

[elpa] externals/transient 16e47e5773 05/15: Reduce usage of the term "popup"

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit 16e47e5773540bfc2493a8bee91ac77a0f89e931 Author: Jonas Bernoulli Commit: Jonas Bernoulli Reduce usage of the term "popup" --- docs/transient.org | 96 - docs/transient.texi | 100 ++-

[elpa] externals/transient 902121268d 14/15: Add .dir-locals.el

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit 902121268d72045da53c711932ff72017a33ce6c Author: Jonas Bernoulli Commit: Jonas Bernoulli Add .dir-locals.el --- .dir-locals.el | 9 + 1 file changed, 9 insertions(+) diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0

[elpa] externals/transient c37d694ccb 15/15: Fix typos

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit c37d694ccbdf9796a58c5f01c940b30f04e8c5a7 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix typos --- CHANGELOG | 2 +- lisp/transient.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 78a573f1

[elpa] externals/transient 18a58f7f50 13/15: make: Do not needlessly quote every comma in generated texi files

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit 18a58f7f50e52538e7a2226b83f4325e1b0a15af Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Do not needlessly quote every comma in generated texi files This counters Org commit 39264d3d41213085502dc0c2572f50855ea587a1. --- docs/Makefile | 3 +++

[elpa] externals/transient 55b01dc460 01/15: transient--insert-suffix: Do not signal error by default

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit 55b01dc46026e5632a701b2ef1d04c21be8eb40c Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-suffix: Do not signal error by default In [1: 8daf9890] we started to signal an error instead of merely showing a message on failure. Th

[elpa] externals/transient 909e5da494 02/15: manual: Document transient-error-on-insert-failure

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit 909e5da4947ec3325760a86610bb8d4735031a76 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Document transient-error-on-insert-failure --- docs/transient.org | 7 +++ docs/transient.texi | 7 +++ 2 files changed, 14 insertions(+) diff --git

[elpa] externals/transient c7845bfd9f 06/15: transient--expand-define-args: Advertise calling convention

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit c7845bfd9f3b9ec76c491e9791001a5f7438d835 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--expand-define-args: Advertise calling convention --- lisp/transient.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/transient.el b/lisp/transi

[elpa] externals/transient 5f33dfe21b 08/15: Suspend text-conversion-style while transient is active

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit 5f33dfe21b4d3923b4e18051d9caf9b4ec075c93 Author: Jonas Bernoulli Commit: Jonas Bernoulli Suspend text-conversion-style while transient is active It has been reported that this is necessary on Android and the author of the Android port suspends

[elpa] externals/transient f64f02439e 03/15: transient-common-commands: Cosmetics

2025-05-11 Thread Jonas Bernoulli via
branch: externals/transient commit f64f02439ee60fcba78baef7075227e6fa31f981 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-common-commands: Cosmetics --- lisp/transient.el | 41 ++--- 1 file changed, 18 insertions(+), 23 deletions(-) diff --gi

[elpa] externals/matlab-mode 64e1805d36: Fix and improve remote matlab-shell

2025-05-11 Thread ELPA Syncer
branch: externals/matlab-mode commit 64e1805d36a362111ac3518a4fd7428c60483079 Author: John Ciolfi Commit: John Ciolfi Fix and improve remote matlab-shell Prior to the commit for https://github.com/mathworks/Emacs-MATLAB-Mode/issues/26 remote M-x matlab-shell partially worked. Y

[nongnu] elpa/gptel updated (b891789c05 -> 3d1856f78d)

2025-05-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/gptel. from b891789c05 gptel-transient: Don't capitalize tool category names new 8558841543 gptel-transient: Use more keys in dynamic menus new 18a5eb413c gptel-integrations: Add utilities for MCP new 3d1856f78d README: Add scr

[nongnu] elpa/gptel 18a5eb413c 2/3: gptel-integrations: Add utilities for MCP

2025-05-11 Thread ELPA Syncer
branch: elpa/gptel commit 18a5eb413cc09f8c449462e4a39656954437ccfc Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-integrations: Add utilities for MCP * gptel-integrations.el: Add a new file with utilities for integrating with mcp.el, the Emacs client for MCP. Thi

[nongnu] elpa/gptel 8558841543 1/3: gptel-transient: Use more keys in dynamic menus

2025-05-11 Thread ELPA Syncer
branch: elpa/gptel commit 8558841543da35635eab9493cd07d99ee1db1e11 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-transient: Use more keys in dynamic menus * gptel-transient.el (gptel--setup-directive-menu, gptel-tools): Get a little more breathing room in dynamic

[nongnu] elpa/gptel 3d1856f78d 3/3: README: Add screencast of gptel + mcp.el integration

2025-05-11 Thread ELPA Syncer
branch: elpa/gptel commit 3d1856f78d242d84ec61f8a854c968b029fdbe34 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur README: Add screencast of gptel + mcp.el integration * README.org (Tools from MCP servers): Add screencast. --- README.org | 7 ++- 1 file changed, 6 inser

[nongnu] elpa/clojure-ts-mode a1fdc69c5c: Introduce clojure-ts-add-arity refactoring command

2025-05-11 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit a1fdc69c5c21f25468896213e931b00ea656758f Author: Roman Rudakov Commit: Bozhidar Batsov Introduce clojure-ts-add-arity refactoring command --- CHANGELOG.md| 1 + README.md | 8 +

[elpa] externals/cape d4693e5054: Update bug report template

2025-05-11 Thread ELPA Syncer
branch: externals/cape commit d4693e505474be5e6ba2e6f613809f40b9f9d702 Author: Daniel Mendler Commit: Daniel Mendler Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_r

[elpa] externals/mathsheet ae79555627 1/2: Write PDFs using groff instead of LaTeX

2025-05-11 Thread ELPA Syncer
branch: externals/mathsheet commit ae795556271f3633518ebe948f3573e5d40090ec Author: Ian Martins Commit: Ian Martins Write PDFs using groff instead of LaTeX --- README.md | 298 ++- examples/add-sub-1.pdf | Bin 34623 -> 29296 bytes ex

[elpa] externals/ob-asymptote 339b5bef14: * correct order of org-babel-process-file-name and file-name-sans-extension (Taichi Kawabata)

2025-05-11 Thread ELPA Syncer
branch: externals/ob-asymptote commit 339b5bef1434b1833d636c9fea9b95b3e990fe71 Author: Jarmo Hurri Commit: Jarmo Hurri * correct order of org-babel-process-file-name and file-name-sans-extension (Taichi Kawabata) * new file NEWS * increased version number --- NEWS| 8 ++

[elpa] externals/mathsheet 4aeb27c2cf 2/2: Version bump

2025-05-11 Thread ELPA Syncer
branch: externals/mathsheet commit 4aeb27c2cf727f4aeed48aab386e1b01f52d438d Author: Ian Martins Commit: Ian Martins Version bump --- README.md| 4 ++-- examples/example.org | 64 mathsheet.org| 2 +- 3 files changed,

[elpa] externals/mathsheet updated (83f43fcc8a -> 4aeb27c2cf)

2025-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/mathsheet. from 83f43fcc8a Add .el file new ae79555627 Write PDFs using groff instead of LaTeX new 4aeb27c2cf Version bump Summary of changes: README.md | 300 ++- exampl

[elpa] externals/polymode cea7415de4: use correct paths in screenshots.md

2025-05-11 Thread ELPA Syncer
branch: externals/polymode commit cea7415de4aab7590b7ba51de2a61e2934b3baa5 Author: Omar Bassam Commit: Vitalie Spinu use correct paths in screenshots.md --- docs/screenshots.md | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/screenshots.md b/docs/screensh

[elpa] externals/marginalia 3ca24dd9f3: Update bug report template

2025-05-11 Thread ELPA Syncer
branch: externals/marginalia commit 3ca24dd9f3391ad291e129dc03649384b2737d58 Author: Daniel Mendler Commit: Daniel Mendler Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE

[elpa] externals/osm 0862953c6b: Update bug report template

2025-05-11 Thread ELPA Syncer
branch: externals/osm commit 0862953c6ba90be2f284b6cbbfe9567becb7ac45 Author: Daniel Mendler Commit: Daniel Mendler Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_re

[elpa] externals/org-modern d46cbb8614: Update bug report template

2025-05-11 Thread ELPA Syncer
branch: externals/org-modern commit d46cbb8614679de021766d7d63c7785ff53e796b Author: Daniel Mendler Commit: Daniel Mendler Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE

[elpa] externals/jinx e978582312: Update bug report template

2025-05-11 Thread ELPA Syncer
branch: externals/jinx commit e97858231291c0602c4d555c3d064392865efec0 Author: Daniel Mendler Commit: Daniel Mendler Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_r

[elpa] externals/dicom 6f53c77c4d: Update bug report template

2025-05-11 Thread ELPA Syncer
branch: externals/dicom commit 6f53c77c4d97972d65aa35523a6f518a905276c8 Author: Daniel Mendler Commit: Daniel Mendler Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_

[elpa] externals/corfu ce216b9795: Update bug report template

2025-05-11 Thread ELPA Syncer
branch: externals/corfu commit ce216b9795258cbb178f57f1921cceaf296bb891 Author: Daniel Mendler Commit: Daniel Mendler Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_

[elpa] externals/consult da9791ccfc: Update bug report template

2025-05-11 Thread ELPA Syncer
branch: externals/consult commit da9791ccfc16893f04abf83dfe7b56d8339d534b Author: Daniel Mendler Commit: Daniel Mendler Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bu

[elpa] externals/vertico a7be4d559f: Update bug report template

2025-05-11 Thread ELPA Syncer
branch: externals/vertico commit a7be4d559f04043bc57abfb9196d1ad0c41c8777 Author: Daniel Mendler Commit: Daniel Mendler Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bu

[nongnu] elpa/consult-flycheck 354c4eb1f8: Update bug report template

2025-05-11 Thread ELPA Syncer
branch: elpa/consult-flycheck commit 354c4eb1f8e27c4bdba4865941a9e3675f2ab61c Author: Daniel Mendler Commit: Daniel Mendler Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLAT

[elpa] externals/tempel d6b2e09045: Update bug report template

2025-05-11 Thread ELPA Syncer
branch: externals/tempel commit d6b2e09045f57659361f5cae498d193fa52e60c3 Author: Daniel Mendler Commit: Daniel Mendler Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug

[nongnu] elpa/haskell-ts-mode f19d98c1af 1/2: Lambda case indentation fix

2025-05-11 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit f19d98c1af06c87b2a7aed2d70d9d241cddbf18c Author: Pranshu Sharma Commit: Pranshu Sharma Lambda case indentation fix --- haskell-ts-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haskell-ts-mode.el b/haskell-ts-mode.el index

[nongnu] elpa/haskell-ts-mode 34faec1737 2/2: Colouring fix for deriving keyword

2025-05-11 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit 34faec17375cecfa4624fe4fbf5e8643b64df8ce Author: Pranshu Sharma Commit: Pranshu Sharma Colouring fix for deriving keyword blah blah --- haskell-ts-mode.el | 35 +++ 1 file changed, 19 insertions(+), 16 deletions(-)

[nongnu] elpa/haskell-ts-mode updated (6da60040b3 -> 34faec1737)

2025-05-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/haskell-ts-mode. from 6da60040b3 Fixed hard to catch indentation issue new f19d98c1af Lambda case indentation fix new 34faec1737 Colouring fix for deriving keyword Summary of changes: haskell-ts-mode.el | 39 +---

[elpa] externals/corfu 60baa17ee9 4/4: corfu--guard: Simplify

2025-05-11 Thread ELPA Syncer
branch: externals/corfu commit 60baa17ee99e333c17e9963c8c18570094053819 Author: Daniel Mendler Commit: Daniel Mendler corfu--guard: Simplify --- corfu.el | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/corfu.el b/corfu.el index 58a01e0a2f..3b10675878 100644 --- a