[elpa] externals/llm 39e462d512 2/2: Fixes to llm-vertex token counting

2023-10-29 Thread ELPA Syncer
branch: externals/llm commit 39e462d5125e615d8bf33edae6d69b851bc2d4fd Author: Andrew Hyatt Commit: Andrew Hyatt Fixes to llm-vertex token counting The previous version didn't account for the fact that the request is basically just a version of the chat (or embedding) request. -

[elpa] externals/llm updated (8f431fad9e -> 39e462d512)

2023-10-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/llm. from 8f431fad9e Bump version to 0.5.0 new 749e5b6991 Implement token counting for vertex by querying API new 39e462d512 Fixes to llm-vertex token counting Summary of changes: NEWS.org | 2 ++ README.org| 2 +- l

[elpa] externals/llm 749e5b6991 1/2: Implement token counting for vertex by querying API

2023-10-29 Thread ELPA Syncer
branch: externals/llm commit 749e5b69917d640a0b3e6081459427e4d339508c Author: Andrew Hyatt Commit: Andrew Hyatt Implement token counting for vertex by querying API --- NEWS.org | 2 ++ README.org| 2 +- llm-vertex.el | 29 + 3 files changed, 32 inserti

[elpa] externals/consult e03041b1f5: Fix consult-find for relative paths (Fix #885)

2023-10-29 Thread ELPA Syncer
branch: externals/consult commit e03041b1f5019c2fe5fc54c68740df78603d60a0 Author: Daniel Mendler Commit: Daniel Mendler Fix consult-find for relative paths (Fix #885) --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index 0087163b80.

[nongnu] elpa/xah-fly-keys 9be198feb1: xah-quote-lines removed begin end param, so that repeat-complex-command works.

2023-10-29 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 9be198feb10f1d4e2d1287255b9a98c0ab090a38 Author: Xah Lee Commit: Xah Lee xah-quote-lines removed begin end param, so that repeat-complex-command works. --- xah-fly-keys.el | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git

[nongnu] elpa/xah-fly-keys 4365f77e40: xah-delete-current-file-make-backup better code.

2023-10-29 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 4365f77e402065e12aa7a16a31dce4b06aad0e0c Author: Xah Lee Commit: Xah Lee xah-delete-current-file-make-backup better code. --- xah-fly-keys.el | 65 ++--- 1 file changed, 34 insertions(+), 31 deletions(-) d

[nongnu] elpa/sweeprolog d89118a4f3 2/2: Announce recent changes in NEWS.org and bump version to 0.26.1

2023-10-29 Thread ELPA Syncer
branch: elpa/sweeprolog commit d89118a4f3c0e2df191524ab8b9da73b1069f64b Author: Eshel Yaron Commit: Eshel Yaron Announce recent changes in NEWS.org and bump version to 0.26.1 --- NEWS.org | 17 + sweep.texi| 4 ++-- sweeprolog.el | 2 +- 3 files changed, 20 insert

[nongnu] elpa/sweeprolog updated (4d1bb198d8 -> d89118a4f3)

2023-10-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from 4d1bb198d8 Setup Xref in 'sweeprolog-top-level-mode' new 3521dc3e7b Avoid possible race condition with tty top-level creation new d89118a4f3 Announce recent changes in NEWS.org and bump version to 0.26.1 Summary of

[nongnu] elpa/sweeprolog 3521dc3e7b 1/2: Avoid possible race condition with tty top-level creation

2023-10-29 Thread ELPA Syncer
branch: elpa/sweeprolog commit 3521dc3e7bd4098e472974f93ac292c63005eeb3 Author: Eshel Yaron Commit: Eshel Yaron Avoid possible race condition with tty top-level creation * sweeprolog.el (sweeprolog-top-level-buffer): Create the top-level thread before calling stty. --- sweeprol

[nongnu] elpa/magit-section updated (598219a338 -> 631a1f9b9e)

2023-10-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 598219a338 magit-margin-overlay-conditions: Add certain Forge sections adds 1e55cd77da magit-log--maybe-drop-color-graph: New function adds 631a1f9b9e magit-log-select-refresh-buffer: Deal with --color argument No

[nongnu] elpa/magit updated (598219a338 -> 631a1f9b9e)

2023-10-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 598219a338 magit-margin-overlay-conditions: Add certain Forge sections adds 1e55cd77da magit-log--maybe-drop-color-graph: New function adds 631a1f9b9e magit-log-select-refresh-buffer: Deal with --color argument No new revi

[nongnu] elpa/git-commit updated (598219a338 -> 631a1f9b9e)

2023-10-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 598219a338 magit-margin-overlay-conditions: Add certain Forge sections new 1e55cd77da magit-log--maybe-drop-color-graph: New function new 631a1f9b9e magit-log-select-refresh-buffer: Deal with --color argument Summa

[nongnu] elpa/git-commit 631a1f9b9e 2/2: magit-log-select-refresh-buffer: Deal with --color argument

2023-10-29 Thread ELPA Syncer
branch: elpa/git-commit commit 631a1f9b9ed3e2ff311ce2bcd9b987c1a3ccee0b Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-log-select-refresh-buffer: Deal with --color argument Closes #5037 --- lisp/magit-log.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --g

[nongnu] elpa/git-commit 1e55cd77da 1/2: magit-log--maybe-drop-color-graph: New function

2023-10-29 Thread ELPA Syncer
branch: elpa/git-commit commit 1e55cd77da785533d3ed9a7ffbc0dca26441c8f0 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-log--maybe-drop-color-graph: New function --- lisp/magit-log.el | 35 +++ 1 file changed, 19 insertions(+), 16 deletions(-) diff --g

[elpa] externals/urgrep 2c042198d1: Factor out common `urgrep--interpolate-arguments`

2023-10-29 Thread ELPA Syncer
branch: externals/urgrep commit 2c042198d1b23dcc4c3974e89e2e1b88e63b0d28 Author: Jim Porter Commit: Jim Porter Factor out common `urgrep--interpolate-arguments` --- urgrep.el | 87 ++- 1 file changed, 42 insertions(+), 45 deletions

[elpa] externals/hyperbole 69b4a495b9: Define and use new java-defun-prompt-regexp (#398)

2023-10-29 Thread ELPA Syncer
branch: externals/hyperbole commit 69b4a495b9512e0c9936adf4efd6e3b1243e3c16 Author: Mats Lidell Commit: GitHub Define and use new java-defun-prompt-regexp (#398) Update provided by Alan Mackenzie. See Emacs bug#61436 --- ChangeLog | 4 hui-select.el | 35 +

[elpa] externals/debbugs 6403868b85: Minor debbugs update

2023-10-29 Thread Michael Albinus
branch: externals/debbugs commit 6403868b85444de9832904f7e941e456b49dc857 Author: Michael Albinus Commit: Michael Albinus Minor debbugs update * debbugs-gnu.el (debbugs-gnu-mode): Fix docstring. (Bug#66797) (debbugs-gnu-display-status): Adapt regexp for help echo. --- debbugs-

[elpa] externals/osm a8ebce9efc: README: Update configuration

2023-10-29 Thread ELPA Syncer
branch: externals/osm commit a8ebce9efcd1d1c5a4f191cb3dbcf4a58b2f0fa0 Author: Daniel Mendler Commit: Daniel Mendler README: Update configuration --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 87cec7ab05..a5b05bf538 100644

[elpa] externals/ement 8e6e9cd38d: Change/Fix: Clicking/jumping-to notifications

2023-10-29 Thread ELPA Syncer
branch: externals/ement commit 8e6e9cd38de9093237435ad77583bc3b4fd0ea7e Author: Adam Porter Commit: Adam Porter Change/Fix: Clicking/jumping-to notifications --- ement-notifications.el | 45 - 1 file changed, 36 insertions(+), 9 deletions(-) diff

[elpa] externals/cape abacb23115 4/4: README: Sort transformers

2023-10-29 Thread ELPA Syncer
branch: externals/cape commit abacb231157e0c90e29bdda6d15b4b448e48ffbd Author: Daniel Mendler Commit: Daniel Mendler README: Sort transformers --- README.org | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.org b/README.org index 05

[elpa] externals/cape 085287d793 3/4: Rename cape-interactive-capf to capf-capf-interactive

2023-10-29 Thread ELPA Syncer
branch: externals/cape commit 085287d793ea2fd06b47ebcb6ab08e88533e5185 Author: Daniel Mendler Commit: Daniel Mendler Rename cape-interactive-capf to capf-capf-interactive --- CHANGELOG.org | 2 ++ README.org| 18 +- cape.el | 5 - 3 files changed, 15 insertio

[elpa] externals/cape updated (bee13e568d -> abacb23115)

2023-10-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/cape. from bee13e568d Add cape-capf-inside-faces (Fix #96) new 0e14d8bcac Rename internal function for consistency new e0a05483cf Add cape-capf-passthrough to disable completion style filtering new 085287d793 Rename cape-

[elpa] externals/cape e0a05483cf 2/4: Add cape-capf-passthrough to disable completion style filtering

2023-10-29 Thread ELPA Syncer
branch: externals/cape commit e0a05483cfd8f90189dfde0d7e1ffe0217e6317d Author: Daniel Mendler Commit: Daniel Mendler Add cape-capf-passthrough to disable completion style filtering This Capf transformer can be useful in rare scenarios like debugging or when the wrapped Capf wan

[elpa] externals/cape 0e14d8bcac 1/4: Rename internal function for consistency

2023-10-29 Thread ELPA Syncer
branch: externals/cape commit 0e14d8bcac6ee324d1fc2164b5d501ce966e93b5 Author: Daniel Mendler Commit: Daniel Mendler Rename internal function for consistency --- cape-char.el| 2 +- cape-keyword.el | 2 +- cape.el | 32 +--- 3 files changed, 19 inse