[elpa] externals/transient 667488e 09/11: Extend multi-value support

2021-11-04 Thread Jonas Bernoulli
branch: externals/transient commit 667488ebffe015524e8bbd7eeced626ee52dd7bf Author: Jonas Bernoulli Commit: Jonas Bernoulli Extend multi-value support Extend `transient-option's methods to deal with it. Deprecate the `transient-files' class whose methods previously responsible

[elpa] externals/transient 938b059 01/11: transient--show: Set point after displaying window again

2021-11-04 Thread Jonas Bernoulli
branch: externals/transient commit 938b059192f053fb69cc196507a25b7e274a9973 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--show: Set point after displaying window again This fixes #173 a regression in [1: 7c677737]. 1: 2021-09-20

[elpa] externals/transient df1ba0f 05/11: transient-show-help: Cosmetics

2021-11-04 Thread Jonas Bernoulli
branch: externals/transient commit df1ba0f14420379a4e0a4eff4f76eb15bc9f5918 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-show-help: Cosmetics --- lisp/transient.el | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lisp/transient.el b/lisp

[elpa] externals/transient c9ab648 08/11: transient--show-help: Update doc-strings

2021-11-04 Thread Jonas Bernoulli
branch: externals/transient commit c9ab648e5b59929e44970d7b59a2a61b11544572 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--show-help: Update doc-strings --- lisp/transient.el | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/lisp

[elpa] externals/transient 6276927 02/11: transient--describe-function: Move definition

2021-11-04 Thread Jonas Bernoulli
branch: externals/transient commit 62769279a6ff6c45562c95b365c490396ef63262 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--describe-function: Move definition --- lisp/transient.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/transient.el b

[elpa] externals/transient 09c911e 03/11: transient--show-manual: New function

2021-11-04 Thread Jonas Bernoulli
branch: externals/transient commit 09c911e621fed58e9c8227a69163e31a596e985e Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--show-manual: New function --- lisp/transient.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp

[elpa] elpa-admin f3249bc: Revert "* elpa-admin.el (elpaa--pull): Don't update if upstream is missing"

2021-11-03 Thread Jonas Bernoulli
branch: elpa-admin commit f3249bc02d5638f62d04d813afff0b50b34623f7 Author: Jonas Bernoulli Commit: Jonas Bernoulli Revert "* elpa-admin.el (elpaa--pull): Don't update if upstream is missing" This reverts commit 7c525ccba1f7f380f46bcc364c78d4e6bf831652. This tr

[elpa] externals/transient 74cba5a 9/9: Release version 0.3.7

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 74cba5a418ff1b1661494fc2970c330ecdbb4b22 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.3.7 --- docs/CHANGELOG | 38 ++ docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp

[elpa] externals/transient 791588d 7/9: transient--emergency-exit: Fix doc-string

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 791588d118d050727d9ac2050800d96ec6705a31 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--emergency-exit: Fix doc-string --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp

[elpa] externals/transient badebdd 1/9: Set local checkdoc-symbol-words

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit badebdd1c1bad0b0d26ec78903a493c3a7d0a437 Author: Jonas Bernoulli Commit: Jonas Bernoulli Set local checkdoc-symbol-words --- lisp/transient.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el

[elpa] externals/transient 56fb7a9 5/9: transient-setup: Cosmetics

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 56fb7a91c8818992c869976e02931b1461fedacb Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-setup: Cosmetics These two variables are always both nil or non-nil, but the latter is better at conveying the meaning "Is a prefix in e

[elpa] externals/transient 0c2255a 8/9: transient-get-value: Add an emergency exit

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 0c2255a29636bf828da34291ffbebdbdb294c96f Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-get-value: Add an emergency exit --- lisp/transient.el | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lisp/transient.el b

[elpa] externals/transient 7976562 4/9: Sharp-quote functions

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 7976562a3c1b2ecff086f14bb8200f1d6ef24834 Author: Stefan Monnier Commit: Jonas Bernoulli Sharp-quote functions Co-authored-by: Jonas Bernoulli While touching these lines, we might as well update the alignment where appropriate

[elpa] externals/transient updated (2b1d184 -> 74cba5a)

2021-10-25 Thread Jonas Bernoulli
tarsius pushed a change to branch externals/transient. from 2b1d184 make: Remove dash dependency new badebdd Set local checkdoc-symbol-words new df13fef Remove various duplicated words new ee8bdcf Fix alias definition new 7976562 Sharp-quote

[elpa] externals/transient 7126d6a 6/9: Fix hydra-inspired colors

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 7126d6aa7625037ce6714945b1e8ff9d9e9bd37c Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix hydra-inspired colors Red means continue and blue means quit. That doesn't make sense to me but is what hydra uses, which we try to mimic

[elpa] externals/transient df13fef 2/9: Remove various duplicated words

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit df13feff339f29d966c3c74128c1b09605a659eb Author: Mattias Engdegård Commit: Jonas Bernoulli Remove various duplicated words * lisp/transient.el (transient-child, transient-files) (transient-infix-value): Remove duplicate words in comments

[elpa] externals/transient ee8bdcf 3/9: Fix alias definition

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit ee8bdcfcee0ca3dc9ef9cb4e1c12ff4f9709127c Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix alias definition Don't define an alias for a symbol that is itself an obsolete alias. --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1

[elpa] externals/transient 2b1d184 4/4: make: Remove dash dependency

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 2b1d184c6aef13d36c70a13688ac41271c710d0f Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Remove dash dependency We stopped requiring that a while ago. --- default.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[elpa] externals/transient 2281d95 2/4: manual: Fix recent copy-paste errors

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 2281d95259ea628dfd942186ded619ece585a438 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Fix recent copy-paste errors --- docs/transient.org | 14 -- docs/transient.texi | 14 -- 2 files changed, 8 insertions(+), 20

[elpa] externals/transient updated (022f20e -> 2b1d184)

2021-10-25 Thread Jonas Bernoulli
tarsius pushed a change to branch externals/transient. from 022f20e Explicitly require edmacro new f5e600d transient-init-value: Fix typo in doc-strings new 2281d95 manual: Fix recent copy-paste errors new 6842305 Support undefined suffixes if an extra step

[elpa] externals/transient 6842305 3/4: Support undefined suffixes if an extra step is taken

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 6842305e848b3a0edc955db7ebb9ac3557d38c7d Author: Jonas Bernoulli Commit: Jonas Bernoulli Support undefined suffixes if an extra step is taken See #61 and https://github.com/emacs-evil/evil-collection/issues/543. --- docs/transient.org | 16

[elpa] externals/transient f5e600d 1/4: transient-init-value: Fix typo in doc-strings

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit f5e600d3f49d736ba201f3343a29907283e74da5 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-init-value: Fix typo in doc-strings --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp

[elpa] externals/transient 022f20e: Explicitly require edmacro

2021-10-23 Thread Jonas Bernoulli
branch: externals/transient commit 022f20e9581b317bffe3457a2422b3a7075761f6 Author: Jonas Bernoulli Commit: Jonas Bernoulli Explicitly require edmacro Changes in Emacs' "master" branch make it necessary for use to require edmacro explicitly. Closes #168.

[elpa] branch scratch/elpa-admin_fixes deleted (was 9412eb1)

2021-10-21 Thread Jonas Bernoulli
tarsius pushed a change to branch scratch/elpa-admin_fixes. was 9412eb1 * elpa-admin.el (elpaa--make-one-tarball): Ensure auxiliary files exist The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the

[elpa] elpa-admin updated (0f9bfa0 -> 9412eb1)

2021-10-21 Thread Jonas Bernoulli
tarsius pushed a change to branch elpa-admin. from 0f9bfa0 Merge branch 'readme-sync' adds 76c74a1 * elpa-admin.el (elpaa--fetch): Show no log before push to origin adds b487944 * elpa-admin.el (elpaa--worktree): Improve output adds 7c525cc * elpa-admin.el

[elpa] scratch/elpa-admin_fixes 9412eb1 4/4: * elpa-admin.el (elpaa--make-one-tarball): Ensure auxiliary files exist

2021-10-21 Thread Jonas Bernoulli
branch: scratch/elpa-admin_fixes commit 9412eb17ef1041e5447267351a90cfba4c18f769 Author: Jonas Bernoulli Commit: Jonas Bernoulli * elpa-admin.el (elpaa--make-one-tarball): Ensure auxiliary files exist Various auxiliary files are created by the functions whose main task

[elpa] branch scratch/elpa-admin_fixes created (now 9412eb1)

2021-10-21 Thread Jonas Bernoulli
tarsius pushed a change to branch scratch/elpa-admin_fixes. at 9412eb1 * elpa-admin.el (elpaa--make-one-tarball): Ensure auxiliary files exist This branch includes the following new commits: new 76c74a1 * elpa-admin.el (elpaa--fetch): Show no log before push to origin

[elpa] scratch/elpa-admin_fixes b487944 2/4: * elpa-admin.el (elpaa--worktree): Improve output

2021-10-21 Thread Jonas Bernoulli
branch: scratch/elpa-admin_fixes commit b48794416c82fba07bc119afc3b131ca38fd0620 Author: Jonas Bernoulli Commit: Jonas Bernoulli * elpa-admin.el (elpaa--worktree): Improve output Do not put output of two different git invocations on the same line. I had problems locating

[elpa] scratch/elpa-admin_fixes 7c525cc 3/4: * elpa-admin.el (elpaa--pull): Don't update if upstream is missing

2021-10-21 Thread Jonas Bernoulli
branch: scratch/elpa-admin_fixes commit 7c525ccba1f7f380f46bcc364c78d4e6bf831652 Author: Jonas Bernoulli Commit: Jonas Bernoulli * elpa-admin.el (elpaa--pull): Don't update if upstream is missing After a new package has been added locally but before pushing it to "o

[elpa] scratch/elpa-admin_fixes 76c74a1 1/4: * elpa-admin.el (elpaa--fetch): Show no log before push to origin

2021-10-21 Thread Jonas Bernoulli
branch: scratch/elpa-admin_fixes commit 76c74a11effee3435b43210b673c36eaf0572068 Author: Jonas Bernoulli Commit: Jonas Bernoulli * elpa-admin.el (elpaa--fetch): Show no log before push to origin When a contributor runs "make fetch/" right after adding the new packag

[nongnu] main a59860f: * elpa-packages (git-modes): New package

2021-10-20 Thread Jonas Bernoulli
branch: main commit a59860f33de50afcee53322e6d4278b0ba1e6e78 Author: Jonas Bernoulli Commit: Jonas Bernoulli * elpa-packages (git-modes): New package --- elpa-packages | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elpa-packages b/elpa-packages index 30296e4..29ab201 100644

[elpa] elpa-admin 6b64c03 09/12: * README (Release and devel archives): New section

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit 6b64c0341f20a74c378a77928fbe5959bad717f1 Author: Stephen Leake Commit: Jonas Bernoulli * README (Release and devel archives): New section --- README | 20 1 file changed, 20 insertions(+) diff --git a/README b/README index a577323..8cd8a4b

[elpa] elpa-admin 3a4ba99 06/12: * README (Getting the source): Add setup, move checkout packages here

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit 3a4ba9969772a290df1cdf5d6abafd77fb691172 Author: Stephen Leake Commit: Jonas Bernoulli * README (Getting the source): Add setup, move checkout packages here --- README | 52 ++-- 1 file changed, 30 insertions(+), 22

[elpa] elpa-admin 2fbbcd4 03/12: * README.org: Remove excess empty lines.

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit 2fbbcd4ee4cfd053539f1ae3b2ad70caf14be486 Author: Jonas Bernoulli Commit: Jonas Bernoulli * README.org: Remove excess empty lines. This looks nicer when all sections are collapsed. --- README.org | 3 --- 1 file changed, 3 deletions(-) diff --git

[nongnu] main 9450dc5 4/5: * README.org: Add comment noting this file exists in two locations.

2021-10-20 Thread Jonas Bernoulli
branch: main commit 9450dc577a4c7b6550d2ca20e2574440350284d6 Author: Jonas Bernoulli Commit: Jonas Bernoulli * README.org: Add comment noting this file exists in two locations. As of now the two instances of this file are identical. Ask contributors to keep it that way

[elpa] main fa6f507 3/4: * README: Add comment noting this file exists in two locations.

2021-10-20 Thread Jonas Bernoulli
branch: main commit fa6f507613902587b7aadad6bce91cb8e4b64fb9 Author: Jonas Bernoulli Commit: Jonas Bernoulli * README: Add comment noting this file exists in two locations. As of now the two instances of this file are nearly identical. Ask contributors to keep it that way

[elpa] elpa-admin b0fc976 10/12: * README.org: Add comment noting this file exists in two locations.

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit b0fc976b8185f8409e3458e691c33b17b67532a5 Author: Jonas Bernoulli Commit: Jonas Bernoulli * README.org: Add comment noting this file exists in two locations. As of now the two instances of this file are identical. Ask contributors to keep it that way

[elpa] elpa-admin abed214 08/12: The =Version:= must be acceptable to =version-to-list=.

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit abed21474f4f7d5dd11e76f2b371c29c954944eb Author: Sam Steingold Commit: Jonas Bernoulli The =Version:= must be acceptable to =version-to-list=. --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index bf571f1..a577323 100644 --- a/README

[elpa] elpa-admin 98e71e1 01/12: * README.org: Fix old names, and mention the initial `make` step

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit 98e71e106d327a9081c4aeec2b2820a63b0b3c79 Author: Stefan Monnier Commit: Jonas Bernoulli * README.org: Fix old names, and mention the initial `make` step --- README.org | 29 + 1 file changed, 21 insertions(+), 8 deletions(-) diff --git

[elpa] main updated (790fc46 -> 44d5309)

2021-10-20 Thread Jonas Bernoulli
tarsius pushed a change to branch main. from 790fc46 * elpa-packages (comint-mine): Uncomment new 3d5d6ee * README (Directory layout): Update with changes from elpa-admin branch. new 36005a7 * README: Add new sections from elpa-admin branch. new fa6f507 *

[elpa] main 36005a7 2/4: * README: Add new sections from elpa-admin branch.

2021-10-20 Thread Jonas Bernoulli
branch: main commit 36005a737dd261bb27dccfcd4d5c70772e99d870 Author: Jonas Bernoulli Commit: Jonas Bernoulli * README: Add new sections from elpa-admin branch. --- README | 171 + 1 file changed, 171 insertions(+) diff --git

[elpa] elpa-admin ec86817 11/12: * README: Add comment noting this file exists in two locations.

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit ec86817dfae6c8dabba9ac7a596cfe95006eef95 Author: Jonas Bernoulli Commit: Jonas Bernoulli * README: Add comment noting this file exists in two locations. As of now the two instances of this file are nearly identical. Ask contributors to keep it that way

[nongnu] main 9c9f7eb 2/5: Prefer HTTPS to HTTP

2021-10-20 Thread Jonas Bernoulli
branch: main commit 9c9f7ebfa4c375d3f69090d812f2baca92ff53b8 Author: Stefan Kangas Commit: Jonas Bernoulli Prefer HTTPS to HTTP --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index e7dd14a..15a8914 100644 --- a/README.org +++ b

[nongnu] main b9571df 1/5: * README.org: Update according to comments from RMS.

2021-10-20 Thread Jonas Bernoulli
branch: main commit b9571df6835d53cc152e2a94676931f95877a5a4 Author: Stefan Kangas Commit: Jonas Bernoulli * README.org: Update according to comments from RMS. --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 715b9d2

[nongnu] main updated (e7a6b32 -> e1f5d2d)

2021-10-20 Thread Jonas Bernoulli
tarsius pushed a change to branch main. from e7a6b32 * elpa-packages (haml-mode): Manually pin a version new b9571df * README.org: Update according to comments from RMS. new 9c9f7eb Prefer HTTPS to HTTP new df5f20b * README.org: Remove excess empty lines.

[elpa] elpa-admin 0f9bfa0 12/12: Merge branch 'readme-sync'

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit 0f9bfa05466284f4976916aad4746900ea9a167f Merge: d1a6387 ec86817 Author: Jonas Bernoulli Commit: Jonas Bernoulli Merge branch 'readme-sync' --- README | 155 - README.org | 49 --- 2

[elpa] main 44d5309 4/4: Merge branch 'readme-sync'

2021-10-20 Thread Jonas Bernoulli
branch: main commit 44d53098d690e1dee0540f5dfb11c7ed71704f84 Merge: 790fc46 fa6f507 Author: Jonas Bernoulli Commit: Jonas Bernoulli Merge branch 'readme-sync' --- README | 202 +++-- 1 file changed, 197 insertions(+), 5 deletions

[elpa] elpa-admin 9ea2037 07/12: Talk about elpa's main branch, not master

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit 9ea2037676e4a3c825dc373554fc47b1d4828392 Author: Tassilo Horn Commit: Jonas Bernoulli Talk about elpa's main branch, not master --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 8c71782..bf571f1 100644

[elpa] elpa-admin f809ca0 05/12: * README: Don't recommend sending patches

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit f809ca0f88e7a8381d5d162491b1eb7437daccb4 Author: Stefan Monnier Commit: Jonas Bernoulli * README: Don't recommend sending patches --- README | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index c7a1a6e..55ad7ad 100644

[elpa] elpa-admin 85d1352 04/12: * README: Incorporate changes from a commit in elpa.git:main

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit 85d1352cf3e98d0579e4a3ef48f357fa2ad916cb Author: Stefan Monnier Commit: Jonas Bernoulli * README: Incorporate changes from a commit in elpa.git:main Incorporate most changes from the commit "Finalize the new master b

[elpa] elpa-admin 129f036 02/12: * README.org: Fix typos and awkward wording.

2021-10-20 Thread Jonas Bernoulli
branch: elpa-admin commit 129f036b879df89ee5a4a6c39687789fec3cd2d4 Author: Eli Zaretskii Commit: Jonas Bernoulli * README.org: Fix typos and awkward wording. --- README.org | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index c2d3453

[elpa] elpa-admin updated (d1a6387 -> 0f9bfa0)

2021-10-20 Thread Jonas Bernoulli
tarsius pushed a change to branch elpa-admin. from d1a6387 * elpa-admin.el (elpaa--html-build-doc): Fix backward compatibility new 98e71e1 * README.org: Fix old names, and mention the initial `make` step new 129f036 * README.org: Fix typos and awkward wording.

[nongnu] main e1f5d2d 5/5: Merge branch 'readme-sync'

2021-10-20 Thread Jonas Bernoulli
branch: main commit e1f5d2d28e34a7c5b388cbad5e10c80426fa60e3 Merge: e7a6b32 9450dc5 Author: Jonas Bernoulli Commit: Jonas Bernoulli Merge branch 'readme-sync' --- README.org | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org

[nongnu] main df5f20b 3/5: * README.org: Remove excess empty lines.

2021-10-20 Thread Jonas Bernoulli
branch: main commit df5f20bb21ec4621c6e007c77194a490e9d31d3b Author: Jonas Bernoulli Commit: Jonas Bernoulli * README.org: Remove excess empty lines. This looks nicer when all sections are collapsed. --- README.org | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.org b

[elpa] main 3d5d6ee 1/4: * README (Directory layout): Update with changes from elpa-admin branch.

2021-10-20 Thread Jonas Bernoulli
branch: main commit 3d5d6ee620880edc12ea3d89acbd97e0ec0827f6 Author: Jonas Bernoulli Commit: Jonas Bernoulli * README (Directory layout): Update with changes from elpa-admin branch. --- README | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git

[elpa] externals/transient 45975c2: manual: Update info about `incompatible' slot

2021-10-16 Thread Jonas Bernoulli
branch: externals/transient commit 45975c24e1ab08bb32e9bdc06f5c5efe7c256e16 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Update info about `incompatible' slot --- docs/transient.org | 7 --- docs/transient.texi | 7 --- 2 files changed, 8 insertions(+), 6 deletions

[elpa] externals/transient b526b9c: transient-infix-set: Consider all incompatibility rules

2021-10-13 Thread Jonas Bernoulli
branch: externals/transient commit b526b9c735ac7eeb95624442889cb9aabe8895a4 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-infix-set: Consider all incompatibility rules Previously all but the first set of mutually exclusive arguments that the current argument

[elpa] externals/transient 57942fe: manual: No longer depend on the ox-extra package

2021-10-01 Thread Jonas Bernoulli
branch: externals/transient commit 57942fe961d261360e61a72e47c676172ba7963f Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: No longer depend on the ox-extra package Instead of ox-extra's "ignored sections" use ox-texinfo+'s new "dissolvable headli

[elpa] externals/transient 7c67773: More flexible display of transient buffer

2021-09-27 Thread Jonas Bernoulli
branch: externals/transient commit 7c67773735dea5a0c41ad8afb69fdafb62c46c7c Author: Jonas Bernoulli Commit: Jonas Bernoulli More flexible display of transient buffer Display buffer after populating it and set additional display actions and window parameters using the display

[elpa] externals/transient be119ee: Export variables for transient non-infix suffixes

2021-09-19 Thread Jonas Bernoulli
branch: externals/transient commit be119ee43fe5f6af2469d366f6ab84204255038d Author: Jonas Bernoulli Commit: Jonas Bernoulli Export variables for transient non-infix suffixes Unlike infixes, which change the value, non-infix suffixes are supposed to use the value. Just because

[elpa] externals/transient e17e2b2 2/3: transient-show-help: Tweak self-suffixes

2021-08-25 Thread Jonas Bernoulli
branch: externals/transient commit e17e2b2f6d7cdf2e27729fd28e3d7600b76ad24a Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-show-help: Tweak self-suffixes If a command is called as a suffix of itself, then show the function definition instead of the man-page as we

[elpa] externals/transient b2b375e 1/3: transient-show-help: Avoid this-original-command

2021-08-25 Thread Jonas Bernoulli
branch: externals/transient commit b2b375e84804045e8efde34c84674b29b022a66f Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-show-help: Avoid this-original-command Using `this-original-command' suggests that `this-command' won't do but it does, so use the latter

[elpa] externals/transient 65f4eac 3/3: Silence type-compiler

2021-08-25 Thread Jonas Bernoulli
branch: externals/transient commit 65f4eac82c564204d20df0a606dc2fcaa72cc41e Author: Jonas Bernoulli Commit: Jonas Bernoulli Silence type-compiler While this variable is conceptually unused, the macro-expansion actually uses it. --- lisp/transient.el | 2 +- 1 file changed, 1

[elpa] externals/transient updated (626d105 -> 65f4eac)

2021-08-25 Thread Jonas Bernoulli
tarsius pushed a change to branch externals/transient. from 626d105 transient--read-number-N: Return empty string instead of nil new b2b375e transient-show-help: Avoid this-original-command new e17e2b2 transient-show-help: Tweak self-suffixes new 65f4eac

[nongnu] main 0fbcb66: * elpa-packages (magit-section): Ignore new magit-bundle library.

2021-08-14 Thread Jonas Bernoulli
branch: main commit 0fbcb66f0d3998ecfa6392876c5446c5ee20dde2 Author: Jonas Bernoulli Commit: Jonas Bernoulli * elpa-packages (magit-section): Ignore new magit-bundle library. --- elpa-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/elpa-packages b/elpa-packages index 3e6d9cd

[elpa] externals/transient 626d105: transient--read-number-N: Return empty string instead of nil

2021-08-14 Thread Jonas Bernoulli
branch: externals/transient commit 626d105ecfb44ab9e1a4bf1fccb9340d6488b631 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--read-number-N: Return empty string instead of nil This affects `transient-read-number-N+' and `transient-read-number-N', which are only

[nongnu] elpa/with-editor 2912073 139/140: Rearrange library header

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 291207334815b2f47d7954d731bb702d68ce88c6 Author: Jonas Bernoulli Commit: Jonas Bernoulli Rearrange library header --- with-editor.el | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/with-editor.el b/with-editor.el index

[nongnu] elpa/with-editor 236c158 127/140: Require subr-x for when-let

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 236c1586c3df5e0e53badf6ff6f997a6bfd31667 Author: Jonas Bernoulli Commit: Jonas Bernoulli Require subr-x for when-let Closes #83. --- with-editor.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/with-editor.el b

[nongnu] elpa/with-editor a339d65 126/140: with-editor-export-editor: Support vterm

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit a339d6590096829a274c1901e407873e1fc1016e Author: Jonas Bernoulli Commit: Jonas Bernoulli with-editor-export-editor: Support vterm Closes #81. --- with-editor.el | 33 ++--- with-editor.org | 25

[nongnu] elpa/with-editor c5e2141 120/140: manual: Fix location of LocalWords

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit c5e214107f27c27ebfd6f49d3558f3dd8e60815a Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Fix location of LocalWords --- with-editor.org | 19 ++- with-editor.texi | 4 ++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff

[nongnu] elpa/with-editor ebcbd3b 134/140: Use defvar-local instead of make-variable-buffer-local

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit ebcbd3b137154e6c5a2b976bacbb89d48ddfa242 Author: Jonas Bernoulli Commit: Jonas Bernoulli Use defvar-local instead of make-variable-buffer-local --- with-editor.el | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/with-editor.el b

[nongnu] elpa/with-editor 48ca9bb 119/140: Release version 2.9.3

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 48ca9bb49a1a7a37e85606de9d327a14030d4380 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 2.9.3 --- with-editor.org | 4 ++-- with-editor.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/with-editor.org b

[nongnu] elpa/with-editor 89280a6 133/140: with-editor-export-editor: Check whether there is a buffer process

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 89280a653f8cb6947d886f7cbd42de6d57838229 Author: Mario Rodas Commit: Jonas Bernoulli with-editor-export-editor: Check whether there is a buffer process When `with-editor-export-editor' is added to the `shell-mode-hook', it's also executed

[nongnu] elpa/with-editor 7e0bf75 111/140: Release version 2.9.1

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 7e0bf753709f1775d26edf4482fca7fd286a Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 2.9.1 --- with-editor.el | 2 +- with-editor.org | 10 +- with-editor.texi | 8 3 files changed, 10 insertions(+), 10 deletions

[nongnu] elpa/with-editor 2848a90 131/140: license: Update URLs and cleanup whitespace

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 2848a90addae086b657605b84a7fbecf2c4c1c65 Author: Jonas Bernoulli Commit: Jonas Bernoulli license: Update URLs and cleanup whitespace --- LICENSE | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE

[nongnu] elpa/with-editor d3150a5 110/140: make: Copy indices for htmlified info manuals

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit d3150a51fe48e310892b1ad4fc227b00eb278c31 Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Copy indices for htmlified info manuals --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 5dda1ce..a0af182 100644

[nongnu] elpa/with-editor b439749 130/140: Remove async-bytecomp kludge

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit b439749da110af83aea40e79dd2a8c57427bc28a Author: Jonas Bernoulli Commit: Jonas Bernoulli Remove async-bytecomp kludge See https://github.com/jwiegley/emacs-async/issues/139. --- with-editor.el | 10 +- 1 file changed, 1 insertion(+), 9

[nongnu] elpa/with-editor 324285f 109/140: Add htmlxref.cnf

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 324285fc1e43a7d299b06eef166475064445242b Author: Jonas Bernoulli Commit: Jonas Bernoulli Add htmlxref.cnf --- htmlxref.cnf | 42 ++ 1 file changed, 42 insertions(+) diff --git a/htmlxref.cnf b/htmlxref.cnf new file

[nongnu] elpa/with-editor 590ff0b 124/140: manual: Use a favicon in html export

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 590ff0b6443a5d0c433527a0231a31e99af6287c Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Use a favicon in html export --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d965f5c..a5f1c59 100644

[nongnu] elpa/with-editor 814777c 107/140: Revert "Add .github/FUNDING.yml"

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 814777ce8ad42ad115eebc38743c55b99af5d2e7 Author: Jonas Bernoulli Commit: Jonas Bernoulli Revert "Add .github/FUNDING.yml" This reverts commit ff23166feb857e3cfee96cb1c9ef416a224a7e20. --- .github/FUNDING.yml | 4 1 file changed, 4

[nongnu] elpa/with-editor d5c7772 105/140: with-editor-kill-buffer-noop: Revert previous kludge

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit d5c777298cd8f62fef701fb45684c626d384bf76 Author: Jonas Bernoulli Commit: Jonas Bernoulli with-editor-kill-buffer-noop: Revert previous kludge Re #64. Closes #66. --- with-editor.el | 23 --- 1 file changed, 16 insertions

[nongnu] elpa/with-editor efafd48 123/140: Release version 2.9.4

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit efafd482c21b90decbb0b682ed3159c86014d4f3 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 2.9.4 --- with-editor.org | 4 ++-- with-editor.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/with-editor.org b

[nongnu] elpa/with-editor 7c51288 122/140: make-process--with-editor-process-filter: -keys

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 7c512887c6d69864fb600d32fb92857c51babcff Author: Jonas Bernoulli Commit: Jonas Bernoulli make-process--with-editor-process-filter: Callers may pass invalid keyword arguments to `make-process', which is their problem and should not result in me

[nongnu] elpa/with-editor 45c29f9 103/140: Fix travis setup

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 45c29f9bfb7f2df93426ce1571e2f4f41ed4e492 Author: Noam Postavsky Commit: Noam Postavsky Fix travis setup Most repos, including the one we get the Emacs binaries from, have moved to the new default OS version, which is "Xenial"[1]. For

[nongnu] elpa/with-editor e804473 113/140: with-editor-export-editor: Use printf instead of echo

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit e804473ff9b2621a58b9184f6cc7cd7740936d47 Author: Stéphane Soppera Commit: Jonas Bernoulli with-editor-export-editor: Use printf instead of echo The `-e' flag of `echo' that makes the command interpret backslash-escaped sequences (in particular

[nongnu] elpa/with-editor ff23166 099/140: Add .github/FUNDING.yml

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit ff23166feb857e3cfee96cb1c9ef416a224a7e20 Author: Jonas Bernoulli Commit: Jonas Bernoulli Add .github/FUNDING.yml --- .github/FUNDING.yml | 4 1 file changed, 4 insertions(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644

[nongnu] elpa/with-editor 5b62e6e 138/140: AUTHORS.md: Update list of contributors

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 5b62e6e44afb9545683560ae4d92119bce56e9d4 Author: Jonas Bernoulli Commit: Jonas Bernoulli AUTHORS.md: Update list of contributors --- AUTHORS.md | 6 ++ Makefile | 1 + 2 files changed, 7 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 0a8b10d

[nongnu] elpa/with-editor 9097321 112/140: with-editor-export-editor: Fix for term-mode

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 90973212cee3655746c95d0e0cae2f8f5bf3d97e Author: Stéphane Soppera Commit: Jonas Bernoulli with-editor-export-editor: Fix for term-mode The previous value of `with-editor-sleeping-editor' variable was using the \x1f character in the elisp string

[nongnu] elpa/with-editor 66bec91 098/140: Release version 2.8.3

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 66bec91c859f305445b766394eb25248c1172426 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 2.8.3 --- with-editor.org | 4 ++-- with-editor.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/with-editor.org b

[nongnu] elpa/with-editor 86bdff6 136/140: Release version 3.0.3

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 86bdff68a106bc9d383fdab3bbf1ad4b703a52f0 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 3.0.3 --- with-editor.org | 4 ++-- with-editor.texi | 8 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/with-editor.org b

[nongnu] elpa/with-editor 4f06aba 102/140: with-editor-usage-message: Cosmetics

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 4f06aba28fb87f991ec7f2126d6752b1f491eda8 Author: Jonas Bernoulli Commit: Jonas Bernoulli with-editor-usage-message: Cosmetics --- with-editor.el | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/with-editor.el b/with-editor.el

[nongnu] elpa/with-editor 23919ec 095/140: Release version 2.8.2

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 23919ec26250c548a367436986b7526d6e97a6e1 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 2.8.2 --- with-editor.org | 4 ++-- with-editor.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/with-editor.org b

[nongnu] elpa/with-editor 513e13f 097/140: Fix previous commit

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 513e13f909da57700f50b24ac40eee4cdd8b74b0 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix previous commit --- with-editor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-editor.el b/with-editor.el index bbbf3ad..906d8e3 100644

[nongnu] elpa/with-editor 0708d14 135/140: Add SPDX-License-Identifier library header

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 0708d1441ced3aba5c5e9213048a846ae96e2deb Author: Jonas Bernoulli Commit: Jonas Bernoulli Add SPDX-License-Identifier library header --- with-editor.el | 1 + 1 file changed, 1 insertion(+) diff --git a/with-editor.el b/with-editor.el index c35e0fa..cd5cc4c

[nongnu] elpa/with-editor 38df9bf 094/140: manual: Prevent evaluation of code blocks

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 38df9bfc2227bcb7ac4899c83a03756d5f171450 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Prevent evaluation of code blocks --- with-editor.org | 5 +++-- with-editor.texi | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git

[nongnu] elpa/with-editor 5519b6a 140/140: Release version 3.0.4

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 5519b6a67ecd66865b4fdd5447425eee900c54f4 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 3.0.4 --- with-editor.el | 1 + with-editor.org | 4 ++-- with-editor.texi | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git

[nongnu] elpa/with-editor 36e163c 132/140: manual: Reorder header properties a bit

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 36e163ca80f74905ba3c1cf7b596a0ccc8bc5cac Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Reorder header properties a bit Use the same order as in all my other manuals. --- with-editor.org | 8 1 file changed, 4 insertions(+), 4

[nongnu] elpa/with-editor 9dd9f17 092/140: manual: Clarify with-editor-shell-command's description

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 9dd9f176d96abc60365369de6d08c26c414ef1f3 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Clarify with-editor-shell-command's description The old description wasn't exactly wrong but misleading non-the-less. Closes #60

[nongnu] elpa/with-editor ef0ef43 093/140: manual: Call ox-texinfo+-update-copyright-years while exporting

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit ef0ef433bbcee25593c71290b919ebebf522c126 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Call ox-texinfo+-update-copyright-years while exporting --- with-editor.org | 13 +++-- with-editor.texi | 8 2 files changed, 11 insertions

[nongnu] elpa/with-editor 7b80d8e 137/140: make: Update path to ox-extra

2021-08-06 Thread Jonas Bernoulli
branch: elpa/with-editor commit 7b80d8e5c644ab95717c32d296e1c9e32ab1951e Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Update path to ox-extra --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5f1c59..71e1763 100644

<    5   6   7   8   9   10   11   12   >