[elpa] externals/llm 0bc9c88782: Fix response breaking when prompts run afoul of Gemini safety checks

2024-01-27 Thread ELPA Syncer
branch: externals/llm commit 0bc9c88782e0a72b46aa4759708c4b04baa70f86 Author: Andrew Hyatt Commit: Andrew Hyatt Fix response breaking when prompts run afoul of Gemini safety checks This should fix https://github.com/ahyatt/llm/issues/19 --- NEWS.org | 1 + llm-vertex.el | 37

[nongnu] elpa/package-lint a6a74293db: Remove the link to my blog from the readme

2024-01-27 Thread ELPA Syncer
branch: elpa/package-lint commit a6a74293dbc9c69c568c79c509d2aa3b67bc6769 Author: Fanael Linithien Commit: Fanael Linithien Remove the link to my blog from the readme I am oficially giving up my role as one of the maintainers of this library, so I feel like this is appropriate.

[nongnu] elpa/edit-indirect updated (d0378d9747 -> 82a28d8a85)

2024-01-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/edit-indirect. from d0378d9747 Fix call to undefined edit-indirect--clean-up in edit-indirect-commit new 97215298e3 Use the end marker when invoking after commit functions new 82a28d8a85 Simplify run-hook-with-positions Summary of

[nongnu] elpa/edit-indirect 97215298e3 1/2: Use the end marker when invoking after commit functions

2024-01-27 Thread ELPA Syncer
branch: elpa/edit-indirect commit 97215298e3d8ca32fc06f6ac8132d2ef1c3d52ef Author: Fanael Linithien Commit: Fanael Linithien Use the end marker when invoking after commit functions Fixes #27. --- edit-indirect.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[nongnu] elpa/edit-indirect 82a28d8a85 2/2: Simplify run-hook-with-positions

2024-01-27 Thread ELPA Syncer
branch: elpa/edit-indirect commit 82a28d8a85277cfe453af464603ea330eae41c05 Author: Fanael Linithien Commit: Fanael Linithien Simplify run-hook-with-positions It doesn't need the extra code for converting integer positions to markers, because all callers pass markers. ---

[elpa] externals/llm 36f54afad6: Switch Open AI default embedding model to text-embedding-3-small

2024-01-27 Thread ELPA Syncer
branch: externals/llm commit 36f54afad634a865ebd0bac480a5fa5a7de671fb Author: Andrew Hyatt Commit: Andrew Hyatt Switch Open AI default embedding model to text-embedding-3-small Important: Anyone who has stored embeddings should either regenerate embeddings (recommended) or

[nongnu] elpa/inf-ruby dac615c7fd: ruby-send-last-stmt: When on empty line, evaluate the previous

2024-01-27 Thread ELPA Syncer
branch: elpa/inf-ruby commit dac615c7fdbb57587465b1c497f8be4c979439e1 Author: Dmitry Gutov Commit: Dmitry Gutov ruby-send-last-stmt: When on empty line, evaluate the previous --- inf-ruby.el | 1 + 1 file changed, 1 insertion(+) diff --git a/inf-ruby.el b/inf-ruby.el index

[nongnu] elpa/sweeprolog fa99739410 3/3: ; Fix ElDoc at-point docs with SSU guards and DCG pushback lists

2024-01-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit fa9973941071d026aa6008c6134619a21d4e90de Author: Eshel Yaron Commit: Eshel Yaron ; Fix ElDoc at-point docs with SSU guards and DCG pushback lists * sweep.pl (sweep_short_documentation_head/9): Fix handling of SSU guards and DCG pushback lists.

[nongnu] elpa/sweeprolog 505d999cf6 2/3: Improve indentation for multi-line comments

2024-01-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit 505d999cf68bbfa51d7cec2bf86d682d8be23ef8 Author: Eshel Yaron Commit: Eshel Yaron Improve indentation for multi-line comments * sweeprolog.el (sweeprolog-indent-line): Indent multi-lines comment lines according to previous line. *

[nongnu] elpa/sweeprolog updated (52f506b3a3 -> fa99739410)

2024-01-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from 52f506b3a3 Announce recent changes in NEWS.org and bump version to 0.27.3 new 0f2f7d97ef Provide file spec completions for 1st arg of 'process_create/3' new 505d999cf6 Improve indentation for multi-line comments

[nongnu] elpa/sweeprolog 0f2f7d97ef 1/3: Provide file spec completions for 1st arg of 'process_create/3'

2024-01-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit 0f2f7d97efb2c11a66ff28ad1f0385e548f791dc Author: Eshel Yaron Commit: Eshel Yaron Provide file spec completions for 1st arg of 'process_create/3' * sweep.pl (source_arg/2): Recognize 'process_create/3'. --- sweep.pl | 1 + 1 file changed, 1

[elpa] externals/ess f6b9f45967: install ess-autoloads to ESSDIR so that it appears in the tarball

2024-01-27 Thread ELPA Syncer
branch: externals/ess commit f6b9f459670557d2d77aed80eb7ec4fed104bcf8 Author: rsparapa Commit: rsparapa install ess-autoloads to ESSDIR so that it appears in the tarball --- Makefile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index

[elpa] externals/transient b14f44e913: Fix setting read-extended-command-predicate

2024-01-27 Thread Jonas Bernoulli via
branch: externals/transient commit b14f44e91341ca70c21946baf70162dd13a30310 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix setting read-extended-command-predicate --- lisp/transient.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/transient.el

[elpa] externals/transient updated (522b625cf3 -> 833143ba81)

2024-01-27 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 522b625cf3 Use a dedicated symbol to hide from read-extended-command new 8e043b5aec transient-infix-read: Fix a docstring new 833143ba81 transient--suspend-override: Move out of minibuffer to update menu Summary

[elpa] externals/transient 833143ba81 2/2: transient--suspend-override: Move out of minibuffer to update menu

2024-01-27 Thread Jonas Bernoulli via
branch: externals/transient commit 833143ba81fb94119be844bc04989a6ec3f1396c Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--suspend-override: Move out of minibuffer to update menu --- lisp/transient.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[elpa] externals/transient 8e043b5aec 1/2: transient-infix-read: Fix a docstring

2024-01-27 Thread Jonas Bernoulli via
branch: externals/transient commit 8e043b5aec445ae6d2aca99aa7e52aa28608 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-infix-read: Fix a docstring --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el

[elpa] externals/consult e4d3712356: consult--buffer-preview: Retrieve original buffer correctly

2024-01-27 Thread ELPA Syncer
branch: externals/consult commit e4d371235647a7f4967f093eff2125652796957c Author: Daniel Mendler Commit: Daniel Mendler consult--buffer-preview: Retrieve original buffer correctly Works even when inside minibuffer. --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1

[elpa] externals/consult 4e407aea7f: consult--find-file-temporarily: Use error-message-string

2024-01-27 Thread ELPA Syncer
branch: externals/consult commit 4e407aea7fa90df78c15e803c95e02c0100a3f23 Author: Daniel Mendler Commit: Daniel Mendler consult--find-file-temporarily: Use error-message-string --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index