all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#13137: 24.3.50; byte-compilation warnings "the following functions..."
@ 2012-12-10 18:39 Drew Adams
  2012-12-11 22:04 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2012-12-10 18:39 UTC (permalink / raw)
  To: 13137

This doesn't make sense (to me).  These two messages do not convey any
significant difference in meaning.  This confuses users.  Why the two
different lists of functions?  What's the difference?
 
Message #1:
icicles-cmd1.el:8903:1:Warning: the following functions might not be defined at
runtime:
 
Message #2:
icicles-cmd1.el:8903:1:Warning: the following functions are not known to be
defined:

If the distinction intended is useful, then please provide more meaningful
messages.

In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
 of 2012-12-07 on MS-W7-DANI
Bzr revision: 111150 eggert@cs.ucla.edu-20121207175317-wxhrqxpp0173whq0
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --with-gcc (4.7) --no-opt --enable-checking --cflags
 -Ic:/emacs/libs/libXpm-3.5.10/include -Ic:/emacs/libs/libXpm-3.5.10/src
 -Ic:/emacs/libs/libpng-1.2.37-lib/include -Ic:/emacs/libs/zlib-1.2.5
 -Ic:/emacs/libs/giflib-4.1.4-1-lib/include
 -Ic:/emacs/libs/jpeg-6b-4-lib/include
 -Ic:/emacs/libs/tiff-3.8.2-1-lib/include
 -Ic:/emacs/libs/libxml2-2.7.8-w32-bin/include/libxml2
 -Ic:/emacs/libs/gnutls-3.0.9-w32-bin/include
 -Ic:/emacs/libs/libiconv-1.9.2-1-lib/include'
 






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

* bug#13137: 24.3.50; byte-compilation warnings "the following functions..."
  2012-12-10 18:39 bug#13137: 24.3.50; byte-compilation warnings "the following functions..." Drew Adams
@ 2012-12-11 22:04 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2012-12-11 22:04 UTC (permalink / raw)
  To: 13137

"Drew Adams" wrote:

> Message #1:
> icicles-cmd1.el:8903:1:Warning: the following functions might not be defined at
> runtime:
>  
> Message #2:
> icicles-cmd1.el:8903:1:Warning: the following functions are not known to be
> defined:


C-h v byte-compile-warnings:

unresolved  calls to unknown functions.

noruntime   functions that may not be defined at runtime (typically
             defined only under `eval-when-compile').





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

end of thread, other threads:[~2012-12-11 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 18:39 bug#13137: 24.3.50; byte-compilation warnings "the following functions..." Drew Adams
2012-12-11 22:04 ` 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.