From c12253d45879d20ca4562eb2cb51fcd61584f843 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Fri, 13 Sep 2019 18:37:15 +0200 Subject: [PATCH] fixed Eittlandic LaTeX rune issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The orthography change from "w" to "v" made it so every "ó" was changed to a "v", and all the "v"s were then changed to "w". Changed the order, everything work again. --- funcs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/funcs.el b/funcs.el index 767011f..370d26a 100644 --- a/funcs.el +++ b/funcs.el @@ -80,9 +80,9 @@ ("hv" . "x") ("ø" . "\\\\o") ("œ" . "\\\\oO") + ("v" . "w") ("ó" . "v") - ("ń" . "\\\\ndot") - ("v" . "w"))) + ("ń" . "\\\\ndot"))) (setq conlanging//eittlanda-latin-to-runes '((", *" . "⁝") ("\\. *" . "⁝") (" +" . "᛬")