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: tex mode sub- and super-scripts Date: Fri, 29 Jun 2007 21:30:18 -0500 (CDT) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1183170725 9025 80.91.229.12 (30 Jun 2007 02:32:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Jun 2007 02:32:05 +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 04:32:04 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 1I4Skl-0002ZC-DA for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 04:32:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4Skk-0001ws-Gf for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jun 2007 22:32:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I4SkW-0001uP-UG for help-gnu-emacs@gnu.org; Fri, 29 Jun 2007 22:31:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I4SkV-0001sE-JD for help-gnu-emacs@gnu.org; Fri, 29 Jun 2007 22:31:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4SkV-0001rx-AM for help-gnu-emacs@gnu.org; Fri, 29 Jun 2007 22:31:47 -0400 Original-Received: from physsmtp.wustl.edu ([128.252.125.7]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I4SkU-0006mP-VY for help-gnu-emacs@gnu.org; Fri, 29 Jun 2007 22:31:47 -0400 Original-Received: from physsmtp.wustl.edu (localhost.localdomain [127.0.0.1]) by physsmtp.wustl.edu (Postfix) with ESMTP id 865435F43B4 for ; Fri, 29 Jun 2007 21:31:37 -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 5F2115F4379 for ; Fri, 29 Jun 2007 21:31:37 -0500 (CDT) X-X-Sender: alford@localhost.localdomain 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:45357 Archived-At: I just upgraded to Fedora 7, which means I got upgraded from emacs-21 to emacs-22. Now I find that when I edit a TeX file, all subscripts (TeX _{xxx}) and superscripts (TeX ^{xxx}) are rendered in small type, lowered or raised on the line. Since TeX is a markup language not a WYSIWYG application this is not helpful to the readability of the TeX source. How do I switch off this new behavior, while keeping the syntactic color highlighting (font lock) that is helpful when composing TeX?