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

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

[elpa] externals/pyim b28653f340 3/3: Fix: can not toggle punct width wi


From: ELPA Syncer
Subject: [elpa] externals/pyim b28653f340 3/3: Fix: can not toggle punct width with trigger.
Date: Tue, 28 Jun 2022 08:57:53 -0400 (EDT)

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

    Fix: can not toggle punct width with trigger.
---
 pyim-process.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyim-process.el b/pyim-process.el
index e4819e7932..43e39ce23c 100644
--- a/pyim-process.el
+++ b/pyim-process.el
@@ -884,9 +884,6 @@ BUG:拼音无法有效地处理多音字。"
       (message "PYIM: 运行 `pyim-outcome-trigger-function' 函数。")
       "")
 
-     ((pyim-process--punctuation-half-width-p char)
-      str)
-
      ((pyim-process--translate-punctuation-to-full-width-p char)
       (pyim-punctuation-translate 'full-width)
       "")
@@ -895,6 +892,9 @@ BUG:拼音无法有效地处理多音字。"
       (pyim-punctuation-translate 'half-width)
       "")
 
+     ((pyim-process--punctuation-half-width-p char)
+      str)
+
      ((pyim-punctuation-p char)
       (pyim-punctuation-return-proper-punct char))
 



reply via email to

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