[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] german quotes and quail, latin-pre.
From: |
Uwe Brauer |
Subject: |
[AUCTeX-devel] german quotes and quail, latin-pre. |
Date: |
Wed, 13 Aug 2014 11:11:51 +0200 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) XEmacs/21.5-b33 (linux) |
Hi
I sometimes want to use the german quotes such as
„ ” “ mostly in LaTeX mode:
(Using for example
\usepackage[german]{babel}
\usepackage[utf8x]{inputenc}
)
So I added to the quail package latin-pre the following entries
(quail-define-package
"german-prefix" "Latin-1" "DE>" t
"German (Deutsch) input method with prefix modifiers
Key translation rules are:
\"A -> Ä -> \"O -> Ö, \"U -> Ü, \"s -> ?ß \"' -> ” \"` -> „ \"\" -> “
" nil t nil nil nil nil nil nil nil nil t)
(quail-define-rules
("\"A" ?Ä)
("\"O" ?Ö)
("\"U" ?Ü)
("\"a" ?ä)
("\"o" ?ö)
("\"u" ?ü)
("\"`" ?„)
("\"'" ?”)
("\"\"" ?“)
("\"s" ?ß)
("\" " ?\")
)
The work well in fundamental mode, but as I found out not correctly
in a LaTeX mode.
The double " " --> lead to ¨
now I just realized that this also happens in mail and in text mode so
maybe the culprit is something else. In any case I would appreciate any
comment on this issue.
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
- [AUCTeX-devel] german quotes and quail, latin-pre.,
Uwe Brauer <=