From 4ae7ba005d0db4ad5bdf1feda03b666c746511b0 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 7 Sep 2006 08:08:05 +0000 Subject: [PATCH] (prompt): New variable. (start): New command. --- unicode.mim | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/unicode.mim b/unicode.mim index e6a1722..2a8f045 100644 --- a/unicode.mim +++ b/unicode.mim @@ -28,11 +28,20 @@ Type C-u followed by four hexadecimal numbers [0-9A-Fa-f] of a Unicode character code. ") +(variable + (prompt "Preedit prompt +Prompt string shown in the preedit area while typing hexadecimal numbers." + "U+")) +(command + (start "Start Unicode +Start typing hexadecimal numbers of Unicode character." + (C-U))) + (title "UNICODE") (map (starter - ((C-U) "U+")) + (start prompt)) (hex ("0" "0") ("1" "1") ("2" "2") ("3" "3") ("4" "4") -- 1.7.10.4