From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: [cs-usenet@arcor.de: tex-mode: too many _ (underscores) interpreted as subscripts] Date: Fri, 08 Oct 2004 20:49:29 +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 1097261687 28506 80.91.229.6 (8 Oct 2004 18:54:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2004 18:54:47 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 08 20:54:38 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 1CFzt0-0002KZ-00 for ; Fri, 08 Oct 2004 20:54:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFzzo-0001TH-DM for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2004 15:01:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFzzg-0001TA-Ox for emacs-devel@gnu.org; Fri, 08 Oct 2004 15:01:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFzzg-0001Sy-Co for emacs-devel@gnu.org; Fri, 08 Oct 2004 15:01:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFzw4-0000VJ-Tk for emacs-devel@gnu.org; Fri, 08 Oct 2004 14:57:49 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFzo9-0005mT-V8 for emacs-devel@gnu.org; Fri, 08 Oct 2004 14:49:41 -0400 Original-Received: from localhost ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.34) id 1CFzo2-0004bO-SW; Fri, 08 Oct 2004 14:49:31 -0400 Original-To: Ralf Angeli In-Reply-To: (Ralf Angeli's message of "Fri, 08 Oct 2004 18:33:21 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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:28103 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28103 Ralf Angeli writes: > * 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. texmathp.el is in AUCTeX, and we have in there ;; texmathp.el -- Code to check if point is inside LaTeX math environment ;; Copyright (c) 1998 Carsten Dominik ;; Copyright (C) 2004 Free Software Foundation, Inc. ;; texmathp.el,v 1.28 1998/11/23 15:19:44 dominik Exp Ok, here is the crazy thing. In 2003, Carsten Dominik assigned "all right and title" in texmathp.el to the FSF (for program Emacs), after having previously assigned all past and future changes to it (also for program Emacs). But texmathp.el is not even part of Emacs, whether released or in CVS. As far as I can see, it is only distributed with AUCTeX at the moment. Does that mean that we can change the copyright notice in AUCTeX to be FSF only without Carsten having to sign for AUCTeX specifically? Should tex-mode.el be made to rely on texmathp.el if that improves things? AUCTeX is slated for inclusion into Emacs a few years from now, anyway. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum