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
d781da00
Commit
d781da00
authored
Oct 05, 2006
by
Stefan Monnier
Browse files
Remove rules that start with { since they are
redundant and hence impact the { key for no good reason.
parent
7db5875f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
16 deletions
+22
-16
leim/ChangeLog
leim/ChangeLog
+5
-0
leim/quail/latin-ltx.el
leim/quail/latin-ltx.el
+17
-16
No files found.
leim/ChangeLog
View file @
d781da00
2006
-
10
-
05
Stefan
Monnier
<
monnier
@
iro
.
umontreal
.
ca
>
*
quail
/
latin
-
ltx
.
el
:
Remove
rules
that
start
with
{
since
they
are
redundant
and
hence
impact
the
{
key
for
no
good
reason
.
2006
-
10
-
02
Kenichi
Handa
<
handa
@
m17n
.
org
>
*
Makefile
.
in
(
install
):
Fix
previous
change
.
...
...
leim/quail/latin-ltx.el
View file @
d781da00
...
...
@@ -45,17 +45,17 @@ system, including many technical ones. Examples:
(
quail-define-rules
(
"!`"
?
¡
)
(
"
{
\\pounds
}
"
?
£
)
(
"\\pounds"
?
£
)
(
"
{
\\S
}
"
?
§
)
(
"\\S"
?
§
)
(
"\\pounds"
?
£
)
;;
("
{
\\pounds
}
" ?£)
(
"\\S"
?
§
)
;;
("
{
\\S
}
" ?§)
(
"\\\"{}"
?
¨
)
(
"
{
\\copyright
}
"
?
©
)
(
"\\copyright"
?
©
)
(
"\\copyright"
?
©
)
;;
("
{
\\copyright
}
" ?©)
(
"$^a$"
?
ª
)
(
"\\={}"
?
¯
)
(
"$\\pm$"
?
±
)
(
"\\pm"
?
±
)
(
"$^2$"
?
²
)
(
"$^3$"
?
³
)
(
"\\'{}"
?
´
)
(
"
{
\\P
}
"
?
¶
)
(
"\\P"
?
¶
)
(
"\\P"
?
¶
)
;;
("
{
\\P
}
" ?¶)
;; Fixme: Yudit has the equivalent of ("\\cdot" ?⋅), for U+22C5, DOT
;; OPERATOR, whereas · is MIDDLE DOT. JadeTeX translates both to
;; \cdot.
...
...
@@ -71,8 +71,8 @@ system, including many technical ones. Examples:
(
"\\~{A}"
?
Ã
)
(
"\\~A"
?
Ã
)
(
"\\\"{A}"
?
Ä
)
(
"\\\"A"
?
Ä
)
(
"\\\k{A}"
?
Ą
)
(
"
{
\\AA
}
"
?
Å
)
(
"\\AA"
?
Å
)
(
"
{
\\AE
}
"
?
Æ
)
(
"\\AE"
?
Æ
)
(
"\\AA"
?
Å
)
;;
("
{
\\AA
}
" ?Å)
(
"\\AE"
?
Æ
)
;;
("
{
\\AE
}
" ?Æ)
(
"\\c{C}"
?
Ç
)
(
"\\cC"
?
Ç
)
(
"\\`{E}"
?
È
)
(
"\\`E"
?
È
)
(
"\\'{E}"
?
É
)
(
"\\'E"
?
É
)
...
...
@@ -93,14 +93,14 @@ system, including many technical ones. Examples:
(
"\\\"{O}"
?
Ö
)
(
"\\\"O"
?
Ö
)
(
"\\\k{O}"
?
Ǫ
)
(
"$\\times$"
?
×
)
(
"\\times"
?
×
)
(
"
{
\\O
}
"
?
Ø
)
(
"\\O"
?
Ø
)
(
"\\O"
?
Ø
)
;;
("
{
\\O
}
" ?Ø)
(
"\\`{U}"
?
Ù
)
(
"\\`U"
?
Ù
)
(
"\\'{U}"
?
Ú
)
(
"\\'U"
?
Ú
)
(
"\\^{U}"
?
Û
)
(
"\\^U"
?
Û
)
(
"\\\"{U}"
?
Ü
)
(
"\\\"U"
?
Ü
)
(
"\\\k{U}"
?
Ų
)
(
"\\'{Y}"
?
Ý
)
(
"\\'Y"
?
Ý
)
(
"
{
\\ss
}
"
?
ß
)
(
"\\ss"
?
ß
)
(
"\\ss"
?
ß
)
;;
("
{
\\ss
}
" ?ß)
(
"\\`{a}"
?
à
)
(
"\\`a"
?
à
)
(
"\\'{a}"
?
á
)
(
"\\'a"
?
á
)
...
...
@@ -108,8 +108,8 @@ system, including many technical ones. Examples:
(
"\\~{a}"
?
ã
)
(
"\\~a"
?
ã
)
(
"\\\"{a}"
?
ä
)
(
"\\\"a"
?
ä
)
(
"\\\k{a}"
?
ą
)
(
"
{
\\aa
}
"
?
å
)
(
"\\aa"
?
å
)
(
"
{
\\ae
}
"
?
æ
)
(
"\\ae"
?
æ
)
(
"\\aa"
?
å
)
;;
("
{
\\aa
}
" ?å)
(
"\\ae"
?
æ
)
;;
("
{
\\ae
}
" ?æ)
(
"\\c{c}"
?
ç
)
(
"\\cc"
?
ç
)
(
"\\`{e}"
?
è
)
(
"\\`e"
?
è
)
(
"\\'{e}"
?
é
)
(
"\\'e"
?
é
)
...
...
@@ -130,7 +130,7 @@ system, including many technical ones. Examples:
(
"\\\"{o}"
?
ö
)
(
"\\\"o"
?
ö
)
(
"\\\k{o}"
?
ǫ
)
(
"$\\div$"
?
÷
)
(
"\\div"
?
÷
)
(
"
{
\\o
}
"
?
ø
)
(
"\\o"
?
ø
)
(
"\\o"
?
ø
)
;;
("
{
\\o
}
" ?ø)
(
"\\`{u}"
?
ù
)
(
"\\`u"
?
ù
)
(
"\\'{u}"
?
ú
)
(
"\\'u"
?
ú
)
(
"\\^{u}"
?
û
)
(
"\\^u"
?
û
)
...
...
@@ -181,18 +181,19 @@ system, including many technical ones. Examples:
(
"\\u{\\i}"
?
ĭ
)
(
"\\ui"
?
ĭ
)
(
"\\.{I}"
?
İ
)
(
"\\.I"
?
İ
)
(
"
{
\\i
}
"
?
ı
)
(
"\\i"
?
ı
)
(
"\\i"
?
ı
)
;;
("
{
\\i
}
" ?ı)
(
"\\^{J}"
?
Ĵ
)
(
"\\^J"
?
Ĵ
)
(
"\\^{\\j}"
?
ĵ
)
(
"\\^j"
?
ĵ
)
(
"\\c{K}"
?
Ķ
)
(
"\\cK"
?
Ķ
)
\cK
" ?Ķ)
("
\\c{k}
" ?ķ) ("
\\ck
" ?ķ)
("
\\
'{L}
" ?Ĺ) ("
\\
'L
" ?Ĺ)
("
\\
'{l}
" ?ĺ) ("
\\
'l
" ?ĺ)
("
\\c{L}
" ?Ļ) ("
\\cL
" ?Ļ)
("
\\c{l}
" ?ļ) ("
\\cl
" ?ļ)
(
"
{
\\L
}
"
?
Ł
)
(
"\\L"
?
Ł
)
(
"
{
\\l
}
"
?
ł
)
(
"\\l"
?
ł
)
("
\\L
" ?Ł)
;;
("
{
\\L
}
" ?Ł)
("
\\l
" ?ł)
;;
("
{
\\l
}
" ?ł)
("
\\
'{N}
" ?Ń) ("
\\
'N
" ?Ń)
("
\\
'{n}
" ?ń) ("
\\
'n
" ?ń)
("
\\c{N}
" ?Ņ) ("
\\cN
" ?Ņ)
...
...
@@ -206,8 +207,8 @@ system, including many technical ones. Examples:
("
\\H{O}
" ?Ő) ("
\\HO
" ?Ő)
("
\\U{o}
" ?ő) ("
\\Uo
" ?ő)
(
"
{
\\OE
}
"
?
Œ
)
(
"\\OE"
?
Œ
)
(
"
{
\\oe
}
"
?
œ
)
(
"\\oe"
?
œ
)
("
\\OE
" ?Œ)
;;
("
{
\\OE
}
" ?Œ)
("
\\oe
" ?œ)
;;
("
{
\\oe
}
" ?œ)
("
\\
'{R}
" ?Ŕ) ("
\\
'R
" ?Ŕ)
("
\\
'{r}
" ?ŕ) ("
\\
'r
" ?ŕ)
("
\\c{R}
" ?Ŗ) ("
\\cR
" ?Ŗ)
...
...
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