[elpa] externals/auctex a7f2e25f8f: Create CTAN release tarball for preview

2024-06-26 Thread ELPA Syncer
branch: externals/auctex commit a7f2e25f8f83bc2180f060f74d367f817a4474ed Author: Arash Esbati Commit: Arash Esbati Create CTAN release tarball for preview * GNUmakefile (preview-ctan): Add new rule for making a tarball for CTAN release of preview package. --- GNUmakefile | 29 +

[elpa] externals/auctex-cont-latexmk 726a971512 01/13: simplfy some code using alist-get

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit 726a97151271e1869c7a48ecc65680c39b7ea3d5 Author: Paul Nelson Commit: Paul Nelson simplfy some code using alist-get --- auctex-cont-latexmk.el | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/auctex-cont-latexmk.el b/auctex-

[elpa] externals/auctex-cont-latexmk cd70e349ed 04/13: simplify code using current-column

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit cd70e349ed96f4ed3eac519b5b5cd637f27c267a Author: Paul Nelson Commit: Paul Nelson simplify code using current-column --- auctex-cont-latexmk.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctex-cont-latexmk.el b/auctex-con

[elpa] externals/auctex-cont-latexmk updated (afcf9d2117 -> 86eba36913)

2024-06-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/auctex-cont-latexmk. from afcf9d2117 bump version to 0.2 new 726a971512 simplfy some code using alist-get new fdf078abd3 reduce the depth of some code using when-let* new 34ef02cad8 simplify code using bobp new cd7

[elpa] externals/auctex-cont-latexmk ad2c057c20 07/13: clarify docstring of auctex-cont-latexmk-command

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit ad2c057c2020e039b0c50eb40eee10769a70ae0d Author: Paul Nelson Commit: Paul Nelson clarify docstring of auctex-cont-latexmk-command --- auctex-cont-latexmk.el | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/auct

[elpa] externals/auctex-cont-latexmk d805228946 12/13: fix customization type

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit d8052289464517ac401957eccabe884aa6079349 Author: Paul Nelson Commit: Paul Nelson fix customization type --- auctex-cont-latexmk.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctex-cont-latexmk.el b/auctex-cont-latexmk.el

[elpa] externals/auctex-cont-latexmk 67db167b48 08/13: simplify system-specific quoting of arguments

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit 67db167b485b333194710c3414bc011b326f2bf4 Author: Paul Nelson Commit: Paul Nelson simplify system-specific quoting of arguments We don't need to wrap in system-specific quotes after passing an argument through shell-quote-argument. ---

[elpa] externals/auctex-cont-latexmk ebaee85698 05/13: replace "delq nil ..." with "mapcan ..."

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit ebaee85698bd48f8815a7235826aa55db8e53967 Author: Paul Nelson Commit: Paul Nelson replace "delq nil ..." with "mapcan ..." --- auctex-cont-latexmk.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/auctex-cont-latexmk.

[elpa] externals/auctex-cont-latexmk 78bd2c7b13 11/13: eliminate potentially racy process-killing code

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit 78bd2c7b13baf2fa54a2419ac46f93f948c3f27c Author: Paul Nelson Commit: Paul Nelson eliminate potentially racy process-killing code --- auctex-cont-latexmk.el | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/auctex-cont-la

[elpa] externals/auctex-cont-latexmk 86eba36913 13/13: simplify cond to if

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit 86eba36913a2980ce64bf116ff54587aa554a66c Author: Paul Nelson Commit: Paul Nelson simplify cond to if --- auctex-cont-latexmk.el | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/auctex-cont-latexmk.el b/auctex-cont-latexm

[elpa] externals/auctex-cont-latexmk 4e72321d8e 10/13: tweak check for "Watching..." message

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit 4e72321d8ef6e2c6280b9d8456d7bb9d602f3d2b Author: Paul Nelson Commit: Paul Nelson tweak check for "Watching..." message --- auctex-cont-latexmk.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/auctex-cont-latexmk.el b/au

[elpa] externals/auctex-cont-latexmk 00fab23cb2 09/13: expand docstring for auctex-cont-latexmk--fresh-p

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit 00fab23cb2df5c300fceb8532a94c131b6fb153e Author: Paul Nelson Commit: Paul Nelson expand docstring for auctex-cont-latexmk--fresh-p --- auctex-cont-latexmk.el | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/auctex-cont-l

[elpa] externals/auctex-cont-latexmk fdf078abd3 02/13: reduce the depth of some code using when-let*

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit fdf078abd3568247124f4c62a560d3e4db6ada48 Author: Paul Nelson Commit: Paul Nelson reduce the depth of some code using when-let* --- auctex-cont-latexmk.el | 79 +- 1 file changed, 39 insertions(+), 4

[elpa] externals/auctex-cont-latexmk 34ef02cad8 03/13: simplify code using bobp

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit 34ef02cad83ec25fd56899c48607ee3d6a77254c Author: Paul Nelson Commit: Paul Nelson simplify code using bobp --- auctex-cont-latexmk.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctex-cont-latexmk.el b/auctex-cont-latexmk.

[elpa] externals/auctex-cont-latexmk e789a512cc 06/13: disable -shell-escape flag by default

2024-06-26 Thread ELPA Syncer
branch: externals/auctex-cont-latexmk commit e789a512cc8a9dcda6eafced81c4c7e9c41e6dc8 Author: Paul Nelson Commit: Paul Nelson disable -shell-escape flag by default This is to keep things "safe" by default. --- auctex-cont-latexmk.el | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[elpa] externals/ellama 860a7d1091 2/3: Merge pull request #128 from s-kostyaev/fix-broken-org-quotes

2024-06-26 Thread ELPA Syncer
branch: externals/ellama commit 860a7d10913001393f15b5c7bcf3175973462721 Merge: 3d6192ea09 1d2f7476f9 Author: Sergey Kostyaev Commit: GitHub Merge pull request #128 from s-kostyaev/fix-broken-org-quotes Transform org quote content to avoid rendering issues --- ellama.el

[elpa] externals/ellama 968b8631d1 3/3: Bump version

2024-06-26 Thread ELPA Syncer
branch: externals/ellama commit 968b8631d102c7fd051dbe9eb077755964bb47a2 Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 2 ++ ellama.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 57c22a8fda..3227e87908 100644

[elpa] externals/ellama 1d2f7476f9 1/3: Convert org quote content to avoid rendering issues

2024-06-26 Thread ELPA Syncer
branch: externals/ellama commit 1d2f7476f9a3881971d4a9e9e6056e3e8ad4f627 Author: Sergey Kostyaev Commit: Sergey Kostyaev Convert org quote content to avoid rendering issues --- ellama.el| 12 +--- tests/test-ellama.el | 12 ++-- 2 files changed, 15 insertions(+),

[elpa] externals/ellama updated (3d6192ea09 -> 968b8631d1)

2024-06-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from 3d6192ea09 Bump version new 1d2f7476f9 Convert org quote content to avoid rendering issues new 860a7d1091 Merge pull request #128 from s-kostyaev/fix-broken-org-quotes new 968b8631d1 Bump version Summary of

[nongnu] elpa/git-commit 703dfe5812: Remove magit-libgit.el

2024-06-26 Thread ELPA Syncer
branch: elpa/git-commit commit 703dfe58120cc5bdf1a1a454362b174a164d3613 Author: Jonas Bernoulli Commit: Jonas Bernoulli Remove magit-libgit.el This is just a proof-of-concept. Until that changes its dead weight that should not be packaged. Removing it from version control is t

[nongnu] elpa/magit updated (b5aa1afc40 -> 703dfe5812)

2024-06-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from b5aa1afc40 test: Set/override committer information as well adds 703dfe5812 Remove magit-libgit.el No new revisions were added by this update. Summary of changes: .github/workflows/test.yml | 2 -- default.mk | 1

[nongnu] elpa/magit-section updated (b5aa1afc40 -> 703dfe5812)

2024-06-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from b5aa1afc40 test: Set/override committer information as well adds 703dfe5812 Remove magit-libgit.el No new revisions were added by this update. Summary of changes: .github/workflows/test.yml | 2 -- default.mk

[nongnu] elpa/markdown-mode f0fa781d0a 2/5: Copy 'markdown-css-paths' to output buffer

2024-06-26 Thread ELPA Syncer
branch: elpa/markdown-mode commit f0fa781d0a94796f0a65323b3271602ffd93c75c Author: Shohei YOSHIDA Commit: Shohei YOSHIDA Copy 'markdown-css-paths' to output buffer --- markdown-mode.el | 14 -- tests/markdown-test.el | 14 ++ 2 files changed, 22 insertions(+),

[nongnu] elpa/markdown-mode ba2beea3a3 3/5: Fix byte-compile warnings for emacs 30 or higher versions

2024-06-26 Thread ELPA Syncer
branch: elpa/markdown-mode commit ba2beea3a381f5e96b04c75efeedfdb3a1abe264 Author: Shohei YOSHIDA Commit: Shohei YOSHIDA Fix byte-compile warnings for emacs 30 or higher versions --- markdown-mode.el | 40 1 file changed, 12 insertions(+), 28 deletio

[nongnu] elpa/markdown-mode 55c8b23244 4/5: Update CHANGES

2024-06-26 Thread ELPA Syncer
branch: elpa/markdown-mode commit 55c8b232441ec2cd604d95d5697f692b53967cc8 Author: Shohei YOSHIDA Commit: Shohei YOSHIDA Update CHANGES --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d1fb3209e0..3236ad8d3b 100644 --- a/CHANGES.md +++ b/CHA

[nongnu] elpa/markdown-mode updated (0cdebc833e -> 8aab017f47)

2024-06-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/markdown-mode. from 0cdebc833e Merge pull request #831 from jrblevin/fix-830 new 65fa685c71 untabify new f0fa781d0a Copy 'markdown-css-paths' to output buffer new ba2beea3a3 Fix byte-compile warnings for emacs 30 or higher vers

[nongnu] elpa/markdown-mode 65fa685c71 1/5: untabify

2024-06-26 Thread ELPA Syncer
branch: elpa/markdown-mode commit 65fa685c7153bbaecb901d492f544774456534de Author: Shohei YOSHIDA Commit: Shohei YOSHIDA untabify --- markdown-mode.el | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/markdown-mode.el b/markdown-mode.el index 33f

[nongnu] elpa/markdown-mode 8aab017f47 5/5: Merge pull request #835 from jrblevin/issue-834

2024-06-26 Thread ELPA Syncer
branch: elpa/markdown-mode commit 8aab017f4790f7a1e0d8403239cce989c88412f6 Merge: 0cdebc833e 55c8b23244 Author: Shohei YOSHIDA Commit: GitHub Merge pull request #835 from jrblevin/issue-834 Copy markdown-css-paths in the output buffer --- CHANGES.md | 2 ++ markdown-mo

[elpa] externals-release/org 498fd25d25: ob-R, ob-python, ob-shell: Fix async indicator regexps

2024-06-26 Thread ELPA Syncer
branch: externals-release/org commit 498fd25d25922001e402a94d9876178dc01979c1 Author: Ihor Radchenko Commit: Ihor Radchenko ob-R, ob-python, ob-shell: Fix async indicator regexps * lisp/ob-R.el (ob-session-async-org-babel-R-evaluate-session): * lisp/ob-python.el (org-babel-pytho

[elpa] externals/org e4250780ae: Merge branch 'bugfix'

2024-06-26 Thread ELPA Syncer
branch: externals/org commit e4250780aee6819f6bcf8895c2c7852094dd8fda Merge: 553d9b5798 498fd25d25 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ob-R.el | 2 +- lisp/ob-core.el | 10 +- lisp/ob-python.el | 2 +- lisp/ob-shell.el | 2 +- 4 fi

[elpa] externals/org updated (553d9b5798 -> e4250780ae)

2024-06-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 553d9b5798 ob-sqlite: Add ability to open a database in readonly mode adds bd16944e1b org-babel-merge-params: Rename plists to alists new 498fd25d25 ob-R, ob-python, ob-shell: Fix async indicator regexps new e425

[nongnu] elpa/helm 5dd15389a3: Exclude helm-M-x from helm-M-x

2024-06-26 Thread ELPA Syncer
branch: elpa/helm commit 5dd15389a3c472c7b5ef93af4ad177c28b442ab0 Author: Thierry Volpiatto Commit: Thierry Volpiatto Exclude helm-M-x from helm-M-x --- helm-command.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-command.el b/helm-command.el index 2145d64ea1..

[nongnu] elpa/helm-core updated (06048326c6 -> 5dd15389a3)

2024-06-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 06048326c6 Revert "Avoid using a flag for recentering when preselecting" adds 5dd15389a3 Exclude helm-M-x from helm-M-x No new revisions were added by this update. Summary of changes: helm-command.el | 3 ++- 1 file changed,

[elpa] externals/jinx 7a7f5f0dd5 3/3: A better fix for #156

2024-06-26 Thread ELPA Syncer
branch: externals/jinx commit 7a7f5f0dd5f31f31744a400b2d6b45e9656ecbe6 Author: Daniel Mendler Commit: Daniel Mendler A better fix for #156 --- jinx.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jinx.el b/jinx.el index f4398973e5..9897abfd0d 100644 --- a/jinx.el

[elpa] externals/jinx 8527880589 2/3: Revert "Fix bug in jinx--find-visible-pending (See #156)"

2024-06-26 Thread ELPA Syncer
branch: externals/jinx commit 852788058902d93bfa95486b9601c486080f4143 Author: Daniel Mendler Commit: Daniel Mendler Revert "Fix bug in jinx--find-visible-pending (See #156)" This reverts commit e414c9d6be1e5623e5c1f0a521167dfe0d0ba1e6. --- jinx.el | 12 1 file changed

[elpa] externals/jinx updated (271034e9c7 -> 7a7f5f0dd5)

2024-06-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/jinx. from 271034e9c7 correct link to enchant manual (#185) new e414c9d6be Fix bug in jinx--find-visible-pending (See #156) new 8527880589 Revert "Fix bug in jinx--find-visible-pending (See #156)" new 7a7f5f0dd5 A better f

[elpa] externals/jinx e414c9d6be 1/3: Fix bug in jinx--find-visible-pending (See #156)

2024-06-26 Thread ELPA Syncer
branch: externals/jinx commit e414c9d6be1e5623e5c1f0a521167dfe0d0ba1e6 Author: Daniel Mendler Commit: Daniel Mendler Fix bug in jinx--find-visible-pending (See #156) --- jinx.el | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/jinx.el b/jinx.el index f4398973

[nongnu] elpa/gptel 27367068cd 2/3: README: Update Groq default models

2024-06-26 Thread ELPA Syncer
branch: elpa/gptel commit 27367068cd807fea72d3d4b0c8ed3045aef90f04 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur README: Update Groq default models * README.org (Groq): Update the default list of models for Groq. --- README.org | 14 -- 1 file changed, 8 i

[nongnu] elpa/gptel 69cac49fa2 1/3: gptel: Add support for the DeepSeek API

2024-06-26 Thread ELPA Syncer
branch: elpa/gptel commit 69cac49fa29f628fa7d3461bd832e5a5d0c726c4 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Add support for the DeepSeek API * gptel.el: Mention instructions for DeepSeek and PrivateGPT in the package description. * README.org: Add

[nongnu] elpa/gptel dcc4e3640e 3/3: gptel-ollama: Set num_ctx to 8192

2024-06-26 Thread ELPA Syncer
branch: elpa/gptel commit dcc4e3640ebaa0f94e24b3ad2099a01f7f3a517a Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-ollama: Set num_ctx to 8192 * gptel-ollama.el (gptel--request-data): Set Ollama's default context to 8192, which is what Llama 3 supports (#330). Thi

[nongnu] elpa/gptel updated (95a5716aa2 -> dcc4e3640e)

2024-06-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/gptel. from 95a5716aa2 gptel: Check derived modes instead of major-mode new 69cac49fa2 gptel: Add support for the DeepSeek API new 27367068cd README: Update Groq default models new dcc4e3640e gptel-ollama: Set num_ctx to 8192

[elpa] externals/cape 4b7b45c08e: Remove stability warning

2024-06-26 Thread ELPA Syncer
branch: externals/cape commit 4b7b45c08ef5ff261616d7e321d1318539b5872e Author: Daniel Mendler Commit: Daniel Mendler Remove stability warning --- README.org | 9 - cape.el| 14 +- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/README.org b/README.or

[elpa] externals/colorful-mode updated (cc94056fea -> 945c9905af)

2024-06-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/colorful-mode. from cc94056fea Merge branch 'externals/colorful-mode' of https://git.sv.gnu.org/git/emacs/elpa new 7f3f729599 Fix global-colorful-mode not using colorful-mode-map github#4 new 945c9905af Release 1.0.4 Summary o

[elpa] externals/colorful-mode 945c9905af 2/2: Release 1.0.4

2024-06-26 Thread ELPA Syncer
branch: externals/colorful-mode commit 945c9905af2045ab2e57717c01e5b20a907f939a Author: DevelopmentCool2449 <163072436+developmentcool2...@users.noreply.github.com> Commit: GitHub Release 1.0.4 Only a bugfix release. --- colorful-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 de

[elpa] externals/colorful-mode 7f3f729599 1/2: Fix global-colorful-mode not using colorful-mode-map github#4

2024-06-26 Thread ELPA Syncer
branch: externals/colorful-mode commit 7f3f7295998b709ddc6933bb9727bf1b7000be03 Author: Elias G. Perez Commit: Elias G. Perez Fix global-colorful-mode not using colorful-mode-map github#4 * colorful-mode.el (colorful-mode-map): Move keymap definition. (turn-on-colorful-mode): Ne