From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: port x-symbol to GNU emacs 24. Date: Mon, 17 Aug 2015 17:20:31 +0200 Message-ID: <874mjyaqm8.fsf@fencepost.gnu.org> References: <87oaia6ict.fsf@mat.ucm.es> <837foxor1t.fsf@gnu.org> <878u9d7vdg.fsf@mat.ucm.es> <87pp2pq2ht.fsf@gnu.org> <87wpwx68cn.fsf@mat.ucm.es> <87mvxqxtif.fsf@gnu.org> <838u9alzly.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439824857 6773 80.91.229.3 (17 Aug 2015 15:20:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Aug 2015 15:20:57 +0000 (UTC) Cc: emacs-devel@gnu.org, Tassilo Horn To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 17 17:20:52 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZRMDS-0005co-Ly for ged-emacs-devel@m.gmane.org; Mon, 17 Aug 2015 17:20:50 +0200 Original-Received: from localhost ([::1]:55801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRMDR-0000sS-OR for ged-emacs-devel@m.gmane.org; Mon, 17 Aug 2015 11:20:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRMDC-0000s3-Lh for emacs-devel@gnu.org; Mon, 17 Aug 2015 11:20:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRMDB-0001mm-Mx for emacs-devel@gnu.org; Mon, 17 Aug 2015 11:20:34 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:58441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRMDB-0001m8-4V for emacs-devel@gnu.org; Mon, 17 Aug 2015 11:20:33 -0400 Original-Received: from localhost ([127.0.0.1]:43243 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.82) (envelope-from ) id 1ZRMDA-0002w5-5l; Mon, 17 Aug 2015 11:20:32 -0400 Original-Received: by lola (Postfix, from userid 1000) id A6F23DF4CA; Mon, 17 Aug 2015 17:20:31 +0200 (CEST) In-Reply-To: <838u9alzly.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 17 Aug 2015 18:10:49 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188845 Archived-At: Eli Zaretskii writes: >> From: Tassilo Horn >> Date: Mon, 17 Aug 2015 09:29:28 +0200 >> >> Uwe Brauer writes: >> >> > > Well, I guess you could use Emacs' built-in >> > > `prettify-symbols-mode' in order to display TeX macros using some >> > > unicode characters (or preview-latex of course). >> > I just switched `prettify-symbols-mode' on in a latex buffer but >> > nothing happens to \int or \alpha >> >> You have to define the symbols in `prettify-symbols-alist' > > Indeed, and I think it should be a good idea to populate that alist > with some non-trivial content to begin with. Any takers? Siphon off what can be taken from the TeX input method of Quail? That should provide a healthy dose of Unicode/TeX relations in Emacs-readable form. -- David Kastrup