[elpa] externals/transient f3e1e70428 3/6: Use lexical binding with eval

2024-05-16 Thread Jonas Bernoulli via
branch: externals/transient commit f3e1e70428d03f1950e828d7e6e8c57a8d7bf04d Author: Jonas Bernoulli Commit: Jonas Bernoulli Use lexical binding with eval This comes from Emacs commit a1f8702e834. --- lisp/transient.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions

[elpa] externals/transient 3d395d643b 6/6: Add support for :inapt* predicates for groups

2024-05-16 Thread Jonas Bernoulli via
branch: externals/transient commit 3d395d643b1476b07c6c3d7217f5b2ad2c0b425e Author: Jonas Bernoulli Commit: Jonas Bernoulli Add support for :inapt* predicates for groups --- lisp/transient.el | 71 --- 1 file changed, 41 insertions(+), 30

[elpa] externals/transient dc967e07fe 5/6: transient--debug: Cosmetics

2024-05-16 Thread Jonas Bernoulli via
branch: externals/transient commit dc967e07fea2663845187dc1399bc8504da855e1 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--debug: Cosmetics --- lisp/transient.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/transient.el b/lisp

[elpa] externals/transient e2bfe89e8f 4/6: transient--debug: Use new help-fns-function-name if available

2024-05-16 Thread Jonas Bernoulli via
branch: externals/transient commit e2bfe89e8fa030677186915270341bf50cc922d8 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--debug: Use new help-fns-function-name if available This comes from Emacs commit a1f8702e834. --- lisp/transient.el | 8 +--- 1 file changed, 5

[elpa] externals/transient 753de9088e 1/6: transient--insert-groups: Use while-let

2024-05-16 Thread Jonas Bernoulli via
branch: externals/transient commit 753de9088e0f71ed57120f4e42e81430ab9e48d6 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-groups: Use while-let --- lisp/transient.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/transient.el b/lisp

[elpa] externals/transient 9c3986d6d6 2/6: Use more function quotes

2024-05-16 Thread Jonas Bernoulli via
branch: externals/transient commit 9c3986d6d6bd6be566329517dfe1d0d7db0b0ff8 Author: Jonas Bernoulli Commit: Jonas Bernoulli Use more function quotes This comes from Emacs commit a1f8702e834. --- lisp/transient.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[elpa] externals/transient updated (2dd0102ec3 -> 3d395d643b)

2024-05-16 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 2dd0102ec3 transient-define-infix: Update debug specification and documentation new 753de9088e transient--insert-groups: Use while-let new 9c3986d6d6 Use more function quotes new f3e1e70428 Use lexical

[elpa] externals/transient 91dd7bb33e 3/8: transient--func-arity: New function

2024-04-29 Thread Jonas Bernoulli via
branch: externals/transient commit 91dd7bb33ee5cd2cd914ab85a5e23b6cbc6827e7 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--func-arity: New function Advising a function (e.g., using elp) changes its arity (to (0 . many)). We really need to know the "actual"

[elpa] externals/transient 8a80e9526b 4/8: transient-information*: New class

2024-04-29 Thread Jonas Bernoulli via
branch: externals/transient commit 8a80e9526bd10f9bd6aba07f099f7351301e3e39 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-information*: New class --- lisp/transient.el | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/lisp/transient.el b

[elpa] externals/transient f1491361a7 7/8: transient-define-suffix: Update debug specification

2024-04-29 Thread Jonas Bernoulli via
branch: externals/transient commit f1491361a7e754e65de1ee1c59944a35c82fc5d2 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-define-suffix: Update debug specification --- lisp/transient.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/transient.el b

[elpa] externals/transient 7e827c31d6 6/8: transient--expand-define-args: Validate command body

2024-04-29 Thread Jonas Bernoulli via
branch: externals/transient commit 7e827c31d63e6aaff6511c33f436dbcba619de4e Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--expand-define-args: Validate command body --- lisp/transient.el | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp

[elpa] externals/transient updated (2698d62d2e -> 2dd0102ec3)

2024-04-29 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 2698d62d2e transient--make-transient-map: Handle conflicts with keys from maps new 53198a3df5 Update contact information new 1251faf0a6 Remove transient-plist-to-alist new 91dd7bb33e transient--func-arity:

[elpa] externals/transient 1251faf0a6 2/8: Remove transient-plist-to-alist

2024-04-29 Thread Jonas Bernoulli via
branch: externals/transient commit 1251faf0a672a35e619613034395bf4e47a84dba Author: Jonas Bernoulli Commit: Jonas Bernoulli Remove transient-plist-to-alist --- lisp/transient.el | 14 -- 1 file changed, 14 deletions(-) diff --git a/lisp/transient.el b/lisp/transient.el index

[elpa] externals/transient 53198a3df5 1/8: Update contact information

2024-04-29 Thread Jonas Bernoulli via
branch: externals/transient commit 53198a3df5c29b7906576bdfa3f4fa13b9bb47e1 Author: Jonas Bernoulli Commit: Jonas Bernoulli Update contact information --- docs/transient.org | 2 +- lisp/transient.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transient.org

[elpa] externals/transient fcc60e272d 5/8: transient-define-*: Allow overwriting interactive-only

2024-04-29 Thread Jonas Bernoulli via
branch: externals/transient commit fcc60e272da53a3962e082727784fd7b906a4c83 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-define-*: Allow overwriting interactive-only --- lisp/transient.el | 25 + 1 file changed, 17 insertions(+), 8 deletions(-) diff

[elpa] externals/transient 2dd0102ec3 8/8: transient-define-infix: Update debug specification and documentation

2024-04-29 Thread Jonas Bernoulli via
branch: externals/transient commit 2dd0102ec3df901d421fc338e5c768467cc54ecf Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-define-infix: Update debug specification and documentation --- docs/transient.org | 16 ++-- docs/transient.texi | 16 ++-- lisp

[elpa] externals/transient c356d1bca1 8/9: transient--make-transient-map: Relax conflicts of inapt suffixes

2024-04-15 Thread Jonas Bernoulli via
branch: externals/transient commit c356d1bca13ef1dd78ec7e83a89936cc58553f75 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--make-transient-map: Relax conflicts of inapt suffixes When a inapt suffix conflicts with an apt suffix, bind the latter. When two apt

[elpa] externals/transient 8c0a3ac0a4 7/9: transient--show: Call transient--force-fixed-pitch earlier

2024-04-15 Thread Jonas Bernoulli via
branch: externals/transient commit 8c0a3ac0a4e98d5797f9a3a7e06d5d34eafe5b07 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--show: Call transient--force-fixed-pitch earlier The fixed-pitch font may differ from the default face in size, so this could be done before

[elpa] externals/transient c03cad9407 2/9: changelog: Fixup

2024-04-15 Thread Jonas Bernoulli via
branch: externals/transient commit c03cad940766380dd50917aa9fa12b62991fcc67 Author: Jonas Bernoulli Commit: Jonas Bernoulli changelog: Fixup --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8eda63d0c0..aa354d0afe 100644

[elpa] externals/transient 0a1c46945b 4/9: transient-infix-set: Cosmetics

2024-04-15 Thread Jonas Bernoulli via
branch: externals/transient commit 0a1c46945bd074f8d925a22de03cc63058798e48 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-infix-set: Cosmetics --- lisp/transient.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/transient.el b/lisp

[elpa] externals/transient d2c88d2562 3/9: transient--init-group: Cosmetics

2024-04-15 Thread Jonas Bernoulli via
branch: externals/transient commit d2c88d2562e42b42fbe4b50b035fef98f826c984 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--init-group: Cosmetics --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp/transient.el

[elpa] externals/transient updated (55d5d41b48 -> 2698d62d2e)

2024-04-15 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 55d5d41b48 Release version 0.6.0 new 0c2928655c transient--get-face: Cosmetics new c03cad9407 changelog: Fixup new d2c88d2562 transient--init-group: Cosmetics new 0a1c46945b transient-infix-set:

[elpa] externals/transient 0c2928655c 1/9: transient--get-face: Cosmetics

2024-04-15 Thread Jonas Bernoulli via
branch: externals/transient commit 0c2928655ce75af86fede9adcb964d770c077090 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--get-face: Cosmetics --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp/transient.el

[elpa] externals/transient 7f6c39c55e 5/9: transient-scope: New function

2024-04-15 Thread Jonas Bernoulli via
branch: externals/transient commit 7f6c39c55eb959d27c5ee854991f9de4e8ba32a1 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-scope: New function --- lisp/transient.el | 4 1 file changed, 4 insertions(+) diff --git a/lisp/transient.el b/lisp/transient.el index fbf46366cb

[elpa] externals/transient 2698d62d2e 9/9: transient--make-transient-map: Handle conflicts with keys from maps

2024-04-15 Thread Jonas Bernoulli via
branch: externals/transient commit 2698d62d2e209023d5cf11ec4190aaa751f40bbe Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--make-transient-map: Handle conflicts with keys from maps If the binding comes from a keymap such as `transient-base-map

[elpa] externals/transient 6da27d7e1c 6/9: transient-setup-buffer-hook: New hook

2024-04-15 Thread Jonas Bernoulli via
branch: externals/transient commit 6da27d7e1c16e85c3865e20ad5c81385eadc15dc Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-setup-buffer-hook: New hook --- lisp/transient.el | 5 + 1 file changed, 5 insertions(+) diff --git a/lisp/transient.el b/lisp/transient.el index

[elpa] externals/transient 55d5d41b48: Release version 0.6.0

2024-03-21 Thread Jonas Bernoulli via
branch: externals/transient commit 55d5d41b48d7f7bc1ecf1f90c012d7821dff5724 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.6.0 --- CHANGELOG | 81 + docs/transient.org | 4 +-- docs/transient.texi | 4

[elpa] externals/transient 3e30f5bff6: Revert "transient--show: Fix only window height"

2024-03-11 Thread Jonas Bernoulli via
branch: externals/transient commit 3e30f5bff633a1d0d720305f6c8b5758b8ff1997 Author: Jonas Bernoulli Commit: Jonas Bernoulli Revert "transient--show: Fix only window height" This reverts commit 03997dcba8d5301b6eb26754773297f23ba3eca2. This avoid

[elpa] externals/transient 85ecbc66b6 1/9: readme: Use static gnu elpa badge

2024-03-02 Thread Jonas Bernoulli via
branch: externals/transient commit 85ecbc66b68207275f81de4f9bd321474a6c8c61 Author: Jonas Bernoulli Commit: Jonas Bernoulli readme: Use static gnu elpa badge The official badge is red, and red badges usually indicate failure. --- README.org | 2 +- 1 file changed, 1 insertion

[elpa] externals/transient updated (0fc87002d8 -> beecdc8579)

2024-03-02 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 0fc87002d8 transient-predicate-map: Bind ignore-preserving-kill-region new 85ecbc66b6 readme: Use static gnu elpa badge new a30df67b0b Convince find-function to jump to infix command definitions again new

[elpa] externals/transient ba37702ab3 5/9: manual: Fix documentation for transient-toggle-level-limit

2024-03-02 Thread Jonas Bernoulli via
branch: externals/transient commit ba37702ab3cf90191865172bd5581fd353ccba63 Author: Amelia Cuss Commit: Jonas Bernoulli manual: Fix documentation for transient-toggle-level-limit We refer to higher numbers as "higher levels", per the last paragraph of th

[elpa] externals/transient cb6452847f 3/9: transient--default-infix-command: Update docstring

2024-03-02 Thread Jonas Bernoulli via
branch: externals/transient commit cb6452847fb8d52b6e49a377b8990b69b5ddd266 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--default-infix-command: Update docstring --- lisp/transient.el | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git

[elpa] externals/transient 03e752d977 8/9: transient-parse-{suffix, suffixes}: Assert PREFIX is a non-nil symbol

2024-03-02 Thread Jonas Bernoulli via
branch: externals/transient commit 03e752d977cb2ed33930914425e108d60237443d Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-parse-{suffix,suffixes}: Assert PREFIX is a non-nil symbol This symbol is used in the names of suffixes that are defined inline. The idea

[elpa] externals/transient 8859863c41 6/9: transient--parse-child: Use dedicated error message

2024-03-02 Thread Jonas Bernoulli via
branch: externals/transient commit 8859863c41b135cca49ca23042ac8b6942fa14ee Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--parse-child: Use dedicated error message --- lisp/transient.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b

[elpa] externals/transient 8c01a1ebf8 7/9: transient--parse-child: Signal error if SPEC is nil

2024-03-02 Thread Jonas Bernoulli via
branch: externals/transient commit 8c01a1ebf8a80544cfaade72b969ff0549abdecc Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--parse-child: Signal error if SPEC is nil Previously that would have silently ignored this invalid SPEC. --- lisp/transient.el | 1 + 1 file

[elpa] externals/transient beecdc8579 9/9: Document that :class might be needed if :setup-children is used

2024-03-02 Thread Jonas Bernoulli via
branch: externals/transient commit beecdc85799231338314bd20292f71fc8cd687e8 Author: Jonas Bernoulli Commit: Jonas Bernoulli Document that :class might be needed if :setup-children is used It was undefined which class would be used if none was specified explicitly and `:setup

[elpa] externals/transient a30df67b0b 2/9: Convince find-function to jump to infix command definitions again

2024-03-02 Thread Jonas Bernoulli via
branch: externals/transient commit a30df67b0b0ae0f480b76e582d604a180043f85e Author: Jonas Bernoulli Commit: Jonas Bernoulli Convince find-function to jump to infix command definitions again --- lisp/transient.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/lisp

[elpa] externals/transient 03997dcba8 4/9: transient--show: Fix only window height

2024-03-02 Thread Jonas Bernoulli via
branch: externals/transient commit 03997dcba8d5301b6eb26754773297f23ba3eca2 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--show: Fix only window height --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp

[elpa] main d2d39bd1cb: * elpa-packages (rcirc-sqlite): Fix documentation keyword

2024-02-12 Thread Jonas Bernoulli via
branch: main commit d2d39bd1cb58d16df659c0a9dc2be9d4f4a848c9 Author: Jonas Bernoulli Commit: Jonas Bernoulli * elpa-packages (rcirc-sqlite): Fix documentation keyword --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index

[nongnu] main ddca63f901: elpa-packages (magit-section): Update `:ignore-files` property

2024-02-06 Thread Jonas Bernoulli via
branch: main commit ddca63f901e43d79aaa2d2ef37fc5ab36275d685 Author: Jonas Bernoulli Commit: Jonas Bernoulli elpa-packages (magit-section): Update `:ignore-files` property --- elpa-packages | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/elpa-packages b/elpa

[elpa] externals/transient bd2a5ea011 3/5: Do not barf on non-symbolic non-suffixes

2024-02-01 Thread Jonas Bernoulli via
branch: externals/transient commit bd2a5ea01110b294e26cb3d34f00b0f3e6c763f8 Author: Jonas Bernoulli Commit: Jonas Bernoulli Do not barf on non-symbolic non-suffixes --- lisp/transient.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp

[elpa] externals/transient df36bc8745 1/5: transient--parse-group: Detect columns beginning with included group

2024-02-01 Thread Jonas Bernoulli via
branch: externals/transient commit df36bc8745520f4580c8bc9260d57aa53878a053 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--parse-group: Detect columns beginning with included group --- lisp/transient.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

[elpa] externals/transient 0fc87002d8 5/5: transient-predicate-map: Bind ignore-preserving-kill-region

2024-02-01 Thread Jonas Bernoulli via
branch: externals/transient commit 0fc87002d8c72dc309b8b8487770642d3b1fca5f Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-predicate-map: Bind ignore-preserving-kill-region --- lisp/transient.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp

[elpa] externals/transient 92e8952ede 2/5: transient-prefix: Add column-width slot

2024-02-01 Thread Jonas Bernoulli via
branch: externals/transient commit 92e8952ede2ef420ca52881ab6ebee653786a8ef Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-prefix: Add column-width slot This is only respected inside `transient-columns' groups and allows aligning columns across separate instances

[elpa] externals/transient 4b24e737ce 4/5: Add comment to use of static-if

2024-02-01 Thread Jonas Bernoulli via
branch: externals/transient commit 4b24e737ce1d58e18e5a26fc5458f19c765d2e5c Author: Jonas Bernoulli Commit: Jonas Bernoulli Add comment to use of static-if --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index

[elpa] externals/transient updated (dae66b33df -> 0fc87002d8)

2024-02-01 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from dae66b33df Fix name of property used to hide commands from completion new df36bc8745 transient--parse-group: Detect columns beginning with included group new 92e8952ede transient-prefix: Add column-width slot

[elpa] externals/transient dae66b33df: Fix name of property used to hide commands from completion

2024-01-31 Thread Jonas Bernoulli via
branch: externals/transient commit dae66b33df9189d404d90e3ab0ad7b575617fb01 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix name of property used to hide commands from completion --- lisp/transient.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp

[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 b/lisp

[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 a/lisp

[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/transient f451708605 5/7: Use completion-predicate symbol property instead of command-modes

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit f4517086053dea6eb56103061fabbe636ffe5aa4 Author: Jonas Bernoulli Commit: Jonas Bernoulli Use completion-predicate symbol property instead of command-modes It is a more natural fit but didn't exist yet when I first learned about this feature

[elpa] externals/transient 194139cdfd 3/7: transient--wrap-command: Reindent

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit 194139cdfda4ea398c200c652a86916fa3729e05 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--wrap-command: Reindent Do this in a separate commit because the diff sure looks like much more changed than just some whitespace. --- lisp

[elpa] externals/transient a678d61406 6/7: Hide suffix-only commands from read-extended-command

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit a678d61406265100c7ab4d2bb8d040c4bc61de8b Author: Jonas Bernoulli Commit: Jonas Bernoulli Hide suffix-only commands from read-extended-command --- lisp/transient.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/lisp/transient.el b/lisp

[elpa] externals/transient 522b625cf3 7/7: Use a dedicated symbol to hide from read-extended-command

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit 522b625cf39cb1a9322719dcb039f25bc49ab35b Author: Jonas Bernoulli Commit: Jonas Bernoulli Use a dedicated symbol to hide from read-extended-command By using a dedicated symbol, which uses our package prefix, we ensure that we can set `read

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

2024-01-23 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from f51c144a47 transient--make-predicate-map: Fix detecting outer prefix new 9a3e1a4469 Add signage to emergency exits new 81a108ba03 transient--parse-suffix: Avoid overly long symbol names new 194139cdfd

[elpa] externals/transient 9a3e1a4469 1/7: Add signage to emergency exits

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit 9a3e1a4469711dd8d6bff134b1e35cf3edb3ecaf Author: Jonas Bernoulli Commit: Jonas Bernoulli Add signage to emergency exits --- lisp/transient.el | 33 - 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/lisp

[elpa] externals/transient 9d8f361f6a 4/7: transient--wrap-command: Bind debugger

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit 9d8f361f6a16503ff82e6076596874731aedb48f Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--wrap-command: Bind debugger Without this the transient window would not be deleted when the debugger is entered. --- lisp/transient.el | 12

[elpa] externals/transient 81a108ba03 2/7: transient--parse-suffix: Avoid overly long symbol names

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit 81a108ba03c8c0cee9d455cfc7c0804c850cb99a Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--parse-suffix: Avoid overly long symbol names We already fall back to making the suffix's key part of the name of the command, when its

[elpa] externals/transient f51c144a47: transient--make-predicate-map: Fix detecting outer prefix

2024-01-20 Thread Jonas Bernoulli via
branch: externals/transient commit f51c144a47a6a865e6453afb82c3c12a31fa4b0b Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--make-predicate-map: Fix detecting outer prefix Since [1: 5f2cfc9f] we try to detect whether there is an outer prefix, that non-transient

[elpa] externals/transient 20a3770d52 2/4: transient-suffix-object: Return transient--pending-suffix if non-nil

2024-01-15 Thread Jonas Bernoulli via
branch: externals/transient commit 20a3770d5245e5f067b4453d82d17087e9a4fb4b Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-suffix-object: Return transient--pending-suffix if non-nil --- lisp/transient.el | 48 +--- 1 file changed, 25

[elpa] externals/transient f582a9bc4d 4/4: transient--get-face: Make suffix object available to face function

2024-01-15 Thread Jonas Bernoulli via
branch: externals/transient commit f582a9bc4d3ff839a95c8b68d12fefb6397be4ec Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--get-face: Make suffix object available to face function --- lisp/transient.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[elpa] externals/transient 5b334a51bf 3/4: transient-define-suffix: Fall back to class's default command

2024-01-15 Thread Jonas Bernoulli via
branch: externals/transient commit 5b334a51bfcf353d9a85922acd10df932c6db87b Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-define-suffix: Fall back to class's default command --- lisp/transient.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp

[elpa] externals/transient 3ebb6acfae 1/4: transient-infix-read: Signal error if called with non-suffix symbol

2024-01-15 Thread Jonas Bernoulli via
branch: externals/transient commit 3ebb6acfae3a08a747146606d7ae6ab7bf5fa305 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-infix-read: Signal error if called with non-suffix symbol Previously this resulted in an `excessive-lisp-nesting' error. --- lisp/transient.el | 6

[elpa] externals/transient updated (a2fe06ac00 -> f582a9bc4d)

2024-01-15 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from a2fe06ac00 Fix typos new 3ebb6acfae transient-infix-read: Signal error if called with non-suffix symbol new 20a3770d52 transient-suffix-object: Return transient--pending-suffix if non-nil new 5b334a51bf

[elpa] externals/transient 6872fb84d7 2/4: Bump copyright years

2024-01-11 Thread Jonas Bernoulli via
branch: externals/transient commit 6872fb84d78938c06969c25dc99204a5c9b1dbc0 Author: Jonas Bernoulli Commit: Jonas Bernoulli Bump copyright years --- docs/transient.texi | 2 +- lisp/transient.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transient.texi b

[elpa] externals/transient updated (72cf67d7e0 -> a2fe06ac00)

2024-01-11 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 72cf67d7e0 Release version 0.5.3 new ff16d37312 make: Add redo target new 6872fb84d7 Bump copyright years new 8cc2415a54 transient--delete-window: Get transient buffer by name new a2fe06ac00 Fix

[elpa] externals/transient ff16d37312 1/4: make: Add redo target

2024-01-11 Thread Jonas Bernoulli via
branch: externals/transient commit ff16d373124159a85b35fc07150f295c7c18f81f Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Add redo target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2117e62215..bfaaffbc69 100644 --- a/Makefile +++ b

[elpa] externals/transient a2fe06ac00 4/4: Fix typos

2024-01-11 Thread Jonas Bernoulli via
branch: externals/transient commit a2fe06ac00d419ddcbf8f9ef59bf1c4d2350ccbe Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix typos --- CHANGELOG | 2 +- lisp/transient.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index

[elpa] externals/transient 8cc2415a54 3/4: transient--delete-window: Get transient buffer by name

2024-01-11 Thread Jonas Bernoulli via
branch: externals/transient commit 8cc2415a543a1f59b7ee973979daf080aa04c55d Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--delete-window: Get transient buffer by name We try to dedicate the transient window to the transient buffer, but that does not actually

[elpa] externals/transient updated (2c8b50231b -> 72cf67d7e0)

2023-12-16 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 2c8b50231b Release version 0.5.2 new eb6e903b6a make: Remove obsolete org-export kludge new ed1c5826f0 transient--insert-group(columns): Bind transient--pending-group new 72cf67d7e0 Release version 0.5.3

[elpa] externals/transient 72cf67d7e0 3/3: Release version 0.5.3

2023-12-16 Thread Jonas Bernoulli via
branch: externals/transient commit 72cf67d7e047a4f82e0e18bd016c7826bf2efde0 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.5.3 --- CHANGELOG | 5 + docs/transient.org | 4 ++-- docs/transient.texi | 25 +++-- lisp/transient.el | 2

[elpa] externals/transient eb6e903b6a 1/3: make: Remove obsolete org-export kludge

2023-12-16 Thread Jonas Bernoulli via
branch: externals/transient commit eb6e903b6a1271bdf713dae52c7718a874dec1e2 Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Remove obsolete org-export kludge --- docs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index

[elpa] externals/transient ed1c5826f0 2/3: transient--insert-group(columns): Bind transient--pending-group

2023-12-16 Thread Jonas Bernoulli via
branch: externals/transient commit ed1c5826f0920d68d6f42c986d6721f854342984 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-group(columns): Bind transient--pending-group Bind it to the column group for which a suffix is currently being inserted. Fixes

[elpa] externals/rainbow-mode f7db3b5919: ; Set local value of lexical-binding explicitly

2023-12-15 Thread Jonas Bernoulli via
branch: externals/rainbow-mode commit f7db3b5919f70420a91eb199f8663468de3033f3 Author: Jonas Bernoulli Commit: Jonas Bernoulli ; Set local value of lexical-binding explicitly --- rainbow-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbow-mode.el b/rainbow

[elpa] externals/transient 2c8b50231b 3/3: Release version 0.5.2

2023-12-05 Thread Jonas Bernoulli via
branch: externals/transient commit 2c8b50231b11d354b60709c361f2dfbc4cb8163d Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.5.2 --- CHANGELOG | 4 docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp/transient.el | 2 +- 4 files changed, 9

[elpa] externals/transient 4b76028d04 1/3: docs: Replace all unicode quotes in texi export

2023-12-05 Thread Jonas Bernoulli via
branch: externals/transient commit 4b76028d04feabfe92a01c96f49edad098e6b98d Author: Jonas Bernoulli Commit: Jonas Bernoulli docs: Replace all unicode quotes in texi export --- docs/Makefile | 2 +- docs/transient.texi | 8 2 files changed, 5 insertions(+), 5 deletions

[elpa] externals/transient updated (a6c1b4f837 -> 2c8b50231b)

2023-12-05 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from a6c1b4f837 Release version 0.5.1 new 4b76028d04 docs: Replace all unicode quotes in texi export new 6d7491702c docs: Fix typo new 2c8b50231b Release version 0.5.2 Summary of changes: CHANGELOG

[elpa] externals/transient 6d7491702c 2/3: docs: Fix typo

2023-12-05 Thread Jonas Bernoulli via
branch: externals/transient commit 6d7491702ca0ff93bbfa3be7768b456b0bf1503d Author: Jonas Bernoulli Commit: Jonas Bernoulli docs: Fix typo --- docs/transient.org | 2 +- docs/transient.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transient.org b/docs

[elpa] externals/transient updated (2f12f06c68 -> a6c1b4f837)

2023-12-05 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 2f12f06c68 Backport commit 7705bdfa5b8 from Emacs new 3f103b6778 docs: Relegate the old introduction and introduce the term "menu" new c5245b5c5c docs: Add new contributed introduction new a6c1b4f837

[elpa] externals/transient 3f103b6778 1/3: docs: Relegate the old introduction and introduce the term "menu"

2023-12-05 Thread Jonas Bernoulli via
branch: externals/transient commit 3f103b67789f0ec54009b5465f8ca66beee3a217 Author: Jonas Bernoulli Commit: Jonas Bernoulli docs: Relegate the old introduction and introduce the term "menu" --- README.org | 52 +- docs/transient.

[elpa] externals/transient a6c1b4f837 3/3: Release version 0.5.1

2023-12-05 Thread Jonas Bernoulli via
branch: externals/transient commit a6c1b4f8373ad59acfe2659e49f7c1f7c2bb41cc Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.5.1 --- CHANGELOG | 2 +- docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp/transient.el | 2 +- 4 files changed, 6

[elpa] externals/transient c5245b5c5c 2/3: docs: Add new contributed introduction

2023-12-05 Thread Jonas Bernoulli via
branch: externals/transient commit c5245b5c5c31f6ee6377e4e84a591458a948788e Author: J.D. Smith <93749+jdtsm...@users.noreply.github.com> Commit: Jonas Bernoulli docs: Add new contributed introduction This introduction by JD Smith was first published on the wiki

[elpa] externals/transient 2f12f06c68: Backport commit 7705bdfa5b8 from Emacs

2023-12-04 Thread Jonas Bernoulli via
branch: externals/transient commit 2f12f06c689af517ca64acfc51b27422c86b230d Author: Jonas Bernoulli Commit: Jonas Bernoulli Backport commit 7705bdfa5b8 from Emacs --- lisp/transient.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp

[elpa] externals/transient updated (cdeda207ba -> dde8e88435)

2023-12-04 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from cdeda207ba Remove unnecessary nesting from some face definitions new d5ea84cec8 Remove unnecessary variable declaration new e1a37e Inform users if they have to manually upgrade seq new dde8e88435 Update

[elpa] externals/transient d5ea84cec8 1/3: Remove unnecessary variable declaration

2023-12-04 Thread Jonas Bernoulli via
branch: externals/transient commit d5ea84cec8532f3002ded61d4eefa08b4016e634 Author: Jonas Bernoulli Commit: Jonas Bernoulli Remove unnecessary variable declaration We now require at least Emacs 26.1. --- lisp/transient.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp

[elpa] externals/transient e1a37e2222 2/3: Inform users if they have to manually upgrade seq

2023-12-04 Thread Jonas Bernoulli via
branch: externals/transient commit e1a37e0f8f9f94c01c1e615800d2aa92fcc2 Author: Jonas Bernoulli Commit: Jonas Bernoulli Inform users if they have to manually upgrade seq --- lisp/transient.el | 29 + 1 file changed, 29 insertions(+) diff --git a/lisp

[elpa] externals/transient dde8e88435 3/3: Update changelog

2023-12-04 Thread Jonas Bernoulli via
branch: externals/transient commit dde8e88435cb5f9d397a53942d7281eb7dc3e7a5 Author: Jonas Bernoulli Commit: Jonas Bernoulli Update changelog --- CHANGELOG | 13 + 1 file changed, 13 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d7c6958dd2..c26b82 100644

[elpa] externals/transient 5f2cfc9f73 1/6: transient--make-predicate-map: Only return if there is a parent

2023-12-03 Thread Jonas Bernoulli via
branch: externals/transient commit 5f2cfc9f73e756fb337df70909fcd3d0bce56911 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--make-predicate-map: Only return if there is a parent Only prepare to return to the parent transient if there actually is a parent. The only

[elpa] externals/transient updated (9050a0d058 -> cdeda207ba)

2023-12-03 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 9050a0d058 Release version 0.5.0 new 5f2cfc9f73 transient--make-predicate-map: Only return if there is a parent new bccec99fd1 transient-{set,save,reset}: Use transient-prefix-object new e02dfa6c35

[elpa] externals/transient e02dfa6c35 3/6: transient-toggle-level-limit: Use transient-prefix-object

2023-12-03 Thread Jonas Bernoulli via
branch: externals/transient commit e02dfa6c3599466c09176fb35a31eb1c7ed25975 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-toggle-level-limit: Use transient-prefix-object Since this is the only use of `transient-define-suffix' in "transient.el" itself

[elpa] externals/transient bccec99fd1 2/6: transient-{set, save, reset}: Use transient-prefix-object

2023-12-03 Thread Jonas Bernoulli via
branch: externals/transient commit bccec99fd1e7767191c1e112596de055906c1363 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-{set,save,reset}: Use transient-prefix-object --- lisp/transient.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp

[elpa] externals/transient cdeda207ba 6/6: Remove unnecessary nesting from some face definitions

2023-12-03 Thread Jonas Bernoulli via
branch: externals/transient commit cdeda207ba8e67ae8f5e3270a27960ea7f3e2bb4 Author: Jonas Bernoulli Commit: Jonas Bernoulli Remove unnecessary nesting from some face definitions --- lisp/transient.el | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lisp

[elpa] externals/transient 413310cd04 4/6: Define box line-width more carefully

2023-12-03 Thread Jonas Bernoulli via
branch: externals/transient commit 413310cd049b176431527a1021e5b832e3ec6b5c Author: Jonas Bernoulli Commit: Jonas Bernoulli Define box line-width more carefully Before Emacs 28, the value had to be a number. In Emacs 30 it can be a cons-cell of two numbers, but the manual says

[elpa] externals/transient b8aefce365 5/6: transient-higher-level: Ensure box color is valid

2023-12-03 Thread Jonas Bernoulli via
branch: externals/transient commit b8aefce365625846451c4ccefce6bc9c107ff64f Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-higher-level: Ensure box color is valid --- lisp/transient.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/transient.el b

[elpa] externals/transient a5a8bb178c 2/3: Bump Compat dependency

2023-11-28 Thread Jonas Bernoulli via
branch: externals/transient commit a5a8bb178cf4049489bbfffbe514c231aaea7cd2 Author: Jonas Bernoulli Commit: Jonas Bernoulli Bump Compat dependency --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index

[elpa] externals/transient 9050a0d058 3/3: Release version 0.5.0

2023-11-28 Thread Jonas Bernoulli via
branch: externals/transient commit 9050a0d058041e5e54d4e16359fd061e779c2ecb Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.5.0 --- CHANGELOG | 172 docs/transient.org | 4 +- docs/transient.texi | 4

[elpa] externals/transient 3f6bad6d05 1/3: manual: Update pre-command documentation

2023-11-28 Thread Jonas Bernoulli via
branch: externals/transient commit 3f6bad6d05e3dbe45c4b113d8b9461a23d047833 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Update pre-command documentation --- docs/transient.org | 23 --- docs/transient.texi | 31 +-- 2 files

[elpa] externals/transient updated (90243aec65 -> 9050a0d058)

2023-11-28 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 90243aec65 transient-mode-line-format: Support specifying separator thickness new 3f6bad6d05 manual: Update pre-command documentation new a5a8bb178c Bump Compat dependency new 9050a0d058 Release version

[elpa] externals/transient 90243aec65 4/4: transient-mode-line-format: Support specifying separator thickness

2023-11-27 Thread Jonas Bernoulli via
branch: externals/transient commit 90243aec655973cdd976444c4f698e90bc5f8c4d Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-mode-line-format: Support specifying separator thickness --- docs/transient.org | 8 +--- lisp/transient.el | 41

  1   2   3   4   5   6   7   8   9   10   >