[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)))))
- [elpa] externals/pyim updated (6ed46ceef6 -> fcd1655ea2), ELPA Syncer, 2022/04/20
- [elpa] externals/pyim 14979dc99c 5/7: Add pyim-process-get-first-imobj., ELPA Syncer, 2022/04/20
- [elpa] externals/pyim e5cd582038 3/7: pyim-preview: Do not require pyim-outcome., ELPA Syncer, 2022/04/20
- [elpa] externals/pyim 1aa514d6a8 2/7: * pyim-preview.el (pyim-preview-refresh): Prefer use pyim-process., ELPA Syncer, 2022/04/20
- [elpa] externals/pyim f62b64c869 1/7: pyim-page-start: Add candidate-position arg., ELPA Syncer, 2022/04/20
- [elpa] externals/pyim aca89b0ed6 4/7: * pyim-preview.el (pyim-preview-refresh): Do not use pyim-imobjs.,
ELPA Syncer <=
- [elpa] externals/pyim 835da2dfbc 6/7: pyim-probe: Do not use pyim-entered-get., ELPA Syncer, 2022/04/20
- [elpa] externals/pyim fcd1655ea2 7/7: pyim-page do not require pyim-preview., ELPA Syncer, 2022/04/20