From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: TeX output mode Date: Mon, 10 Sep 2012 03:56:13 +0200 Message-ID: <87ipbmk5du.fsf@wanadoo.es> References: <23E02AB2-9CCB-4D8A-837D-B0B5368AA720@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1347242187 18474 80.91.229.3 (10 Sep 2012 01:56:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2012 01:56:27 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: =?utf-8?Q?Fl=C3=A1vio?= Moura Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 10 03:56:29 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TAtEi-0000kT-Tw for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Sep 2012 03:56:29 +0200 Original-Received: from localhost ([::1]:47913 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAtEf-0007rZ-Ib for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Sep 2012 21:56:25 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAtEb-0007rU-96 for help-gnu-emacs@gnu.org; Sun, 09 Sep 2012 21:56:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAtEa-0002GT-0w for help-gnu-emacs@gnu.org; Sun, 09 Sep 2012 21:56:21 -0400 Original-Received: from impaqm1.telefonica.net ([213.4.138.17]:43844 helo=telefonica.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAtEZ-0002E9-Mm for help-gnu-emacs@gnu.org; Sun, 09 Sep 2012 21:56:19 -0400 Original-Received: from IMPmailhost6.adm.correo ([10.20.102.127]) by IMPaqm1.telefonica.net with bizsmtp id xDu21j00J2kvMAa3MDwFHn; Mon, 10 Sep 2012 03:56:15 +0200 Original-Received: from qcore ([79.147.14.108]) by IMPmailhost6.adm.correo with BIZ IMP id xDwE1j0032Kt1p31mDwEi4; Mon, 10 Sep 2012 03:56:15 +0200 X-Brightmail-Tracker: AAAAAA== X-original-sender: 981711563@telefonica.net In-Reply-To: <23E02AB2-9CCB-4D8A-837D-B0B5368AA720@gmail.com> (=?utf-8?Q?=22Fl=C3=A1vio?= Moura"'s message of "Sun, 9 Sep 2012 22:08:52 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.4.138.17 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86712 Archived-At: Fl=C3=A1vio Moura writes: > I would like to use emacs as an interface for a program that receives > expressions and return expressions that use TeX tokens like \lambda > \to etc. In this way, I would like to open a file containing tokens > like \lambda into an emacs buffer that should shows the lambda symbol > instead of the expression \lambda. I know that this can be done from > the keyboard by setting the TeX input-mode, but I need the same effect > when loading a file containing TeX commands. > > I sucessfully used emacs 22 and x-symbol package as an interface for > this program. The problem is that x-symbol no longer works with emacs > 23. > > Any help is very welcome. Not sure if this method works with Emacs 23 (it does with Emacs 24) but after visiting the file, try: M-x org-mode C-c C-x \ If it doesn't work and can't upgrade, you can try installing the latest version of org-mode (http://org-mode.org) along with your Emacs 23.