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

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

[elpa] externals/pyim aca89b0ed6 4/7: * pyim-preview.el (pyim-preview-re


From: ELPA Syncer
Subject: [elpa] externals/pyim aca89b0ed6 4/7: * pyim-preview.el (pyim-preview-refresh): Do not use pyim-imobjs.
Date: Wed, 20 Apr 2022 03:57:50 -0400 (EDT)

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

    * pyim-preview.el (pyim-preview-refresh): Do not use pyim-imobjs.
---
 pyim-preview.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyim-preview.el b/pyim-preview.el
index 805a74d7dc..414c48b70c 100644
--- a/pyim-preview.el
+++ b/pyim-preview.el
@@ -83,7 +83,8 @@ pyim 会使用 Emacs overlay 机制在 *待输入buffer* 光标处高亮显示
       (let ((rest (mapconcat
                    (lambda (py)
                      (concat (nth 0 py) (nth 1 py)))
-                   (nthcdr (length preview) (car pyim-imobjs))
+                   (nthcdr (length preview)
+                           (car (pyim-process-get-imobjs)))
                    "'")))
         (when (string< "" rest)
           (setq preview (concat preview rest)))))



reply via email to

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