From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.help Subject: Re: Latex symbols in GNU Emacs Date: Tue, 24 Feb 2009 21:52:25 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235508843 4436 80.91.229.12 (24 Feb 2009 20:54:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Feb 2009 20:54:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 24 21:55:18 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lc4IK-0001KK-AN for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Feb 2009 21:54:24 +0100 Original-Received: from localhost ([127.0.0.1]:53303 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lc4Gz-0005nm-Pl for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Feb 2009 15:53:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lc4Gi-0005nh-B8 for help-gnu-emacs@gnu.org; Tue, 24 Feb 2009 15:52:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lc4Gd-0005mf-MZ for help-gnu-emacs@gnu.org; Tue, 24 Feb 2009 15:52:43 -0500 Original-Received: from [199.232.76.173] (port=47407 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lc4Gd-0005mc-Ia for help-gnu-emacs@gnu.org; Tue, 24 Feb 2009 15:52:39 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:43893 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lc4Gd-0002wc-4L for help-gnu-emacs@gnu.org; Tue, 24 Feb 2009 15:52:39 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lc4GX-0006pF-DJ for help-gnu-emacs@gnu.org; Tue, 24 Feb 2009 20:52:33 +0000 Original-Received: from remote2.student.chalmers.se ([129.16.29.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Feb 2009 20:52:33 +0000 Original-Received: from bojohan+news by remote2.student.chalmers.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Feb 2009 20:52:33 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: remote2.student.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.90 (gnu/linux) Cancel-Lock: sha1:4He+loLBQunLWrhDtdiY84kvj34= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62334 Archived-At: Ritchie writes: > For those of you who are using GNU Emacs as the text editor for > editing latex documents, I'm wondering is there a way to display all > the latex symbols? > > I'm using Carbon Emacs on mac. When editing latex files, there is a > latex-math-mode available. With that mode enabled, there is an extra > drop down menu for all the latex symbols, but all the symbols are > listed as actual command name. I'm wondering if there is a way to > display some kind of picture of how each symbols may look like, and > you can choose them by clicking them. The menu does so by default if Emacs is built with the GTK toolkit (and AUCTeX version is >= 11.53). I have never used the Carbon port. Does it work if you set LaTeX-math-menu-unicode to t (before AUCTeX is loaded)?