[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 bind

[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 --g

[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/transie

[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/transient.e

[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 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 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(-) di

[elpa] externals/transient 0dd64387d3 7/9: manual: Document how to autoload transient commands

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit 0dd64387d3847d63298fbe10bf73f20aeef0cf2a Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Document how to autoload transient commands Closes #280. --- docs/transient.org | 13 + 1 file changed, 13 insertions(+) diff --git a/doc

[elpa] externals/transient b4a25587d1 2/9: transient--maybe-pad-keys: Cosmetics

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit b4a25587d1b2fd0053a0e4331064736ea41691a4 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--maybe-pad-keys: Cosmetics --- lisp/transient.el | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lisp/transient.el b/lisp/t

[elpa] externals/transient 99a68578df 6/9: transient-format-description(suffix): Move fontification to around method

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit 99a68578df4d938598d0fcbb8401e2fe35be6132 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-format-description(suffix): Move fontification to around method Like for other fontification work already performed in the around method, this me

[elpa] externals/transient 1cb68bf47b 3/9: transient--insert-group(subgroups): Cosmetics

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit 1cb68bf47b9421dc3f72caafbc88f98be2084a3b Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-group(subgroups): Cosmetics --- lisp/transient.el | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/lisp/transient.e

[elpa] externals/transient dd93001e85 8/9: transient--insert-group(columns): Reduce space between columns

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit dd93001e85ebc26eb25ff1f7f00c993ca87c0fea Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-group(columns): Reduce space between columns --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient

[elpa] externals/transient 56d338defd 1/9: transient--buffer: New variable

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit 56d338defd406ed2ea15f15d34698dd27b479cce Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--buffer: New variable --- lisp/transient.el | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/lisp/transient.el b/lisp/

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

2024-06-03 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 3d395d643b Add support for :inapt* predicates for groups new 56d338defd transient--buffer: New variable new b4a25587d1 transient--maybe-pad-keys: Cosmetics new 1cb68bf47b transient--insert-group(subgroups):

[elpa] externals/transient 31af5b4074 4/9: transient--add-face: Move definition

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit 31af5b407414227b98312cff15fed7f60ce5e65a Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--add-face: Move definition --- lisp/transient.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/transient.el b/lisp/tran

[elpa] externals/transient 4e05e53cc9 5/9: transient--get-description: New function

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit 4e05e53cc988fe399dd7a6c87bf1d2abe28bbbe8 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--get-description: New function As a result, `transient-format-description(transient-group)' no longer has to call the next method. As a

[elpa] externals/transient fed89f8382 9/9: Add missing comma in docstring

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit fed89f83820dc75af2d3179186b780a20c7b9de9 Author: Jonas Bernoulli Commit: Jonas Bernoulli Add missing comma in docstring --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index 9f

[elpa] externals/transient 3ead384942: transient--insert-groups(columns): Simplify

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit 3ead3849420b82e08214a5a25e69dbe1becf5647 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-groups(columns): Simplify - Drop `flatten-tree' as it doesn't make a difference here. - Avoid `push', favoring `cons'. --- lisp/transien

[elpa] externals/transient 02d8d8c2bf: fixup(0dd64387): manual: Document how to autoload transient commands

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit 02d8d8c2bfcb25255492e366aff2e4ee6d44d829 Author: Jonas Bernoulli Commit: Jonas Bernoulli fixup(0dd64387): manual: Document how to autoload transient commands --- docs/transient.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/transient.org b

[elpa] externals/transient bf2901927d: manual: Regenerate

2024-06-03 Thread Jonas Bernoulli via
branch: externals/transient commit bf2901927dce31d5522db95c6ab22a93f7738a09 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Regenerate --- docs/transient.texi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/docs/transient.texi b/docs/transient.texi index 46e2305b

[elpa] externals/transient updated (bf2901927d -> a42b2f6992)

2024-06-13 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from bf2901927d manual: Regenerate new 872b19b062 make: Integrate texi target new b0e23f2447 Add commend to eval-and-compile form new db382992a3 transient--expand-define-args: Improve error messages new 2

[elpa] externals/transient 5cbe96749c 5/6: Use define-advice instead of advice-add

2024-06-13 Thread Jonas Bernoulli via
branch: externals/transient commit 5cbe96749c3a06c1de5212ccd241842b60a04b2c Author: Jonas Bernoulli Commit: Jonas Bernoulli Use define-advice instead of advice-add --- lisp/transient.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/transient.el b/lisp/transie

[elpa] externals/transient a42b2f6992 6/6: Fix typo

2024-06-13 Thread Jonas Bernoulli via
branch: externals/transient commit a42b2f6992b27e8da924d4ff86ef9a33b6804b84 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix typo --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index c6533b48ce..211d6ded3e 1

[elpa] externals/transient 2fd3ea14f2 4/6: transient-augment-suffix: New macro

2024-06-13 Thread Jonas Bernoulli via
branch: externals/transient commit 2fd3ea14f2634c07bf99ee110f6a4923907d5f6f Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-augment-suffix: New macro --- lisp/transient.el | 12 1 file changed, 12 insertions(+) diff --git a/lisp/transient.el b/lisp/transient.el index

[elpa] externals/transient b0e23f2447 2/6: Add commend to eval-and-compile form

2024-06-13 Thread Jonas Bernoulli via
branch: externals/transient commit b0e23f244774d7aeab6a59454c69c5bfcf7c60e9 Author: Jonas Bernoulli Commit: Jonas Bernoulli Add commend to eval-and-compile form --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el in

[elpa] externals/transient db382992a3 3/6: transient--expand-define-args: Improve error messages

2024-06-13 Thread Jonas Bernoulli via
branch: externals/transient commit db382992a3b0520148b1a5bb2150258eb701ad88 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--expand-define-args: Improve error messages --- lisp/transient.el | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/

[elpa] externals/transient 872b19b062 1/6: make: Integrate texi target

2024-06-13 Thread Jonas Bernoulli via
branch: externals/transient commit 872b19b062653797e997db4907da59315ed16c5b Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Integrate texi target Now that an Org version (9.6), which contains the necessary changes to ox-texinfo, has been released, we assume that users have

[elpa] externals/transient updated (a42b2f6992 -> ef6cb3852f)

2024-06-18 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from a42b2f6992 Fix typo new d92431036d Fix typos new d1f43041a9 Bump Compat dependency new d6f7653044 changelog: Fixup new 947c2bef85 changelog: Update new 755955621b make: Fix texi target

[elpa] externals/transient d1f43041a9 2/7: Bump Compat dependency

2024-06-18 Thread Jonas Bernoulli via
branch: externals/transient commit d1f43041a9273ff741094e5ff13466ec2d37e4ba 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 05737f59a7

[elpa] externals/transient d6f7653044 3/7: changelog: Fixup

2024-06-18 Thread Jonas Bernoulli via
branch: externals/transient commit d6f7653044af500fc32cb1f1af2316f1bb9ce14c Author: Jonas Bernoulli Commit: Jonas Bernoulli changelog: Fixup --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index aa354d0afe..9380d5200a 100644 ---

[elpa] externals/transient d92431036d 1/7: Fix typos

2024-06-18 Thread Jonas Bernoulli via
branch: externals/transient commit d92431036d3e4c34280e34464b9fd7b368201eb8 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix typos This comes from Emacs commit 3dcac22dd42. --- docs/transient.org | 2 +- docs/transient.texi | 2 +- lisp/transient.el | 2 +- 3 files changed, 3

[elpa] externals/transient 947c2bef85 4/7: changelog: Update

2024-06-18 Thread Jonas Bernoulli via
branch: externals/transient commit 947c2bef85ca35e09e9d9911c33b2ffbfc8c7b7c Author: Jonas Bernoulli Commit: Jonas Bernoulli changelog: Update --- CHANGELOG | 42 ++ 1 file changed, 42 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 9380d5200a.

[elpa] externals/transient ef6cb3852f 7/7: Release version 0.7.0

2024-06-18 Thread Jonas Bernoulli via
branch: externals/transient commit ef6cb3852f1d02224fbe9b9695cfe2d0dedbc271 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.7.0 --- CHANGELOG | 2 +- docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp/transient.el | 2 +- 4 files changed, 6 insert

[elpa] externals/transient 755955621b 5/7: make: Fix texi target

2024-06-18 Thread Jonas Bernoulli via
branch: externals/transient commit 755955621b0f5e37ff6c27098ca7dd185c506189 Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Fix texi target --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 150436f23e..8341a90aae

[elpa] externals/transient 440b335450 6/7: make: Restore texi kludge

2024-06-18 Thread Jonas Bernoulli via
branch: externals/transient commit 440b33545002e6ce461ba05a4035cdddfeb4380a Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Restore texi kludge This was accidentally removed in [1: 872b19b0]. 1: 2024-06-07 872b19b062653797e997db4907da59315ed16c5b make: Integrat

[elpa] externals/transient 4f0fe22caf: transient--expand-define-args: Use backward compatible signature

2024-06-19 Thread Jonas Bernoulli via
branch: externals/transient commit 4f0fe22cafb6c2c8c8749a9037351ed01cf121ef Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--expand-define-args: Use backward compatible signature Closes #288. --- CHANGELOG | 5 + lisp/transient.el | 5 - 2 files changed, 9

[elpa] externals/transient f78aebdd03: Release version 0.7.1

2024-06-19 Thread Jonas Bernoulli via
branch: externals/transient commit f78aebdd03292241b45023c4379bcad5c746fc4c Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.7.1 --- CHANGELOG | 2 +- docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp/transient.el | 2 +- 4 files changed, 6 insert

[elpa] externals/transient 2d6fae0ca2 6/6: Release version 0.7.2

2024-06-24 Thread Jonas Bernoulli via
branch: externals/transient commit 2d6fae0ca232c2423facbbbf8ece18c856e7d31d Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.7.2 --- CHANGELOG | 9 + docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp/transient.el | 2 +- 4 files changed, 1

[elpa] externals/transient 06a87bd0f3 4/6: transient-preset: New command

2024-06-24 Thread Jonas Bernoulli via
branch: externals/transient commit 06a87bd0f39dced6fc892fe7f710f008a1dde308 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-preset: New command Example usage: (transient-define-prefix demo () :refresh-suffixes t ["Presets" ("1" transient

[elpa] externals/transient updated (f78aebdd03 -> 2d6fae0ca2)

2024-06-24 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from f78aebdd03 Release version 0.7.1 new 4654bff970 transient-setup: Fix punctuation new 508efcd379 transient-infix-set: Upcase variable in docstrings new 8db5f0fd44 transient--refresh-transient: Preserve value

[elpa] externals/transient 508efcd379 2/6: transient-infix-set: Upcase variable in docstrings

2024-06-24 Thread Jonas Bernoulli via
branch: externals/transient commit 508efcd3794d09a3095477dfbc8f764b79ff4d1d Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-infix-set: Upcase variable in docstrings --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/li

[elpa] externals/transient edafe7bdb6 5/6: Use string-join instead of mapconcat

2024-06-24 Thread Jonas Bernoulli via
branch: externals/transient commit edafe7bdb658d6d6baa8fdce953d56745a792e5b Author: Jonas Bernoulli Commit: Jonas Bernoulli Use string-join instead of mapconcat --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el in

[elpa] externals/transient 8db5f0fd44 3/6: transient--refresh-transient: Preserve value

2024-06-24 Thread Jonas Bernoulli via
branch: externals/transient commit 8db5f0fd4469f3b2af34e07a283372ca273fa685 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--refresh-transient: Preserve value The value of the prefix's `value' slot is used during the setup of its suffixes. After that it is not updated

[elpa] externals/transient 4654bff970 1/6: transient-setup: Fix punctuation

2024-06-24 Thread Jonas Bernoulli via
branch: externals/transient commit 4654bff970d7dd622c793f6c258536d8b93ffcef Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-setup: Fix punctuation --- 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 cfd17a714b 2/2: manual: Add an example using :setup-children

2024-06-28 Thread Jonas Bernoulli via
branch: externals/transient commit cfd17a714b0ef9401d570946795a38fe1d8d6e08 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Add an example using :setup-children --- docs/transient.org | 31 ++- docs/transient.texi | 31 ++- 2

[elpa] externals/transient updated (2d6fae0ca2 -> cfd17a714b)

2024-06-28 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 2d6fae0ca2 Release version 0.7.2 new 0e0ece3236 transient--post-command: Clear transient-current-* variables here new cfd17a714b manual: Add an example using :setup-children Summary of changes: docs/transient.or

[elpa] externals/transient 0e0ece3236 1/2: transient--post-command: Clear transient-current-* variables here

2024-06-28 Thread Jonas Bernoulli via
branch: externals/transient commit 0e0ece32362bb5eed430328583018a35f44d3c7d Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--post-command: Clear transient-current-* variables here These variables are only intended to be accessible by the command that was invoked as a s

[elpa] externals/transient f2cb28a56c: transient--post-command: Only clear variables on real post-command

2024-06-29 Thread Jonas Bernoulli via
branch: externals/transient commit f2cb28a56cd8f81bf18c0dcd8565e3ae128baf52 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--post-command: Only clear variables on real post-command In [1: 0e0ece32] we started clearing `transient-current-*' variables here instead of in

[nongnu] elpa/macrostep 18142bc915: Reduce width of a docstring below 80 characters

2024-07-02 Thread Jonas Bernoulli via
branch: elpa/macrostep commit 18142bc915dfe4a65d337e3aa5ad851d95d1d5c9 Author: Jonas Bernoulli Commit: Jonas Bernoulli Reduce width of a docstring below 80 characters * macrostep.el (macrostep-gensyms-this-level): Reduce width of docstring. --- macrostep.el | 2 +- 1 file chang

[elpa] externals/transient 32b7a99bf2 7/7: transient--align-to: New function

2024-07-02 Thread Jonas Bernoulli via
branch: externals/transient commit 32b7a99bf25fbf43fcc6efb9712a2c0888edd3eb Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--align-to: New function --- lisp/transient.el | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lisp/transient.el b/lisp/tran

[elpa] externals/transient 86dc3781cd 1/7: transient--insert-group(columns): Simplify forced single column case

2024-07-02 Thread Jonas Bernoulli via
branch: externals/transient commit 86dc3781cdb85626c854c2bfd7f9ee238178e17c Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-group(columns): Simplify forced single column case --- lisp/transient.el | 77 ++- 1 file changed

[elpa] externals/transient 9c542109c2 3/7: transient--insert-group(columns): Cosmetics

2024-07-02 Thread Jonas Bernoulli via
branch: externals/transient commit 9c542109c2117cc7ab197d10a5339b7107c78aad Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-group(columns): Cosmetics --- lisp/transient.el | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lisp/transient.el b/lisp

[elpa] externals/transient updated (f2cb28a56c -> 32b7a99bf2)

2024-07-02 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from f2cb28a56c transient--post-command: Only clear variables on real post-command new 86dc3781cd transient--insert-group(columns): Simplify forced single column case new 6d7fc6e1b9 transient--insert-group(columns): Co

[elpa] externals/transient 6d7fc6e1b9 2/7: transient--insert-group(columns): Combine char and pixel paths

2024-07-02 Thread Jonas Bernoulli via
branch: externals/transient commit 6d7fc6e1b9cc426a79f1594be77e958516a814b8 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-group(columns): Combine char and pixel paths --- lisp/transient.el | 24 +--- 1 file changed, 9 insertions(+), 15 deletions(-) d

[elpa] externals/transient 93179253c3 4/7: transient--column-stops: New function

2024-07-02 Thread Jonas Bernoulli via
branch: externals/transient commit 93179253c3014fc24dc6625097c997122dcb4e33 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--column-stops: New function --- lisp/transient.el | 29 - 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/lisp/tr

[elpa] externals/transient 152b93e602 5/7: transient--mapn: New function

2024-07-02 Thread Jonas Bernoulli via
branch: externals/transient commit 152b93e602d1c776fa01659aaee0cab23ea3d4ab Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--mapn: New function --- lisp/transient.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/lisp/transient.el b/lisp/transient.el index a84e40

[elpa] externals/transient 6d6a3fe9fc 6/7: transient--insert-group(columns): Avoid having to use coordinates

2024-07-02 Thread Jonas Bernoulli via
branch: externals/transient commit 6d6a3fe9fca3f6b74881a5d6fe532ff78d4d4c42 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-group(columns): Avoid having to use coordinates --- lisp/transient.el | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(

[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 +-- l

[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 9d8031

[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', then there is no suffi

[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..9d8

[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 inde

[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 in

[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: Cosm

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

[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/transien

[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 the

[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 suffi

[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/tra

[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 --g

[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 1c

[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 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 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/transien

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

[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" arity, so

[elpa] externals/transient updated (a1575e5833 -> 226db67b36)

2023-08-16 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from a1575e5833 Release version 0.4.1 new e163a904b5 Fix typo new 323d6b6c84 manual: Document when to invoke prefix arguments new d056a6c013 transient--pp-to-file: Use consistent format across Emacs releases

[elpa] externals/transient d056a6c013 3/5: transient--pp-to-file: Use consistent format across Emacs releases

2023-08-16 Thread Jonas Bernoulli via
branch: externals/transient commit d056a6c013b9e7160a676365bcf29905bfe65093 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--pp-to-file: Use consistent format across Emacs releases --- lisp/transient.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/t

[elpa] externals/transient e163a904b5 1/5: Fix typo

2023-08-16 Thread Jonas Bernoulli via
branch: externals/transient commit e163a904b5b98f9a43299805296934da27fc1f55 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index cbbb633ea3..2fe4bf8f86 100644 --- a/CHANGELOG ++

[elpa] externals/transient 775d00de5c 4/5: Add comma in docstring

2023-08-16 Thread Jonas Bernoulli via
branch: externals/transient commit 775d00de5ca5a63aa550b2751de34abfb4eda009 Author: Jonas Bernoulli Commit: Jonas Bernoulli Add comma in docstring --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index 64e73d8f31

[elpa] externals/transient 226db67b36 5/5: All suffix commands now must be accessed through fbound symbols

2023-08-16 Thread Jonas Bernoulli via
branch: externals/transient commit 226db67b3680acbeb74cb0403e1a302917054174 Author: Jonas Bernoulli Commit: Jonas Bernoulli All suffix commands now must be accessed through fbound symbols Even before, all suffix commands had to be associated with a symbol. Every suffix command i

[elpa] externals/transient 323d6b6c84 2/5: manual: Document when to invoke prefix arguments

2023-08-16 Thread Jonas Bernoulli via
branch: externals/transient commit 323d6b6c84e6ae55e578efa1efb6bb4d42a69cac Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Document when to invoke prefix arguments --- docs/transient.org | 31 ++--- docs/transient.texi | 56 +++--

[elpa] externals/transient 7afa779741: Release version 0.4.2

2023-08-25 Thread Jonas Bernoulli via
branch: externals/transient commit 7afa77974117afe45d4476513bf1eec82ba7f3d3 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.4.2 --- CHANGELOG | 23 +++ docs/transient.org | 4 ++-- docs/transient.texi | 6 ++ lisp/transient.el | 2 +-

[elpa] externals/transient fbb46c3f2e 2/3: Provide two implementations of transient--wrap-command

2023-08-25 Thread Jonas Bernoulli via
branch: externals/transient commit fbb46c3f2e0d08cea76a70542ae8d6cf8c966604 Author: Jonas Bernoulli Commit: Jonas Bernoulli Provide two implementations of transient--wrap-command Starting with Emacs 30 the `interactive' form of a command can be advised without any trickery and t

[elpa] externals/transient 8cf1238181 3/3: Release version 0.4.3

2023-08-25 Thread Jonas Bernoulli via
branch: externals/transient commit 8cf1238181d57504e68f42fa0d4ef66784b197a9 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.4.3 --- CHANGELOG | 5 + docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp/transient.el | 2 +- 4 files changed, 10 in

[elpa] externals/transient 3dc9de0c73 1/3: docs: Improve some syntax

2023-08-25 Thread Jonas Bernoulli via
branch: externals/transient commit 3dc9de0c73c5a0dbd48a8c0251d890791ef4c5ed Author: Jonas Bernoulli Commit: Jonas Bernoulli docs: Improve some syntax --- docs/transient.org | 2 +- docs/transient.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transient.org

[elpa] externals/transient updated (7afa779741 -> 8cf1238181)

2023-08-25 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 7afa779741 Release version 0.4.2 new 3dc9de0c73 docs: Improve some syntax new fbb46c3f2e Provide two implementations of transient--wrap-command new 8cf1238181 Release version 0.4.3 Summary of changes: CHA

[elpa] externals/transient 157aa63ebb 2/3: Untabify

2023-09-01 Thread Jonas Bernoulli via
branch: externals/transient commit 157aa63ebb28fbd82f1b4146c609d383ac06c152 Author: Jonas Bernoulli Commit: Jonas Bernoulli Untabify --- lisp/transient.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/transient.el b/lisp/transient.el index d94a67ac19.

[elpa] externals/transient 01dd8c3269 3/3: Place comma after "e.g." and "i.e."

2023-09-01 Thread Jonas Bernoulli via
branch: externals/transient commit 01dd8c3269a90eaba654e7bc5eaba2e0466149cd Author: Jonas Bernoulli Commit: Jonas Bernoulli Place comma after "e.g." and "i.e." --- lisp/transient.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/transient.el b/lisp/t

[elpa] externals/transient updated (8cf1238181 -> 01dd8c3269)

2023-09-01 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 8cf1238181 Release version 0.4.3 new d4ccbe956a docs: Don't use unicode quotes in texi export new 157aa63ebb Untabify new 01dd8c3269 Place comma after "e.g." and "i.e." Summary of changes: docs/Makefile

[elpa] externals/transient d4ccbe956a 1/3: docs: Don't use unicode quotes in texi export

2023-09-01 Thread Jonas Bernoulli via
branch: externals/transient commit d4ccbe956a8f7c9679ca4fd0e51b45a4339333ab Author: Jonas Bernoulli Commit: Jonas Bernoulli docs: Don't use unicode quotes in texi export Re https://lists.gnu.org/archive/html/emacs-devel/2023-08/msg01232.html. --- docs/Makefile | 1 + docs/tr

[elpa] externals/transient 361d8ac61b 2/2: transient-{set, save, reset}: Stay transient

2023-09-03 Thread Jonas Bernoulli via
branch: externals/transient commit 361d8ac61bf75e027173f84a1013d87364a4ec3e Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-{set,save,reset}: Stay transient --- lisp/transient.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/transient.el b/lisp/tra

[elpa] externals/transient cc0fa80530 1/2: transient--post-command: Redisplay after universal argument

2023-09-03 Thread Jonas Bernoulli via
branch: externals/transient commit cc0fa80530b02493f73b870032bfcdd1435286cd Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--post-command: Redisplay after universal argument We want to redisplay the transient buffer after an universal argument so that suffix descriptio

[elpa] externals/transient updated (01dd8c3269 -> 361d8ac61b)

2023-09-03 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 01dd8c3269 Place comma after "e.g." and "i.e." new cc0fa80530 transient--post-command: Redisplay after universal argument new 361d8ac61b transient-{set,save,reset}: Stay transient Summary of changes: lisp/transi

[elpa] externals/transient dd970cd464: Compile suffix commands that are defined inside prefix definitions

2023-09-07 Thread Jonas Bernoulli via
branch: externals/transient commit dd970cd464570c85ca3492706b6239029876556d Author: Jonas Bernoulli Commit: Jonas Bernoulli Compile suffix commands that are defined inside prefix definitions Closes #256. --- lisp/transient.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-

[elpa] externals/transient b150b48b31 2/2: transient-quit-one: Cancel prefix-arg instead of exiting transient

2023-09-15 Thread Jonas Bernoulli via
branch: externals/transient commit b150b48b310d06db87e673f5aef672b341bd001e Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-quit-one: Cancel prefix-arg instead of exiting transient --- lisp/transient.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/transient.el b/lisp

[elpa] externals/transient d11a1040b2 1/2: transient-update: Preserve universal argument

2023-09-15 Thread Jonas Bernoulli via
branch: externals/transient commit d11a1040b21e8e21b27f87490cb6bcec4cc2c6da Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-update: Preserve universal argument Since [1: ed2febd0] we have already done so, iff we remapped from `negative-argument' to this command.

[elpa] externals/transient updated (dd970cd464 -> b150b48b31)

2023-09-15 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from dd970cd464 Compile suffix commands that are defined inside prefix definitions new d11a1040b2 transient-update: Preserve universal argument new b150b48b31 transient-quit-one: Cancel prefix-arg instead of exiting tr

[elpa] externals/transient 7c08beb8d2: Revert "transient-{set, save, reset}: Stay transient"

2023-09-19 Thread Jonas Bernoulli via
branch: externals/transient commit 7c08beb8d2c8a071c9e947617dbee369f17add84 Author: Jonas Bernoulli Commit: Jonas Bernoulli Revert "transient-{set,save,reset}: Stay transient" This reverts commit 361d8ac61bf75e027173f84a1013d87364a4ec3e. The goal of that commit was to ensur

  1   2   3   4   5   6   7   8   9   10   >