all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs Lisp warnings during make bootstrap
@ 2008-01-12 13:17 Vinicius Jose Latorre
  2008-01-12 13:40 ` Dan Nicolaescu
  2008-01-12 19:50 ` Glenn Morris
  0 siblings, 2 replies; 3+ messages in thread
From: Vinicius Jose Latorre @ 2008-01-12 13:17 UTC (permalink / raw)
  To: GNU Emacs (devel)


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
Wrote /opt/work/emacs/lisp/custom.elc

[......]

Compiling /opt/work/emacs/lisp/./emulation/viper-init.el

In toplevel form:
viper-init.el:451:8:Warning: `make-variable-frame-local' is an obsolete
    function (as of Emacs 22.2); use a frame-parameter instead.
Wrote /opt/work/emacs/lisp/emulation/viper-init.elc

[......]

Compiling /opt/work/emacs/lisp/./gnus/gnus-sum.el

In end of data:
gnus-sum.el:12512:1:Warning: the following functions might not be defined at
    runtime: gnus-build-sparse-threads, gnus-dead-summary-mode,
    gnus-summary-mark-below
Wrote /opt/work/emacs/lisp/gnus/gnus-sum.elc

[......]

Compiling /opt/work/emacs/lisp/./obsolete/rnewspost.el
Package rnews is obsolete
Wrote /opt/work/emacs/lisp/obsolete/rnewspost.elc

[......]

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
Wrote /opt/work/emacs/lisp/textmodes/tex-mode.elc

[......]

Compiling /opt/work/emacs/lisp/./nxml/nxml-mode.el

In end of data:
nxml-mode.el:2628:1:Warning: the following functions are not known to be
    defined: rng-nxml-mode-init, nxml-enable-unicode-char-name-sets
Wrote /opt/work/emacs/lisp/nxml/nxml-mode.elc

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs Lisp warnings during make bootstrap
  2008-01-12 13:17 Emacs Lisp warnings during make bootstrap Vinicius Jose Latorre
@ 2008-01-12 13:40 ` Dan Nicolaescu
  2008-01-12 19:50 ` Glenn Morris
  1 sibling, 0 replies; 3+ messages in thread
From: Dan Nicolaescu @ 2008-01-12 13:40 UTC (permalink / raw)
  To: Vinicius Jose Latorre; +Cc: GNU Emacs (devel)

Vinicius Jose Latorre <viniciusjl@ig.com.br> 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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs Lisp warnings during make bootstrap
  2008-01-12 13:17 Emacs Lisp warnings during make bootstrap Vinicius Jose Latorre
  2008-01-12 13:40 ` Dan Nicolaescu
@ 2008-01-12 19:50 ` Glenn Morris
  1 sibling, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2008-01-12 19:50 UTC (permalink / raw)
  To: Vinicius Jose Latorre; +Cc: GNU Emacs (devel)

Vinicius Jose Latorre wrote:

> Compiling /opt/work/emacs/lisp/./emulation/viper-init.el
>
> In toplevel form:
> viper-init.el:451:8:Warning: `make-variable-frame-local' is an obsolete
>    function (as of Emacs 22.2); use a frame-parameter instead.

A real issue, should be fixed at some point.

> gnus-sum.el:12512:1:Warning: the following functions might not be defined at
>    runtime: gnus-build-sparse-threads, gnus-dead-summary-mode,
>    gnus-summary-mark-below

Not a real issue, caused by the odd way gnus-sum loads itself part way
through. If anyone can figure out how to suppress this, it would be
nice.

> Compiling /opt/work/emacs/lisp/./obsolete/rnewspost.el
> Package rnews is obsolete

An obsolete package using another obsolete package.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-12 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-12 13:17 Emacs Lisp warnings during make bootstrap Vinicius Jose Latorre
2008-01-12 13:40 ` Dan Nicolaescu
2008-01-12 19:50 ` Glenn Morris

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.