emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pyim 9139d75f26 22/26: pyim-process-run use pyim-proces


From: ELPA Syncer
Subject: [elpa] externals/pyim 9139d75f26 22/26: pyim-process-run use pyim-process-plan-to-select-word.
Date: Sun, 26 Jun 2022 10:57:53 -0400 (EDT)

branch: externals/pyim
commit 9139d75f264b98d06ad0ac5df0100f06753aef03
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    pyim-process-run use pyim-process-plan-to-select-word.
---
 pyim-process.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim-process.el b/pyim-process.el
index 505b1a42c4..9d28f511ef 100644
--- a/pyim-process.el
+++ b/pyim-process.el
@@ -468,7 +468,7 @@ imobj 组合构成在一起,构成了 imobjs 这个概念。比如:
             (or (delete-dups (pyim-candidates-create pyim-process--imobjs 
scheme))
                 (list entered-to-translate)))
       (unless (eq (pyim-process--auto-select) 'auto-select-success)
-        (setq pyim-process--candidate-position 1)
+        (pyim-process-plan-to-select-word 1)
         (pyim-process-ui-refresh)
         (pyim-process--run-delay)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]