[nongnu] elpa/webpaste 7827266: fix(version): Prepare a new patch release

2021-12-10 Thread ELPA Syncer
branch: elpa/webpaste commit 78272662e6992b8614e79a571ff2395fa9630357 Author: Elis Hirwing Commit: Elis Hirwing fix(version): Prepare a new patch release --- webpaste.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpaste.el b/webpaste.el index af6ac5d..769ab2e

[nongnu] elpa/webpaste 030a9ad 4/4: chore(authortags): Add email to author and a maintainer tag

2021-12-10 Thread ELPA Syncer
branch: elpa/webpaste commit 030a9ad637ea842224ec9c92f1eea17a5d76f5d2 Author: Elis Hirwing Commit: Elis Hirwing chore(authortags): Add email to author and a maintainer tag --- webpaste.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpaste.el b/webpaste.el index e

[nongnu] elpa/webpaste 2a60718 2/4: feat(readme): Add the nongnu elpa badge

2021-12-10 Thread ELPA Syncer
branch: elpa/webpaste commit 2a60718a3af6c4ed3565ed5346a6e31498f4c027 Author: Elis Hirwing Commit: Elis Hirwing feat(readme): Add the nongnu elpa badge --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index d7ecbb7..95193ee 100644 --- a/README.org +

[nongnu] elpa/webpaste 47743f1 1/4: chore(readme): Drop the unused tag on the table of contents

2021-12-10 Thread ELPA Syncer
branch: elpa/webpaste commit 47743f1cbfd3cbc567e51daf37f3f154fd9a8223 Author: Elis Hirwing Commit: Elis Hirwing chore(readme): Drop the unused tag on the table of contents --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 29c4b8

[nongnu] elpa/webpaste 73f2f29 3/4: feat(readme): Promote NonGNU ELPA as a way to install the package

2021-12-10 Thread ELPA Syncer
branch: elpa/webpaste commit 73f2f2963e64c571b6052713652a8b29c1c35fbf Author: Elis Hirwing Commit: Elis Hirwing feat(readme): Promote NonGNU ELPA as a way to install the package --- README.org | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.org b

[nongnu] elpa/webpaste updated (65f664d -> 030a9ad)

2021-12-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/webpaste. from 65f664d elpaignore: Add .elpaignore to ignore files in elpa builds new 47743f1 chore(readme): Drop the unused tag on the table of contents new 2a60718 feat(readme): Add the nongnu elpa badge new 73f2f29

[elpa] externals/pyim ebded0b: * tests/pyim-tests.el (pyim-tests-pyim-string-distance): New test.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit ebded0b42fce44187ac8a1364244c471872e9449 Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-string-distance): New test. --- tests/pyim-tests.el | 9 + 1 file changed, 9 insertions(+) diff --git a/tests/pyim-tests.el b/tests/pyim-t

[elpa] externals/pyim 93ede76 1/5: * tests/pyim-tests.el (pyim-tests-pyim-time-limit-while): limit * 1.5 -> limit * 2.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit 93ede76eefe0627ef63350c921e5b7f2d0bcbbc4 Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-time-limit-while): limit * 1.5 -> limit * 2. --- tests/pyim-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/py

[elpa] externals/pyim 2d33442 4/5: * tests/pyim-tests.el (pyim-tests-pyim-add-unread-command-events): New test.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit 2d334422e96ed22591bf25ffcae12b025957326c Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-add-unread-command-events): New test. --- tests/pyim-tests.el | 21 + 1 file changed, 21 insertions(+) diff --git a/tests/pyim

[elpa] externals/pyim 95edff8 5/5: * pyim-common.el (pyim-add-unread-command-events): use cl-mapcan instead.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit 95edff8014cf052bb15a05af90425b3d33f30321 Author: Feng Shu Commit: Feng Shu * pyim-common.el (pyim-add-unread-command-events): use cl-mapcan instead. Emacs 25.3 have no mapcan. --- pyim-common.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[elpa] externals/pyim 5c4500d 2/5: * tests/pyim-tests.el (pyim-tests-pyim-dline-parse): New test.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit 5c4500d2b34ea3378d1adf5bbb6199a08680ed6c Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-dline-parse): New test. --- tests/pyim-tests.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/tests/pyim-tests.el b/tests/pyim-t

[elpa] externals/pyim updated (74c93ae -> 95edff8)

2021-12-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 74c93ae rename pyim-process-async-ui-refresh to pyim-process-run-async. new 93ede76 * tests/pyim-tests.el (pyim-tests-pyim-time-limit-while): limit * 1.5 -> limit * 2. new 5c4500d * tests/pyim-tests.el (pyim-te

[elpa] externals/pyim 05e24f3 3/5: * tests/pyim-tests.el (pyim-tests-pyim-char-before/after-to-string): New test.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit 05e24f38d572188f66d09c4b43d618bc6f4407ec Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-char-before/after-to-string): New test. --- tests/pyim-tests.el | 12 1 file changed, 12 insertions(+) diff --git a/tests/pyim-tests

[elpa] externals/org 0350c7d 2/3: org.el: Avoid excessive memory usage by effort text properties

2021-12-10 Thread ELPA Syncer
branch: externals/org commit 0350c7dd71ed137940eb01aca6956f26d81fbac2 Author: Ihor Radchenko Commit: Ihor Radchenko org.el: Avoid excessive memory usage by effort text properties * lisp/org.el (org-set-effort): (org-property-next-allowed-value): Do not use text properties cache

[elpa] externals/org edddc7d 3/3: org-element-cache-map: Reduce memory allocation and time re-search

2021-12-10 Thread ELPA Syncer
branch: externals/org commit edddc7d149b8668a830443b12db14075beb28607 Author: Ihor Radchenko Commit: Ihor Radchenko org-element-cache-map: Reduce memory allocation and time re-search * lisp/org-element.el (org-element-cache-map): Move all possible let-bindings outside the loop t

[elpa] externals/org 67fb7a4 1/3: org-agenda-get-deadline: Use org-element-cache

2021-12-10 Thread ELPA Syncer
branch: externals/org commit 67fb7a48925fe5177141da14788b0535aa108c53 Author: Ihor Radchenko Commit: Ihor Radchenko org-agenda-get-deadline: Use org-element-cache --- lisp/org-agenda.el | 439 + 1 file changed, 304 insertions(+), 135 delet

[elpa] externals/org updated (04f9fa3 -> edddc7d)

2021-12-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 04f9fa3 Merge branch 'bugfix' new 67fb7a4 org-agenda-get-deadline: Use org-element-cache new 0350c7d org.el: Avoid excessive memory usage by effort text properties new edddc7d org-element-cache-map: Redu

[elpa] externals/emms updated (da021c0 -> 32ff8a7)

2021-12-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/emms. from da021c0 * emms.el: complain if `emms-player-list' is empty new fe23e21 * emms-streams.el: remove defunct channel new 32ff8a7 * emms-player-mpv.el: graceful handling of no icy-title Summary of changes: emms-play

[elpa] externals/emms fe23e21 1/2: * emms-streams.el: remove defunct channel

2021-12-10 Thread ELPA Syncer
branch: externals/emms commit fe23e21bb6ac03ed22adc78f808df8722986 Author: Yoni Rabkin Commit: Yoni Rabkin * emms-streams.el: remove defunct channel --- emms-streams.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/emms-streams.el b/emms-streams.el index 3055f73..bb8a29c 100644

[elpa] externals/emms 32ff8a7 2/2: * emms-player-mpv.el: graceful handling of no icy-title

2021-12-10 Thread ELPA Syncer
branch: externals/emms commit 32ff8a70ca9726dd0e3b8ad68430bc6fd66bf387 Author: Yoni Rabkin Commit: Yoni Rabkin * emms-player-mpv.el: graceful handling of no icy-title --- emms-player-mpv.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emms-player-mpv.el b/emms-play

[elpa] externals/pyim 74c93ae 2/2: rename pyim-process-async-ui-refresh to pyim-process-run-async.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit 74c93ae01f312120ad5cd83465ccd3f5e21bd8e7 Author: Feng Shu Commit: Feng Shu rename pyim-process-async-ui-refresh to pyim-process-run-async. * pyim-process.el (pyim-process-run-async): rename from pyim-process-async-ui-refresh. (pyim-process-

[elpa] externals/pyim c335aa4 1/2: Simplify pyim-time-limit-while.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit c335aa4b92dcda3fcf8c63d1d68599e8091aac36 Author: Feng Shu Commit: Feng Shu Simplify pyim-time-limit-while. * pyim-candidates.el (pyim-candidates-search-buffer): simplify. * pyim-common.el (pyim-time-limit-while): simplify.

[elpa] externals/pyim updated (380d526 -> 74c93ae)

2021-12-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 380d526 * tests/pyim-tests.el (pyim-tests-pyim-candidates-search-buffer): New test. new c335aa4 Simplify pyim-time-limit-while. new 74c93ae rename pyim-process-async-ui-refresh to pyim-process-run-async. Summa

[elpa] externals/javaimp 4af23e9: Improve docs

2021-12-10 Thread Filipp Gunbin
branch: externals/javaimp commit 4af23e9f0b3f50d6627cd0dab0bf05075987edb8 Author: Filipp Gunbin Commit: Filipp Gunbin Improve docs --- javaimp.el | 113 - 1 file changed, 75 insertions(+), 38 deletions(-) diff --git a/javaimp.el b

[elpa] externals/pyim 380d526: * tests/pyim-tests.el (pyim-tests-pyim-candidates-search-buffer): New test.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit 380d52657034b55ef99bd589eae107387947dd5b Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-candidates-search-buffer): New test. --- tests/pyim-tests.el | 29 + 1 file changed, 29 insertions(+) diff --git a/tes

[elpa] externals/emms da021c0: * emms.el: complain if `emms-player-list' is empty

2021-12-10 Thread ELPA Syncer
branch: externals/emms commit da021c0d300d334069ab4cfe5ca3194564fd628a Author: Yoni Rabkin Commit: Yoni Rabkin * emms.el: complain if `emms-player-list' is empty --- emms.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emms.el b/emms.el index 0e33321..8d8095c 100644 --- a/emms.el +

[elpa] externals/corfu 76339f0: Use run-at-time instead of idle timer

2021-12-10 Thread ELPA Syncer
branch: externals/corfu commit 76339f0dc31f3ce99dd66198e990b03f448de3de Author: Daniel Mendler Commit: Daniel Mendler Use run-at-time instead of idle timer --- corfu.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corfu.el b/corfu.el index fb2cd27..a36d119 100644

[elpa] externals/crdt 5719de1 1/2: Check if the process-mark is non-nil and if mark-pos is non-nil to prevent errors

2021-12-10 Thread ELPA Syncer
branch: externals/crdt commit 5719de1c06a81923ecdfb21d2923ce4cc5f4cc9c Author: Jimmy Miller Commit: Jimmy Miller Check if the process-mark is non-nil and if mark-pos is non-nil to prevent errors --- crdt.el | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --

[elpa] externals/crdt 81b55a2 2/2: Merge branch 'jimmyhmiller-master-patch-76360' into 'master'

2021-12-10 Thread ELPA Syncer
branch: externals/crdt commit 81b55a27b815b8afec7a93d22c65029aa06ae870 Merge: c427979 5719de1 Author: Qiantan Hong Commit: Qiantan Hong Merge branch 'jimmyhmiller-master-patch-76360' into 'master' Check if the process-mark is non-nil and if mark-pos is non-nil to prevent errors

[elpa] externals/consult a8dea90: Detect project root when formatting consult-ripgrep prompt (Fix #478)

2021-12-10 Thread ELPA Syncer
branch: externals/consult commit a8dea906824e1e171fb01c3cdb2d7ffa1f24bb5f Author: Daniel Mendler Commit: Daniel Mendler Detect project root when formatting consult-ripgrep prompt (Fix #478) This allows you to write a command which has the ability to switch to a project. ;;

[elpa] externals/pyim bf92514: 拼音输入法可以搜索当前 buffer 来获取词条。

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit bf925142a53a36179ec42e7d93e389da0487dc8c Author: Feng Shu Commit: Feng Shu 拼音输入法可以搜索当前 buffer 来获取词条。 * tests/pyim-tests.el (pyim-tests-pyim-cregexp): test cinese-only argument. * pyim-cregexp.el (pyim-cregexp-build, pyim-cregexp-build-

[elpa] externals/embark-consult updated (f9e6749 -> fed1459)

2021-12-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from f9e6749 Merge pull request #419 from minad/improvements adds c98fd83 ∀ adds fed1459 Merge pull request #420 from minad/∀ No new revisions were added by this update. Summary of changes: embark.el | 2 +-

[elpa] externals/embark fed1459 2/2: Merge pull request #420 from minad/∀

2021-12-10 Thread ELPA Syncer
branch: externals/embark commit fed14590737b6e2d82a89321d2bf5642c2479a22 Merge: f9e6749 c98fd83 Author: Omar Antolín Camarena Commit: GitHub Merge pull request #420 from minad/∀ ∀ --- embark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embark.el b/embark.e

[elpa] externals/embark c98fd83 1/2: ∀

2021-12-10 Thread ELPA Syncer
branch: externals/embark commit c98fd83a0ebad0067c690ecba10a8dd8e929d784 Author: Daniel Mendler Commit: Daniel Mendler ∀ --- embark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embark.el b/embark.el index 05f8ae3..66f6d2c 100644 --- a/embark.el +++ b/embark.el @@ -

[elpa] externals-release/org 8d18972 1/3: ox: Fix async export with native compilation

2021-12-10 Thread ELPA Syncer
branch: externals-release/org commit 8d189720b2bcf29a9d798ec2a9b6de2a3839ebde Author: Sébastien Miquel Commit: Nicolas Goaziou ox: Fix async export with native compilation * lisp/ox-beamer.el (org-beamer-export-to-pdf): * lisp/ox-icalendar.el (org-icalendar-export-to-ics): *

[elpa] externals/embark f9e6749 7/7: Merge pull request #419 from minad/improvements

2021-12-10 Thread ELPA Syncer
branch: externals/embark commit f9e6749aade62b21bf077df0be17a5c79624dda2 Merge: 91e6db4 8fec816 Author: Omar Antolín Camarena Commit: GitHub Merge pull request #419 from minad/improvements Some improvements to embark-act-all --- embark.el | 359 +

[elpa] externals/embark a5d199f 3/7: embark-indicators: Display Act* when acting on all candidates

2021-12-10 Thread ELPA Syncer
branch: externals/embark commit a5d199fb29b88b01b5dcf3a9d7b76dbaa38ed72a Author: Daniel Mendler Commit: Daniel Mendler embark-indicators: Display Act* when acting on all candidates --- embark.el | 66 +-- 1 file changed, 43 inserti

[elpa] externals/org 04f9fa3 3/3: Merge branch 'bugfix'

2021-12-10 Thread ELPA Syncer
branch: externals/org commit 04f9fa314c60361d886624fa9d49589528e06a38 Merge: 96e022b a957a4c Author: Nicolas Goaziou Commit: Nicolas Goaziou Merge branch 'bugfix' --- lisp/org-keys.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-keys.el b/lisp/org-keys.el ind

[elpa] externals/org 96e022b 2/3: Merge branch 'bugfix'

2021-12-10 Thread ELPA Syncer
branch: externals/org commit 96e022bbe02131f347e6b362528b91dd1b09061f Merge: c6186be f0d8041 Author: Nicolas Goaziou Commit: Nicolas Goaziou Merge branch 'bugfix' --- lisp/ox-beamer.el | 2 +- lisp/ox-icalendar.el | 4 ++-- lisp/ox-koma-letter.el | 2 +- lisp/ox-man.el |

[elpa] externals-release/org a957a4c 3/3: keys: Don't bind illegal C-TAB

2021-12-10 Thread ELPA Syncer
branch: externals-release/org commit a957a4c19d42db43e4bf7e2f90b5734064055361 Author: Nicolas Goaziou Commit: Nicolas Goaziou keys: Don't bind illegal C-TAB * lisp/org-keys.el (org-mode-map): Bind `org-force-cycle-archived' to C-c C- instead of C-c C-TAB. Reported-by: I

[elpa] externals-release/org f0d8041 2/3: ox: Clarify `org-export-to-(buffer|file)' docstrings

2021-12-10 Thread ELPA Syncer
branch: externals-release/org commit f0d8041f0c648b0db1d5c70b653863600aeb8c2d Author: Nicolas Goaziou Commit: Nicolas Goaziou ox: Clarify `org-export-to-(buffer|file)' docstrings * lisp/ox.el (org-export-to-buffer): (org-export-to-file): Fix example and add precision about the n

[elpa] externals-release/org updated (4aca51f -> a957a4c)

2021-12-10 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from 4aca51f org-priority: Fix SPC handling for numeric priorities (bug#52341) new 8d18972 ox: Fix async export with native compilation new f0d8041 ox: Clarify `org-export-to-(buffer|file)' docstrings ne

[elpa] externals/embark-consult updated (91e6db4 -> f9e6749)

2021-12-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 91e6db4 Add embark-act-all command to act on all candidates adds 570a025 Change elp-instrument-function binding to m for measure adds 731723a embark-act etc: Bail out early with user error adds a5d1

[elpa] externals/embark ea10bea 5/7: Extract embark--orig-target

2021-12-10 Thread ELPA Syncer
branch: externals/embark commit ea10beabea119e022de41c3374366b0065a97aa5 Author: Daniel Mendler Commit: Daniel Mendler Extract embark--orig-target --- embark.el | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/embark.el b/embark.el index 50b84d9

[elpa] externals/embark 56fdd1d 4/7: embark-keymap-prompter: Handle quit commands

2021-12-10 Thread ELPA Syncer
branch: externals/embark commit 56fdd1d8d58f7b559a549546976c6442820facdb Author: Daniel Mendler Commit: Daniel Mendler embark-keymap-prompter: Handle quit commands Otherwise embark-act-all will ask "Run keyboard-quit on 352 ...?". --- embark.el | 2 ++ 1 file changed, 2 insertions(

[elpa] externals/embark updated (91e6db4 -> f9e6749)

2021-12-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark. from 91e6db4 Add embark-act-all command to act on all candidates new 570a025 Change elp-instrument-function binding to m for measure new 731723a embark-act etc: Bail out early with user error new a5d199f em

[elpa] externals/org c6186be 1/3: oc-csl: Also look for style files in default directory

2021-12-10 Thread ELPA Syncer
branch: externals/org commit c6186be3fd6c09a6deaa4edc1fbabbad0cb986d3 Author: Emmanuel Charpentier Commit: Nicolas Goaziou oc-csl: Also look for style files in default directory * lisp/oc-csl.el (org-cite-csl--style-file): When file name is relative, look for it in default direc

[elpa] externals/org updated (f1929af -> 04f9fa3)

2021-12-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from f1929af Merge branch 'bugfix' new c6186be oc-csl: Also look for style files in default directory new 8d18972 ox: Fix async export with native compilation new f0d8041 ox: Clarify `org-export-to-(buffer|fil

[elpa] externals/embark 8fec816 6/7: Move post-action-wo-restart out of lambda

2021-12-10 Thread ELPA Syncer
branch: externals/embark commit 8fec816e490e3e3862f66e2915459a710a3c1775 Author: Daniel Mendler Commit: Daniel Mendler Move post-action-wo-restart out of lambda --- embark.el | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/embark.el b/embark.el index ac8f9a7..05

[elpa] externals/embark 731723a 2/7: embark-act etc: Bail out early with user error

2021-12-10 Thread ELPA Syncer
branch: externals/embark commit 731723a3dcd4c892c32906e976ae2f7eb10e87c1 Author: Daniel Mendler Commit: Daniel Mendler embark-act etc: Bail out early with user error --- embark.el | 270 +++--- 1 file changed, 134 insertions(+), 136 de

[elpa] externals/embark 570a025 1/7: Change elp-instrument-function binding to m for measure

2021-12-10 Thread ELPA Syncer
branch: externals/embark commit 570a025abaccf61a9206b9de0604a81675372284 Author: Daniel Mendler Commit: Daniel Mendler Change elp-instrument-function binding to m for measure S conflicts with embark-collect-snapshot. --- embark.el | 8 1 file changed, 4 insertions(+), 4 de

[elpa] externals/consult 36ac62c: Optimize consult--completion-filter

2021-12-10 Thread ELPA Syncer
branch: externals/consult commit 36ac62c7de467dd8f677421a6366bd17f7c8446d Author: Daniel Mendler Commit: Daniel Mendler Optimize consult--completion-filter --- consult-vertico.el | 14 ++ consult.el | 6 ++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --g

[elpa] externals/pyim 11e071f 1/4: * tests/pyim-tests.el (pyim-tests-pyim-import-words-and-counts): :expected-result :failed.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit 11e071f4b65b221527b3cadd3d40e3c39d6d2354 Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-import-words-and-counts): :expected-result :failed. --- tests/pyim-tests.el | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) d

[elpa] externals/pyim 124bd15 4/4: Fix warn.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit 124bd153d820c20782825d1cc2928ee9cc010598 Author: Feng Shu Commit: Feng Shu Fix warn. --- pyim-codes.el | 6 +- pyim-imobjs.el| 5 - pyim-indicator.el | 3 +-- pyim-process.el | 6 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff

[elpa] externals/pyim a282820 3/4: * pyim-hacks.el (pyim-hacks-add-unread-command-events): Fixed.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit a282820084cea64c50cceb62f316729e162c94f7 Author: Feng Shu Commit: Feng Shu * pyim-hacks.el (pyim-hacks-add-unread-command-events): Fixed. --- pyim-hacks.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyim-hacks.el b/pyim-hacks.el i

[elpa] externals/pyim 7da7893 2/4: * tests/pyim-tests.el (pyim-tests-pyim-import-words-and-counts): Use pyim-process-delete-word.

2021-12-10 Thread ELPA Syncer
branch: externals/pyim commit 7da7893114d5060572c17529cbcc9977726dd8d8 Author: Feng Shu Commit: Feng Shu * tests/pyim-tests.el (pyim-tests-pyim-import-words-and-counts): Use pyim-process-delete-word. --- tests/pyim-tests.el | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-)

[elpa] externals/pyim updated (2931549 -> 124bd15)

2021-12-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 2931549 * tests/pyim-tests.el (pyim-tests-pyim-import-words-and-counts): New test. new 11e071f * tests/pyim-tests.el (pyim-tests-pyim-import-words-and-counts): :expected-result :failed. new 7da7893 * tests/pyim-

[elpa] externals/corfu b1d4e2d: README: Fix formatting

2021-12-10 Thread ELPA Syncer
branch: externals/corfu commit b1d4e2dcfd2d24f23701edfdf9ad1a55f4421348 Author: Daniel Mendler Commit: Daniel Mendler README: Fix formatting --- README.org | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index ad80032..9edf82b 1