From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: [cs-usenet@arcor.de: tex-mode: too many _ (underscores) interpreted as subscripts] Date: Fri, 08 Oct 2004 18:33:21 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097256663 14114 80.91.229.6 (8 Oct 2004 17:31:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2004 17:31:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 08 19:30:42 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CFyZm-0003rO-00 for ; Fri, 08 Oct 2004 19:30:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFyao-00046n-Pz for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2004 13:31:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFyZ1-0003Nj-AV for emacs-devel@gnu.org; Fri, 08 Oct 2004 13:29:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFySo-0000DK-Co for emacs-devel@gnu.org; Fri, 08 Oct 2004 13:23:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFyRS-0007vG-RX for emacs-devel@gnu.org; Fri, 08 Oct 2004 13:22:06 -0400 Original-Received: from [134.96.7.8] (helo=eris.rz.uni-saarland.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFyKZ-0003Hz-3Y; Fri, 08 Oct 2004 13:14:59 -0400 Original-Received: from iwi-gate.iwi.uni-sb.de (iwi-gate.iwi.uni-sb.de [134.96.72.13]) by eris.rz.uni-saarland.de (8.12.10/8.12.10) with ESMTP id i98GXSUZ9033092; Fri, 8 Oct 2004 18:33:29 +0200 (CST) Original-Received: from [134.96.72.190] (helo=neutrino.iwi.uni-sb.de) by iwi-gate.iwi.uni-sb.de with esmtp (Exim 4.33; FreeBSD) id 1CFxgH-0007kb-Ql; Fri, 08 Oct 2004 18:33:21 +0200 Original-Received: from angeli by neutrino.iwi.uni-sb.de with local (Exim 4.34) id 1CFxgH-0001lH-Rs; Fri, 08 Oct 2004 18:33:21 +0200 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Fri, 08 Oct 2004 12:05:20 -0400") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-IWi-MailScanner-Information: Please contact the ISP for more information X-IWi-MailScanner: Found to be clean X-IWi-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-MailScanner-From: angeli@iwi.uni-sb.de X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.1 (eris.rz.uni-saarland.de [134.96.7.8]); Fri, 08 Oct 2004 18:33:29 +0200 (CEST) X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.28.0.3; VDF 6.28.0.9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.emacs.devel:28095 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28095 * Richard Stallman (2004-10-08) writes: > There is an infinite number of constructs which are not supposed to be > used in math, e.g. itemize environments or sectioning macros. But I > haven't found a way to generalize those constructs. And checking for > an arbitrary pick of such commands doesn't seem to be the best > solution. > > Since these are used only to save time, it is not a problem > if the list is incomplete. Let's add some additional common ones, > and then the function texmathp will usually run faster. I'll see what I can do. Thank you for your help. -- Ralf