From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: tex-mode.el Date: Sun, 27 Feb 2005 08:43:11 -0500 Message-ID: References: <01c51c15$Blat.v2.4$7cfd6780@zahav.net.il> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109511768 32304 80.91.229.2 (27 Feb 2005 13:42:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Feb 2005 13:42:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 27 14:42:47 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5Oh0-0006oQ-9n for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 14:42:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5OzA-0008BZ-E0 for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 09:01:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5Owv-0007oA-3w for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:59:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5Owr-0007mP-Nv for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:59:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5Owr-0007li-Gp for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:59:05 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5OhU-0002Hp-5T for emacs-devel@gnu.org; Sun, 27 Feb 2005 08:43:12 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D5OhT-0003rm-Q2; Sun, 27 Feb 2005 08:43:11 -0500 Original-To: Eli Zaretskii In-reply-to: <01c51c15$Blat.v2.4$7cfd6780@zahav.net.il> (eliz@gnu.org) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33868 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33868 When tex-mode.el from current CVS is compiled, it produces the following warning: In tex-mode: tex-mode.el:818:8:Warning: function `tex-mode' defined multiple times in this file Is this okay? It is expected. I find this somewhat ugly but I don't know a good way to solve the problem.