[elpa] externals/pyim f096ead: 在创建个人词条时,使用 :noexport 对没有正确处理多音字的词条进行标记。

2021-11-22 Thread ELPA Syncer
branch: externals/pyim commit f096ead57432a32c8d85b2f714acc629f941ae71 Author: Feng Shu Commit: Feng Shu 在创建个人词条时,使用 :noexport 对没有正确处理多音字的词条进行标记。 * pyim-dhashcache.el (pyim-dhashcache-export): Handle :noexport t. * pyim-process.el (pyim-process-create-word): Mark :n

[elpa] externals/org 912cf21: org.el: Fix missing arg in string-match-p call

2021-11-22 Thread ELPA Syncer
branch: externals/org commit 912cf2149436373098bcafb77724a33671afdc27 Author: Matt Huszagh Commit: TEC org.el: Fix missing arg in string-match-p call * lisp/org.el (org-display-inline-image--width): `string-match-p' requires two arguments, but the second one was missing. --- li

[elpa] externals/corfu 16cba87 2/2: corfu-complete: Fix cycling

2021-11-22 Thread ELPA Syncer
branch: externals/corfu commit 16cba8714966e24fdae7f457cfa482e0c3d449c5 Author: Daniel Mendler Commit: Daniel Mendler corfu-complete: Fix cycling --- corfu.el | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/corfu.el b/corfu.el index 69d5857

[elpa] externals/org 27f26f7: org-display-inline-image--width: Fix syntax error from last commit

2021-11-22 Thread ELPA Syncer
branch: externals/org commit 27f26f782978db2a94c87b1cabf37bb0d75d77d7 Author: Kyle Meyer Commit: Kyle Meyer org-display-inline-image--width: Fix syntax error from last commit * lisp/org.el (org-display-inline-image--width): Fix unbalanced parentheses and reference to free variab

[elpa] externals/corfu updated (f1e1abf -> 16cba87)

2021-11-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/corfu. from f1e1abf Barf if buffer is read only new 74f1ba7 Fix cycling new 16cba87 corfu-complete: Fix cycling Summary of changes: corfu.el | 81 1 file ch

[elpa] externals/corfu 74f1ba7 1/2: Fix cycling

2021-11-22 Thread ELPA Syncer
branch: externals/corfu commit 74f1ba7dd06758a7c93b1907955728febc606a72 Author: Daniel Mendler Commit: Daniel Mendler Fix cycling --- corfu.el | 53 ++--- 1 file changed, 30 insertions(+), 23 deletions(-) diff --git a/corfu.el b/corfu.el inde

[elpa] externals/pyim 9393850: * pyim.el (pyim-import-words-and-counts): Show user limit about this command.

2021-11-22 Thread ELPA Syncer
branch: externals/pyim commit 9393850a3ad4045a9d085e3c88ddc38394f6953f Author: Feng Shu Commit: Feng Shu * pyim.el (pyim-import-words-and-counts): Show user limit about this command. --- pyim.el | 65 + 1 file changed, 37 inse

[elpa] externals/kind-icon 77cc6f8: Return unknown if kind has not match

2021-11-22 Thread ELPA Syncer
branch: externals/kind-icon commit 77cc6f8672c72b4fe0408e5fb168968dc0df3daa Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com> Return unknown if kind has not match --- kind-icon.el | 89 ++--

[elpa] externals/corfu f1e1abf: Barf if buffer is read only

2021-11-22 Thread ELPA Syncer
branch: externals/corfu commit f1e1abfece208c5f4a0228adb424c9531d1bebb5 Author: Daniel Mendler Commit: Daniel Mendler Barf if buffer is read only --- corfu.el | 1 + 1 file changed, 1 insertion(+) diff --git a/corfu.el b/corfu.el index 96aafa2..079a640 100644 --- a/corfu.el +++ b/corfu.el

[elpa] externals/vertico c18678d 1/2: Fix vertico--candidate

2021-11-22 Thread ELPA Syncer
branch: externals/vertico commit c18678d46e98fd02cf07923dcbed15a2df15e2ed Author: Daniel Mendler Commit: Daniel Mendler Fix vertico--candidate --- vertico.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vertico.el b/vertico.el index cf95736..4fa6deb 100644 --- a/v

[elpa] externals/vertico 52bb427 2/2: README: Add link to the wiki

2021-11-22 Thread ELPA Syncer
branch: externals/vertico commit 52bb427541f6d10fc9c2833d223d7da51ae57a02 Author: Daniel Mendler Commit: Daniel Mendler README: Add link to the wiki --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 50599d8..e1ec5c6 100644 --- a/README.org ++

[elpa] externals/vertico updated (f27b720 -> 52bb427)

2021-11-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/vertico. from f27b720 Mention ffap-menu new c18678d Fix vertico--candidate new 52bb427 README: Add link to the wiki Summary of changes: README.org | 2 ++ vertico.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions

[elpa] externals/corfu 4b2fd9e: README: Add link to the wiki

2021-11-22 Thread ELPA Syncer
branch: externals/corfu commit 4b2fd9ed2b0ce841113a835a0ad163fc1cfe7084 Author: Daniel Mendler Commit: Daniel Mendler README: Add link to the wiki --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 1393e50..013bd95 100644 --- a/README.org +++

[elpa] externals/pyim 6dee133 1/3: * pyim.el (pyim-import): Fix wrong function.

2021-11-22 Thread ELPA Syncer
branch: externals/pyim commit 6dee133c85e8d12845606ddf714b70ec4c4ab9b6 Author: Feng Shu Commit: Feng Shu * pyim.el (pyim-import): Fix wrong function. --- pyim.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim.el b/pyim.el index 63ab10a..91492f8 100644 --- a/pyim.el

[elpa] externals/pyim 12d134b 3/3: Init dcache variables before export.

2021-11-22 Thread ELPA Syncer
branch: externals/pyim commit 12d134b614e613029629bc22b2c5126a70ae28cc Author: Feng Shu Commit: Feng Shu Init dcache variables before export. * pyim-dcache.el (pyim-dcache-export-words-and-counts): init dcache variables. (pyim-dcache-export-personal-words): init dcache

[elpa] externals/pyim 7c480ae 2/3: * pyim.el (pyim-import-words-and-counts): init dcaches first.

2021-11-22 Thread ELPA Syncer
branch: externals/pyim commit 7c480ae03ce7e82c071183ef099a74e10827e26c Author: Feng Shu Commit: Feng Shu * pyim.el (pyim-import-words-and-counts): init dcaches first. --- pyim.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyim.el b/pyim.el index 91492f8..b47d959 100644 --- a/pyim

[elpa] externals/pyim updated (9c6d974 -> 12d134b)

2021-11-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 9c6d974 * pyim.el (pyim-import-words-and-counts): Update message. new 6dee133 * pyim.el (pyim-import): Fix wrong function. new 7c480ae * pyim.el (pyim-import-words-and-counts): init dcaches first. new 12d

[elpa] externals/corfu 075a77a: Preselect first candidate

2021-11-22 Thread ELPA Syncer
branch: externals/corfu commit 075a77aacf6fb8127b102c97fe7e6d460c692ae5 Author: Daniel Mendler Commit: GitHub Preselect first candidate Preselect first candidate if prompt is not a valid completion. Otherwise select the prompt (corfu--index=-1). --- corfu.el | 88 +

[elpa] externals/consult 5d7c709: Fix hs-minor-mode

2021-11-22 Thread ELPA Syncer
branch: externals/consult commit 5d7c709ebd61174c5af04610be1445393a877eab Author: Daniel Mendler Commit: Daniel Mendler Fix hs-minor-mode --- consult.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consult.el b/consult.el index d4f351c..4eaf679 100644 --- a/consul

[nongnu] elpa/proof-general 0afa670 1/2: proof-general-pkg.el: Let it be auto-generated

2021-11-22 Thread ELPA Syncer
branch: elpa/proof-general commit 0afa6706d25f4c5c52c238573622d3b572aba417 Author: Stefan Monnier Commit: Stefan Monnier proof-general-pkg.el: Let it be auto-generated --- .gitignore | 3 ++- proof-general-pkg.el | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --gi

[nongnu] elpa/proof-general 2376485 2/2: Merge pull request #628 from ProofGeneral/scratch-pkg-file

2021-11-22 Thread ELPA Syncer
branch: elpa/proof-general commit 2376485828bbd6f151897fdac77dab84f360100e Merge: 2145c23 0afa670 Author: Erik Martin-Dorel Commit: GitHub Merge pull request #628 from ProofGeneral/scratch-pkg-file proof-general-pkg.el: Let it be auto-generated --- .gitignore | 3 ++- pro

[elpa] externals/vertico f27b720: Mention ffap-menu

2021-11-22 Thread ELPA Syncer
branch: externals/vertico commit f27b720dfd86c62d3f75542072a55753d11b2dfd Author: Daniel Mendler Commit: Daniel Mendler Mention ffap-menu --- README.org | 13 + 1 file changed, 13 insertions(+) diff --git a/README.org b/README.org index d41c7f3..50599d8 100644 --- a/README.org

[elpa] externals/kind-icon 03053f9: corfu-background changed to corfu-default

2021-11-22 Thread ELPA Syncer
branch: externals/kind-icon commit 03053f9d3cc7b85b433b4c4b2da5653f91c174ef Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com> corfu-background changed to corfu-default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 d

[elpa] externals/embark-consult updated (051c9b8 -> e0057f6)

2021-11-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 051c9b8 Add key binding for delete-duplicate-lines to region map adds e0057f6 Add keymap prompter support for C-u C-u, C-u C-u C-u, C-u 3 1 C-u, etc. No new revisions were added by this update. Summary of change

[elpa] externals/embark e0057f6: Add keymap prompter support for C-u C-u, C-u C-u C-u, C-u 3 1 C-u, etc.

2021-11-22 Thread ELPA Syncer
branch: externals/embark commit e0057f6a6621b24e0ba4c167b683a84039c6f084 Author: Omar Antolín Commit: Omar Antolín Add keymap prompter support for C-u C-u, C-u C-u C-u, C-u 3 1 C-u, etc. --- embark.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/embark.el b/emb

[nongnu] elpa/org-contrib 65821e4: Support numeric argument values in src definition lines

2021-11-22 Thread ELPA Syncer
branch: elpa/org-contrib commit 65821e47bfc5865a80be5d8a442dce5ff369a6ea Author: Francesc Rocher Commit: Bastien Guerry Support numeric argument values in src definition lines --- lisp/org-eldoc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-eldoc.el b/lisp/

[elpa] externals/nano-modeline 2e23885 3/3: Fixed ispell spacing (close #38)

2021-11-22 Thread ELPA Syncer
branch: externals/nano-modeline commit 2e2388518698551c3905c7c480ae6202260db953 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fixed ispell spacing (close #38) --- nano-modeline.el | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/nano-modeline.el

[elpa] externals/nano-modeline 3ba77d6 1/3: Fix for mu4e

2021-11-22 Thread ELPA Syncer
branch: externals/nano-modeline commit 3ba77d6f640cef6b7b43843c00d29ee5483e05ff Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fix for mu4e --- nano-modeline.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nano-modeline.el b/nano-modeline.el index 57c9508

[elpa] externals/nano-modeline updated (2de3884 -> 2e23885)

2021-11-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/nano-modeline. from 2de3884 Merge pull request #11 from marlinstrub/fix/nano-modeline-org-clock-mode-p new 3ba77d6 Fix for mu4e new f6c7fcf Merge remote-tracking branch 'origin/master' new 2e23885 Fixed ispell spa

[elpa] externals/nano-modeline f6c7fcf 2/3: Merge remote-tracking branch 'origin/master'

2021-11-22 Thread ELPA Syncer
branch: externals/nano-modeline commit f6c7fcfc7e88305da7d0de9ca46393420386de59 Merge: 3ba77d6 2de3884 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Merge remote-tracking branch 'origin/master' --- nano-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[elpa] externals/marginalia ce1e90a: marginalia-max-relative-age: reformat wide docstring (#117)

2021-11-22 Thread ELPA Syncer
branch: externals/marginalia commit ce1e90a85475445bca96b2d8ae228bf0ef6773b8 Author: Piotr Kwiecinski Commit: GitHub marginalia-max-relative-age: reformat wide docstring (#117) --- marginalia.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/marginalia.el b/marginalia

[elpa] externals/corfu 8a1101e: README: Mention Cape and cape-merge-capfs

2021-11-22 Thread ELPA Syncer
branch: externals/corfu commit 8a1101e6a12cb8cc43722a5808de2e0c338f54a9 Author: Daniel Mendler Commit: Daniel Mendler README: Mention Cape and cape-merge-capfs --- README.org | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index aeff522..13

[elpa] externals/org 4514a32: org: More carefully interpret image width attrs

2021-11-22 Thread ELPA Syncer
branch: externals/org commit 4514a324c86a408951a0553a390a01981d61c367 Author: TEC Commit: TEC org: More carefully interpret image width attrs * lisp/org.el (org-display-inline-image--width): Before attempting to interpret a :width attribute numerically, check that it indeed star

[elpa] externals/kind-icon d6c71a1: Fixed typo in mapping

2021-11-22 Thread ELPA Syncer
branch: externals/kind-icon commit d6c71a137c434dea7aeab9eb56e20d5368a93732 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com> Fixed typo in mapping --- kind-icon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[elpa] externals/javaimp 1c03357: * javaimp-parse.el (javaimp--parse-scope-class): Add bound for search

2021-11-22 Thread Filipp Gunbin
branch: externals/javaimp commit 1c03357f3acd6462d9e4838cdaa7086f39dd83bf Author: Filipp Gunbin Commit: Filipp Gunbin * javaimp-parse.el (javaimp--parse-scope-class): Add bound for search --- javaimp-parse.el | 85 ++-- 1 file changed, 46

[elpa] externals/corfu 4a13d03: README: Add link to cape

2021-11-22 Thread ELPA Syncer
branch: externals/corfu commit 4a13d03d6e876984682e28730a068a10b1fb0f06 Author: Daniel Mendler Commit: Daniel Mendler README: Add link to cape --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index bb9f34d..aeff522 100644 --- a/RE

[elpa] externals/corfu 04ff423: Improve echo messages, interaction with eldoc

2021-11-22 Thread ELPA Syncer
branch: externals/corfu commit 04ff42341ebca022d9ab0d31f6ca048ba9f661f9 Author: Daniel Mendler Commit: Daniel Mendler Improve echo messages, interaction with eldoc --- corfu.el | 37 - 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/corfu.e

[elpa] externals/org 17d4b31 2/2: org-element--cache-before-change: Make sure that rx expr is always valid

2021-11-22 Thread ELPA Syncer
branch: externals/org commit 17d4b31a8479096a718b99efba4940768c12abca Author: Ihor Radchenko Commit: Ihor Radchenko org-element--cache-before-change: Make sure that rx expr is always valid * lisp/org-element.el (org-element--cache-before-change): Make sure that we never construc

[elpa] externals/org 7a14d60 1/2: Fix element property queries for inlinetasks

2021-11-22 Thread ELPA Syncer
branch: externals/org commit 7a14d6035cdaa135671695fced8431aa26cb5e9d Author: Ihor Radchenko Commit: Ihor Radchenko Fix element property queries for inlinetasks * lisp/org.el (org-get-tags): Do not ignore local tags in inlinetasks. (org-in-commented-heading-p): Do not ignore com

[elpa] externals/org updated (cd3e138 -> 17d4b31)

2021-11-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from cd3e138 org.el: Improve inline image width calculation new 7a14d60 Fix element property queries for inlinetasks new 17d4b31 org-element--cache-before-change: Make sure that rx expr is always valid Summary of cha

[elpa] externals/pyim fc5b16f 2/5: * pyim.el (pyim-import): Update docstring.

2021-11-22 Thread ELPA Syncer
branch: externals/pyim commit fc5b16ff2a36db822904a835fb8820c34c3f5eeb Author: Feng Shu Commit: Feng Shu * pyim.el (pyim-import): Update docstring. --- pyim.el | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyim.el b/pyim.el index adb1de7..f14a9c2 100644 ---

[elpa] externals/pyim updated (df2fa41 -> 9c6d974)

2021-11-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from df2fa41 * pyim.el (pyim-input-method-1): Remove info about quail. new d91a07f * pyim-dcache.el (pyim-dcache-export-personal-words): Update message and docstring. new fc5b16f * pyim.el (pyim-import): Update docstr

[elpa] externals/pyim 58a10a7 3/5: * pyim.el (pyim-import-words-and-counts): Rename from pyim-import.

2021-11-22 Thread ELPA Syncer
branch: externals/pyim commit 58a10a73917d6348c5bdc7a544d8a5a99336bd1b Author: Feng Shu Commit: Feng Shu * pyim.el (pyim-import-words-and-counts): Rename from pyim-import. --- pyim.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyim.el b/pyim.el index f14a9c2..5d88

[elpa] externals/pyim d91a07f 1/5: * pyim-dcache.el (pyim-dcache-export-personal-words): Update message and docstring.

2021-11-22 Thread ELPA Syncer
branch: externals/pyim commit d91a07fd9085e81aec94182fcf1f76d5c22f4914 Author: Feng Shu Commit: Feng Shu * pyim-dcache.el (pyim-dcache-export-personal-words): Update message and docstring. --- pyim-dcache.el | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/py

[elpa] externals/pyim 9c6d974 5/5: * pyim.el (pyim-import-words-and-counts): Update message.

2021-11-22 Thread ELPA Syncer
branch: externals/pyim commit 9c6d97479ed5691e739db404e4e04bf85b558ecd Author: Feng Shu Commit: Feng Shu * pyim.el (pyim-import-words-and-counts): Update message. --- pyim.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyim.el b/pyim.el index 5d88b32..63ab10a 100

[elpa] externals/pyim 582f9c4 4/5: pyim-export -> pyim-export-words-and-counts.

2021-11-22 Thread ELPA Syncer
branch: externals/pyim commit 582f9c4e3bbb80ed9826509a09c8c928d251e4b7 Author: Feng Shu Commit: Feng Shu pyim-export -> pyim-export-words-and-counts. * pyim-dregcache.el (pyim-dregcache-insert-export-content): removed. (pyim-dregcache-export-words-and-counts): New functi