From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-devel@gnu.org
Subject: PATCH: iso-cvt.elL: add \textquestiondown ¿
Date: Sat, 11 Feb 2017 10:03:16 +0000 [thread overview]
Message-ID: <87a89t2gez.fsf@mat.ucm.es> (raw)
[-- Attachment #1: Type: text/plain, Size: 101 bytes --]
Hi
Attached find a trivial patch which adds \textquestiondown to be
translated to ¿.
Uwe Brauer
[-- Attachment #2: 0001-Add-textquestiondown-to-be-translated-to.patch --]
[-- Type: text/x-diff, Size: 1177 bytes --]
From 02f3c2aa191334099a2396ee0ce3f7e0b934c62a Mon Sep 17 00:00:00 2001
From: Uwe Brauer <oub@mat.ucm.es>
Date: Sat, 11 Feb 2017 10:01:15 +0000
Subject: [PATCH] =?UTF-8?q?Add=20\textquestiondown=20to=20be=20translated?=
=?UTF-8?q?=20to=20=C2=BF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
lisp/international/iso-cvt.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el
index ebf90a3..3ae2055 100644
--- a/lisp/international/iso-cvt.el
+++ b/lisp/international/iso-cvt.el
@@ -202,6 +202,7 @@ iso-iso2tex
(interactive "*r")
(iso-translate-conventions from to iso-iso2tex-trans-tab))
+
(defvar iso-tex2iso-trans-tab
'(
("{\\\\\"a}" "ä")
@@ -378,6 +379,7 @@ iso-tex2iso-trans-tab
("\\\\P{}" "¶" )
("\\\\S{}" "§" )
("{\\?`}" "¿")
+ ("\\\\textquestiondown" "¿")
("{!`}" "¡")
("\\?`" "¿")
("!`" "¡")
@@ -565,6 +567,7 @@ iso-gtex2iso-trans-tab
("\\\\P{}" "¶" )
("\\\\S{}" "§" )
("?`" "¿")
+ ("\\\\textquestiondown" "¿")
("!`" "¡")
("{?`}" "¿")
("{!`}" "¡")
--
1.9.1
next reply other threads:[~2017-02-11 10:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-11 10:03 Uwe Brauer [this message]
2017-02-11 21:22 ` PATCH: iso-cvt.elL: add \textquestiondown ¿ Stefan Monnier
2017-02-11 22:36 ` Uwe Brauer
2017-02-11 22:57 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a89t2gez.fsf@mat.ucm.es \
--to=oub@mat.ucm.es \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.