[elpa] externals/pyim 6a916b2: Create pyim-process module and refactor to use it.

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit 6a916b2989818900f8b47790a3329b8fd58e39aa Author: Feng Shu Commit: Feng Shu Create pyim-process module and refactor to use it. --- Development.org | 8 +- pyim-dcache.el | 4 +- pyim-entered.el | 33 pyim-liberime.el| 30 +-- pyim-out

[elpa] externals/pyim b974f0b: pyim-process-create-pyim-word -> pyim-process-create-word

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit b974f0bd69e60828fa5eb6d2d9aa174277fa0558 Author: Feng Shu Commit: Feng Shu pyim-process-create-pyim-word -> pyim-process-create-word * pyim.el (pyim-select-word:pinyin): Use pyim-process-create-word. (pyim-select-word:xingma): Use pyim-proce

[elpa] externals/pyim 8815dfe: Sort pyim-process.el

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit 8815dfe3c3f6ecac42da4141aaa24e3e5a4db923 Author: Feng Shu Commit: Feng Shu Sort pyim-process.el --- pyim-process.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyim-process.el b/pyim-process.el index 2449f73..4e7b56b 100644 --- a

[elpa] externals/pyim daa462c 1/7: Improve pyim-process.el

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit daa462ce8be7241adea75791177a4cd30f6daaa2 Author: Feng Shu Commit: Feng Shu Improve pyim-process.el * pyim-process.el (pyim-cstring): require. (pyim-candidates, pyim-cstring-to-code-criteria): remove defvar. --- pyim-process.el | 6 +- 1 file ch

[elpa] externals/pyim a15a017 6/7: pyim-force-input-chinese -> pyim-process-force-input-chinese

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit a15a0176aca9325f0f8d50ff7e56adbe708802c9 Author: Feng Shu Commit: Feng Shu pyim-force-input-chinese -> pyim-process-force-input-chinese * pyim-process.el (pyim-process-force-input-chinese): Move from pyim-force-input-chinese. (pyim-process-

[elpa] externals/pyim fb5df7e 2/7: * pyim-process.el (pyim-english-input-switch-functions): Move from pyim.el

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit fb5df7e2ff92afc51edba3e586ce46ea13630e1e Author: Feng Shu Commit: Feng Shu * pyim-process.el (pyim-english-input-switch-functions): Move from pyim.el --- pyim-process.el | 9 +++-- pyim.el | 8 2 files changed, 7 insertions(+), 10 deletions

[elpa] externals/pyim 9e3ae80 7/7: Simplify pyim-process.el's require.

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit 9e3ae801f081d54a6762022a9fc8289a53edf3cc Author: Feng Shu Commit: Feng Shu Simplify pyim-process.el's require. * pyim-process.el (pyim-pymap, pyim-pinyin, pyim-dict): Do not require. --- pyim-process.el | 9 +++-- 1 file changed, 3 insertions(+

[elpa] externals/pyim 3e98aba 4/7: Move some variable.

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit 3e98abac0fb33ea7bd15d89d283935e813575f1a Author: Feng Shu Commit: Feng Shu Move some variable. --- pyim-candidates.el | 6 -- pyim-process.el| 17 - pyim.el| 21 + 3 files changed, 21 insertions(+), 23 de

[elpa] externals/pyim updated (8815dfe -> 9e3ae80)

2021-06-08 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 8815dfe Sort pyim-process.el new daa462c Improve pyim-process.el new fb5df7e * pyim-process.el (pyim-english-input-switch-functions): Move from pyim.el new b84afb4 Register pyim-process-translating, py

[elpa] externals/pyim b84afb4 3/7: Register pyim-process-translating, pyim-process-last-created-word in pyim-process.el

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit b84afb4f2d43b871f8bcd2cc3e0248ab6b18df16 Author: Feng Shu Commit: Feng Shu Register pyim-process-translating, pyim-process-last-created-word in pyim-process.el --- pyim-process.el | 4 pyim.el | 2 -- 2 files changed, 4 insertions(+), 2 deletions(

[elpa] externals/pyim 95538b6 5/7: pyim-input-ascii -> pyim-process-input-ascii

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit 95538b6121a4d74f37050fbb50ea4ac6215bccd3 Author: Feng Shu Commit: Feng Shu pyim-input-ascii -> pyim-process-input-ascii * pyim-process.el (pyim-process-input-ascii): Move from pyim-input-ascii. (pyim-process-auto-switch-english-input-p)

[elpa] externals/eev 8e0a51c 1/2: Added `find-estruct'.

2021-06-08 Thread ELPA Syncer
+21,7 @@ ;; ;; Author: Eduardo Ochs ;; Maintainer: Eduardo Ochs -;; Version:20210607 +;; Version:20210608 ;; Keywords: e-scripts ;; ;; Latest version: <http://angg.twu.net/eev-current/eev-blinks.el> @@ -53,6 +53,7 @@ ;; «.find-eoutput» (to "find-eoutput"

[elpa] externals/eev b048508 2/2: Fixed a bug in `ee-find-xpdf-colon'.

2021-06-08 Thread ELPA Syncer
branch: externals/eev commit b0485081bec3cb2f21eaf67bcc0656c44be4dfb1 Author: Eduardo Ochs Commit: Eduardo Ochs Fixed a bug in `ee-find-xpdf-colon'. --- VERSION| 4 ++-- eev-pdflike.el | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 65

[elpa] externals/eev updated (d915fec -> b048508)

2021-06-08 Thread ELPA Syncer
elpasync pushed a change to branch externals/eev. from d915fec Bumped the version in eev.el. new 8e0a51c Added `find-estruct'. new b048508 Fixed a bug in `ee-find-xpdf-colon'. Summary of changes: ChangeLog | 6 VERSION | 4 +-- eev-bli

[elpa] externals/devdocs 1886e7a: Workaround for Emacs bug #32503 (hashing of byte-compiled closures)

2021-06-08 Thread ELPA Syncer
branch: externals/devdocs commit 1886e7a0bf2462c8ba910a2330c17bf4cc100e4f Author: Augusto Stoffel Commit: Augusto Stoffel Workaround for Emacs bug #32503 (hashing of byte-compiled closures) --- devdocs.el | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --

[elpa] externals/javaimp df479b6: Various parsing improvements

2021-06-08 Thread Filipp Gunbin
branch: externals/javaimp commit df479b68d342e99b91a3a362545a24f02eb9d727 Author: Filipp Gunbin Commit: Filipp Gunbin Various parsing improvements --- javaimp-parse.el | 99 javaimp-tests.el | 58 +++-- jav

[elpa] externals/pyim 69d9e90: * pyim-imobjs.el (pyim-pinyin): Require.

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit 69d9e905e96e8ef07e07a9bc983cae70f64a69c5 Author: Feng Shu Commit: Feng Shu * pyim-imobjs.el (pyim-pinyin): Require. --- pyim-imobjs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/pyim-imobjs.el b/pyim-imobjs.el index b8b2c89..9ff21a3 100644 --- a/pyim-i

[elpa] externals/ivy-posframe 5804bfa: Hide ivy-posframe when exit minibuffer.

2021-06-08 Thread ELPA Syncer
branch: externals/ivy-posframe commit 5804bfa329892d028e1b2e650d6d5f3bb3baea37 Author: Feng Shu Commit: Feng Shu Hide ivy-posframe when exit minibuffer. * ivy-posframe.el (ivy-posframe--display): Add :hidehandler. (ivy-posframe-hidehandler): New function. --- ivy-posframe.el |

[elpa] externals/pyim updated (69d9e90 -> 9f5737d)

2021-06-08 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 69d9e90 * pyim-imobjs.el (pyim-pinyin): Require. new 5742141 Add pyim-default-scheme command. new 9f5737d * README.org (配置实例, 使用双拼模式): Suggest use pyim-default-scheme command. Summary of changes: README.org

[elpa] externals/pyim 5742141 1/2: Add pyim-default-scheme command.

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit 574214112f84311464ea5d05906635b5a378a0db Author: Feng Shu Commit: Feng Shu Add pyim-default-scheme command. * README.org (如何快速切换 scheme): Adde. * pyim-scheme.el (pyim-default-scheme): New command. --- README.org | 4 pyim-sch

[elpa] externals/pyim 9f5737d 2/2: * README.org (配置实例, 使用双拼模式): Suggest use pyim-default-scheme command.

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit 9f5737d076d1a05bd2afa5a4737d32b7e71d3328 Author: Feng Shu Commit: Feng Shu * README.org (配置实例, 使用双拼模式): Suggest use pyim-default-scheme command. --- README.org | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org i

[elpa] externals/pyim fb12890 2/3: Refactor pyim-entered.el and pyim-process.el

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit fb12890393f9611b0ac164355c899cbbe3b59192 Author: Feng Shu Commit: Feng Shu Refactor pyim-entered.el and pyim-process.el --- pyim-entered.el | 9 - pyim-process.el | 44 ++-- 2 files changed, 26 insertions(+), 27

[elpa] externals/pyim 710c0d5 3/3: pyim-with-entered-buffer -> pyim-entered-with-entered-buffer

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit 710c0d58ceb1ffbea97abb3c721a5d9d567a7ceb Author: Feng Shu Commit: Feng Shu pyim-with-entered-buffer -> pyim-entered-with-entered-buffer --- pyim-entered.el | 6 +++--- pyim-page.el| 14 +++--- pyim-process.el | 4 ++-- 3 files changed, 12 insertio

[elpa] externals/pyim 0c0bd79 1/3: * pyim-scheme.el (pyim-default-scheme): Deal with invalid scheme-name.

2021-06-08 Thread ELPA Syncer
branch: externals/pyim commit 0c0bd79147475b8784825bc0e9dd9bb4ab9fecdb Author: Feng Shu Commit: Feng Shu * pyim-scheme.el (pyim-default-scheme): Deal with invalid scheme-name. --- pyim-scheme.el | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pyim-scheme.el b

[elpa] externals/pyim updated (9f5737d -> 710c0d5)

2021-06-08 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 9f5737d * README.org (配置实例, 使用双拼模式): Suggest use pyim-default-scheme command. new 0c0bd79 * pyim-scheme.el (pyim-default-scheme): Deal with invalid scheme-name. new fb12890 Refactor pyim-entered.el and pyim-proc