[elpa] externals/tomelr 7d8d41f15b 19/84: feat: Encode to multi-line TOML string automatically

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 7d8d41f15b6d5a2d2325160490482b133c56f845 Author: Kaushal Modi Commit: Kaushal Modi feat: Encode to multi-line TOML string automatically .. if the string has newlines or quote chars. --- README.org | 20 +++ test/tscalar.el | 16 +

[elpa] externals/tomelr b2ba4c46b5 82/84: refactor: Minor code reorg

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit b2ba4c46b59d7baa4a6d02ba64657c08776d2d0e Author: Kaushal Modi Commit: Kaushal Modi refactor: Minor code reorg --- tomelr.el | 65 +++ 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/t

[elpa] externals/tomelr 0eb4fa04ac 43/84: fix: Don't let array of TOML tables be recognized as TOML tables

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 0eb4fa04ac3e6741f743ba451b1ec7a019989b5e Author: Kaushal Modi Commit: Kaushal Modi fix: Don't let array of TOML tables be recognized as TOML tables --- test/tinternal.el | 3 ++- tomelr.el | 19 ++- 2 files changed, 12 insertions(+),

[elpa] externals/tomelr 7c004af90d 66/84: style: Remove unnecessary tomelr-encode-* functions

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 7c004af90d70b0e86772496607ab21ed375fe8e2 Author: Kaushal Modi Commit: Kaushal Modi style: Remove unnecessary tomelr-encode-* functions --- tomelr.el | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/tomelr.el b/tomelr.el in

[elpa] externals/tomelr 171e5a7682 62/84: fix: List format array of plists now detected as TOML Table Array

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 171e5a76824f30730a9e80384a18f3888dd3cc2a Author: Kaushal Modi Commit: Kaushal Modi fix: List format array of plists now detected as TOML Table Array Also simplify tomelr--toml-table-array-p. --- test/tinternal.el | 53

[elpa] externals/tomelr 044b5e1a04 61/84: fix: TT with key with array value are detected correctly

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 044b5e1a042aa1058792af607b1d7cd4cc70d144 Author: Kaushal Modi Commit: Kaushal Modi fix: TT with key with array value are detected correctly Use json-alist-p and json-plist-p for TOML Table detection. This uncomplicated the TOML Table logic quite a

[elpa] externals/tomelr 568de5efb2 83/84: chore: Bump version

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 568de5efb250c0bb4f19495c69b8b42b41fb186d Author: Kaushal Modi Commit: Kaushal Modi chore: Bump version --- tomelr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomelr.el b/tomelr.el index 6a41d14719..7359edaaeb 100644 --- a/tomelr.el

[elpa] externals/javaimp 0afe95ca1f: Use ert-x in tests

2022-05-03 Thread Filipp Gunbin
branch: externals/javaimp commit 0afe95ca1fe9ae2d2478ee21439e60475ead3f84 Author: Filipp Gunbin Commit: Filipp Gunbin Use ert-x in tests --- Makefile | 2 +- javaimp-tests.el | 23 +++-- tests/gra

[elpa] externals/consult 1aef7ceb3b: README: Prepare dropping consult-completing-read-multiple

2022-05-03 Thread ELPA Syncer
branch: externals/consult commit 1aef7ceb3bab7bb6179529cd46684b3d55a022fa Author: Daniel Mendler Commit: Daniel Mendler README: Prepare dropping consult-completing-read-multiple Unfortunately it turned out that the consult-completing-read-multiple implementation is fundamentally

[elpa] externals/embark ebf12d9a66 2/2: Document embark-live and live-updating TOC (fix #407)

2022-05-03 Thread ELPA Syncer
branch: externals/embark commit ebf12d9a665a2e7ac6d3651024508e5a8aa4302b Author: Omar Antolín Commit: Omar Antolín Document embark-live and live-updating TOC (fix #407) --- README.org | 54 ++-- embark.texi | 68 ++

[elpa] externals/embark-consult updated (d4e4498c87 -> ebf12d9a66)

2022-05-03 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from d4e4498c87 Improve formatting of help in direct action mode adds 68a3fcb858 Document RET handling in docstring for embark-define-keymap adds ebf12d9a66 Document embark-live and live-updating TOC (fix #407) No

[elpa] externals/vertico e348e1a26a: README: Remove consult-completing-read-multiple

2022-05-03 Thread ELPA Syncer
branch: externals/vertico commit e348e1a26a3dbfc99b80f6fc463635e4dc01f82c Author: Daniel Mendler Commit: Daniel Mendler README: Remove consult-completing-read-multiple --- README.org | 11 --- 1 file changed, 11 deletions(-) diff --git a/README.org b/README.org index 254530f5b7..a9

[elpa] externals/embark updated (d4e4498c87 -> ebf12d9a66)

2022-05-03 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark. from d4e4498c87 Improve formatting of help in direct action mode new 68a3fcb858 Document RET handling in docstring for embark-define-keymap new ebf12d9a66 Document embark-live and live-updating TOC (fix #407) Summary of

[elpa] externals/embark 68a3fcb858 1/2: Document RET handling in docstring for embark-define-keymap

2022-05-03 Thread ELPA Syncer
branch: externals/embark commit 68a3fcb85882c7c5301158df1e9e3bbf5488c654 Author: Omar Antolín Commit: Omar Antolín Document RET handling in docstring for embark-define-keymap This fixes #188. --- embark.el | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff -

[elpa] externals/javaimp 8f97478e0f: Add tests for javaimp-parse-get-enclosing-scope

2022-05-03 Thread Filipp Gunbin
branch: externals/javaimp commit 8f97478e0fa1e3009bf308bd7178e9635d2d3477 Author: Filipp Gunbin Commit: Filipp Gunbin Add tests for javaimp-parse-get-enclosing-scope --- tests/parse.el | 104 + 1 file changed, 83 insertions(+), 21 dele

[elpa] externals/consult updated (1aef7ceb3b -> 36fa2d97a7)

2022-05-03 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 1aef7ceb3b README: Prepare dropping consult-completing-read-multiple new 8e9d5e7358 Deprecate consult-completing-read-multiple (See #567) new 36fa2d97a7 Fixes regarding consult-completing-read-multiple Summary of c

[elpa] externals/consult 8e9d5e7358 1/2: Deprecate consult-completing-read-multiple (See #567)

2022-05-03 Thread ELPA Syncer
branch: externals/consult commit 8e9d5e73582a38c1c48d5d392c42870aac1e9abf Author: Daniel Mendler Commit: Daniel Mendler Deprecate consult-completing-read-multiple (See #567) Redirect back to the default implementation. --- CHANGELOG.org| 1 + consult-selectrum.el | 9 --

[elpa] externals/embark 425a469a85 1/2: consult-completing-read-multiple has been removed, drop it from embark-consult

2022-05-03 Thread ELPA Syncer
branch: externals/embark commit 425a469a8552450dde2916b6ee48a46f18a9ebfb Author: Daniel Mendler Commit: Daniel Mendler consult-completing-read-multiple has been removed, drop it from embark-consult --- embark-consult.el | 9 - 1 file changed, 9 deletions(-) diff --git a/embark-con

[elpa] externals/embark 4144c1900b 2/2: Merge pull request #499 from minad/drop-crm

2022-05-03 Thread ELPA Syncer
branch: externals/embark commit 4144c1900b72cf6eec73429ca32b0b79d9678c4f Merge: ebf12d9a66 425a469a85 Author: Omar Antolín Camarena Commit: GitHub Merge pull request #499 from minad/drop-crm consult-completing-read-multiple has been removed, drop it from embark --- embark-consult.e

[elpa] externals/consult 36fa2d97a7 2/2: Fixes regarding consult-completing-read-multiple

2022-05-03 Thread ELPA Syncer
branch: externals/consult commit 36fa2d97a7bf91ab855cc61bc1157f0f0af6631f Author: Daniel Mendler Commit: Daniel Mendler Fixes regarding consult-completing-read-multiple --- consult.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/consult.el b/consult.el index c98d091

[elpa] externals/tomelr 73ecdc24a4 3/3: chore(changelog): Update

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 73ecdc24a4c8011e8760b02bc023cce67130c3bc Author: Kaushal Modi Commit: Kaushal Modi chore(changelog): Update --- CHANGELOG.org | 18 ++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 121a12c20a..82cef1d26b 10

[elpa] externals/tomelr b4be72f240 2/3: refactor: Rename tomelr predicate functions for consistency

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit b4be72f240038d2db27540effcdd63e649b4df57 Author: Kaushal Modi Commit: Kaushal Modi refactor: Rename tomelr predicate functions for consistency --- test/all-tests.el | 2 +- test/{tinternal.el => tpredicates.el} | 21 +++--

[elpa] externals/embark-consult updated (ebf12d9a66 -> 4144c1900b)

2022-05-03 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from ebf12d9a66 Document embark-live and live-updating TOC (fix #407) adds 425a469a85 consult-completing-read-multiple has been removed, drop it from embark-consult adds 4144c1900b Merge pull request #499 from minad

[elpa] externals/tomelr updated (a1fa47379e -> 73ecdc24a4)

2022-05-03 Thread ELPA Syncer
elpasync pushed a change to branch externals/tomelr. from a1fa47379e chore: Add CHANGELOG generated using git cliff tool new 3362213172 feat: Add option for indenting multi-line strings new b4be72f240 refactor: Rename tomelr predicate functions for consistency new 7

[elpa] externals/tomelr 3362213172 1/3: feat: Add option for indenting multi-line strings

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 3362213172237f40ff0d9aa3ddf12b4bb00a3564 Author: Kaushal Modi Commit: Kaushal Modi feat: Add option for indenting multi-line strings New defvar `tomelr-indent-multi-line-strings`. --- test/all-tests.el | 1 + test/tstring.el | 112 +++

[elpa] externals/tomelr e09bc19d90: chore: Add GNU ELPA required Copyright

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit e09bc19d904ef82054704b3d3e9298a0959df1ea Author: Kaushal Modi Commit: Kaushal Modi chore: Add GNU ELPA required Copyright --- test/all-tests.el| 2 ++ test/tarray.el | 2 ++ test/tcoerce.el | 2 ++ test/tjson-utils.el | 2 ++ test/tkey.el

[nongnu] elpa/caml 204bfde9ad 1/3: Port caml-types-time to future Emacs

2022-05-03 Thread ELPA Syncer
branch: elpa/caml commit 204bfde9ad21cb94c273db8b0c12d31a4eb425e5 Author: Paul Eggert Commit: Christophe Troestler Port caml-types-time to future Emacs * caml-types.el (caml-types-time): Do not assume Emacs timestamp format, which is slated to change in future versions. Ins

[nongnu] elpa/caml updated (353edf8e0d -> f2f170f46b)

2022-05-03 Thread ELPA Syncer
elpasync pushed a change to branch elpa/caml. from 353edf8e0d Port caml-types-time to future Emacs new 204bfde9ad Port caml-types-time to future Emacs new d3d2f5dbec Don't use symbol-variable for local variables new f2f170f46b Fix problem with NonGNU ELPA Summary o

[nongnu] elpa/caml d3d2f5dbec 2/3: Don't use symbol-variable for local variables

2022-05-03 Thread ELPA Syncer
branch: elpa/caml commit d3d2f5dbeccd0f415cbb28fab2015dc678e80bbd Author: Shohei YOSHIDA Commit: Christophe Troestler Don't use symbol-variable for local variables --- caml.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/caml.el b/caml.el index 311d0f6f

[nongnu] elpa/geiser-gauche 8ff743f641 3/3: Merge branch 'master' into 'master'

2022-05-03 Thread ELPA Syncer
branch: elpa/geiser-gauche commit 8ff743f6416f00751e24aef8b9791501a40f5421 Merge: fd52cbaed9 96fa06aaee Author: András Simonyi Commit: András Simonyi Merge branch 'master' into 'master' avoid nested geiser-eval call Closes #2 See merge request emacs-geiser/gauche!1

[nongnu] elpa/geiser-gauche updated (fd52cbaed9 -> 8ff743f641)

2022-05-03 Thread ELPA Syncer
elpasync pushed a change to branch elpa/geiser-gauche. from fd52cbaed9 Properly register gauche in Geiser new 88a3376d10 avoid nested geiser-eval call new 96fa06aaee fix autodoc functionality new 8ff743f641 Merge branch 'master' into 'master' Summary of changes: g

[nongnu] elpa/geiser-gauche 88a3376d10 1/3: avoid nested geiser-eval call

2022-05-03 Thread ELPA Syncer
branch: elpa/geiser-gauche commit 88a3376d1054745779574f257ebe87fe9fe9b720 Author: Fabian Brosda Commit: Fabian Brosda avoid nested geiser-eval call Due to the change to asynchronous evaluation it is not possible, the get the current module by through evaluating scheme code. Ins

[nongnu] elpa/caml f2f170f46b 3/3: Fix problem with NonGNU ELPA

2022-05-03 Thread ELPA Syncer
branch: elpa/caml commit f2f170f46b758341d96385986e8a93b9b4d248f1 Merge: d3d2f5dbec 353edf8e0d Author: Christophe Troestler Commit: Christophe Troestler Fix problem with NonGNU ELPA Fixes https://github.com/ocaml/caml-mode/issues/12

[nongnu] elpa/geiser-gauche 96fa06aaee 2/3: fix autodoc functionality

2022-05-03 Thread ELPA Syncer
branch: elpa/geiser-gauche commit 96fa06aaeef18cc1b3b519e83dbb7be09eeb0d07 Author: Fabian Brosda Commit: Fabian Brosda fix autodoc functionality When get-module returns `:f`, rewrite it to "'#f" in the gauche expression. --- geiser-gauche.el | 5 - 1 file changed, 4 inserti

[elpa] externals/embark e9f0ea81a4 2/2: Merge branch 'master' of https://github.com/oantolin/embark

2022-05-03 Thread ELPA Syncer
branch: externals/embark commit e9f0ea81a492f2e12971ad0e2f6c9771fc1f0ec9 Merge: 085643716f 4144c1900b Author: Omar Antolín Commit: Omar Antolín Merge branch 'master' of https://github.com/oantolin/embark --- embark-consult.el | 9 - 1 file changed, 9 deletions(-) diff --git a/embar

[elpa] externals/embark 085643716f 1/2: lambdas are consp and are mistakenly excluded from binding lists!

2022-05-03 Thread ELPA Syncer
branch: externals/embark commit 085643716fa811275dc72d338238c5757a59d836 Author: Omar Antolín Commit: Omar Antolín lambdas are consp and are mistakenly excluded from binding lists! Fix #500. --- embark.el | 1 + 1 file changed, 1 insertion(+) diff --git a/embark.el b/embark.el ind

[elpa] externals/embark-consult updated (4144c1900b -> e9f0ea81a4)

2022-05-03 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 4144c1900b Merge pull request #499 from minad/drop-crm adds 085643716f lambdas are consp and are mistakenly excluded from binding lists! adds e9f0ea81a4 Merge branch 'master' of https://github.com/oantolin/emb

[elpa] externals/rt-liberation b76ae2828b: * rt-liberation.el: only font-lock keywords

2022-05-03 Thread ELPA Syncer
branch: externals/rt-liberation commit b76ae2828b12efc5f45f51ba873489e049a70924 Author: Yoni Rabkin Commit: Yoni Rabkin * rt-liberation.el: only font-lock keywords --- rt-liberation.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rt-liberation.el b/rt-liberation.e

[elpa] externals/tomelr 4e2edfe073: chore: Update Commentary section of the package

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 4e2edfe073d2a057a37b159d4e67282aa132f596 Author: Kaushal Modi Commit: Kaushal Modi chore: Update Commentary section of the package Replace Authors -> Author. --- test/all-tests.el| 2 +- test/tarray.el | 2 +- test/tcoerce.el | 2 +-

[elpa] externals/tomelr 9aa308665d: doc: Add installation instructions now that this is in GNU ELPA

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 9aa308665daa507655285d601d3e13657cb4523e Author: Kaushal Modi Commit: Kaushal Modi doc: Add installation instructions now that this is in GNU ELPA --- README.org | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git

[elpa] externals/consult ea30b4dc8b: Remove obsolete alias, it wasn't used anywhere besides embark-consult

2022-05-03 Thread ELPA Syncer
branch: externals/consult commit ea30b4dc8b25b65082ab9a2d56d2c6035d63b31e Author: Daniel Mendler Commit: Daniel Mendler Remove obsolete alias, it wasn't used anywhere besides embark-consult --- consult.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/consult.el b/consult.el index 617

[elpa] externals/tomelr 884674e168: chore: Add .elpaignore to reduce size of pkg archive on GNU ELPA

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 884674e168cbef35275a325f707c588ac2b5c866 Author: Kaushal Modi Commit: Kaushal Modi chore: Add .elpaignore to reduce size of pkg archive on GNU ELPA --- .elpaignore | 5 + tomelr.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.e

[elpa] externals/tomelr 867c82c9e2: minor: Update installation and usage guide for developers

2022-05-03 Thread ELPA Syncer
branch: externals/tomelr commit 867c82c9e230309c748de59bf8c0937b10d6fc64 Author: Kaushal Modi Commit: Kaushal Modi minor: Update installation and usage guide for developers Also bump version --- README.org | 58 ++ tomelr.el

[elpa] externals/pyim 4fa972e956 1/2: 使用 hook 而不是 advice 来处理 indicator.

2022-05-03 Thread ELPA Syncer
branch: externals/pyim commit 4fa972e9561d6320ef68ef1642808df8eeb50697 Author: Feng Shu Commit: Feng Shu 使用 hook 而不是 advice 来处理 indicator. * pyim-process.el (pyim-process-start-daemon-hook) (pyim-process-stop-daemon-hook): new hooks. (pyim-process-sto

[elpa] externals/pyim updated (90a5e443e9 -> a52c11ada2)

2022-05-03 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 90a5e443e9 Fix previous commit. new 4fa972e956 使用 hook 而不是 advice 来处理 indicator. new a52c11ada2 Add pyim-process-ui-* functions. Summary of changes: pyim-indicator.el | 4 ++-- pyim-page.el | 4 ++-- pyim-proc

[elpa] externals/pyim a52c11ada2 2/2: Add pyim-process-ui-* functions.

2022-05-03 Thread ELPA Syncer
branch: externals/pyim commit a52c11ada2381a162b1fd75d98282320601a1a1e Author: Feng Shu Commit: Feng Shu Add pyim-process-ui-* functions. * pyim-process.el (pyim-process-ui-init) (pyim-process-ui-refresh, pyim-process-ui-hide): New functions. (pyim-pr

[nongnu] elpa/cider acea8e256d 2/2: Issue template: add `JDK distribution` section

2022-05-03 Thread ELPA Syncer
branch: elpa/cider commit acea8e256d25c0f3b05cf6351b83bbe4543ab0f4 Author: vemv Commit: Bozhidar Batsov Issue template: add `JDK distribution` section --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.m

[nongnu] elpa/cider d689984274 1/2: Issue template: include Clojure CLI

2022-05-03 Thread ELPA Syncer
branch: elpa/cider commit d689984274afc6fe3cc4460dabe492672f11d23c Author: vemv Commit: Bozhidar Batsov Issue template: include Clojure CLI --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md

<    1   2