Mercurial > emacs
changeset 10599:bbf3a30a4d39
(iso-accents-list): Add Icelandic thorn.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 30 Jan 1995 22:46:37 +0000 |
parents | 8a07bcbe9130 |
children | 45bbb119e1a3 |
files | lisp/international/iso-acc.el |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/iso-acc.el Mon Jan 30 22:39:20 1995 +0000 +++ b/lisp/international/iso-acc.el Mon Jan 30 22:46:37 1995 +0000 @@ -30,7 +30,7 @@ ;; according to the ISO-8859-1 character set. ;; ;; In `iso-accents-mode', pseudo accent characters are used to -;; introduce accented keys. The pseudo-accent characterss are: +;; introduce accented keys. The pseudo-accent characters are: ;; ;; ' (minute) -> grave accent ;; ` (backtick) -> acute accent @@ -120,11 +120,13 @@ ((?\~ ?D) ?\320) ((?\~ ?N) ?\321) ((?\~ ?O) ?\325) + ((?\~ ?T) ?\336) ((?\~ ?a) ?\343) ((?\~ ?c) ?\347) ((?\~ ?d) ?\360) ((?\~ ?n) ?\361) ((?\~ ?o) ?\365) + ((?\~ ?t) ?\376) ((?\~ ?>) ?\273) ((?\~ ?<) ?\253) ((?\~ ?\ ) ?\~) @@ -230,7 +232,8 @@ don't need from that list. Special combinations: ~c gives a c with cedilla, -~d gives a d with dash. +~d gives an Icelandic eth (d with dash). +~t gives an Icelandic thorn. \"s gives German sharp s. /a gives a with ring. /e gives an a-e ligature.