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 +
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
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(+),
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
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
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
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
branch: externals/javaimp
commit 0afe95ca1fe9ae2d2478ee21439e60475ead3f84
Author: Filipp Gunbin
Commit: Filipp Gunbin
Use ert-x in tests
---
Makefile | 2 +-
javaimp-tests.el | 23 +++--
tests/gra
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
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 ++
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
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
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
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 -
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
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
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 --
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
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
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
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
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 +++--
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
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
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 +++
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
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
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
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
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
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
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
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
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
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
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
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
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
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 +-
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
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
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
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
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
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
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
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
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
101 - 148 of 148 matches
Mail list logo