* Warnings in sgml-mode.el
@ 2002-04-03 13:56 Eli Zaretskii
2002-04-03 15:19 ` Andreas Schwab
2002-04-03 21:37 ` Mike Williams
0 siblings, 2 replies; 3+ messages in thread
From: Eli Zaretskii @ 2002-04-03 13:56 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Warnings in sgml-mode.el
2002-04-03 13:56 Warnings in sgml-mode.el Eli Zaretskii
@ 2002-04-03 15:19 ` Andreas Schwab
2002-04-03 21:37 ` Mike Williams
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2002-04-03 15:19 UTC (permalink / raw)
Cc: emacs-devel
"Eli Zaretskii" <eliz@is.elta.co.il> writes:
|> 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
I'd guess it's just missing a (require 'cl) at the top.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Warnings in sgml-mode.el
2002-04-03 13:56 Warnings in sgml-mode.el Eli Zaretskii
2002-04-03 15:19 ` Andreas Schwab
@ 2002-04-03 21:37 ` Mike Williams
1 sibling, 0 replies; 3+ messages in thread
From: Mike Williams @ 2002-04-03 21:37 UTC (permalink / raw)
Eli> Compiling sgml-mode.el with today's CVS prints warnings that look
Eli> strange
Andreas> I'd guess it's just missing a (require 'cl) at the top.
Sorry. Fixed now.
--
cheers,
Mike
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-04-03 21:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-03 13:56 Warnings in sgml-mode.el Eli Zaretskii
2002-04-03 15:19 ` Andreas Schwab
2002-04-03 21:37 ` Mike Williams
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.