Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
913f26c2
Commit
913f26c2
authored
Jun 03, 2008
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Register input methods "korean-hangul",
"korean-hangul3f", "korean-hangul390", and "korean-hangul3".
parent
b3ccb19c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
0 deletions
+56
-0
leim/ChangeLog
leim/ChangeLog
+15
-0
leim/leim-ext.el
leim/leim-ext.el
+41
-0
No files found.
leim/ChangeLog
View file @
913f26c2
2008
-
06
-
03
Jihyun
Cho
<
jihyun
.
jo
@
gmail
.
com
>
*
quail
/
hangul
.
el
:
Completely
re
-
written
.
2008
-
06
-
03
Kenichi
Handa
<
handa
@
m17n
.
org
>
*
makefile
.
w32
-
in
(
KOREAN
):
Remove
${
srcdir
}/
quail
/
hangul3
.
elc
.
(
leim
-
list
.
el
):
Remove
leim
-
list
.
el
at
first
.
*
Makefile
.
in
(
KOREAN
):
Remove
${
srcdir
}/
quail
/
hangul3
.
elc
.
(
leim
-
list
.
el
):
Remove
leim
-
list
.
el
at
first
.
*
leim
-
ext
.
el
:
Register
input
methods
"korean-hangul"
,
"korean-hangul3f"
,
"korean-hangul390"
,
and
"korean-hangul3"
.
2008
-
03
-
26
Stefan
Monnier
<
monnier
@
iro
.
umontreal
.
ca
>
*
quail
/
latin
-
ltx
.
el
:
Don
't use single-char mapping from ~ to NBSP.
...
...
leim/leim-ext.el
View file @
913f26c2
...
...
@@ -48,4 +48,45 @@ While this input method is active, the variable
(
register-input-method
"ucs"
"UTF-8"
'ucs-input-activate
"U+"
"Unicode input as hex in the form Uxxxx."
)
(
autoload
'hangul-input-method-activate
"quail/hangul"
"Activate Hangul input method INPUT-METHOD.
FUNC is a function to handle input key.
HELP-TEXT is a text set in `hangul-input-method-help-text'."
)
(
register-input-method
"korean-hangul"
"UTF-8"
'hangul-input-method-activate
"$(CGQ(B2"
"Hangul 2-Bulsik Input"
'hangul2-input-method
"Input method: korean-hangul2 (mode line indicator:$(CGQ(B2)\n\nHangul 2-Bulsik input method."
)
(
register-input-method
"korean-hangul3f"
"UTF-8"
'hangul-input-method-activate
"$(CGQ(B3f"
"Hangul 3-Bulsik final Input"
'hangul3-input-method
"Input method: korean-hangul3 (mode line indicator:$(CGQ(B3f)\n\nHangul 3-Bulsik final input method."
)
(
register-input-method
"korean-hangul390"
"UTF-8"
'hangul-input-method-activate
"$(CGQ(B390"
"Hangul 3-Bulsik 390 Input"
'hangul390-input-method
"Input method: korean-hangul390 (mode line indicator:$(CGQ(B390)\n\nHangul 3-Bulsik 390 input method."
)
(
register-input-method
"korean-hangul3"
"UTF-8"
'hangul-input-method-activate
"$(CGQ(B390"
"Hangul 3-Bulsik 390 Input"
'hangul390-input-method
"Input method: korean-hangul390 (mode line indicator:$(CGQ(B390)\n\nHangul 3-Bulsik 390 input method."
)
;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment