[elpa] externals/ess 2ab843212d 2/3: Run `ess-request-a-process` hook after `display-buffer` too

2023-04-02 Thread ELPA Syncer
branch: externals/ess commit 2ab843212d835fb7df79677c201a067d209e630b Author: Lionel Henry Commit: Lionel Henry Run `ess-request-a-process` hook after `display-buffer` too --- lisp/ess-inf.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/ess-inf.el b/li

[elpa] externals/ess fef059c3ef 3/3: Wait for process after `ess-r-post-run-hook`

2023-04-02 Thread ELPA Syncer
branch: externals/ess commit fef059c3efd89bd45e75c2a74aaadbd6e2901f5b Author: Lionel Henry Commit: Lionel Henry Wait for process after `ess-r-post-run-hook` --- lisp/ess-r-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ess-r-mode.el b/lisp/ess-r-mode.el i

[elpa] externals/ess b3c78d6f43 1/3: Add some dribble info for `ess-request-a-process`

2023-04-02 Thread ELPA Syncer
branch: externals/ess commit b3c78d6f432b470f78a8e68c59e2d419e33f1dbd Author: Lionel Henry Commit: Lionel Henry Add some dribble info for `ess-request-a-process` Remove `inferior-ess-language-start` dribble because it was running at a wrong time and redundant with the `ess-comma

[elpa] externals/ess updated (a08cdb292f -> fef059c3ef)

2023-04-02 Thread ELPA Syncer
elpasync pushed a change to branch externals/ess. from a08cdb292f Only write command debugging info if verbose new b3c78d6f43 Add some dribble info for `ess-request-a-process` new 2ab843212d Run `ess-request-a-process` hook after `display-buffer` too new fef059c3ef

[elpa] externals/company 2ddbe40f80: Allow customizing minimum padding before annotation (right-aligned)

2023-04-02 Thread ELPA Syncer
branch: externals/company commit 2ddbe40f807a15b8f3e5f0f785a25cd959ba8c65 Author: Dmitry Gutov Commit: Dmitry Gutov Allow customizing minimum padding before annotation (right-aligned) https://github.com/company-mode/company-mode/discussions/1376 --- NEWS.md | 3 +++

[elpa] main 1e36bca922: Package Eglot with NEWS and documentation, just like ERC

2023-04-02 Thread João Távora
branch: main commit 1e36bca9223631ff9eae23cfde8b1ca8c464 Author: João Távora Commit: João Távora Package Eglot with NEWS and documentation, just like ERC * elpa-packages (eglot): Include NEWS and documentation. --- elpa-packages | 7 ++- 1 file changed, 6 insertions(+), 1 d

[elpa] externals/org e10b4054e6: ox-icalendar: Use consistent CRLF line endings

2023-04-02 Thread ELPA Syncer
branch: externals/org commit e10b4054e61d844f3dc06d87343c91b37b5bf112 Author: Jack Kamm Commit: Jack Kamm ox-icalendar: Use consistent CRLF line endings Fixes issue where the ox-icalendar export uses an inconsistent mix of dos and unix style line endings. * lisp/ox-ical

[elpa] externals/ess a08cdb292f: Only write command debugging info if verbose

2023-04-02 Thread ELPA Syncer
branch: externals/ess commit a08cdb292fc07e771b1a8aba1ad9558d2b37fa19 Author: Lionel Henry Commit: Lionel Henry Only write command debugging info if verbose --- lisp/ess-inf.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/ess-inf.el b/lisp/ess-inf.el index

[elpa] externals/ess 1b1a8e482b: Add relevant link to skip reason

2023-04-02 Thread ELPA Syncer
branch: externals/ess commit 1b1a8e482b2fa06f939ee41077ecec66003182c3 Author: Lionel Henry Commit: Lionel Henry Add relevant link to skip reason --- test/ess-test-inf.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ess-test-inf.el b/test/ess-test-inf.el index ccb073b896..54a28fc

[elpa] externals/org 9ca271c406 2/2: org-export: Display warning when code block results cannot be computed

2023-04-02 Thread ELPA Syncer
branch: externals/org commit 9ca271c4066f0496610848df04a691c650993612 Author: Ihor Radchenko Commit: Ihor Radchenko org-export: Display warning when code block results cannot be computed * lisp/ob-exp.el (org-babel-exp-results): Display warning when babel does not know how to ex

[elpa] externals/org c316476ee9 1/2: org-export: Be less aggressive with window configuration in export dispatch

2023-04-02 Thread ELPA Syncer
branch: externals/org commit c316476ee9ce77f4b945e97bbe41c2af93432795 Author: Ihor Radchenko Commit: Ihor Radchenko org-export: Be less aggressive with window configuration in export dispatch * lisp/ob-exp.el (org-babel-exp-process-buffer): Do not use `save-window-excursion'.

[elpa] externals/org updated (c2ffc6b602 -> 9ca271c406)

2023-04-02 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from c2ffc6b602 org-fontify-meta-lines-and-blocks-1: Fontify src blocks without lang new c316476ee9 org-export: Be less aggressive with window configuration in export dispatch new 9ca271c406 org-export: Display warning when

[elpa] externals/cape updated (f953ea80f1 -> 0053340082)

2023-04-02 Thread ELPA Syncer
elpasync pushed a change to branch externals/cape. from f953ea80f1 Fix typos new 39b6c3e792 Expand docstrings new 25f722a3cf Simplify handling of input validation. new 0053340082 Update changelog Summary of changes: CHANGELOG.org | 7 cape.el | 117 ++

[elpa] externals/cape 39b6c3e792 1/3: Expand docstrings

2023-04-02 Thread ELPA Syncer
branch: externals/cape commit 39b6c3e792d2a3583005b2a7d215429acc664fed Author: Daniel Mendler Commit: Daniel Mendler Expand docstrings --- cape.el | 35 +++ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/cape.el b/cape.el index dd73f9617a..6d

[elpa] externals/cape 25f722a3cf 2/3: Simplify handling of input validation.

2023-04-02 Thread ELPA Syncer
branch: externals/cape commit 25f722a3cfa6e318677211f2cdf27ae4f94bbcc6 Author: Daniel Mendler Commit: Daniel Mendler Simplify handling of input validation. The argument VALID must be a function now. --- cape.el | 88 -

[elpa] externals/cape 0053340082 3/3: Update changelog

2023-04-02 Thread ELPA Syncer
branch: externals/cape commit 0053340082a81ef84b3c8e303d0e4f2dc98e6834 Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 7 +++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index fc3ba662fb..a394aeae40 100644 --- a/CHANGELO

[nongnu] elpa/eat 69be16b565 1/2: Force directionality of paragraphs in Eat buffer

2023-04-02 Thread ELPA Syncer
branch: elpa/eat commit 69be16b5655566d362bf9998539f923573556d9c Author: Akib Azmain Turja Commit: Akib Azmain Turja Force directionality of paragraphs in Eat buffer * eat.el (eat-mode): Set 'bidi-paragraph-direction' to 'left-to-right'. --- eat.el | 1 + 1 file changed, 1 inse

[nongnu] elpa/eat a20c01e012 2/2: ; Release version 0.7

2023-04-02 Thread ELPA Syncer
branch: elpa/eat commit a20c01e012351cec8a94974835e7aa2c0d5afade Author: Akib Azmain Turja Commit: Akib Azmain Turja ; Release version 0.7 * eat.el: * eat.texi: Bump version. * ChangeLog: Update. --- ChangeLog | 119 ++

[nongnu] elpa/eat updated (322e10c713 -> a20c01e012)

2023-04-02 Thread ELPA Syncer
elpasync pushed a change to branch elpa/eat. from 322e10c713 Inform about unlisted semi-char mode exceptions new 69be16b565 Force directionality of paragraphs in Eat buffer new a20c01e012 ; Release version 0.7 Summary of changes: ChangeLog | 119 ++

[elpa] externals/org c2ffc6b602 3/3: org-fontify-meta-lines-and-blocks-1: Fontify src blocks without lang

2023-04-02 Thread ELPA Syncer
branch: externals/org commit c2ffc6b6022ab79ab20d82d9dd6158b35e938e2a Author: Ihor Radchenko Commit: Ihor Radchenko org-fontify-meta-lines-and-blocks-1: Fontify src blocks without lang * lisp/org.el (org-fontify-meta-lines-and-blocks-1): Allow fontifying src blocks with language

[elpa] externals/org 6f742685d7 1/3: org-metaup: Fix edge case when the upper subtree is moved further below

2023-04-02 Thread ELPA Syncer
branch: externals/org commit 6f742685d78acfd6aa65516e091d08a8da68821d Author: Ihor Radchenko Commit: Ihor Radchenko org-metaup: Fix edge case when the upper subtree is moved further below * lisp/org.el (org-metaup): Work around `org-move-subtree-down' inserting before end marker

[elpa] externals/org 2289739ed4 2/3: Prefer `write-region' to `save-file'

2023-04-02 Thread ELPA Syncer
branch: externals/org commit 2289739ed4c5488a9f9e37bd2d4d1d0caa5753d8 Author: Ihor Radchenko Commit: Ihor Radchenko Prefer `write-region' to `save-file' * lisp/ob-haskell.el (org-babel-haskell-export-to-lhs): Use non-interactive `insert-file-contents' + `write-region' to avoid

[elpa] externals/org updated (15e70240e9 -> c2ffc6b602)

2023-04-02 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 15e70240e9 org-manual.org: Clarify what SETUPFILE does new 6f742685d7 org-metaup: Fix edge case when the upper subtree is moved further below new 2289739ed4 Prefer `write-region' to `save-file' new c2ffc6b602 or

[nongnu] elpa/magit updated (a77734c6cd -> 1abfb52886)

2023-04-02 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from a77734c6cd Consolidate ellipsis customisation adds 1abfb52886 AUTHORS.md: Update list of contributors No new revisions were added by this update. Summary of changes: docs/AUTHORS.md | 1 + 1 file changed, 1 insertion(+)

[nongnu] elpa/magit-section updated (a77734c6cd -> 1abfb52886)

2023-04-02 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from a77734c6cd Consolidate ellipsis customisation adds 1abfb52886 AUTHORS.md: Update list of contributors No new revisions were added by this update. Summary of changes: docs/AUTHORS.md | 1 + 1 file changed, 1 insertion(+)

[nongnu] elpa/git-commit 1abfb52886: AUTHORS.md: Update list of contributors

2023-04-02 Thread ELPA Syncer
branch: elpa/git-commit commit 1abfb52886536f90f3561b18a49182ad21b6d8e8 Author: Jonas Bernoulli Commit: Jonas Bernoulli AUTHORS.md: Update list of contributors --- docs/AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/AUTHORS.md b/docs/AUTHORS.md index 0e8f7466c9..cfa742d

[elpa] externals-release/org updated (638e0ecc0b -> f2949d4d1d)

2023-04-02 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from 638e0ecc0b Fix some compiler warnings new f9bbc79d62 Update version number for the 9.6.3 release new 7fa9e9a4b3 org-babel-comint-with-output: Handle agglomerated prompts better new f2949d4d1d org-babel-c

[elpa] externals/org 15e70240e9: org-manual.org: Clarify what SETUPFILE does

2023-04-02 Thread ELPA Syncer
branch: externals/org commit 15e70240e9ac98ab7c3e24c0dc3392ed6ae10689 Author: Ihor Radchenko Commit: Ihor Radchenko org-manual.org: Clarify what SETUPFILE does * doc/org-manual.org (Summary of In-Buffer Settings): Clarify that only in-buffer settings are considered in SETUPFILE.

[elpa] externals-release/org 7fa9e9a4b3 2/3: org-babel-comint-with-output: Handle agglomerated prompts better

2023-04-02 Thread ELPA Syncer
branch: externals-release/org commit 7fa9e9a4b3233ba5568f17ef59f72d646b2fdef2 Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-comint-with-output: Handle agglomerated prompts better * lisp/ob-comint.el (org-babel-comint-with-output): Consider that comint can sometimes agg

[elpa] externals-release/org f2949d4d1d 3/3: org-babel-comint-with-output: Fix edge case for partial prompts

2023-04-02 Thread ELPA Syncer
branch: externals-release/org commit f2949d4d1d32991e49bef7653f81a1666ff20bdd Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-comint-with-output: Fix edge case for partial prompts * lisp/ob-comint.el (org-babel-comint-with-output): Do not try to filter out prompts in `co

[elpa] externals-release/org f9bbc79d62 1/3: Update version number for the 9.6.3 release

2023-04-02 Thread ELPA Syncer
branch: externals-release/org commit f9bbc79d627299c627cbfdacb565afd05acb0af9 Author: Ihor Radchenko Commit: Ihor Radchenko Update version number for the 9.6.3 release This release is mostly a bugfix for 9.6.2 release tag, which was not signed and was not annotated. See htt

[nongnu] elpa/magit-section updated (dd2e870b13 -> a77734c6cd)

2023-04-02 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from dd2e870b13 magit-save-repository-buffers: Wip commit all files at once adds a77734c6cd Consolidate ellipsis customisation No new revisions were added by this update. Summary of changes: lisp/magit-base.el| 53 +++

[nongnu] elpa/magit updated (dd2e870b13 -> a77734c6cd)

2023-04-02 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from dd2e870b13 magit-save-repository-buffers: Wip commit all files at once adds a77734c6cd Consolidate ellipsis customisation No new revisions were added by this update. Summary of changes: lisp/magit-base.el| 53 +++

[nongnu] elpa/git-commit a77734c6cd: Consolidate ellipsis customisation

2023-04-02 Thread ELPA Syncer
branch: elpa/git-commit commit a77734c6cd912554d36cbd51c559fbb5e8fb417a Author: Nacho Barrientos Commit: Jonas Bernoulli Consolidate ellipsis customisation This patch centralises the generation of ellipses by extending the functionality provided by `magit-ellipsis`, allowing end

[nongnu] elpa/eat 322e10c713: Inform about unlisted semi-char mode exceptions

2023-04-02 Thread ELPA Syncer
branch: elpa/eat commit 322e10c713c776b2361ca2d13a005beb7c98278e Author: Akib Azmain Turja Commit: Akib Azmain Turja Inform about unlisted semi-char mode exceptions * eat.texi (Input Modes): Inform about unlisted semi-char mode exceptions. * README.org: Inform about unlisted