From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark Alford Newsgroups: gmane.emacs.help Subject: Re: tex mode sub- and super-scripts Date: Sat, 30 Jun 2007 10:16:31 -0500 (CDT) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1183216749 16299 80.91.229.12 (30 Jun 2007 15:19:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Jun 2007 15:19:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 30 17:19:03 2007 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 1I4eiz-0003GH-Rr for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 17:19:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4eis-0000ee-J5 for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 11:18:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I4eiF-0000Ta-NC for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 11:18:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I4eiB-0000Rq-LR for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 11:18:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4eiB-0000Re-Eq for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 11:18:11 -0400 Original-Received: from physsmtp.wustl.edu ([128.252.125.7]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I4ei9-0006L8-ID for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 11:18:10 -0400 Original-Received: from physsmtp.wustl.edu (localhost.localdomain [127.0.0.1]) by physsmtp.wustl.edu (Postfix) with ESMTP id 206555F43B4 for ; Sat, 30 Jun 2007 10:17:54 -0500 (CDT) Original-Received: from hemlock (24-107-1-147.dhcp.stls.mo.charter.com [24.107.1.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by physsmtp.wustl.edu (Postfix) with ESMTP id 8B56C5F437B for ; Sat, 30 Jun 2007 10:17:53 -0500 (CDT) X-X-Sender: alford@localhost.localdomain In-Reply-To: X-detected-kernel: 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:45382 Archived-At: Thank you all for your help. Eli Zaretskii wrote: > You should be able to customize the two faces `subscript' and > `superscript' defined by tex-mode. Can you tell me how do I do that by putting commands in my .emacs file? I would like a general solution that I can port to many computers, not a point-and-click routine that I have to re-do on each machine. Peter Dyballa wrote: > Are you using AUCTeX? You can see this in mode-line, menus, and > *Messages* buffer. Then switch its use off! No, I am just using the regular emacs that came packaged with Fedora 7. I don't see the word "AUCTeX" anywhere. I don't think it is even installed on my computer. Sebastian Meisel wrote: > You are more likely wanting to use AUCTeX so you just have to customize: > Font LaTeX Script Display > Font LaTeX Superscript Face > Font LaTeX Subscript Face I don't want to use AUCTeX, I just want to revert the way emacs-22 tex-mode treats super/sub scripts back to how it was in emacs-21. Mark