From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.help Subject: How to translate LaTeX into UTF-8 in Elisp? Date: Thu, 08 Dec 2016 18:04:45 +0100 Message-ID: <87shpyfj2q.fsf@mbork.pl> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1481216772 24191 195.159.176.226 (8 Dec 2016 17:06:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2016 17:06:12 +0000 (UTC) User-Agent: mu4e 0.9.17; emacs 26.0.50.1 To: Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 08 18:06:04 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cF28g-0003vU-NJ for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Dec 2016 18:05:46 +0100 Original-Received: from localhost ([::1]:47807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cF28k-00018y-RQ for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Dec 2016 12:05:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cF27z-00010N-HN for help-gnu-emacs@gnu.org; Thu, 08 Dec 2016 12:05:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cF27v-0002VP-H2 for help-gnu-emacs@gnu.org; Thu, 08 Dec 2016 12:05:03 -0500 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:33412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cF27v-0002UE-A4 for help-gnu-emacs@gnu.org; Thu, 08 Dec 2016 12:04:59 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 47FAE1DA040 for ; Thu, 8 Dec 2016 18:04:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XkUCeiRxNTr7 for ; Thu, 8 Dec 2016 18:04:51 +0100 (CET) Original-Received: from localhost (unknown [150.254.127.163]) by mail.mojserwer.eu (Postfix) with ESMTPSA id D91061DA030 for ; Thu, 8 Dec 2016 18:04:50 +0100 (CET) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 195.110.48.8 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111897 Archived-At: Hi all, I have a string with embedded sequences like "\'e" or "\H{o}". The Emacs TeX input method knows how to convert them into "=C3=A9" or "=C5=91= " (when typing, of course). Is there a way to use that to perform similar conversions in a string? TIA, --=20 Marcin Borkowski