[elpa] externals/mct c7412a3 2/2: Add helper function for retrieving current command

2021-12-12 Thread ELPA Syncer
branch: externals/mct commit c7412a3f443ebf2bb5fe4b281d83932e92da313f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add helper function for retrieving current command This is taken from the feedback I received from Juri Linkov in a discussion pertaining to Emacs bug#52

[elpa] externals/mct updated (2ff39d6 -> c7412a3)

2021-12-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/mct. from 2ff39d6 Fix mct--fit-completions-window arguments new ef1f956 Update the manual's Acknowledgements section new c7412a3 Add helper function for retrieving current command Summary of changes: README.org | 3 ++-

[elpa] externals/mct ef1f956 1/2: Update the manual's Acknowledgements section

2021-12-12 Thread ELPA Syncer
branch: externals/mct commit ef1f956997e2661a31cd1d0cd8cd91cb00a0fb88 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the manual's Acknowledgements section This covers commit 2ff39d6 where Juri suggested the modification of a certain function to fix some errors. -

[elpa] externals/pyim d3f71f6 1/2: * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-export): New test.

2021-12-12 Thread ELPA Syncer
branch: externals/pyim commit d3f71f6324e153f05524ec54f4e0809dcb92f68b Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-export): New test. --- tests/pyim-tests.el | 13 + 1 file changed, 13 insertions(+) diff --git a/tests/pyim-tests.el b/test

[elpa] externals/pyim 6bbea03 2/2: Add pyim-tests-pyim-dhashcache-get

2021-12-12 Thread ELPA Syncer
branch: externals/pyim commit 6bbea038e7f89cbe29cad57c9ca17ecefbbca957 Author: Feng Shu Commit: Feng Shu Add pyim-tests-pyim-dhashcache-get * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-get): New test. * pyim-dcache.el (pyim-dcache-get): call pyim-pymap-py2cchar

[elpa] externals/pyim updated (bf9e81f -> 6bbea03)

2021-12-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from bf9e81f * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-update-iword2count): New test. new d3f71f6 * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-export): New test. new 6bbea03 Add pyim-tests-pyim-dhashcach

[elpa] externals/gnugo 7eb0588: [imgen int] Clear cache if secondary customization occurred

2021-12-12 Thread Thien-Thi Nguyen
branch: externals/gnugo commit 7eb058869d64ec9e3010724e0194ea877d5b946f Author: Thien-Thi Nguyen Commit: Thien-Thi Nguyen [imgen int] Clear cache if secondary customization occurred * gnugo-imgen.el (gnugo-imgen-create-xpms): Prior to generation, check to see if some gnugo-imgen

[elpa] externals/gnugo 002161c: [imgen] Small fixups for last commit

2021-12-12 Thread Thien-Thi Nguyen
branch: externals/gnugo commit 002161c38efeb879c4e594acea56c216dc0130e9 Author: Thien-Thi Nguyen Commit: Thien-Thi Nguyen [imgen] Small fixups for last commit * gnugo-imgen.el [Commentary]: Mention new var. (gnugo-imgen-char-height-fudge-factor): Fix typo in docstring. --- gnug

[elpa] externals/gnugo 96b30b7: [maint] Update ignorance; nfc

2021-12-12 Thread Thien-Thi Nguyen
branch: externals/gnugo commit 96b30b7f6876ea3967526c41bf4cbcba9a986e10 Author: Thien-Thi Nguyen Commit: Thien-Thi Nguyen [maint] Update ignorance; nfc --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bb34e07..2a2c98b 100644 --- a/.gitignore

[elpa] externals/gnugo 4c4da1f: [imgen] New var: gnugo-imgen-char-height-fudge-factor

2021-12-12 Thread Thien-Thi Nguyen
branch: externals/gnugo commit 4c4da1fa8647c1e447dc094565fcafa7859a5df1 Author: Thien-Thi Nguyen Commit: Thien-Thi Nguyen [imgen] New var: gnugo-imgen-char-height-fudge-factor * gnugo-imgen.el (gnugo-imgen-char-height-fudge-factor): New. (gnugo-imgen--fit): Use ‘gnugo-imgen-char

[elpa] externals/gnugo 636ef79 4/4: [maint] Use https for GNU URLs; nfc

2021-12-12 Thread Thien-Thi Nguyen
branch: externals/gnugo commit 636ef79e90d29f3fbaf866a38bf7c23bcbfdd003 Author: Thien-Thi Nguyen Commit: Thien-Thi Nguyen [maint] Use https for GNU URLs; nfc --- README | 2 +- gnugo-frolic.el | 2 +- gnugo-imgen.el | 2 +- gnugo.el| 4 ++-- 4 files changed, 5 insertions(+

[elpa] externals/gnugo f710abf 3/4: [maint] Use https for GNU URL

2021-12-12 Thread Thien-Thi Nguyen
branch: externals/gnugo commit f710abfa95a5e5249e017b3887d6de4ace9d7492 Author: Thien-Thi Nguyen Commit: Thien-Thi Nguyen [maint] Use https for GNU URL * gnugo.el (gnugo-program): ...here, in docstring. --- gnugo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[elpa] externals/gnugo updated (95f956e -> 636ef79)

2021-12-12 Thread Thien-Thi Nguyen
ttn pushed a change to branch externals/gnugo. from 95f956e Improve scoring seed randomization new 79af62b [maint] Update URL for Git repo; nfc new 354af8e [maint] Use https for gnuvola URL; nfc new f710abf [maint] Use https for GNU URL new 636ef79

[elpa] externals/gnugo 79af62b 1/4: [maint] Update URL for Git repo; nfc

2021-12-12 Thread Thien-Thi Nguyen
branch: externals/gnugo commit 79af62bce8b1e06632d8b4126fc26e367e78ef65 Author: Thien-Thi Nguyen Commit: Thien-Thi Nguyen [maint] Update URL for Git repo; nfc --- gnugo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnugo.el b/gnugo.el index 6ddb519..d360fe7 100644 -

[elpa] externals/gnugo 354af8e 2/4: [maint] Use https for gnuvola URL; nfc

2021-12-12 Thread Thien-Thi Nguyen
branch: externals/gnugo commit 354af8ec001372cdf333a3443013febe09bb6a63 Author: Thien-Thi Nguyen Commit: Thien-Thi Nguyen [maint] Use https for gnuvola URL; nfc --- gnugo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnugo.el b/gnugo.el index d360fe7..5b2be94 100644

[elpa] externals/pyim 23551ef 1/2: * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-put/delete): New test.

2021-12-12 Thread ELPA Syncer
branch: externals/pyim commit 23551efa355bfd712425f38f41d59abe30aace13 Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-put/delete): New test. --- tests/pyim-tests.el | 16 1 file changed, 16 insertions(+) diff --git a/tests/pyim-tests.el

[elpa] externals/pyim updated (5bba27b -> bf9e81f)

2021-12-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 5bba27b 添加 pyim-dhashcache-update-ishortcode2word-1 new 23551ef * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-put/delete): New test. new bf9e81f * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-update-iword

[elpa] externals/pyim bf9e81f 2/2: * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-update-iword2count): New test.

2021-12-12 Thread ELPA Syncer
branch: externals/pyim commit bf9e81f4187997c86da182060fa1356686b4c137 Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-update-iword2count): New test. --- tests/pyim-tests.el | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tests/pyim-tests

[elpa] externals/pyim 8932f2c 1/5: * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-get-shortcode): New test.

2021-12-12 Thread ELPA Syncer
branch: externals/pyim commit 8932f2c7425aaeef68a16e974b87d7dc38aa8e31 Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-get-shortcode): New test. --- tests/pyim-tests.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/tests/pyim-tests.el b

[elpa] externals/pyim c579cc8 4/5: 添加 pyim-dhashcache-update-shortcode2word-1

2021-12-12 Thread ELPA Syncer
branch: externals/pyim commit c579cc8a55bf4020472e109b5d2b0ac65d01c003 Author: Feng Shu Commit: Feng Shu 添加 pyim-dhashcache-update-shortcode2word-1 * .gitignore: Ignore temp dcache dir. * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-update-shortcode2word): New t

[elpa] externals/pyim updated (ebded0b -> 5bba27b)

2021-12-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from ebded0b * tests/pyim-tests.el (pyim-tests-pyim-string-distance): New test. new 8932f2c * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-get-shortcode): New test. new 8c72627 * tests/pyim-tests.el (pyim-tests-p

[elpa] externals/pyim 73da2d4 3/5: * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-generate-file): New test.

2021-12-12 Thread ELPA Syncer
branch: externals/pyim commit 73da2d42a925365effd2bc3e54414963bf7dee37 Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-generate-file): New test. --- tests/pyim-tests.el | 27 +++ 1 file changed, 27 insertions(+) diff --git a/tests

[elpa] externals/pyim 5bba27b 5/5: 添加 pyim-dhashcache-update-ishortcode2word-1

2021-12-12 Thread ELPA Syncer
branch: externals/pyim commit 5bba27be6a0fad6a0d0ceb72c6b32d100a43fea2 Author: Feng Shu Commit: Feng Shu 添加 pyim-dhashcache-update-ishortcode2word-1 * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-update-shortcode2word): New test. * pyim-dhashcache.el (pyim-dhash

[elpa] externals/pyim 8c72627 2/5: * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-get-path): New test.

2021-12-12 Thread ELPA Syncer
branch: externals/pyim commit 8c7262731cdecc4852f124d50109abb48c1134dc Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-get-path): New test. --- tests/pyim-tests.el | 5 + 1 file changed, 5 insertions(+) diff --git a/tests/pyim-tests.el b/tests/pyim-t

[elpa] externals/embark-consult updated (8f19109 -> 725794f)

2021-12-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 8f19109 Merge pull request #429 from minad/region-actions adds eb40e2b Fix: embark-target-file-at-point adds 725794f Merge pull request #430 from localauthor/fix-file-at-point No new revisions were added

[elpa] externals/embark 725794f 2/2: Merge pull request #430 from localauthor/fix-file-at-point

2021-12-12 Thread ELPA Syncer
branch: externals/embark commit 725794f01347a8b1f25c6aea58886a1a0b14fc5b Merge: 8f19109 eb40e2b Author: Omar Antolín Camarena Commit: GitHub Merge pull request #430 from localauthor/fix-file-at-point Minor fix for embark-target-file-at-point --- embark.el | 2 +- 1 file changed, 1

[elpa] externals/embark eb40e2b 1/2: Fix: embark-target-file-at-point

2021-12-12 Thread ELPA Syncer
branch: externals/embark commit eb40e2bc1b70b8158fc8b9555e2132848bb86d44 Author: Grant Rosson Commit: Grant Rosson Fix: embark-target-file-at-point --- embark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embark.el b/embark.el index 50f5de3..3c909e0 100644 --- a/emb

[elpa] externals/mct 2ff39d6: Fix mct--fit-completions-window arguments

2021-12-12 Thread ELPA Syncer
branch: externals/mct commit 2ff39d66b83388c52a037beed665986d56dd7bc8 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix mct--fit-completions-window arguments This allows it to be used as advise for minibuffer-completion-help. Thanks to Juri Linkov for noticing the

[elpa] externals/embark-consult updated (33b47bb -> 8f19109)

2021-12-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 33b47bb Revert binding default action to adds c8f58a3 Add a few more region actions adds 0ad289d Add bookmark annotation actions adds 4db70c0 Use l for downcase consistently, use d instead of D f

[elpa] externals/embark 4db70c0 3/5: Use l for downcase consistently, use d instead of D for dup line deletion

2021-12-12 Thread ELPA Syncer
branch: externals/embark commit 4db70c0fce43ddbc2cddbe9d930431d59d34f2fd Author: Daniel Mendler Commit: Daniel Mendler Use l for downcase consistently, use d instead of D for dup line deletion --- embark.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embark.el b/

[elpa] externals/embark 0ad289d 2/5: Add bookmark annotation actions

2021-12-12 Thread ELPA Syncer
branch: externals/embark commit 0ad289d174f2b3a52e827cea5638d94f67f51b49 Author: Daniel Mendler Commit: Daniel Mendler Add bookmark annotation actions --- embark.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/embark.el b/embark.el index 9076bb9..78568fc 100644 ---

[elpa] externals/embark 8f19109 5/5: Merge pull request #429 from minad/region-actions

2021-12-12 Thread ELPA Syncer
branch: externals/embark commit 8f19109e487dd832e2b6212d7e310e9e583229cc Merge: 33b47bb d375a64 Author: Omar Antolín Camarena Commit: GitHub Merge pull request #429 from minad/region-actions Add a few more region actions --- embark.el | 28 +++- 1 file chang

[elpa] externals/embark d375a64 4/5: Go back to binding rot13-region instead of message-caesar-region

2021-12-12 Thread ELPA Syncer
branch: externals/embark commit d375a64caa1795346cac5870aa9fc174f0dc384b Author: Omar Antolín Commit: Omar Antolín Go back to binding rot13-region instead of message-caesar-region --- embark.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/embark.el b/embark.el index

[elpa] externals/embark updated (33b47bb -> 8f19109)

2021-12-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark. from 33b47bb Revert binding default action to new c8f58a3 Add a few more region actions new 0ad289d Add bookmark annotation actions new 4db70c0 Use l for downcase consistently, use d instead of D for dup

[elpa] externals/embark c8f58a3 1/5: Add a few more region actions

2021-12-12 Thread ELPA Syncer
branch: externals/embark commit c8f58a3308a4b2fdc452b936ac4731c2c6414849 Author: Daniel Mendler Commit: Daniel Mendler Add a few more region actions --- embark.el | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/embark.el b/embark.el index 50f5de3

[elpa] externals/gnugo 95f956e: Improve scoring seed randomization

2021-12-12 Thread Paul Eggert
branch: externals/gnugo commit 95f956ef95468b0d8ed7d5f3f48ff4a311c7e12d Author: Paul Eggert Commit: Paul Eggert Improve scoring seed randomization * packages/gnugo/gnugo.el (gnugo-close-game): Use more-random scoring seed. --- gnugo.el | 6 +- 1 file changed, 1 insertion(+)

[elpa] externals/hyperbole 25f0382: * hyperbole.el (hkey-initialize): Unconditionalize C-c prefix key

2021-12-12 Thread ELPA Syncer
branch: externals/hyperbole commit 25f0382918d6de4982d0973086d205cfccc605a7 Author: Bob Weiner Commit: Bob Weiner * hyperbole.el (hkey-initialize): Unconditionalize C-c prefix key --- hyperbole.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hyperbole.el b/hyper

[elpa] externals/hyperbole 372d32e 2/2: Merge branch 'master' of hyperbole

2021-12-12 Thread ELPA Syncer
branch: externals/hyperbole commit 372d32e96b4d105d58d974fa32115c87ea9af2c0 Merge: 4ea5696 288cb87 Author: Bob Weiner Commit: Bob Weiner Merge branch 'master' of hyperbole --- ChangeLog | 6 ++ test/hpath-tests.el | 25 + 2 files changed, 31 insertions

[elpa] externals/hyperbole 4ea5696 1/2: hyperbole.el (hkey-initialize): Add missing Hyperbole C-c prefix

2021-12-12 Thread ELPA Syncer
branch: externals/hyperbole commit 4ea5696ebbacb7e4af2e3616d14187eeb69d74b0 Author: Bob Weiner Commit: Bob Weiner hyperbole.el (hkey-initialize): Add missing Hyperbole C-c prefix --- ChangeLog| 4 hyperbole.el | 21 - 2 files changed, 16 insertions(+), 9 deleti

[elpa] externals/org cfffdf5 1/3: oc-biblatex: Add missing shortcut

2021-12-12 Thread ELPA Syncer
branch: externals/org commit cfffdf5e1ad1d02abdd55f0f66e81bfb8da93d11 Author: Nicolas Goaziou Commit: Nicolas Goaziou oc-biblatex: Add missing shortcut * lisp/oc-biblatex.el (org-cite-biblatex-style-shortcuts): Add missing shortcut. --- lisp/oc-biblatex.el | 1 + 1 file changed, 1

[elpa] externals/org f8cd8a6 2/3: oc-biblatex: Generate cite styles dynamically

2021-12-12 Thread ELPA Syncer
branch: externals/org commit f8cd8a6645828f8af7918b0a6ccce6e5ee5f098c Author: Nicolas Goaziou Commit: Nicolas Goaziou oc-biblatex: Generate cite styles dynamically * lisp/oc-biblatex.el (org-cite-biblatex-list-styles): New function. Use it when registering `biblatex' citation pr

[elpa] externals/org updated (e995e06 -> 8908fba)

2021-12-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from e995e06 oc-biblatex: Allow style customization new cfffdf5 oc-biblatex: Add missing shortcut new f8cd8a6 oc-biblatex: Generate cite styles dynamically new 8908fba compat: Silence byte-compiler Summary o

[elpa] externals/org 8908fba 3/3: compat: Silence byte-compiler

2021-12-12 Thread ELPA Syncer
branch: externals/org commit 8908fba11334190c1a344159273320c5b2358b9e Author: Nicolas Goaziou Commit: Nicolas Goaziou compat: Silence byte-compiler --- lisp/org-compat.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-compat.el b/lisp/org-compat.el index 4019b06..84bb3a3 10064

[elpa] externals/org e995e06 3/3: oc-biblatex: Allow style customization

2021-12-12 Thread ELPA Syncer
branch: externals/org commit e995e069ca6fc80b9f45659d9743c52600b091f1 Author: Nicolas Goaziou Commit: Nicolas Goaziou oc-biblatex: Allow style customization * lisp/oc-biblatex.el (org-cite-biblatex-styles): (org-cite-biblatex-style-shortcuts): New defcustoms. (org-cite-bibla

[elpa] externals/org 82bb04b 2/3: oc-biblatex: Spell out multicite commands instead of guessing them

2021-12-12 Thread ELPA Syncer
branch: externals/org commit 82bb04be221f8498dfce323d2455887469ed6853 Author: Nicolas Goaziou Commit: Nicolas Goaziou oc-biblatex: Spell out multicite commands instead of guessing them * lisp/oc-biblatex.el (org-cite-biblatex-export-citation): Provide full multicite command name

[elpa] externals/org 7e2d909 1/3: oc: Allow declaring cite styles as a function

2021-12-12 Thread ELPA Syncer
branch: externals/org commit 7e2d9091d01faf81679887b34d452de8b0e7cc2e Author: Nicolas Goaziou Commit: Nicolas Goaziou oc: Allow declaring cite styles as a function * lisp/oc.el (org-cite-register-processor): Allow a function as :cite-styles value. (org-cite-supported-styles)

[elpa] externals/org updated (798435b -> e995e06)

2021-12-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 798435b org-element-cache: Fix merging intersecting Phase 0 requests new 7e2d909 oc: Allow declaring cite styles as a function new 82bb04b oc-biblatex: Spell out multicite commands instead of guessing them

[elpa] externals/consult ae5b0ce 1/2: README Updates

2021-12-12 Thread ELPA Syncer
branch: externals/consult commit ae5b0ce40b1e96dc3bd585b906d36d9d2d7c1baa Author: Daniel Mendler Commit: Daniel Mendler README Updates --- README.org | 38 +- consult.el | 2 +- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/README.org

[elpa] externals/consult updated (1984605 -> 8500870)

2021-12-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 1984605 Minor code cleanup new ae5b0ce README Updates new 8500870 README: Fix typo Summary of changes: README.org | 38 +- consult.el | 2 +- 2 files changed, 22 insertio

[elpa] externals/consult 8500870 2/2: README: Fix typo

2021-12-12 Thread ELPA Syncer
branch: externals/consult commit 85008702de2d28a02123e3f93111dbf54d0a9189 Author: Daniel Mendler Commit: Daniel Mendler README: Fix typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 4a7d5f0..91f6ad2 100644 --- a/README.org

[elpa] externals/org 9c7acaa 1/2: Re-implement 54534eebb more efficiently

2021-12-12 Thread ELPA Syncer
branch: externals/org commit 9c7acaa02d1c23f4df04f64f9961b55640b1dc1c Author: Ihor Radchenko Commit: Ihor Radchenko Re-implement 54534eebb more efficiently * lisp/org-element.el (org-element--cache-sensitive-re): Do not treat properties inside property drawers as global sensitiv

[elpa] externals/org 798435b 2/2: org-element-cache: Fix merging intersecting Phase 0 requests

2021-12-12 Thread ELPA Syncer
branch: externals/org commit 798435be851099e5caaa8aea0e87748cef29019a Author: Ihor Radchenko Commit: Ihor Radchenko org-element-cache: Fix merging intersecting Phase 0 requests * lisp/org-element.el (org-element--cache-submit-request): Extend calculation of affected parent eleme

[elpa] externals/org updated (0c9b30e -> 798435b)

2021-12-12 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 0c9b30e Merge branch 'bugfix' new 9c7acaa Re-implement 54534eebb more efficiently new 798435b org-element-cache: Fix merging intersecting Phase 0 requests Summary of changes: lisp/org-element.el | 34 ++