Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b14e35ac
Commit
b14e35ac
authored
Sep 11, 2002
by
Dave Love
Browse files
("slovenian"): New.
parent
f43d44f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
leim/quail/latin-post.el
leim/quail/latin-post.el
+20
-0
No files found.
leim/quail/latin-post.el
View file @
b14e35ac
...
...
@@ -2,6 +2,7 @@
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
;; Copyright (C) 2001, 2002 Free Software Foundation.
;; Keywords: multilingual, input method, latin
...
...
@@ -2519,4 +2520,23 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
(
"z~~"
[
"z~"
]
)
)
;; Derived from Slovenian.kmap from Yudit
;; attributed as: 2001-11-11 Roman Maurer <roman.maurer@amis.net>
(
quail-define-package
"slovenian"
"Slovenian"
"Sl"
t
"Slovenian postfix input."
nil
t
t
t
nil
nil
nil
nil
nil
nil
t
)
(
quail-define-rules
(
"C<"
?
,
BH
(
B
)
(
"C'"
?
,
BF
(
B
)
(
"D;"
?
,
BP
(
B
)
(
"S<"
?
,
B
)
(
B
)
(
"Z<"
?
,
B.
(
B
)
(
"c<"
?
,
Bh
(
B
)
(
"c'"
?
,
Bf
(
B
)
(
"d;"
?
,
Bp
(
B
)
(
"s<"
?
,
B9
(
B
)
(
"z<"
?
,
B>
(
B
))
;;; latin-post.el ends here
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