[nongnu] elpa/cider c4425fe9e1: Use enrich-classpath 1.17.2 (#3479)

2023-09-23 Thread ELPA Syncer
branch: elpa/cider commit c4425fe9e129d98bf3347574d39b529718cabb97 Author: vemv Commit: GitHub Use enrich-classpath 1.17.2 (#3479) https://github.com/clojure-emacs/enrich-classpath/compare/v1.17.1...v1.17.2 --- cider.el| 2 +- clojure.sh

[nongnu] elpa/cider 4cdcf7e2f9: Fix `cider-insert-commands-map` variable initialization (#3478)

2023-09-23 Thread ELPA Syncer
branch: elpa/cider commit 4cdcf7e2f91d89b733accf8e8c26195ea0f9be5f Author: Maks <93301263+mvpro...@users.noreply.github.com> Commit: GitHub Fix `cider-insert-commands-map` variable initialization (#3478) --- CHANGELOG.md | 1 + cider-mode.el | 3 ++- 2 files changed, 3 insertions(+), 1 dele

[elpa] externals/org 224d455d60: * lisp/ob-ocaml.el: Document all the function arguments

2023-09-23 Thread ELPA Syncer
branch: externals/org commit 224d455d60b21bd5aceccdc6ab2932b99a2f1cfe Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/ob-ocaml.el: Document all the function arguments (org-babel-execute:ocaml): (org-babel-variable-assignments:ocaml): Fix docstrings. --- lisp/ob-ocaml.el |

[nongnu] elpa/graphql-mode c702483562 3/4: Merge pull request #58 from nverno/optional-prompt-for-query

2023-09-23 Thread ELPA Syncer
branch: elpa/graphql-mode commit c702483562efb45b775ae4681149813c01a40bac Merge: 0ad4ae0160 04b36bf125 Author: David Vázquez Púa Commit: GitHub Merge pull request #58 from nverno/optional-prompt-for-query prompt for query url/variables with prefix --- graphql-mode.el | 14 +

[nongnu] elpa/graphql-mode 3d53176dc7 1/4: fix: allow edit headers in graphql-ts-mode

2023-09-23 Thread ELPA Syncer
branch: elpa/graphql-mode commit 3d53176dc71d9538f6d20efce307f13ed9f397b8 Author: nverno Commit: nverno fix: allow edit headers in graphql-ts-mode --- graphql-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphql-mode.el b/graphql-mode.el index 2dbeb67cd5

[nongnu] elpa/graphql-mode 04b36bf125 2/4: prompt for query url/variables with prefix

2023-09-23 Thread ELPA Syncer
branch: elpa/graphql-mode commit 04b36bf125e2392c66d5448de99069d831599491 Author: nverno Commit: nverno prompt for query url/variables with prefix --- graphql-mode.el | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/graphql-mode.el b/graphql-mode.el index 2

[nongnu] elpa/graphql-mode 49a391b529 4/4: Merge pull request #57 from nverno/fix-allow-graphql-ts-mode

2023-09-23 Thread ELPA Syncer
branch: elpa/graphql-mode commit 49a391b5290e3354b07f7b77ded97a154c084f46 Merge: c702483562 3d53176dc7 Author: David Vázquez Púa Commit: GitHub Merge pull request #57 from nverno/fix-allow-graphql-ts-mode fix: allow edit headers in graphql-ts-mode --- graphql-mode.el | 6 +++--- 1

[nongnu] elpa/graphql-mode updated (0ad4ae0160 -> 49a391b529)

2023-09-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/graphql-mode. from 0ad4ae0160 Use line-beginning-position instead of pos-bol new 04b36bf125 prompt for query url/variables with prefix new c702483562 Merge pull request #58 from nverno/optional-prompt-for-query new 3d53176dc7

[nongnu] elpa/org-contrib b2681360eb: * lisp/org-choose.el: Fix obsolete function names

2023-09-23 Thread ELPA Syncer
branch: elpa/org-contrib commit b2681360eb3607a48e42aa3beff8017d219030c2 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/org-choose.el: Fix obsolete function names (org-choose-filter-one): Use `cl-first' and `cl-second' instead of `first' and `second'. --- lisp/org-choose.

[elpa] externals/mct updated (21bd64318c -> b09efdb726)

2023-09-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/mct. from 21bd64318c Make motions account for completions-header-format (Emacs 29) new 83d359775d Document how to get MCT-like in-buffer completions in Emacs 29 new b09efdb726 BREAKING Require Emacs 29 or newer Summary of chan

[elpa] externals/mct b09efdb726 2/2: BREAKING Require Emacs 29 or newer

2023-09-23 Thread ELPA Syncer
branch: externals/mct commit b09efdb7264d3061744e1256c5d4439afbc8df3b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou BREAKING Require Emacs 29 or newer The Completions UI changed a lot in recent versions. Supporting all versions is difficult, as we have to make comprom

[elpa] externals/mct 83d359775d 1/2: Document how to get MCT-like in-buffer completions in Emacs 29

2023-09-23 Thread ELPA Syncer
branch: externals/mct commit 83d359775d6e4d2f7726a3373f50390ae2fe2cba Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document how to get MCT-like in-buffer completions in Emacs 29 --- README.org | 33 - 1 file changed, 28 insertions(+), 5 deletions(-

[nongnu] elpa/eat fe9a128d6c 4/5: Integrate Isearch with line mode input history

2023-09-23 Thread ELPA Syncer
branch: elpa/eat commit fe9a128d6cce88fc283559d064fdb57f6aecd134 Author: Akib Azmain Turja Commit: Akib Azmain Turja Integrate Isearch with line mode input history * eat.el (eat-line-input-history-isearch): New user option. * eat.el (eat-line-mode-map): Bind 'M-r' to 'eat-li

[nongnu] elpa/eat de3d7d099f 5/5: New command eat-line-load-input-history-from-file

2023-09-23 Thread ELPA Syncer
branch: elpa/eat commit de3d7d099fac304f464a37b0a4943bf309631ba5 Author: Akib Azmain Turja Commit: Akib Azmain Turja New command eat-line-load-input-history-from-file * eat.el (eat-line-load-input-history-from-file): New command. --- eat.el | 17 + 1 file changed, 1

[nongnu] elpa/eat 44e9a6f5de 1/5: Rename prompt mode to line mode and generalize it

2023-09-23 Thread ELPA Syncer
branch: elpa/eat commit 44e9a6f5de4bcf1391d15fd47179942db1372e7e Author: Akib Azmain Turja Commit: Akib Azmain Turja Rename prompt mode to line mode and generalize it * eat.el: Rename prompt mode to line mode, also rename related symbols to have 'eat-line-' or 'eat--line-' prefi

[nongnu] elpa/eat a81ccab99a 3/5: ; * eat.el: Untabify

2023-09-23 Thread ELPA Syncer
branch: elpa/eat commit a81ccab99ab62620c6b7741cf8e30ed8d7df2ae8 Author: Akib Azmain Turja Commit: Akib Azmain Turja ; * eat.el: Untabify --- eat.el | 96 +- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/eat.e

[nongnu] elpa/eat updated (3f4d4a9c36 -> de3d7d099f)

2023-09-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/eat. from 3f4d4a9c36 Skip comments in Bash history file new 44e9a6f5de Rename prompt mode to line mode and generalize it new db6c64d029 Move to the input line automatically in line mode new a81ccab99a ; * eat.el: Untabify

[nongnu] elpa/eat db6c64d029 2/5: Move to the input line automatically in line mode

2023-09-23 Thread ELPA Syncer
branch: elpa/eat commit db6c64d02975be49dac6b0e47b460dd0d0871143 Author: Akib Azmain Turja Commit: Akib Azmain Turja Move to the input line automatically in line mode * eat.el (eat-line-auto-move-to-input): New user option. * eat.el (eat--line-move-to-input): New function. *

[nongnu] elpa/git-commit 3329bf0f4f: magit-list-refs: Exclude all symbolic references

2023-09-23 Thread ELPA Syncer
branch: elpa/git-commit commit 3329bf0f4fbcdc9dc02f0c9b79f9038d4223cb4c Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-list-refs: Exclude all symbolic references Previously we included "origin" when using "%(refname:short)", because Git abbreviates "refs/remotes/origin/HE

[nongnu] elpa/magit updated (b4c6744d0d -> 3329bf0f4f)

2023-09-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from b4c6744d0d magit-section.el: Rearrange require forms adds 3329bf0f4f magit-list-refs: Exclude all symbolic references No new revisions were added by this update. Summary of changes: lisp/magit-git.el | 29 ++--

[nongnu] elpa/magit-section updated (b4c6744d0d -> 3329bf0f4f)

2023-09-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from b4c6744d0d magit-section.el: Rearrange require forms adds 3329bf0f4f magit-list-refs: Exclude all symbolic references No new revisions were added by this update. Summary of changes: lisp/magit-git.el | 29 ++--

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

2023-09-23 Thread ELPA Syncer
branch: elpa/sweeprolog commit dba83e95e67a0bca703ef535663b4a4de03538b7 Author: Eshel Yaron Commit: Eshel Yaron Announce recent changes in NEWS.org and bump version to 0.25.2 --- NEWS.org | 9 + sweep.texi| 4 ++-- sweeprolog.el | 2 +- 3 files changed, 12 insertions(+), 3

[nongnu] elpa/sweeprolog 3fe4bcb60c 1/2: Extract subsumed goals when extracting goal to predicate

2023-09-23 Thread ELPA Syncer
branch: elpa/sweeprolog commit 3fe4bcb60cdd6bd333a1aa10c6ed95e23029a608 Author: Eshel Yaron Commit: Eshel Yaron Extract subsumed goals when extracting goal to predicate Extend 'sweeprolog-extract-region-to-predicate' with the ability to replace other goals in the current buffer

[nongnu] elpa/sweeprolog updated (acb57675b5 -> dba83e95e6)

2023-09-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from acb57675b5 ; Improve documentation about shutting down Prolog new 3fe4bcb60c Extract subsumed goals when extracting goal to predicate new dba83e95e6 Announce recent changes in NEWS.org and bump version to 0.25.2 Sum

[nongnu] elpa/git-commit updated (3329bf0f4f -> ffae79e65f)

2023-09-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 3329bf0f4f magit-list-refs: Exclude all symbolic references new eb1691d376 magit-dwim-selection: Remove reworked forge commands new 8a92e102b9 magit-*-thing: Improve docstrings new ffae79e65f magit-copy-thing:

[nongnu] elpa/git-commit ffae79e65f 3/3: magit-copy-thing: New stub command

2023-09-23 Thread ELPA Syncer
branch: elpa/git-commit commit ffae79e65f110e9adfb3efa8fbbba8f1980401ea Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-copy-thing: New stub command Forge remaps this to `forge-copy-url-at-point-as-kill'. (Which is quite a mouth full. Let's use a shorter, more generic, n

[nongnu] elpa/git-commit eb1691d376 1/3: magit-dwim-selection: Remove reworked forge commands

2023-09-23 Thread ELPA Syncer
branch: elpa/git-commit commit eb1691d376e23ee9aa157ffad4471298e11d7635 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-dwim-selection: Remove reworked forge commands These commands were either remove, renamed, replaced or changed to always either always act on the current

[nongnu] elpa/git-commit 8a92e102b9 2/3: magit-*-thing: Improve docstrings

2023-09-23 Thread ELPA Syncer
branch: elpa/git-commit commit 8a92e102b918155f3626c1a6c05f8447bfc46040 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-*-thing: Improve docstrings The remapping does not necessarily happen in section-specific keymaps. Imply that remapping should be used to bind other comm

[nongnu] elpa/magit updated (3329bf0f4f -> ffae79e65f)

2023-09-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 3329bf0f4f magit-list-refs: Exclude all symbolic references adds eb1691d376 magit-dwim-selection: Remove reworked forge commands adds 8a92e102b9 magit-*-thing: Improve docstrings adds ffae79e65f magit-copy-thing: New s

[nongnu] elpa/magit-section updated (3329bf0f4f -> ffae79e65f)

2023-09-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 3329bf0f4f magit-list-refs: Exclude all symbolic references adds eb1691d376 magit-dwim-selection: Remove reworked forge commands adds 8a92e102b9 magit-*-thing: Improve docstrings adds ffae79e65f magit-copy-thin

[elpa] externals/vertico updated (81bec39151 -> 03bfb71a2b)

2023-09-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/vertico. from 81bec39151 Update commentaries and docstrings new 14c37e29f3 vertico-repeat-select: Simplify, do not display selected candidate new 8ba2be8462 vertico-repeat: Preserve display mode new 03bfb71a2b Update chan

[elpa] externals/vertico 03bfb71a2b 3/3: Update changelog

2023-09-23 Thread ELPA Syncer
branch: externals/vertico commit 03bfb71a2b5db296a93eeb0752bd934d112e0792 Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 75e2cd4353..5d1843c190 100644 --- a/CHANGELOG

[elpa] externals/vertico 14c37e29f3 1/3: vertico-repeat-select: Simplify, do not display selected candidate

2023-09-23 Thread ELPA Syncer
branch: externals/vertico commit 14c37e29f357938429a2abb1cd9511c1803a81dc Author: Daniel Mendler Commit: Daniel Mendler vertico-repeat-select: Simplify, do not display selected candidate --- extensions/vertico-repeat.el | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) d

[elpa] externals/vertico 8ba2be8462 2/3: vertico-repeat: Preserve display mode

2023-09-23 Thread ELPA Syncer
branch: externals/vertico commit 8ba2be846274a8128012fbdc688fae3aa51793b0 Author: Daniel Mendler Commit: Daniel Mendler vertico-repeat: Preserve display mode --- extensions/vertico-repeat.el | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/extensions/ver

[elpa] externals/ement 0c93e149d0 3/4: Fix: (ement-room-username-display-property) Custom type

2023-09-23 Thread ELPA Syncer
branch: externals/ement commit 0c93e149d0a56ee3d2babd1c0560d0478bfc832d Author: Adam Porter Commit: Adam Porter Fix: (ement-room-username-display-property) Custom type --- ement-room.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ement-room.el b/ement-room.el i

[elpa] externals/ement 79b0bd0fe3 4/4: Docs: Update changelog

2023-09-23 Thread ELPA Syncer
branch: externals/ement commit 79b0bd0fe3713835954053e1afd9ca6b625f8987 Author: Adam Porter Commit: Adam Porter Docs: Update changelog For change made in 351aea840efb67336035a5869cce9a7331a1c6fe. --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README

[elpa] externals/ement updated (9823d52d20 -> 79b0bd0fe3)

2023-09-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/ement. from 9823d52d20 Comment: Add FIXME new 01ec34b52f Comment: Add TODO new 351aea840e Fix: Writing reply from compose buffer from minibuffer new 0c93e149d0 Fix: (ement-room-username-display-property) Custom type

[elpa] externals/ement 01ec34b52f 1/4: Comment: Add TODO

2023-09-23 Thread ELPA Syncer
branch: externals/ement commit 01ec34b52f4b3f823748587906e30b2f4bdb7c13 Author: Adam Porter Commit: Adam Porter Comment: Add TODO --- ement-room.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ement-room.el b/ement-room.el index 4a6798acf8..708ceb8ef0 100644 --- a/ement-room.el +++

[elpa] externals/ement 351aea840e 2/4: Fix: Writing reply from compose buffer from minibuffer

2023-09-23 Thread ELPA Syncer
branch: externals/ement commit 351aea840efb67336035a5869cce9a7331a1c6fe Author: Adam Porter Commit: Adam Porter Fix: Writing reply from compose buffer from minibuffer Fixes #189. Reported-by: Phil Sainty --- ement-room.el | 81 +