Now a proper variable with documentation
This commit is contained in:
parent
f65d603f8e
commit
a14464f407
67
funcs.el
67
funcs.el
@ -225,38 +225,41 @@ export"
|
|||||||
("ó" . "v")
|
("ó" . "v")
|
||||||
("ń" . "\\\\ndot")))
|
("ń" . "\\\\ndot")))
|
||||||
|
|
||||||
(setq conlanging//eittlanda-latin-to-runes '((", *" . "⁝")
|
(defvar conlanging//eittlanda-latin-to-runes '((", *" . "⁝")
|
||||||
("\\. *" . "⁝")
|
("\\. *" . "⁝")
|
||||||
(" +" . "᛬")
|
(" +" . "᛬")
|
||||||
(":" . "᛬")
|
(":" . "᛬")
|
||||||
("hv" . "ᛪ")
|
("hv" . "ᛪ")
|
||||||
("i" . "ᛁ")
|
("i" . "ᛁ")
|
||||||
("y" . "ᛦ")
|
("y" . "ᛦ")
|
||||||
("u" . "ᚢ")
|
("u" . "ᚢ")
|
||||||
("e" . "ᛂ")
|
("e" . "ᛂ")
|
||||||
("ø" . "ᚯ")
|
("ø" . "ᚯ")
|
||||||
("o" . "ᚮ")
|
("o" . "ᚮ")
|
||||||
("œ" . "ᚰ")
|
("œ" . "ᚰ")
|
||||||
("ó" . "ᚤ")
|
("ó" . "ᚤ")
|
||||||
("æ" . "ᛅ")
|
("æ" . "ᛅ")
|
||||||
("a" . "ᛆ")
|
("a" . "ᛆ")
|
||||||
("m" . "ᛘ")
|
("m" . "ᛘ")
|
||||||
("n" . "ᚾ")
|
("n" . "ᚾ")
|
||||||
("ń" . "ᛀ")
|
("ń" . "ᛀ")
|
||||||
("p" . "ᛔ")
|
("p" . "ᛔ")
|
||||||
("b" . "ᛒ")
|
("b" . "ᛒ")
|
||||||
("t" . "ᛐ")
|
("t" . "ᛐ")
|
||||||
("d" . "ᛑ")
|
("d" . "ᛑ")
|
||||||
("k" . "ᚴ")
|
("k" . "ᚴ")
|
||||||
("g" . "ᚵ")
|
("g" . "ᚵ")
|
||||||
("f" . "ᚠ")
|
("f" . "ᚠ")
|
||||||
("þ" . "ᚦ")
|
("þ" . "ᚦ")
|
||||||
("ð" . "ᚧ")
|
("ð" . "ᚧ")
|
||||||
("s" . "ᛋ")
|
("s" . "ᛋ")
|
||||||
("h" . "ᚼ")
|
("h" . "ᚼ")
|
||||||
("v" . "ᚥ")
|
("v" . "ᚥ")
|
||||||
("r" . "ᚱ")
|
("r" . "ᚱ")
|
||||||
("l" . "ᛚ")))
|
("l" . "ᛚ"))
|
||||||
|
"Equivalence between the Eittlandic orthography in the Latin
|
||||||
|
script and the Runic script. The first element of a pair is the
|
||||||
|
Latin script orthography, the second is the Runic equivalent.")
|
||||||
|
|
||||||
(defun conlanging/eittlanda-to-runes ()
|
(defun conlanging/eittlanda-to-runes ()
|
||||||
"Replaces transliterated Eittlandic with its runic writing system"
|
"Replaces transliterated Eittlandic with its runic writing system"
|
||||||
|
Reference in New Issue
Block a user