[elpa] externals/hyperbole 2d2b23c3d5: refactor hkey execute (#727)

2025-05-17 Thread ELPA Syncer
branch: externals/hyperbole commit 2d2b23c3d5ce1bbc3953325cd953d535637e12fa Author: Mats Lidell Commit: GitHub refactor hkey execute (#727) --- ChangeLog| 8 + hmouse-drv.el| 81 test/hmouse-drv-tests.el | 53

[elpa] externals/matlab-mode 4c3064f8b2: matlab-shell: fix TAB completion startup error

2025-05-17 Thread ELPA Syncer
branch: externals/matlab-mode commit 4c3064f8b22e9a96abb915aa3aa3004aa48d7989 Author: John Ciolfi Commit: John Ciolfi matlab-shell: fix TAB completion startup error Fix: when MATLAB starts and before we get to the prompt, typing TAB causes matlab-shell-do-completion-light: Wro

[nongnu] elpa/haskell-ts-mode 324d1c8597 2/3: Added an intermediate face for constructors

2025-05-17 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit 324d1c859716be2379726f3524bd3c0b027f3e92 Author: Pranshu Sharma Commit: Pranshu Sharma Added an intermediate face for constructors Works upon part of https://codeberg.org/pranshu/haskell-ts-mode/issues/16 --- haskell-ts-mode.el | 26 +

[nongnu] elpa/haskell-ts-mode ae2b51ee00 1/3: Chaning prettify symbols alist

2025-05-17 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit ae2b51ee00172600d80a3f7535bef44026d8f426 Author: Pranshu Sharma Commit: Pranshu Sharma Chaning prettify symbols alist --- haskell-ts-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haskell-ts-mode.el b/haskell-ts-mode.el

[nongnu] elpa/haskell-ts-mode updated (d331234b6a -> 0714075122)

2025-05-17 Thread ELPA Syncer
elpasync pushed a change to branch elpa/haskell-ts-mode. from d331234b6a Change image new ae2b51ee00 Chaning prettify symbols alist new 324d1c8597 Added an intermediate face for constructors new 0714075122 Fixed paren and operator highlighting Summary of changes:

[nongnu] elpa/haskell-ts-mode 0714075122 3/3: Fixed paren and operator highlighting

2025-05-17 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit 07140751224ed14076f05f7a07295c82c03a9a04 Author: Pranshu Sharma Commit: Pranshu Sharma Fixed paren and operator highlighting Now parens actrually get the font-lock-bracket-face, and operators get their face as well --- haskell-ts-mode.el | 14 ++

[nongnu] elpa/swift-mode b79f0542ba: Expand project directory when invoking swift commands

2025-05-17 Thread ELPA Syncer
branch: elpa/swift-mode commit b79f0542bac8e7d740244a1d4c61180101bccf7e Author: taku0 Commit: taku0 Expand project directory when invoking swift commands It caused a problem when `compilation-directory` includes a tilda. --- swift-mode-repl.el | 6 -- 1 file changed, 4 insertio

[nongnu] elpa/clojure-ts-mode 3522b57877: Improve support of extend-protocol forms

2025-05-17 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 3522b57877b2b9397696ab2e97062a8f25b12e3e Author: Roman Rudakov Commit: Bozhidar Batsov Improve support of extend-protocol forms --- CHANGELOG.md| 4 README.md | 2 +- clojure

[elpa] externals/dired-preview 64e3759612: Make stylistic tweaks to dired-preview-open-dwim

2025-05-17 Thread ELPA Syncer
branch: externals/dired-preview commit 64e3759612c932f59499a455d22fc14d7a7d67bb Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make stylistic tweaks to dired-preview-open-dwim --- dired-preview.el | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/di

[elpa] externals/colorful-mode updated (bc96ee3b6a -> 3ddd2286fd)

2025-05-17 Thread ELPA Syncer
elpasync pushed a change to branch externals/colorful-mode. from bc96ee3b6a Fix previous commit. new c005eb4988 Fix github #20 issue new 3ddd2286fd Change compat required version to 30.1.0.0 Summary of changes: colorful-mode.el | 60 +--

[elpa] externals/colorful-mode c005eb4988 1/2: Fix github #20 issue

2025-05-17 Thread ELPA Syncer
branch: externals/colorful-mode commit c005eb498866865595a7d70699c0a1ee15069226 Author: Elías Gabriel Pérez Commit: Elías Gabriel Pérez Fix github #20 issue * colorful-mode.el (colorful--name-to-hex): Convert to hex instead return the color name string and clarify docstring.

[elpa] externals/colorful-mode 3ddd2286fd 2/2: Change compat required version to 30.1.0.0

2025-05-17 Thread ELPA Syncer
branch: externals/colorful-mode commit 3ddd2286fddaaba48eefc7ce873c8a777984376a Author: Elías Gabriel Pérez Commit: Elías Gabriel Pérez Change compat required version to 30.1.0.0 compat 30.1.0.0 adds support for oklab color functions that were only available in emacs > 30.1.

[elpa] externals/el-job 07af283f6e: Ignore buffer-env

2025-05-17 Thread ELPA Syncer
branch: externals/el-job commit 07af283f6ec0362620691a54a5a6549ba9478437 Author: Martin Edström Commit: Martin Edström Ignore buffer-env --- el-job.el | 4 1 file changed, 4 insertions(+) diff --git a/el-job.el b/el-job.el index 8d9f1910d9..932ec3e42e 100644 --- a/el-job.el +++ b/el-j

[elpa] externals/el-job updated (07af283f6e -> 51e38f632d)

2025-05-17 Thread ELPA Syncer
elpasync pushed a change to branch externals/el-job. from 07af283f6e Ignore buffer-env new 2236b6d12c Update README.org new 51e38f632d Update README.org Summary of changes: README.org | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-)

[elpa] externals/el-job 51e38f632d 2/2: Update README.org

2025-05-17 Thread ELPA Syncer
branch: externals/el-job commit 51e38f632d60aae5a4f27208e7ec1d0cf245aca3 Author: Martin Edström Commit: GitHub Update README.org --- README.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index ef26a293b8..8d5d17d6a7 100644 --- a/README.o

[elpa] externals/el-job 2236b6d12c 1/2: Update README.org

2025-05-17 Thread ELPA Syncer
branch: externals/el-job commit 2236b6d12ced54a3604b32639723fd660d4f2675 Author: Martin Edström Commit: GitHub Update README.org --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 9b0621b9ea..ef26a293b8 100644 --- a/README.org ++

[elpa] externals/matlab-mode 815d4179d7: matlab-shell: fix TAB completion for case of early completion

2025-05-17 Thread ELPA Syncer
branch: externals/matlab-mode commit 815d4179d75449bb0e78e2cb399a7a6b5c3c444e Author: John Ciolfi Commit: John Ciolfi matlab-shell: fix TAB completion for case of early completion When computing completions for TAB, if we "did-completion", don't call complete-in-region because

[elpa] externals/greader 42edf04998 1/2: variable `greader-continuous-modes' fixed.

2025-05-17 Thread ELPA Syncer
branch: externals/greader commit 42edf0499880cddf83b1b49dd0080317d9f23a71 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez variable `greader-continuous-modes' fixed. Now it contains simply the alist, without checking if `nov' is installed. In this way `flymake'

[elpa] externals/greader 62bf9174a2 2/2: Function `greader-study-set-position' now enables `greader-study-mode' if it is disabled.

2025-05-17 Thread ELPA Syncer
branch: externals/greader commit 62bf9174a2b532ded9af8094acaab21923239095 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Function `greader-study-set-position' now enables `greader-study-mode' if it is disabled. --- greader.el | 5 - 1 file changed, 4 insertions(+), 1 del

[elpa] externals/greader updated (e78251009a -> 62bf9174a2)

2025-05-17 Thread ELPA Syncer
elpasync pushed a change to branch externals/greader. from e78251009a Macro `with-greader-dict-temp-buffer' calls now behaves as expected, indenting the body as a function. new 42edf04998 variable `greader-continuous-modes' fixed. new 62bf9174a2 Function `greader-study-set-

[nongnu] elpa/aidermacs e3bc846e0f: Add verilog support and prevent underscores from changing formatting

2025-05-17 Thread ELPA Syncer
branch: elpa/aidermacs commit e3bc846e0f98842bcf96bc591c507da5a1136903 Author: Troy Hinckley Commit: Matthew Zeng Add verilog support and prevent underscores from changing formatting --- aidermacs-backend-comint.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/aidermacs-backend-

[nongnu] elpa/gptel 040649d598 2/7: gptel: Add command to save a preset

2025-05-17 Thread ELPA Syncer
branch: elpa/gptel commit 040649d598e902af8d22398cdb216fa1d642db01 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Add command to save a preset * gptel.el (gptel--save-preset): Add a command to save gptel's current settings as a preset. In addition to registering

[nongnu] elpa/gptel updated (fcdbe07414 -> 4210b6664f)

2025-05-17 Thread ELPA Syncer
elpasync pushed a change to branch elpa/gptel. from fcdbe07414 gptel-org: More fixes for conversion in punctuation (#813) new 431352b416 gptel: Implement presets (#542) new 040649d598 gptel: Add command to save a preset new 26b6a7be1f gptel-transient: Implement pres

[nongnu] elpa/gptel 6192a17186 6/7: gptel: Document option presets in README, NEWS

2025-05-17 Thread ELPA Syncer
branch: elpa/gptel commit 6192a171862666065e08c5c5187e8d2ff90dfc8b Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Document option presets in README, NEWS * README.org: Explain gptel presets. * NEWS: Mention presets. --- NEWS | 9 + README.org

[nongnu] elpa/gptel 26b6a7be1f 3/7: gptel-transient: Implement preset switching (#542)

2025-05-17 Thread ELPA Syncer
branch: elpa/gptel commit 26b6a7be1fb959a78ac2c7c57c5371ff83ce09ea Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-transient: Implement preset switching (#542) * gptel-transient.el (gptel--preset, transient-infix-set, transient-format-value, gptel-menu, gptel--infi

[nongnu] elpa/gptel 7ae2119036 4/7: gptel-transient: Preset switching via completing-read

2025-05-17 Thread ELPA Syncer
branch: elpa/gptel commit 7ae211903681f476199327adcfb5146367289d42 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-transient: Preset switching via completing-read * gptel-transient.el (gptel--preset-variable, gptel--preset, gptel--preset-mismatch-p, transient-infix

[nongnu] elpa/gptel 431352b416 1/7: gptel: Implement presets (#542)

2025-05-17 Thread ELPA Syncer
branch: elpa/gptel commit 431352b41694a2ae0a8db54eadc1a32c4195b93e Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Implement presets (#542) One of the main points of friction with using gptel is the need to repeatedly change several individual options like the bac

[nongnu] elpa/gptel 4210b6664f 7/7: gptel: Add gptel-with-preset

2025-05-17 Thread ELPA Syncer
branch: elpa/gptel commit 4210b6664f2f464800c5be782cb7bf21c61f56db Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Add gptel-with-preset * gptel.el (gptel--preset-syms, gptel-with-preset): Add a `gptel-with-preset' macro. This can be used to run code with a g

[elpa] externals/gtags-mode 86a846e3b5 1/3: Correct completion function to offer completions from GTAGSLIBPATH

2025-05-17 Thread ELPA Syncer
branch: externals/gtags-mode commit 86a846e3b55f6098346b707c739af6c3276474ed Author: Aymeric Agon-Rambosson Commit: Aymeric Agon-Rambosson Correct completion function to offer completions from GTAGSLIBPATH --- gtags-mode.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-)

[elpa] externals/gtags-mode 17d4316d86 2/3: Merge remote-tracking branch 'aagon/completion_libraries'

2025-05-17 Thread ELPA Syncer
branch: externals/gtags-mode commit 17d4316d86f0be1e5a3fe71910a11e014798cc36 Merge: 333b0ac032 86a846e3b5 Author: Jimmy Aguilar Mena Commit: Jimmy Aguilar Mena Merge remote-tracking branch 'aagon/completion_libraries' --- gtags-mode.el | 11 +-- 1 file changed, 9 insertions(+), 2 de

[elpa] externals/gtags-mode updated (333b0ac032 -> db8eb5d566)

2025-05-17 Thread ELPA Syncer
elpasync pushed a change to branch externals/gtags-mode. from 333b0ac032 Fix matches when file path has spaces new 86a846e3b5 Correct completion function to offer completions from GTAGSLIBPATH new 17d4316d86 Merge remote-tracking branch 'aagon/completion_libraries' n

[elpa] externals/gtags-mode db8eb5d566 3/3: Improve Readme.md

2025-05-17 Thread ELPA Syncer
branch: externals/gtags-mode commit db8eb5d566c33ceb46650e45d85b569dc3ed5930 Author: Jimmy Aguilar Mena Commit: Jimmy Aguilar Mena Improve Readme.md --- Readme.md | 29 - gtags-mode.el | 2 +- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/

[nongnu] elpa/gptel c97c15aa44 5/7: gptel-transient: Preset switching via dedicated menu instead

2025-05-17 Thread ELPA Syncer
branch: elpa/gptel commit c97c15aa44781df9bb8a485dbd80e40587174bf1 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-transient: Preset switching via dedicated menu instead * gptel-transient.el: (gptel--format-preset-string, gptel--preset): Use a new preset menu i

[nongnu] elpa/xah-fly-keys edde947a4f: xah-clean-whitespace now takes option begin end args. xah-reformat-to-sentence-lines now also breaks with html br tag.

2025-05-17 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit edde947a4f27658c4a0b958461a77512176b8904 Author: Xah Lee Commit: Xah Lee xah-clean-whitespace now takes option begin end args. xah-reformat-to-sentence-lines now also breaks with html br tag. --- xah-fly-keys.el | 42 +---

[nongnu] elpa/gptel e451038dfb: gptel-transient: Fix directive match when checking presets

2025-05-17 Thread ELPA Syncer
branch: elpa/gptel commit e451038dfb0628a9e0281e88c677a1eee59f Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-transient: Fix directive match when checking presets * gptel-transient.el (gptel--preset-mismatch-p): If the system message specification in a preset