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

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

[elpa] externals/pyim 5abba5a685 1/2: * pyim-page.el (pyim-page-tooltip-


From: ELPA Syncer
Subject: [elpa] externals/pyim 5abba5a685 1/2: * pyim-page.el (pyim-page-tooltip-popup-show): Do not use popup-replace-displayable.
Date: Tue, 28 Dec 2021 06:57:37 -0500 (EST)

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

    * pyim-page.el (pyim-page-tooltip-popup-show): Do not use 
popup-replace-displayable.
---
 pyim-page.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pyim-page.el b/pyim-page.el
index 31e9327e3d..c5dd13d81b 100644
--- a/pyim-page.el
+++ b/pyim-page.el
@@ -517,8 +517,7 @@ minibuffer 原来显示的信息和 pyim 选词框整合在一起显示
 
 (cl-defun pyim-page-tooltip-popup-show (&key string position)
   "Show STRING at POSITION with the help of popup-el."
-  (let* ((string (popup-replace-displayable string))
-         (width-and-lines (popup-fill-string string))
+  (let* ((width-and-lines (popup-fill-string string))
          (width (car width-and-lines))
          (lines (cdr width-and-lines)))
     (when pyim-page-tooltip-popup



reply via email to

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