From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Warnings in sgml-mode.el Date: Wed, 03 Apr 2002 16:56:54 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <9003-Wed03Apr2002165653+0300-eliz@is.elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017842600 14547 127.0.0.1 (3 Apr 2002 14:03:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2002 14:03:20 +0000 (UTC) Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16slM8-0003mQ-00 for ; Wed, 03 Apr 2002 16:03:20 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16slYG-0002NR-00 for ; Wed, 03 Apr 2002 16:15:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16slLs-00058d-00; Wed, 03 Apr 2002 09:03:04 -0500 Original-Received: from odin.inter.net.il ([192.114.186.10]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16slK7-00054F-00 for ; Wed, 03 Apr 2002 09:01:15 -0500 Original-Received: from zaretsky (diup-218-37.inter.net.il [213.8.218.37]) by odin.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AAN64256; Wed, 3 Apr 2002 17:01:07 +0300 (IDT) Original-To: emacs-devel@gnu.org X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2345 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2345 Compiling sgml-mode.el with today's CVS prints warnings that look strange (I don't know when this started): emacs/lisp/textmodes/sgml-mode.el: In toplevel form emacs/lisp/textmodes/sgml-mode.el:956: warning: :constructor called as a function emacs/lisp/textmodes/sgml-mode.el:956: warning: reference to free variable sgml-make-tag emacs/lisp/textmodes/sgml-mode.el:956: warning: reference to free variable start emacs/lisp/textmodes/sgml-mode.el:956: warning: reference to free variable end emacs/lisp/textmodes/sgml-mode.el:956: warning: reference to free variable name emacs/lisp/textmodes/sgml-mode.el:956: warning: reference to free variable type emacs/lisp/textmodes/sgml-mode.el:970: warning: `33' is a malformed function emacs/lisp/textmodes/sgml-mode.el:970: warning: `63' is a malformed function emacs/lisp/textmodes/sgml-mode.el:970: warning: `47' is a malformed function emacs/lisp/textmodes/sgml-mode.el:970: warning: `37' is a malformed function emacs/lisp/textmodes/sgml-mode.el:970: warning: t called as a function emacs/lisp/textmodes/sgml-mode.el: warning: the following functions are not known to be defined: defstruct, :constructor, type, case, t, sgml-make-tag, sgml-tag-start, sgml-tag-name, ignore-errors, sgml-tag-end, sgml-tag-type, comment, cdata, pi, jsp, tag, text, otherwise