From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Emacs Lisp warnings during make bootstrap Date: Sat, 12 Jan 2008 05:40:56 -0800 Message-ID: <200801121340.m0CDeuOC010938@oogie-boogie.ics.uci.edu> References: <4788BE04.1040609@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200145421 3519 80.91.229.12 (12 Jan 2008 13:43:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2008 13:43:41 +0000 (UTC) Cc: "GNU Emacs \(devel\)" To: Vinicius Jose Latorre Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 12 14:44:01 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JDgeX-0003aB-Ah for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 14:44:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDge9-0002qX-Cg for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 08:43:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDge5-0002qS-JT for emacs-devel@gnu.org; Sat, 12 Jan 2008 08:43:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDge4-0002q7-0e for emacs-devel@gnu.org; Sat, 12 Jan 2008 08:43:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDge3-0002q4-Qz for emacs-devel@gnu.org; Sat, 12 Jan 2008 08:43:31 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDge3-00045F-ET for emacs-devel@gnu.org; Sat, 12 Jan 2008 08:43:31 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id m0CDeuOC010938; Sat, 12 Jan 2008 05:40:56 -0800 (PST) In-Reply-To: <4788BE04.1040609@ig.com.br> (Vinicius Jose Latorre's message of "Sat, 12 Jan 2008 10:17:56 -0300") Original-Lines: 27 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 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: , 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 Xref: news.gmane.org gmane.emacs.devel:86790 Archived-At: Vinicius Jose Latorre writes: > I've just done a make bootstrap and noticed the following Emacs Lisp > warnings: > > > make bootstrap > > [......] > > Compiling /opt/work/emacs/lisp/./custom.el > > In custom-theme-recalc-face: > custom.el:1179:8:Warning: face-spec-recalc called with 1 argument, but > requires 2 This one is clearly a bug. > Compiling /opt/work/emacs/lisp/./textmodes/tex-mode.el > > In tex-mode: > tex-mode.el:910:8:Warning: function `tex-mode' defined multiple times > in this > file This is by design, and it is correct.