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

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

[elpa] externals/pyim a1ee220 13/36: update pyim-scheme.el


From: ELPA Syncer
Subject: [elpa] externals/pyim a1ee220 13/36: update pyim-scheme.el
Date: Thu, 22 Apr 2021 22:57:17 -0400 (EDT)

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

    update pyim-scheme.el
---
 pyim-scheme.el | 14 ++++++++++++++
 pyim.el        | 14 --------------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/pyim-scheme.el b/pyim-scheme.el
index 30da3da..4afd8f0 100644
--- a/pyim-scheme.el
+++ b/pyim-scheme.el
@@ -30,6 +30,20 @@
 ;; * 代码                                                           :code:
 (require 'cl-lib)
 
+(defcustom pyim-default-scheme 'quanpin
+  "设置 pyim 使用哪一种输入法方案,默认使用全拼输入."
+  :type 'symbol)
+
+(defcustom pyim-assistant-scheme 'quanpin
+  "设置辅助输入法方案.
+
+这个功能主要用于五笔等形码输入法,在忘记编码的情况下,
+临时激活某种辅助输入法(比如:拼音输入法)来输入汉字。"
+  :type 'symbol)
+
+(defvar pyim-assistant-scheme-enable nil
+  "设置临时 scheme, 用于五笔等形码输入法临时拼音输入。")
+
 (defvar pyim-schemes nil
   "Pyim 支持的所有拼音方案.")
 
diff --git a/pyim.el b/pyim.el
index 9e1cef0..6bbb1d3 100644
--- a/pyim.el
+++ b/pyim.el
@@ -594,17 +594,6 @@
   "启用输入联想词功能."
   :type 'boolean)
 
-(defcustom pyim-default-scheme 'quanpin
-  "设置 pyim 使用哪一种输入法方案,默认使用全拼输入."
-  :type 'symbol)
-
-(defcustom pyim-assistant-scheme 'quanpin
-  "设置辅助输入法方案.
-
-这个功能主要用于五笔等形码输入法,在忘记编码的情况下,
-临时激活某种辅助输入法(比如:拼音输入法)来输入汉字。"
-  :type 'symbol)
-
 (defcustom pyim-translate-trigger-char "v"
   "用于触发特殊操作的字符,相当与单字快捷键.
 
@@ -867,9 +856,6 @@ imobj 组合构成在一起,构成了 imobjs 这个概念。比如:
 5. 第三次选择:四
 6. 变量取值为: (\"一二三四\" \"一二三\" \"一二\")")
 
-(defvar pyim-assistant-scheme-enable nil
-  "设置临时 scheme, 用于五笔等形码输入法临时拼音输入。")
-
 (defvar pyim-input-ascii nil
   "是否开启 pyim 英文输入模式.")
 



reply via email to

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