[nongnu] elpa/sweeprolog e86b1faebd 4/4: Handle operators that contain '.' more reliably

2022-10-21 Thread ELPA Syncer
branch: elpa/sweeprolog commit e86b1faebd7d6a047d9650e849d60bc3eee04638 Author: Eshel Yaron Commit: Eshel Yaron Handle operators that contain '.' more reliably --- sweeprolog-tests.el | 31 ++- sweeprolog.el | 5 - 2 files changed, 30 insertions(+), 6

[nongnu] elpa/sweeprolog 103a859247 2/4: FIXED: don't include irrelevant candidates in apropos results

2022-10-21 Thread ELPA Syncer
branch: elpa/sweeprolog commit 103a859247bd88b4cb99b712c3e0e6fe0564dfe3 Author: Eshel Yaron Commit: Eshel Yaron FIXED: don't include irrelevant candidates in apropos results * sweep.pl (sweep_predicate_apropos/2): filter candidates by minimum match quality. --- sweep.pl | 13 ++

[nongnu] elpa/sweeprolog 99f0ce4e53 3/4: FIXED: handling of operators as predicate completion candidates

2022-10-21 Thread ELPA Syncer
branch: elpa/sweeprolog commit 99f0ce4e531b5a9d7d82f0d091939b93a563fe8e Author: Eshel Yaron Commit: Eshel Yaron FIXED: handling of operators as predicate completion candidates --- sweep.pl | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/sweep.pl b/sweep.p

[nongnu] elpa/sweeprolog d3e7b8b4b3 1/4: ENHANCED: add predicate properties list in help buffers

2022-10-21 Thread ELPA Syncer
branch: elpa/sweeprolog commit d3e7b8b4b3be012ca1e9ad10336fc9eda65a8bfc Author: Eshel Yaron Commit: Eshel Yaron ENHANCED: add predicate properties list in help buffers * sweep.pl (sweep_predicate_properties/2): new predicate. * sweeprolog.el (sweeprolog--render-predicate-propert

[nongnu] elpa/sweeprolog updated (a6eac1467d -> e86b1faebd)

2022-10-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from a6eac1467d ENHANCED: load and initialize sweep-module just-in-time new d3e7b8b4b3 ENHANCED: add predicate properties list in help buffers new 103a859247 FIXED: don't include irrelevant candidates in apropos results

[elpa] externals/ess 60e9790b35: Improve the docs of ess-startup-directory

2022-10-21 Thread ELPA Syncer
branch: externals/ess commit 60e9790b35fdac1b254b66438fedaeebb8a82c91 Author: Vitalie Spinu Commit: Vitalie Spinu Improve the docs of ess-startup-directory --- lisp/ess-custom.el | 38 +++--- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/lis

[elpa] externals/osm 5b24ed076c: osm-goto: Keep current zoom level

2022-10-21 Thread ELPA Syncer
branch: externals/osm commit 5b24ed076c9998be627c19549d403d5b219b7b28 Author: Daniel Mendler Commit: Daniel Mendler osm-goto: Keep current zoom level --- osm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm.el b/osm.el index e26c73a84d..bb096fdd96 100644 --- a/osm.

[elpa] externals/org bed47b437d: test-ob-java: Test Java source block header arguments at all levels

2022-10-21 Thread ELPA Syncer
branch: externals/org commit bed47b437d8cde7a98bafdb07996e248b40f70e6 Author: Rudolf Adamkovič Commit: Ihor Radchenko test-ob-java: Test Java source block header arguments at all levels * testing/lisp/test-ob-java.el (ob-java/lint-header-arguments): Rename to ob-java/lint-header

[elpa] externals/org a83edd624b 2/4: fixup! ob-shell: Fix multi-line scripts in sessions

2022-10-21 Thread ELPA Syncer
branch: externals/org commit a83edd624b86433978091e2f100a2ddfdca01f57 Author: Ihor Radchenko Commit: Ihor Radchenko fixup! ob-shell: Fix multi-line scripts in sessions --- testing/lisp/test-ob-shell.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/testing/lisp/

[elpa] externals/org 801c93638a 1/4: ob-shell: Fix multi-line scripts in sessions

2022-10-21 Thread ELPA Syncer
branch: externals/org commit 801c93638ab4b6616567035c6438ad229bc14c1d Author: Ihor Radchenko Commit: Ihor Radchenko ob-shell: Fix multi-line scripts in sessions * lisp/ob-comint.el (org-babel-comint-with-output): Clean up empty output. Such output is emitted unnecessarily for m

[elpa] externals/org 2f5e7103e5 4/4: ox-odt: Improve link generation in 4e5c737311

2022-10-21 Thread ELPA Syncer
branch: externals/org commit 2f5e7103e59f06631e985d3dd39af21b5b7464ea Author: Ihor Radchenko Commit: Ihor Radchenko ox-odt: Improve link generation in 4e5c737311 * lisp/ox-odt.el (org-odt-link): Use file: link code branch when exporting id: links to document property drawers. C

[elpa] externals/org 524e0e0b7b 3/4: test-ob: Test indentation of multiline text in list output

2022-10-21 Thread ELPA Syncer
branch: externals/org commit 524e0e0b7b5eb4c02f3da5eaf59eb1df82d1c1cc Author: Rudolf Adamkovič Commit: Ihor Radchenko test-ob: Test indentation of multiline text in list output * testing/lisp/test-ob.el (test-ob/org-babel-results-indented-list): Add a regression test for the rec

[elpa] externals/org updated (bed47b437d -> 2f5e7103e5)

2022-10-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from bed47b437d test-ob-java: Test Java source block header arguments at all levels new 801c93638a ob-shell: Fix multi-line scripts in sessions new a83edd624b fixup! ob-shell: Fix multi-line scripts in sessions new 5