* Change in lib-src/makefile.w32-in breaks bootstrapping
@ 2005-06-13 1:32 Juanma Barranquero
2005-06-13 6:31 ` Eli Zaretskii
0 siblings, 1 reply; 14+ messages in thread
From: Juanma Barranquero @ 2005-06-13 1:32 UTC (permalink / raw)
This change breaks bootstrapping:
2005-06-12 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(DOC)): Depend on make-docfile.exe,
temacs.exe, and the preloaded *.elc files. This avoids
unnecessary dumping and DOC rebuilding.
--
/L/e/k/t/u
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 1:32 Change in lib-src/makefile.w32-in breaks bootstrapping Juanma Barranquero
@ 2005-06-13 6:31 ` Eli Zaretskii
2005-06-13 7:46 ` Lennart Borgman
2005-06-13 8:36 ` Juanma Barranquero
0 siblings, 2 replies; 14+ messages in thread
From: Eli Zaretskii @ 2005-06-13 6:31 UTC (permalink / raw)
Cc: emacs-devel
> Date: Mon, 13 Jun 2005 03:32:54 +0200
> From: Juanma Barranquero <lekktu@gmail.com>
>
> This change breaks bootstrapping:
>
> 2005-06-12 Eli Zaretskii <eliz@gnu.org>
Please post the transcript of the entire failed bootstrap session,
beginning with configure, and please also tell what development tools
(Make, shell, and compiler) you use. My crystal ball is in preventive
maintenance this week ;-)
TIA, and sorry for whatever I did wrong.
P.S. Personally, I think the whole system of W32 Makefiles is in a
dire need of upgrading. It is based on obsolete Makefile.in
prototypes (e.g., DOC is produced by lib-src/makefile, not by
src/makefile), doesn't use some of the latest fixes (e.g., the list of
object files in buildobj.lst is not used), and generally misses some
important dependencies. I don't have the resources to do this, given
that any significant changes will need to be tested on several
versions of Windows and with several sets of development tools.
However, if someone wants to make this happen, I'd suggest to use the
MSDOS method: produce the Windows makefiles from Makefile.in by
editing them with Sed scripts like those in the msdos/ directory. (In
effect, this is modeled after the last part of the Unix configure
script, except that we know the results we should get to.)
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 6:31 ` Eli Zaretskii
@ 2005-06-13 7:46 ` Lennart Borgman
2005-06-13 12:06 ` Eli Zaretskii
2005-06-13 8:36 ` Juanma Barranquero
1 sibling, 1 reply; 14+ messages in thread
From: Lennart Borgman @ 2005-06-13 7:46 UTC (permalink / raw)
Cc: Juanma Barranquero, emacs-devel
Eli Zaretskii wrote:
>P.S. Personally, I think the whole system of W32 Makefiles is in a
>dire need of upgrading. It is based on obsolete Makefile.in
>prototypes (e.g., DOC is produced by lib-src/makefile, not by
>src/makefile), doesn't use some of the latest fixes (e.g., the list of
>object files in buildobj.lst is not used), and generally misses some
>important dependencies. I don't have the resources to do this, given
>that any significant changes will need to be tested on several
>versions of Windows and with several sets of development tools.
>However, if someone wants to make this happen, I'd suggest to use the
>MSDOS method: produce the Windows makefiles from Makefile.in by
>editing them with Sed scripts like those in the msdos/ directory. (In
>effect, this is modeled after the last part of the Unix configure
>script, except that we know the results we should get to.)
>
>
Are there any scripts that produces the W32 Makefiles?
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 6:31 ` Eli Zaretskii
2005-06-13 7:46 ` Lennart Borgman
@ 2005-06-13 8:36 ` Juanma Barranquero
2005-06-13 8:37 ` Juanma Barranquero
2005-06-13 12:29 ` Eli Zaretskii
1 sibling, 2 replies; 14+ messages in thread
From: Juanma Barranquero @ 2005-06-13 8:36 UTC (permalink / raw)
Cc: emacs-devel
> Please post the transcript of the entire failed bootstrap session,
Entire? Really? Well, OK. But there's no difference between a normal
bootstrap and this one except on the last ten lines or so.
> beginning with configure, and please also tell what development tools
> (Make, shell, and compiler) you use.
Well, as you wish. The transcript I'm going to post is for:
- gcc (GCC) 3.4.2 (mingw-special) ; i.e. the MinGW gcc
- GNU Make 3.80 ; from UnxUtils
(UnxUpdates.zip, in fact)
- cmd.exe ; from Windows XP
But it fails with the exact same error (and slightly different wording) with:
- MSVC 13.10.3077 for 80x86 ; from Visual Studio .NET 2003
- nmake 7.10.3077 ; from Visual Studio .NET 2003
- cmd.exe ; from Windows XP
and the error happens just on making DOC on lib-src:
make -C ../lib-src DOC
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/lib-src'
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin
Assembler messages:
FATAL: can't create oo-spd/i386/make-docfile.o: No such file or directory
make[1]: *** [oo-spd/i386/make-docfile.o] Error 1
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/lib-src'
make: *** [bootstrap-gmake] Error 2
> P.S. Personally, I think the whole system of W32 Makefiles is in a
> dire need of upgrading. It is based on obsolete Makefile.in
> prototypes (e.g., DOC is produced by lib-src/makefile, not by
> src/makefile), doesn't use some of the latest fixes (e.g., the list of
> object files in buildobj.lst is not used), and generally misses some
> important dependencies. I don't have the resources to do this, given
> that any significant changes will need to be tested on several
> versions of Windows and with several sets of development tools.
I don't think revamping the building process on Windows would be such
a great idea right now (with the not-quite-freeze and all), but if you
want to go ahead and do it, I can help a little with testing.
--
/L/e/k/t/u
C:\bin\emacs\gcc\HEAD\nt> configure --with-gcc --no-cygwin --cflags
-IC:/bin/emacs/build/include
Checking for 'cp'...
Checking for 'rm'...
El sistema no puede hallar el archivo especificado.
Checking whether W32 API headers are too old...
C:\bin\emacs\gcc\HEAD\nt> gcc -IC:/bin/emacs/build/include -mno-cygwin
-c junk.c
Using 'gcc'
Checking for libpng...
...PNG header available, building with PNG support.
Checking for jpeg-6b...
...JPEG header available, building with JPEG support.
Checking for libgif...
...GIF header available, building with GIF support.
Checking for tiff...
...TIFF header available, building with TIFF support.
Checking for libXpm...
...XPM header available, building with XPM support.
Generating makefiles
1 archivos copiados.
config.settings
gmake.defs
..\nt\makefile.w32-in
1 archivos copiados.
config.settings
gmake.defs
..\lib-src\makefile.w32-in
1 archivos copiados.
config.settings
gmake.defs
..\src\makefile.w32-in
1 archivos copiados.
config.settings
gmake.defs
..\man\makefile.w32-in
1 archivos copiados.
config.settings
gmake.defs
..\lispref\makefile.w32-in
1 archivos copiados.
config.settings
gmake.defs
..\lispintro\makefile.w32-in
1 archivos copiados.
config.settings
gmake.defs
..\lisp\makefile.w32-in
1 archivos copiados.
config.settings
gmake.defs
..\leim\makefile.w32-in
1 archivos copiados.
Emacs successfully configured.
Run `gmake' to build, then run `gmake install' to install.
C:\bin\emacs\gcc\HEAD\nt> make bootstrap
mkdir "oo-spd"
mkdir "oo-spd/i386"
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -o oo-spd/i386/addsection.o addsection.c
gcc -o oo-spd/i386/addsection.exe \
-g -mno-cygwin oo-spd/i386/addsection.o -luser32
make -C ../lisp bootstrap-clean
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/lisp'
cp C:/bin/emacs/gcc/HEAD/lisp/ldefs-boot.el
C:/bin/emacs/gcc/HEAD/lisp/loaddefs.el
for %%f in (. calc calendar emacs-lisp emulation eshell gnus
international language mail mh-e net obsolete play progmodes term
textmodes toolbar url) do for %%g in (%%f\*.elc) do @rm %%g
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/lisp'
make -C ../src clean
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/src'
rm *~ "s/*~" "m/*~"
rm: *~: No such file or directory
rm: s/*~: No such file or directory
rm: m/*~: No such file or directory
make[1]: [clean] Error 1 (ignored)
rm
rm: too few arguments
Try `rm --help' for more information.
make[1]: [clean] Error 1 (ignored)
rm -r oo-spd
rm: oo-spd: No such file or directory
make[1]: [clean] Error 1 (ignored)
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/src'
make -C ../lib-src clean
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/lib-src'
rm *~ DOC*
rm: *~: No such file or directory
rm: DOC*: No such file or directory
make[1]: [clean] Error 1 (ignored)
rm ctags.c
rm: ctags.c: No such file or directory
make[1]: [clean] Error 1 (ignored)
rm -r oo-spd
rm: oo-spd: No such file or directory
make[1]: [clean] Error 1 (ignored)
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/lib-src'
make -C ../src bootstrap
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/src'
make -w temacs CFLAGS="-I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400
-D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386
-D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT
-DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1
-DUSE_CRT_DLL=1 -DPURESIZE=5000000"
make[2]: Entering directory `C:/bin/emacs/gcc/HEAD/src'
mkdir "oo-spd"
mkdir "oo-spd/i386"
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/emacs.o emacs.c
rm oo-spd/i386/temacs0.a
rm: oo-spd/i386/temacs0.a: No such file or directory
make[2]: [oo-spd/i386/temacs0.a] Error 1 (ignored)
ar -rsc oo-spd/i386/temacs0.a oo-spd/i386/emacs.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/abbrev.o abbrev.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/alloc.o alloc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/atimer.o atimer.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/buffer.o buffer.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/bytecode.o bytecode.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/callint.o callint.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/callproc.o callproc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/casefiddle.o casefiddle.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/cm.o cm.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/cmds.o cmds.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/data.o data.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/dired.o dired.c
dired.c: In function `Ffile_attributes':
dired.c:981: warning: comparison is always false due to limited range
of data type
dired.c:981: warning: comparison is always false due to limited range
of data type
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/dispnew.o dispnew.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/doc.o doc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/doprnt.o doprnt.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/editfns.o editfns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/eval.o eval.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/fileio.o fileio.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/filelock.o filelock.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/filemode.o filemode.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/fns.o fns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/indent.o indent.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/insdel.o insdel.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/keyboard.o keyboard.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/keymap.o keymap.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/lread.o lread.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/macros.o macros.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/marker.o marker.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/md5.o md5.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/minibuf.o minibuf.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32.o w32.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32heap.o w32heap.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32inevt.o w32inevt.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32proc.o w32proc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32console.o w32console.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/print.o print.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/process.o process.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/regex.o regex.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/scroll.o scroll.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/search.o search.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/sound.o sound.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/syntax.o syntax.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/sysdep.o sysdep.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/term.o term.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/termcap.o termcap.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/tparam.o tparam.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/undo.o undo.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/unexw32.o unexw32.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/window.o window.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/xdisp.o xdisp.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/casetab.o casetab.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/floatfns.o floatfns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/frame.o frame.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/gmalloc.o gmalloc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/intervals.o intervals.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/composite.o composite.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/ralloc.o ralloc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/textprop.o textprop.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/vm-limit.o vm-limit.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/region-cache.o region-cache.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/strftime.o strftime.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/charset.o charset.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/coding.o coding.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/category.o category.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/ccl.o ccl.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/fontset.o fontset.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/fringe.o fringe.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/image.o image.c
rm oo-spd/i386/temacs1.a
rm: oo-spd/i386/temacs1.a: No such file or directory
make[2]: [oo-spd/i386/temacs1.a] Error 1 (ignored)
ar -rsc oo-spd/i386/temacs1.a oo-spd/i386/abbrev.o oo-spd/i386/alloc.o
oo-spd/i386/atimer.o oo-spd/i386/buffer.o oo-spd/i386/bytecode.o
oo-spd/i386/callint.o oo-spd/i386/callproc.o oo-spd/i386/casefiddle.o
oo-spd/i386/cm.o oo-spd/i386/cmds.o oo-spd/i386/data.o
oo-spd/i386/dired.o oo-spd/i386/dispnew.o oo-spd/i386/doc.o
oo-spd/i386/doprnt.o oo-spd/i386/editfns.o oo-spd/i386/eval.o
oo-spd/i386/fileio.o oo-spd/i386/filelock.o oo-spd/i386/filemode.o
oo-spd/i386/fns.o oo-spd/i386/indent.o oo-spd/i386/insdel.o
oo-spd/i386/keyboard.o oo-spd/i386/keymap.o oo-spd/i386/lread.o
oo-spd/i386/macros.o oo-spd/i386/marker.o oo-spd/i386/md5.o
oo-spd/i386/minibuf.o oo-spd/i386/w32.o oo-spd/i386/w32heap.o
oo-spd/i386/w32inevt.o oo-spd/i386/w32proc.o oo-spd/i386/w32console.o
oo-spd/i386/print.o oo-spd/i386/process.o oo-spd/i386/regex.o
oo-spd/i386/scroll.o oo-spd/i386/search.o oo-spd/i386/sound.o
oo-spd/i386/syntax.o oo-spd/i386/sysdep.o oo-spd/i386/term.o
oo-spd/i386/termcap.o oo-spd/i386/tparam.o oo-spd/i386/undo.o
oo-spd/i386/unexw32.o oo-spd/i386/window.o oo-spd/i386/xdisp.o
oo-spd/i386/casetab.o oo-spd/i386/floatfns.o oo-spd/i386/frame.o
oo-spd/i386/gmalloc.o oo-spd/i386/intervals.o oo-spd/i386/composite.o
oo-spd/i386/ralloc.o oo-spd/i386/textprop.o oo-spd/i386/vm-limit.o
oo-spd/i386/region-cache.o oo-spd/i386/strftime.o
oo-spd/i386/charset.o oo-spd/i386/coding.o oo-spd/i386/category.o
oo-spd/i386/ccl.o oo-spd/i386/fontset.o oo-spd/i386/fringe.o
oo-spd/i386/image.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32term.o w32term.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32xfns.o w32xfns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32fns.o w32fns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/xfaces.o xfaces.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32select.o w32select.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32menu.o w32menu.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32reg.o w32reg.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/w32bdf.o w32bdf.c
rm oo-spd/i386/temacw32.a
rm: oo-spd/i386/temacw32.a: No such file or directory
make[2]: [oo-spd/i386/temacw32.a] Error 1 (ignored)
ar -rsc oo-spd/i386/temacw32.a oo-spd/i386/w32term.o
oo-spd/i386/w32xfns.o oo-spd/i386/w32fns.o oo-spd/i386/xfaces.o
oo-spd/i386/w32select.o oo-spd/i386/w32menu.o oo-spd/i386/w32reg.o
oo-spd/i386/w32bdf.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/lastfile.o lastfile.c
rm oo-spd/i386/lastfile.a
rm: oo-spd/i386/lastfile.a: No such file or directory
make[2]: [oo-spd/i386/lastfile.a] Error 1 (ignored)
ar -rsc oo-spd/i386/lastfile.a oo-spd/i386/lastfile.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT
-DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
-DPURESIZE=5000000 -o oo-spd/i386/firstfile.o firstfile.c
windres -O coff --include-dir ../nt -o oo-spd/i386/emacs.res ../nt/emacs.rc
gcc -o oo-spd/i386/temacs.bin -g -mno-cygwin -Wl,-stack,0x00800000
-Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -g
-Wl,-subsystem,console -Wl,-entry,__start
-Wl,-Map,oo-spd/i386/temacs.map oo-spd/i386/firstfile.o
oo-spd/i386/emacs.res oo-spd/i386/temacs0.a oo-spd/i386/temacs1.a
oo-spd/i386/temacw32.a oo-spd/i386/lastfile.a -lwinmm -ladvapi32
-lgdi32 -lcomdlg32 -luser32 -lmpr -lshell32 -lwinspool
"../nt/oo-spd/i386/addsection" "oo-spd/i386/temacs.bin"
"oo-spd/i386/temacs.exe" EMHEAP 16
Dumping from oo-spd/i386/temacs.bin
to oo-spd/i386/temacs.exe
echo oo-spd/i386/emacs.o > oo-spd/i386/buildobj.lst
echo oo-spd/i386/abbrev.o oo-spd/i386/alloc.o oo-spd/i386/atimer.o
oo-spd/i386/buffer.o oo-spd/i386/bytecode.o oo-spd/i386/callint.o
oo-spd/i386/callproc.o oo-spd/i386/casefiddle.o oo-spd/i386/cm.o
oo-spd/i386/cmds.o oo-spd/i386/data.o oo-spd/i386/dired.o
oo-spd/i386/dispnew.o oo-spd/i386/doc.o oo-spd/i386/doprnt.o
oo-spd/i386/editfns.o oo-spd/i386/eval.o oo-spd/i386/fileio.o
oo-spd/i386/filelock.o oo-spd/i386/filemode.o oo-spd/i386/fns.o
oo-spd/i386/indent.o oo-spd/i386/insdel.o oo-spd/i386/keyboard.o
oo-spd/i386/keymap.o oo-spd/i386/lread.o oo-spd/i386/macros.o
oo-spd/i386/marker.o oo-spd/i386/md5.o oo-spd/i386/minibuf.o
oo-spd/i386/w32.o oo-spd/i386/w32heap.o oo-spd/i386/w32inevt.o
oo-spd/i386/w32proc.o oo-spd/i386/w32console.o oo-spd/i386/print.o
oo-spd/i386/process.o oo-spd/i386/regex.o oo-spd/i386/scroll.o
oo-spd/i386/search.o oo-spd/i386/sound.o oo-spd/i386/syntax.o
oo-spd/i386/sysdep.o oo-spd/i386/term.o oo-spd/i386/termcap.o
oo-spd/i386/tparam.o oo-spd/i386/undo.o oo-spd/i386/unexw32.o
oo-spd/i386/window.o oo-spd/i386/xdisp.o oo-spd/i386/casetab.o
oo-spd/i386/floatfns.o oo-spd/i386/frame.o oo-spd/i386/gmalloc.o
oo-spd/i386/intervals.o oo-spd/i386/composite.o oo-spd/i386/ralloc.o
oo-spd/i386/textprop.o oo-spd/i386/vm-limit.o
oo-spd/i386/region-cache.o oo-spd/i386/strftime.o
oo-spd/i386/charset.o oo-spd/i386/coding.o oo-spd/i386/category.o
oo-spd/i386/ccl.o oo-spd/i386/fontset.o oo-spd/i386/fringe.o
oo-spd/i386/image.o >> oo-spd/i386/buildobj.lst
echo oo-spd/i386/w32term.o oo-spd/i386/w32xfns.o oo-spd/i386/w32fns.o
oo-spd/i386/xfaces.o oo-spd/i386/w32select.o oo-spd/i386/w32menu.o
oo-spd/i386/w32reg.o oo-spd/i386/w32bdf.o >> oo-spd/i386/buildobj.lst
make[2]: Leaving directory `C:/bin/emacs/gcc/HEAD/src'
"./oo-spd/i386/temacs.exe" -batch -l loadup bootstrap
Loading loadup.el (source)...
Using load-path (../lisp c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp
c:/bin/emacs/gcc/HEAD/lisp/language
c:/bin/emacs/gcc/HEAD/lisp/international
c:/bin/emacs/gcc/HEAD/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading env (source)...
Loading cus-start (source)...
Note, built-in variable `x-use-old-gtk-file-dialog' not bound
Note, built-in variable `x-use-underline-position-properties' not bound
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
Loading format (source)...
Loading bindings (source)...
Loading files (source)...
Loading cus-face (source)...
Loading faces (source)...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((89850 . 31260) (5343 . 52) (585 . 75) 341868 29991 (12 . 1) (18 . 0)
(6766 . 479))
Loading loaddefs.el (source)...
((110387 . 10723) (7895 . 0) (593 . 67) 1171471 29991 (38 . 33) (18 .
0) (14472 . 81))
Loading simple (source)...
Loading help (source)...
Loading international/mule-cmds (source)...
Loading case-table (source)...
Loading international/utf-8 (source)...
Loading international/utf-16 (source)...
Loading international/characters (source)...
Loading international/latin-1 (source)...
Loading international/latin-2 (source)...
Loading international/latin-3 (source)...
Loading international/latin-4 (source)...
Loading international/latin-5 (source)...
Loading international/latin-8 (source)...
Loading international/latin-9 (source)...
Loading language/chinese (source)...
Loading language/cyrillic (source)...
Loading language/indian (source)...
Loading language/devanagari (source)...
Loading language/malayalam (source)...
Loading language/tamil (source)...
Loading language/kannada (source)...
Loading language/english (source)...
Loading language/ethiopic (source)...
Loading language/european (source)...
Loading language/czech (source)...
Loading language/slovak (source)...
Loading language/romanian (source)...
Loading language/greek (source)...
Loading language/hebrew (source)...
Loading language/japanese (source)...
Loading language/korean (source)...
Loading language/lao (source)...
Loading language/thai (source)...
Loading language/tibetan (source)...
Loading language/vietnamese (source)...
Loading language/misc-lang (source)...
Loading language/utf-8-lang (source)...
Loading language/georgian (source)...
Loading international/ucs-tables (source)...
Loading indent (source)...
Loading window (source)...
Loading frame (source)...
Loading term/tty-colors (source)...
Loading font-core (source)...
Loading facemenu (source)...
Loading mouse (source)...
Loading scroll-bar (source)...
Loading select (source)...
Loading emacs-lisp/timer (source)...
Loading isearch (source)...
((191760 . 6825) (10849 . 4) (614 . 109) 1487737 248408 (62 . 9) (18 .
43) (21774 . 276))
Loading menu-bar (source)...
Loading paths.el (source)...
Loading startup (source)...
Loading emacs-lisp/lisp (source)...
Loading textmodes/page (source)...
Loading register (source)...
Loading textmodes/paragraphs (source)...
Loading emacs-lisp/lisp-mode (source)...
Loading textmodes/text-mode (source)...
Loading textmodes/fill (source)...
((218983 . 7737) (11519 . 3) (618 . 108) 1580744 250108 (64 . 7) (18 .
43) (24059 . 700))
Loading replace (source)...
Loading abbrev (source)...
Loading buff-menu (source)...
Loading ls-lisp (source)...
Loading disp-table (source)...
Loading dos-w32 (source)...
Loading w32-vars (source)...
Loading w32-fns (source)...
Loading emacs-lisp/float-sup (source)...
((231615 . 6586) (11863 . 6) (620 . 131) 1631970 251006 (76 . 4) (18 .
43) (25077 . 501))
Loading vc-hooks (source)...
Loading jka-cmpr-hook (source)...
Loading ediff-hook (source)...
Loading tooltip (source)...
((236330 . 6549) (12037 . 2) (621 . 130) 1648523 251117 (78 . 2) (18 .
43) (25550 . 595))
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
75524 pure bytes used
Dumping from c:/bin/emacs/gcc/HEAD/src/oo-spd/i386/temacs.exe
to c:/bin/emacs/gcc/HEAD/src/oo-spd/i386/emacs.exe
mkdir "../bin"
cp -f oo-spd/i386/emacs.exe ../bin
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/src'
make -C ../src bootstrap-clean
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/src'
rm oo-spd/i386/alloc.o
rm oo-spd/i386/data.o
rm oo-spd/i386/intervals.o
rm oo-spd/i386/keyboard.o
rm oo-spd/i386/keymap.o
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/src'
make -C ../lisp bootstrap
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/lisp'
echo ;; -*- no-byte-compile: t -*->subdirs.el
echo ;; In load-path, after this directory should come>> subdirs.el
echo ;; certain of its subdirectories. Here we specify them.>> subdirs.el
echo (normal-top-level-add-to-load-path '(>> subdirs.el
echo ))>> subdirs.el
Directories: calc calendar emacs-lisp emulation eshell gnus
international language mail mh-e net obsolete play progmodes term
textmodes toolbar url
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte
-l autoload \
--eval "(setq find-file-hook nil \
find-file-suppress-same-file-warnings t \
generated-autoload-file \
\"C:/bin/emacs/gcc/HEAD/lisp/loaddefs.el\")" \
-f batch-update-autoloads C:/bin/emacs/gcc/HEAD/lisp calc calendar
emacs-lisp emulation eshell gnus international language mail mh-e net
obsolete play progmodes term textmodes toolbar url
Generating autoloads for play/5x5.el...
Generating autoloads for play/5x5.el...done
Generating autoloads for progmodes/ada-mode.el...
Generating autoloads for progmodes/ada-mode.el...done
Generating autoloads for progmodes/ada-stmt.el...
Generating autoloads for progmodes/ada-stmt.el...done
Generating autoloads for progmodes/ada-xref.el...
Generating autoloads for progmodes/ada-xref.el...done
Generating autoloads for add-log.el...
Generating autoloads for add-log.el...done
Generating autoloads for emacs-lisp/advice.el...
Generating autoloads for emacs-lisp/advice.el...done
Generating autoloads for align.el...
Generating autoloads for align.el...done
Generating autoloads for allout.el...
Generating autoloads for allout.el...done
Generating autoloads for net/ange-ftp.el...
Generating autoloads for net/ange-ftp.el...done
Generating autoloads for play/animate.el...
Generating autoloads for play/animate.el...done
Generating autoloads for ansi-color.el...
Generating autoloads for ansi-color.el...done
Generating autoloads for progmodes/antlr-mode.el...
Generating autoloads for progmodes/antlr-mode.el...done
Generating autoloads for calendar/appt.el...
Generating autoloads for calendar/appt.el...done
Generating autoloads for arc-mode.el...
Generating autoloads for arc-mode.el...done
Generating autoloads for array.el...
Generating autoloads for array.el...done
Generating autoloads for progmodes/autoconf.el...
Generating autoloads for progmodes/autoconf.el...done
Generating autoloads for autoinsert.el...
Generating autoloads for autoinsert.el...done
Generating autoloads for emacs-lisp/autoload.el...
Generating autoloads for emacs-lisp/autoload.el...done
Generating autoloads for autorevert.el...
Generating autoloads for autorevert.el...done
Generating autoloads for battery.el...
Generating autoloads for battery.el...done
Generating autoloads for textmodes/bibtex.el...
Generating autoloads for textmodes/bibtex.el...done
Generating autoloads for play/blackbox.el...
Generating autoloads for play/blackbox.el...done
Generating autoloads for bookmark.el...
Generating autoloads for bookmark.el...done
Generating autoloads for net/browse-url.el...
Generating autoloads for net/browse-url.el...done
Generating autoloads for bs.el...
Generating autoloads for bs.el...done
Generating autoloads for emacs-lisp/bytecomp.el...
Generating autoloads for emacs-lisp/bytecomp.el...done
Generating autoloads for calendar/cal-hebrew.el...
Generating autoloads for calendar/cal-hebrew.el...done
Generating autoloads for calc/calc.el...
Generating autoloads for calc/calc.el...done
Generating autoloads for calculator.el...
Generating autoloads for calculator.el...done
Generating autoloads for calendar/calendar.el...
Generating autoloads for calendar/calendar.el...done
Generating autoloads for gnus/canlock.el...
Generating autoloads for gnus/canlock.el...done
Generating autoloads for progmodes/cc-mode.el...
Generating autoloads for progmodes/cc-mode.el...done
Generating autoloads for progmodes/cc-styles.el...
Generating autoloads for progmodes/cc-styles.el...done
Generating autoloads for international/ccl.el...
Generating autoloads for international/ccl.el...done
Generating autoloads for language/china-util.el...
Generating autoloads for language/china-util.el...done
Generating autoloads for chistory.el...
Generating autoloads for chistory.el...done
Generating autoloads for emacs-lisp/cl.el...
Generating autoloads for emacs-lisp/cl.el...done
Generating autoloads for progmodes/cmacexp.el...
Generating autoloads for progmodes/cmacexp.el...done
Generating autoloads for international/code-pages.el...
Generating autoloads for international/code-pages.el...done
Generating autoloads for international/codepage.el...
Generating autoloads for international/codepage.el...done
Generating autoloads for comint.el...
Generating autoloads for comint.el...done
Generating autoloads for compare-w.el...
Generating autoloads for compare-w.el...done
Generating autoloads for progmodes/compile.el...
Generating autoloads for progmodes/compile.el...done
Generating autoloads for complete.el...
Generating autoloads for complete.el...done
Generating autoloads for emacs-lisp/copyright.el...
Generating autoloads for emacs-lisp/copyright.el...done
Generating autoloads for progmodes/cperl-mode.el...
Generating autoloads for progmodes/cperl-mode.el...done
Generating autoloads for progmodes/cpp.el...
Generating autoloads for progmodes/cpp.el...done
Generating autoloads for emulation/crisp.el...
Generating autoloads for emulation/crisp.el...done
Generating autoloads for emulation/cua-base.el...
Generating autoloads for emulation/cua-base.el...done
Generating autoloads for cus-edit.el...
Generating autoloads for cus-edit.el...done
Generating autoloads for cus-theme.el...
Generating autoloads for cus-theme.el...done
Generating autoloads for cvs-status.el...
Generating autoloads for cvs-status.el...done
Generating autoloads for progmodes/cwarn.el...
Generating autoloads for progmodes/cwarn.el...done
Generating autoloads for language/cyril-util.el...
Generating autoloads for language/cyril-util.el...done
Generating autoloads for dabbrev.el...
Generating autoloads for dabbrev.el...done
Generating autoloads for progmodes/dcl-mode.el...
Generating autoloads for progmodes/dcl-mode.el...done
Generating autoloads for emacs-lisp/debug.el...
Generating autoloads for emacs-lisp/debug.el...done
Generating autoloads for play/decipher.el...
Generating autoloads for play/decipher.el...done
Generating autoloads for progmodes/delphi.el...
Generating autoloads for progmodes/delphi.el...done
Generating autoloads for emacs-lisp/derived.el...
Generating autoloads for emacs-lisp/derived.el...done
Generating autoloads for descr-text.el...
Generating autoloads for descr-text.el...done
Generating autoloads for desktop.el...
Generating autoloads for desktop.el...done
Generating autoloads for gnus/deuglify.el...
Generating autoloads for gnus/deuglify.el...done
Generating autoloads for language/devan-util.el...
Generating autoloads for language/devan-util.el...done
Generating autoloads for calendar/diary-lib.el...
Generating autoloads for calendar/diary-lib.el...done
Generating autoloads for diff-mode.el...
Generating autoloads for diff-mode.el...done
Generating autoloads for dired.el...
Generating autoloads for dired.el...done
Generating autoloads for dired-aux.el...
Generating autoloads for dired-aux.el...done
Generating autoloads for dired-x.el...
Generating autoloads for dired-x.el...done
Generating autoloads for textmodes/dns-mode.el...
Generating autoloads for textmodes/dns-mode.el...done
Generating autoloads for play/doctor.el...
Generating autoloads for play/doctor.el...done
Generating autoloads for play/dunnet.el...
Generating autoloads for play/dunnet.el...done
Generating autoloads for emacs-lisp/easy-mmode.el...
Generating autoloads for emacs-lisp/easy-mmode.el...done
Generating autoloads for emacs-lisp/easymenu.el...
Generating autoloads for emacs-lisp/easymenu.el...done
Generating autoloads for progmodes/ebnf2ps.el...
Generating autoloads for progmodes/ebnf2ps.el...done
Generating autoloads for progmodes/ebrowse.el...
Generating autoloads for progmodes/ebrowse.el...done
Generating autoloads for ebuff-menu.el...
Generating autoloads for ebuff-menu.el...done
Generating autoloads for emacs-lisp/edebug.el...
Generating autoloads for emacs-lisp/edebug.el...done
Generating autoloads for ediff.el...
Generating autoloads for ediff.el...done
Generating autoloads for ediff-help.el...
Generating autoloads for ediff-help.el...done
Generating autoloads for ediff-hook.el...
Generating autoloads for ediff-hook.el...done
Generating autoloads for ediff-mult.el...
Generating autoloads for ediff-mult.el...done
Generating autoloads for ediff-util.el...
Generating autoloads for ediff-util.el...done
Generating autoloads for edmacro.el...
Generating autoloads for edmacro.el...done
Generating autoloads for emulation/edt.el...
Generating autoloads for emulation/edt.el...done
Generating autoloads for emacs-lisp/eldoc.el...
Generating autoloads for emacs-lisp/eldoc.el...done
Generating autoloads for emerge.el...
Generating autoloads for emerge.el...done
Generating autoloads for international/encoded-kb.el...
Generating autoloads for international/encoded-kb.el...done
Generating autoloads for textmodes/enriched.el...
Generating autoloads for textmodes/enriched.el...done
Generating autoloads for eshell/esh-mode.el...
Generating autoloads for eshell/esh-mode.el...done
Generating autoloads for progmodes/etags.el...
Generating autoloads for progmodes/etags.el...done
Generating autoloads for language/ethio-util.el...
Generating autoloads for language/ethio-util.el...done
Generating autoloads for net/eudc.el...
Generating autoloads for net/eudc.el...done
Generating autoloads for net/eudc-hotlist.el...
Generating autoloads for net/eudc-hotlist.el...done
Generating autoloads for progmodes/executable.el...
Generating autoloads for progmodes/executable.el...done
Generating autoloads for progmodes/f90.el...
Generating autoloads for progmodes/f90.el...done
Generating autoloads for mail/feedmail.el...
Generating autoloads for mail/feedmail.el...done
Generating autoloads for ffap.el...
Generating autoloads for ffap.el...done
Generating autoloads for emacs-lisp/find-func.el...
Generating autoloads for emacs-lisp/find-func.el...done
Generating autoloads for finder.el...
Generating autoloads for finder.el...done
Generating autoloads for progmodes/flymake.el...
Generating autoloads for progmodes/flymake.el...done
Generating autoloads for textmodes/flyspell.el...
Generating autoloads for textmodes/flyspell.el...done
Generating autoloads for follow.el...
Generating autoloads for follow.el...done
Generating autoloads for font-lock.el...
Generating autoloads for font-lock.el...done
Generating autoloads for forms.el...
Generating autoloads for forms.el...done
Generating autoloads for progmodes/fortran.el...
Generating autoloads for progmodes/fortran.el...done
Generating autoloads for play/fortune.el...
Generating autoloads for play/fortune.el...done
Generating autoloads for progmodes/gdb-ui.el...
Generating autoloads for progmodes/gdb-ui.el...done
Generating autoloads for progmodes/glasses.el...
Generating autoloads for progmodes/glasses.el...done
Generating autoloads for gnus/gnus.el...
Generating autoloads for gnus/gnus.el...done
Generating autoloads for gnus/gnus-agent.el...
Generating autoloads for gnus/gnus-agent.el...done
Generating autoloads for gnus/gnus-art.el...
Generating autoloads for gnus/gnus-art.el...done
Generating autoloads for gnus/gnus-cache.el...
Generating autoloads for gnus/gnus-cache.el...done
Generating autoloads for gnus/gnus-delay.el...
Generating autoloads for gnus/gnus-delay.el...done
Generating autoloads for gnus/gnus-group.el...
Generating autoloads for gnus/gnus-group.el...done
Generating autoloads for gnus/gnus-kill.el...
Generating autoloads for gnus/gnus-kill.el...done
Generating autoloads for gnus/gnus-soup.el...
Generating autoloads for gnus/gnus-soup.el...done
Generating autoloads for gnus/gnus-spec.el...
Generating autoloads for gnus/gnus-spec.el...done
Generating autoloads for gnus/gnus-start.el...
Generating autoloads for gnus/gnus-start.el...done
Generating autoloads for play/gomoku.el...
Generating autoloads for play/gomoku.el...done
Generating autoloads for net/goto-addr.el...
Generating autoloads for net/goto-addr.el...done
Generating autoloads for progmodes/grep.el...
Generating autoloads for progmodes/grep.el...done
Generating autoloads for progmodes/gud.el...
Generating autoloads for progmodes/gud.el...done
Generating autoloads for play/handwrite.el...
Generating autoloads for play/handwrite.el...done
Generating autoloads for help-fns.el...
Generating autoloads for help-fns.el...done
Generating autoloads for help-mode.el...
Generating autoloads for help-mode.el...done
Generating autoloads for hexl.el...
Generating autoloads for hexl.el...done
Generating autoloads for hi-lock.el...
Generating autoloads for hi-lock.el...done
Generating autoloads for progmodes/hideif.el...
Generating autoloads for progmodes/hideif.el...done
Generating autoloads for hilit-chg.el...
Generating autoloads for hilit-chg.el...done
Generating autoloads for hippie-exp.el...
Generating autoloads for hippie-exp.el...done
Generating autoloads for hl-line.el...
Generating autoloads for hl-line.el...done
Generating autoloads for calendar/holidays.el...
Generating autoloads for calendar/holidays.el...done
Generating autoloads for gnus/html2text.el...
Generating autoloads for gnus/html2text.el...done
Generating autoloads for ibuf-ext.el...
Generating autoloads for ibuf-ext.el...done
Generating autoloads for ibuffer.el...
Generating autoloads for ibuffer.el...done
Generating autoloads for calendar/icalendar.el...
Generating autoloads for calendar/icalendar.el...done
Generating autoloads for icomplete.el...
Generating autoloads for icomplete.el...done
Generating autoloads for progmodes/icon.el...
Generating autoloads for progmodes/icon.el...done
Generating autoloads for progmodes/idlw-shell.el...
Generating autoloads for progmodes/idlw-shell.el...done
Generating autoloads for progmodes/idlwave.el...
Generating autoloads for progmodes/idlwave.el...done
Generating autoloads for ido.el...
Generating autoloads for ido.el...done
Generating autoloads for ielm.el...
Generating autoloads for ielm.el...done
Generating autoloads for iimage.el...
Generating autoloads for iimage.el...done
Generating autoloads for image.el...
Generating autoloads for image.el...done
Generating autoloads for image-file.el...
Generating autoloads for image-file.el...done
Generating autoloads for image-mode.el...
Generating autoloads for image-mode.el...done
Generating autoloads for imenu.el...
Generating autoloads for imenu.el...done
Generating autoloads for progmodes/inf-lisp.el...
Generating autoloads for progmodes/inf-lisp.el...done
Generating autoloads for info.el...
Generating autoloads for info.el...done
Generating autoloads for international/isearch-x.el...
Generating autoloads for international/isearch-x.el...done
Generating autoloads for isearchb.el...
Generating autoloads for isearchb.el...done
Generating autoloads for international/iso-cvt.el...
Generating autoloads for international/iso-cvt.el...done
Generating autoloads for international/iso-transl.el...
Generating autoloads for international/iso-transl.el...done
Generating autoloads for textmodes/ispell.el...
Generating autoloads for textmodes/ispell.el...done
Generating autoloads for iswitchb.el...
Generating autoloads for iswitchb.el...done
Generating autoloads for language/japan-util.el...
Generating autoloads for language/japan-util.el...done
Generating autoloads for jit-lock.el...
Generating autoloads for jit-lock.el...done
Generating autoloads for jka-compr.el...
Generating autoloads for jka-compr.el...done
Generating autoloads for international/kinsoku.el...
Generating autoloads for international/kinsoku.el...done
Generating autoloads for international/kkc.el...
Generating autoloads for international/kkc.el...done
Generating autoloads for kmacro.el...
Generating autoloads for kmacro.el...done
Generating autoloads for language/korea-util.el...
Generating autoloads for language/korea-util.el...done
Generating autoloads for play/landmark.el...
Generating autoloads for play/landmark.el...done
Generating autoloads for language/lao-util.el...
Generating autoloads for language/lao-util.el...done
Generating autoloads for international/latin1-disp.el...
Generating autoloads for international/latin1-disp.el...done
Generating autoloads for ledit.el...
Generating autoloads for ledit.el...done
Generating autoloads for play/life.el...
Generating autoloads for play/life.el...done
Generating autoloads for loadhist.el...
Generating autoloads for loadhist.el...done
Generating autoloads for locate.el...
Generating autoloads for locate.el...done
Generating autoloads for log-edit.el...
Generating autoloads for log-edit.el...done
Generating autoloads for log-view.el...
Generating autoloads for log-view.el...done
Generating autoloads for calendar/lunar.el...
Generating autoloads for calendar/lunar.el...done
Generating autoloads for progmodes/m4-mode.el...
Generating autoloads for progmodes/m4-mode.el...done
Generating autoloads for mail/mailalias.el...
Generating autoloads for mail/mailalias.el...done
Generating autoloads for progmodes/make-mode.el...
Generating autoloads for progmodes/make-mode.el...done
Generating autoloads for man.el...
Generating autoloads for man.el...done
Generating autoloads for master.el...
Generating autoloads for master.el...done
Generating autoloads for menu-bar.el...
Generating autoloads for menu-bar.el...done
Generating autoloads for gnus/message.el...
Generating autoloads for gnus/message.el...done
Generating autoloads for progmodes/meta-mode.el...
Generating autoloads for progmodes/meta-mode.el...done
Generating autoloads for mh-e/mh-comp.el...
Generating autoloads for mh-e/mh-comp.el...done
Generating autoloads for mh-e/mh-e.el...
Generating autoloads for mh-e/mh-e.el...done
Generating autoloads for mh-e/mh-init.el...
Generating autoloads for mh-e/mh-init.el...done
Generating autoloads for midnight.el...
Generating autoloads for midnight.el...done
Generating autoloads for gnus/mm-url.el...
Generating autoloads for gnus/mm-url.el...done
Generating autoloads for gnus/mml1991.el...
Generating autoloads for gnus/mml1991.el...done
Generating autoloads for gnus/mml2015.el...
Generating autoloads for gnus/mml2015.el...done
Generating autoloads for progmodes/modula2.el...
Generating autoloads for progmodes/modula2.el...done
Generating autoloads for play/morse.el...
Generating autoloads for play/morse.el...done
Generating autoloads for mouse-sel.el...
Generating autoloads for mouse-sel.el...done
Generating autoloads for play/mpuz.el...
Generating autoloads for play/mpuz.el...done
Generating autoloads for msb.el...
Generating autoloads for msb.el...done
Generating autoloads for international/mule-diag.el...
Generating autoloads for international/mule-diag.el...done
Generating autoloads for international/mule-util.el...
Generating autoloads for international/mule-util.el...done
Generating autoloads for net/net-utils.el...
Generating autoloads for net/net-utils.el...done
Generating autoloads for newcomment.el...
Generating autoloads for newcomment.el...done
Generating autoloads for gnus/nndiary.el...
Generating autoloads for gnus/nndiary.el...done
Generating autoloads for gnus/nndoc.el...
Generating autoloads for gnus/nndoc.el...done
Generating autoloads for gnus/nnfolder.el...
Generating autoloads for gnus/nnfolder.el...done
Generating autoloads for gnus/nnkiboze.el...
Generating autoloads for gnus/nnkiboze.el...done
Generating autoloads for gnus/nnml.el...
Generating autoloads for gnus/nnml.el...done
Generating autoloads for gnus/nnsoup.el...
Generating autoloads for gnus/nnsoup.el...done
Generating autoloads for novice.el...
Generating autoloads for novice.el...done
Generating autoloads for textmodes/nroff-mode.el...
Generating autoloads for textmodes/nroff-mode.el...done
Generating autoloads for progmodes/octave-inf.el...
Generating autoloads for progmodes/octave-inf.el...done
Generating autoloads for progmodes/octave-mod.el...
Generating autoloads for progmodes/octave-mod.el...done
Generating autoloads for obsolete/options.el...
Generating autoloads for obsolete/options.el...done
Generating autoloads for textmodes/org.el...
Generating autoloads for textmodes/org.el...done
Generating autoloads for outline.el...
Generating autoloads for outline.el...done
Generating autoloads for paren.el...
Generating autoloads for paren.el...done
Generating autoloads for progmodes/pascal.el...
Generating autoloads for progmodes/pascal.el...done
Generating autoloads for emulation/pc-select.el...
Generating autoloads for emulation/pc-select.el...done
Generating autoloads for pcvs.el...
Generating autoloads for pcvs.el...done
Generating autoloads for pcvs-defs.el...
Generating autoloads for pcvs-defs.el...done
Generating autoloads for progmodes/perl-mode.el...
Generating autoloads for progmodes/perl-mode.el...done
Generating autoloads for gnus/pgg.el...
Generating autoloads for gnus/pgg.el...done
Generating autoloads for textmodes/po.el...
Generating autoloads for textmodes/po.el...done
Generating autoloads for play/pong.el...
Generating autoloads for play/pong.el...done
Generating autoloads for printing.el...
Generating autoloads for printing.el...done
Generating autoloads for progmodes/prolog.el...
Generating autoloads for progmodes/prolog.el...done
Generating autoloads for progmodes/ps-mode.el...
Generating autoloads for progmodes/ps-mode.el...done
Generating autoloads for ps-mule.el...
Generating autoloads for ps-mule.el...done
Generating autoloads for ps-print.el...
Generating autoloads for ps-print.el...done
Generating autoloads for progmodes/python.el...
Generating autoloads for progmodes/python.el...done
Generating autoloads for gnus/qp.el...
Generating autoloads for gnus/qp.el...done
Generating autoloads for international/quail.el...
Generating autoloads for international/quail.el...done
Generating autoloads for net/quickurl.el...
Generating autoloads for net/quickurl.el...done
Generating autoloads for net/rcompile.el...
Generating autoloads for net/rcompile.el...done
Generating autoloads for emacs-lisp/re-builder.el...
Generating autoloads for emacs-lisp/re-builder.el...done
Generating autoloads for recentf.el...
Generating autoloads for recentf.el...done
Generating autoloads for textmodes/refill.el...
Generating autoloads for textmodes/refill.el...done
Generating autoloads for textmodes/reftex.el...
Generating autoloads for textmodes/reftex.el...done
Generating autoloads for textmodes/reftex-cite.el...
Generating autoloads for textmodes/reftex-cite.el...done
Generating autoloads for textmodes/reftex-global.el...
Generating autoloads for textmodes/reftex-global.el...done
Generating autoloads for textmodes/reftex-index.el...
Generating autoloads for textmodes/reftex-index.el...done
Generating autoloads for textmodes/reftex-parse.el...
Generating autoloads for textmodes/reftex-parse.el...done
Generating autoloads for repeat.el...
Generating autoloads for repeat.el...done
Generating autoloads for reveal.el...
Generating autoloads for reveal.el...done
Generating autoloads for rfn-eshadow.el...
Generating autoloads for rfn-eshadow.el...done
Generating autoloads for net/rlogin.el...
Generating autoloads for net/rlogin.el...done
Generating autoloads for mail/rmail.el...
Generating autoloads for mail/rmail.el...done
Generating autoloads for mail/rmailedit.el...
Generating autoloads for mail/rmailedit.el...done
Generating autoloads for mail/rmailsum.el...
Generating autoloads for mail/rmailsum.el...done
Generating autoloads for obsolete/rnewspost.el...
Generating autoloads for obsolete/rnewspost.el...done
Generating autoloads for obsolete/rsz-mini.el...
Generating autoloads for obsolete/rsz-mini.el...done
Generating autoloads for ruler-mode.el...
Generating autoloads for ruler-mode.el...done
Generating autoloads for emacs-lisp/rx.el...
Generating autoloads for emacs-lisp/rx.el...done
Generating autoloads for progmodes/scheme.el...
Generating autoloads for progmodes/scheme.el...done
Generating autoloads for gnus/score-mode.el...
Generating autoloads for gnus/score-mode.el...done
Generating autoloads for mail/sendmail.el...
Generating autoloads for mail/sendmail.el...done
Generating autoloads for server.el...
Generating autoloads for server.el...done
Generating autoloads for ses.el...
Generating autoloads for ses.el...done
Generating autoloads for textmodes/sgml-mode.el...
Generating autoloads for textmodes/sgml-mode.el...done
Generating autoloads for progmodes/sh-script.el...
Generating autoloads for progmodes/sh-script.el...done
Generating autoloads for shadowfile.el...
Generating autoloads for shadowfile.el...done
Generating autoloads for shell.el...
Generating autoloads for shell.el...done
Generating autoloads for gnus/sieve-mode.el...
Generating autoloads for gnus/sieve-mode.el...done
Generating autoloads for skeleton.el...
Generating autoloads for skeleton.el...done
Generating autoloads for smerge-mode.el...
Generating autoloads for smerge-mode.el...done
Generating autoloads for mail/smtpmail.el...
Generating autoloads for mail/smtpmail.el...done
Generating autoloads for play/snake.el...
Generating autoloads for play/snake.el...done
Generating autoloads for net/snmp-mode.el...
Generating autoloads for net/snmp-mode.el...done
Generating autoloads for calendar/solar.el...
Generating autoloads for calendar/solar.el...done
Generating autoloads for play/solitaire.el...
Generating autoloads for play/solitaire.el...done
Generating autoloads for gnus/spam.el...
Generating autoloads for gnus/spam.el...done
Generating autoloads for speedbar.el...
Generating autoloads for speedbar.el...done
Generating autoloads for textmodes/spell.el...
Generating autoloads for textmodes/spell.el...done
Generating autoloads for progmodes/sql.el...
Generating autoloads for progmodes/sql.el...done
Generating autoloads for strokes.el...
Generating autoloads for strokes.el...done
Generating autoloads for mail/supercite.el...
Generating autoloads for mail/supercite.el...done
Generating autoloads for textmodes/table.el...
Generating autoloads for textmodes/table.el...done
Generating autoloads for progmodes/tcl.el...
Generating autoloads for progmodes/tcl.el...done
Generating autoloads for net/telnet.el...
Generating autoloads for net/telnet.el...done
Generating autoloads for term.el...
Generating autoloads for term.el...done
Generating autoloads for terminal.el...
Generating autoloads for terminal.el...done
Generating autoloads for emacs-lisp/testcover.el...
Generating autoloads for emacs-lisp/testcover.el...done
Generating autoloads for play/tetris.el...
Generating autoloads for play/tetris.el...done
Generating autoloads for textmodes/tex-mode.el...
Generating autoloads for textmodes/tex-mode.el...done
Generating autoloads for textmodes/texinfmt.el...
Generating autoloads for textmodes/texinfmt.el...done
Generating autoloads for textmodes/texinfo.el...
Generating autoloads for textmodes/texinfo.el...done
Generating autoloads for language/thai-util.el...
Generating autoloads for language/thai-util.el...done
Generating autoloads for thumbs.el...
Generating autoloads for thumbs.el...done
Generating autoloads for language/tibet-util.el...
Generating autoloads for language/tibet-util.el...done
Generating autoloads for time.el...
Generating autoloads for time.el...done
Generating autoloads for calendar/time-date.el...
Generating autoloads for calendar/time-date.el...done
Generating autoloads for time-stamp.el...
Generating autoloads for time-stamp.el...done
Generating autoloads for calendar/timeclock.el...
Generating autoloads for calendar/timeclock.el...done
Generating autoloads for international/titdic-cnv.el...
Generating autoloads for international/titdic-cnv.el...done
Generating autoloads for tmm.el...
Generating autoloads for tmm.el...done
Generating autoloads for calendar/todo-mode.el...
Generating autoloads for calendar/todo-mode.el...done
Generating autoloads for toolbar/tool-bar.el...
Generating autoloads for toolbar/tool-bar.el...done
Generating autoloads for tooltip.el...
Generating autoloads for tooltip.el...done
Generating autoloads for emulation/tpu-edt.el...
Generating autoloads for emulation/tpu-edt.el...done
Generating autoloads for emulation/tpu-extras.el...
Generating autoloads for emulation/tpu-extras.el...done
Generating autoloads for net/tramp.el...
Generating autoloads for net/tramp.el...done
Generating autoloads for mail/undigest.el...
Generating autoloads for mail/undigest.el...done
Generating autoloads for url/url.el...
Generating autoloads for url/url.el...done
Generating autoloads for url/url-auth.el...
Generating autoloads for url/url-auth.el...done
Generating autoloads for url/url-cookie.el...
Generating autoloads for url/url-cookie.el...done
Generating autoloads for url/url-dav.el...
Generating autoloads for url/url-dav.el...done
Generating autoloads for url/url-handlers.el...
Generating autoloads for url/url-handlers.el...done
Generating autoloads for url/url-http.el...
Generating autoloads for url/url-http.el...done
Generating autoloads for url/url-ldap.el...
Generating autoloads for url/url-ldap.el...done
Generating autoloads for url/url-ns.el...
Generating autoloads for url/url-ns.el...done
Generating autoloads for url/url-parse.el...
Generating autoloads for url/url-parse.el...done
Generating autoloads for url/url-util.el...
Generating autoloads for url/url-util.el...done
Generating autoloads for vc.el...
Generating autoloads for vc.el...done
Generating autoloads for vc-cvs.el...
Generating autoloads for vc-cvs.el...done
Generating autoloads for progmodes/vhdl-mode.el...
Generating autoloads for progmodes/vhdl-mode.el...done
Generating autoloads for emulation/vi.el...
Generating autoloads for emulation/vi.el...done
Generating autoloads for language/viet-util.el...
Generating autoloads for language/viet-util.el...done
Generating autoloads for emulation/vip.el...
Generating autoloads for emulation/vip.el...done
Generating autoloads for emulation/viper.el...
Generating autoloads for emulation/viper.el...done
Generating autoloads for wdired.el...
Generating autoloads for wdired.el...done
Generating autoloads for net/webjump.el...
Generating autoloads for net/webjump.el...done
Generating autoloads for progmodes/which-func.el...
Generating autoloads for progmodes/which-func.el...done
Generating autoloads for whitespace.el...
Generating autoloads for whitespace.el...done
Generating autoloads for wid-browse.el...
Generating autoloads for wid-browse.el...done
Generating autoloads for wid-edit.el...
Generating autoloads for wid-edit.el...done
Generating autoloads for woman.el...
Generating autoloads for woman.el...done
Generating autoloads for emulation/ws-mode.el...
Generating autoloads for emulation/ws-mode.el...done
Generating autoloads for xml.el...
Generating autoloads for xml.el...done
Generating autoloads for xt-mouse.el...
Generating autoloads for xt-mouse.el...done
Generating autoloads for play/zone.el...
Generating autoloads for play/zone.el...done
Generating autoloads for net/zone-mode.el...
Generating autoloads for net/zone-mode.el...done
Generating autoloads for dnd.el...
Generating autoloads for dnd.el...done
Generating autoloads for filesets.el...
Generating autoloads for filesets.el...done
Generating autoloads for longlines.el...
Generating autoloads for longlines.el...done
Generating autoloads for emacs-lisp/generic.el...
Generating autoloads for emacs-lisp/generic.el...done
Generating autoloads for gnus/spam-report.el...
Generating autoloads for gnus/spam-report.el...done
Generating autoloads for international/latexenc.el...
Generating autoloads for international/latexenc.el...done
Generating autoloads for obsolete/fast-lock.el...
Generating autoloads for obsolete/fast-lock.el...done
Generating autoloads for obsolete/iso-acc.el...
Generating autoloads for obsolete/iso-acc.el...done
Generating autoloads for obsolete/lazy-lock.el...
Generating autoloads for obsolete/lazy-lock.el...done
Saving file c:/bin/emacs/gcc/HEAD/lisp/loaddefs.el...
Loading vc-cvs (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/loaddefs.el
for %%f in (C:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/byte-opt.el
C:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/bytecomp.el
C:/bin/emacs/gcc/HEAD/lisp/subr.el
C:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-mode.el
C:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-vars.el) do \
"./../bin/emacs.exe" -batch --no-init-file --no-site-file
--multibyte -l loaddefs -f batch-byte-compile-if-not-done %%f
Wrote C:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/byte-opt.elc
In end of data:
C:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/bytecomp.el:4115:1:Warning: the function
`compilation-forget-errors' is not known to be defined.
Wrote C:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/bytecomp.elc
Wrote C:/bin/emacs/gcc/HEAD/lisp/subr.elc
Wrote C:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-mode.elc
Wrote C:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-vars.elc
for %%f in (. calc calendar emacs-lisp emulation eshell gnus
international language mail mh-e net obsolete play progmodes term
textmodes toolbar url) do for %%g in (%%f/*.el) do \
"./../bin/emacs.exe" -batch --no-init-file --no-site-file
--multibyte -l loaddefs -f batch-byte-compile-if-not-done %%f/%%g
Wrote c:/bin/emacs/gcc/HEAD/lisp/abbrev.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/abbrevlist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/add-log.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/align.elc
In end of data:
allout.el:4725:1:Warning: the following functions are not known to be defined:
characterp, char-to-int, allout-real-isearch-abort,
reference-registered-file
Wrote c:/bin/emacs/gcc/HEAD/lisp/allout.elc
In ansi-color-process-output:
ansi-color.el:208:27:Warning: reference to free variable
`comint-last-output-start'
In end of data:
ansi-color.el:634:1:Warning: the following functions are not known to be
defined: make-extent, set-extent-face
Wrote c:/bin/emacs/gcc/HEAD/lisp/ansi-color.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/apropos.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/arc-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/array.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/autoarg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/autoinsert.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/autorevert.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/avoid.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/battery.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/bindings.elc
In bookmark-info-current-node:
bookmark.el:779:7:Warning: reference to free variable `Info-current-node'
In bookmark-buffer-name:
bookmark.el:961:37:Warning: reference to free variable `Info-current-node'
In bookmark-buffer-file-name:
bookmark.el:999:9:Warning: reference to free variable `Info-current-file'
In bookmark-file-or-variation-thereof:
bookmark.el:1080:21:Warning: reference to free variable `Info-suffix-list'
In end of data:
bookmark.el:2161:1:Warning: the function `Info-find-node' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/bookmark.elc
In bs-mode:
bs.el:658:9:Warning: assignment to free variable `font-lock-verbose'
Wrote c:/bin/emacs/gcc/HEAD/lisp/bs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/buff-menu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/button.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calculator.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/case-table.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/cdl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/chistory.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/cmuscheme.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/comint.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/compare-w.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/complete.elc
In completion-c-mode-hook:
completion.el:2352:15:Warning: reference to free variable `c-mode-map'
In completion-setup-fortran-mode:
completion.el:2362:15:Warning: reference to free variable `fortran-mode-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/completion.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/composite.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-dep.elc
In toplevel form:
cus-edit.el:159:1:Warning: defgroup for `emacs' fails to specify containing
group
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-edit.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-face.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-start.elc
In customize-create-theme:
cus-theme.el:51:9:Warning: assignment to free variable `custom-theme-name'
cus-theme.el:56:9:Warning: assignment to free variable
`custom-theme-description'
cus-theme.el:60:9:Warning: assignment to free variable
`custom-theme-variables'
cus-theme.el:65:9:Warning: assignment to free variable `custom-theme-faces'
In custom-theme-write:
cus-theme.el:88:29:Warning: reference to free variable `custom-theme-name'
cus-theme.el:89:28:Warning: reference to free variable
`custom-theme-description'
cus-theme.el:90:34:Warning: reference to free variable
`custom-theme-variables'
cus-theme.el:91:30:Warning: reference to free variable `custom-theme-faces'
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-theme.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/custom.elc
In end of data:
cvs-status.el:542:1:Warning: the function `cvs-status-get-tags' might not be
defined at runtime.
cvs-status.el:542:1:Warning: the function `font-lock-fontify-region' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/cvs-status.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/dabbrev.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/delim-col.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/delsel.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/descr-text.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/desktop.elc
In diff-mode:
diff-mode.el:981:9:Warning: assignment to free variable
`add-log-buffer-file-name-function'
Wrote c:/bin/emacs/gcc/HEAD/lisp/diff-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/diff.elc
In end of data:
dired-aux.el:2232:1:Warning: the function `make-symbolic-link' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/dired-aux.elc
In dired-vm:
dired-x.el:1359:32:Warning: assignment to free variable `vm-folder-directory'
In end of data:
dired-x.el:1716:1:Warning: the following functions are not known to be
defined: dired-omit-old-add-entry, dired-insert-headerline,
make-symbolic-link, Man-getpage-in-background, vm-visit-folder,
dired-old-find-buffer-nocreate
Wrote c:/bin/emacs/gcc/HEAD/lisp/dired-x.elc
In end of data:
dired.el:3302:1:Warning: the following functions are not known to be defined:
dnd-get-local-file-name, dired-relist-entry, make-symbolic-link,
dnd-get-local-file-uri
Wrote c:/bin/emacs/gcc/HEAD/lisp/dired.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/dirtrack.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/disp-table.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/dnd.elc
In end of data:
dos-fns.el:260:1:Warning: the following functions are not known to be defined:
msdos-long-file-names, int86
Wrote c:/bin/emacs/gcc/HEAD/lisp/dos-fns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/dos-vars.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/dos-w32.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/double.elc
In Electric-buffer-menu-mode:
ebuff-menu.el:159:9:Warning: assignment to free variable `Helper-return-blurb'
Wrote c:/bin/emacs/gcc/HEAD/lisp/ebuff-menu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/echistory.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-diff.elc
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-help.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-hook.elc
Ignoring risky spec in the local variables list
Loading ange-ftp (source)...
In end of data:
ediff-init.el:1881:1:Warning: the function `make-glyph' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-init.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-merg.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-mult.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-mult.el (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-ptch.elc
Ignoring risky spec in the local variables list
Loading reporter (source)...
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
In end of data:
ediff-util.el:4303:1:Warning: the function `ediff-version' might not be
defined at runtime.
ediff-util.el:4303:1:Warning: the following functions are not known to be
defined: vc-locking-user, msdos-long-file-names
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-util.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
In end of data:
ediff-vers.el:316:1:Warning: the following functions are not known to be
defined: msdos-long-file-names, sc-visit-previous-revision, tin-cookie,
cvs-fileinfo->type, cvs-retrieve-revision-to-tmpfile, cvs-fileinfo->dir,
cvs-fileinfo->base-revision, cvs-fileinfo->backup-file,
cvs-fileinfo->full-path
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-vers.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
In end of data:
ediff-wind.el:1322:1:Warning: the following functions are not known to be
defined: ediff-display-pixel-height, ediff-display-pixel-width
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-wind.elc
Ignoring risky spec in the local variables list
Loading dired...
Loading info (source)...
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-mult.el (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
In end of data:
ediff.el:1540:1:Warning: the following functions are not known to be defined:
diff-latest-backup-file, tin-locate
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/edmacro.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ehelp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/electric.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/elide-head.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lock.elc
In emerge-select-A:
emerge.el:1909:44:Warning: reference to free variable `merge-begin'
emerge.el:1909:56:Warning: reference to free variable `merge-end'
emerge.el:1909:66:Warning: reference to free variable `A-begin'
emerge.el:1909:74:Warning: reference to free variable `A-end'
In emerge-select-A-edit:
emerge.el:1926:10:Warning: reference to free variable `diff-vector'
In emerge-select-B:
emerge.el:1938:44:Warning: reference to free variable `merge-begin'
emerge.el:1938:56:Warning: reference to free variable `merge-end'
emerge.el:1938:66:Warning: reference to free variable `B-begin'
emerge.el:1938:74:Warning: reference to free variable `B-end'
In emerge-select-B-edit:
emerge.el:1955:10:Warning: reference to free variable `diff-vector'
In emerge-line-number-in-buf:
emerge.el:2494:9:Warning: reference to free variable `valid-diff'
emerge.el:2498:32:Warning: reference to free variable `diff'
In emerge-combine-versions-internal:
emerge.el:2556:52:Warning: reference to free variable `merge-begin'
emerge.el:2556:64:Warning: reference to free variable `merge-end'
emerge.el:2557:52:Warning: reference to free variable `A-begin'
emerge.el:2557:60:Warning: reference to free variable `A-end'
emerge.el:2557:66:Warning: reference to free variable `B-begin'
emerge.el:2557:74:Warning: reference to free variable `B-end'
In emerge-combine-versions-edit:
emerge.el:2569:26:Warning: reference to free variable `template'
emerge.el:2589:10:Warning: reference to free variable `diff-vector'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emerge.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/env.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/expand.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/facemenu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/faces.elc
In ffap-gnus-wrapper:
ffap.el:1715:41:Warning: reference to free variable `gnus-summary-buffer'
ffap.el:1722:20:Warning: reference to free variable `gnus-article-buffer'
In end of data:
ffap.el:1885:1:Warning: the following functions are not known to be defined:
w3-view-this-url, gnus-summary-select-article, gnus-configure-windows
Wrote c:/bin/emacs/gcc/HEAD/lisp/ffap.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/filecache.elc
In end of data:
files.el:4882:1:Warning: the following functions are not known to be defined:
msdos-long-file-names, dired-get-filename, dired-unmark,
dired-do-flagged-delete, dos-8+3-filename, vms-read-directory
Wrote c:/bin/emacs/gcc/HEAD/lisp/files.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/filesets.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/find-dired.elc
In ff-which-function-are-we-in:
find-file.el:953:29:Warning: reference to free variable
`ada-procedure-start-regexp'
find-file.el:957:31:Warning: reference to free variable
`ada-package-start-regexp'
Wrote c:/bin/emacs/gcc/HEAD/lisp/find-file.elc
In find-lisp-find-dired-internal:
find-lisp.el:192:10:Warning: reference to free variable `dired-buffers'
find-lisp.el:242:43:Warning: assignment to free variable `dired-subdir-alist'
In end of data:
find-lisp.el:364:1:Warning: the following functions are not known to be
defined: dired-mode, dired-goto-next-file
Wrote c:/bin/emacs/gcc/HEAD/lisp/find-lisp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/finder.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/flow-ctrl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/foldout.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/follow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/font-core.elc
In end of data:
font-lock.el:2116:1:Warning: the following functions are not known to be
defined: jit-lock-unregister, fast-lock-after-fontify-buffer,
lazy-lock-after-fontify-buffer, fast-lock-after-unfontify-buffer,
lazy-lock-after-unfontify-buffer
Wrote c:/bin/emacs/gcc/HEAD/lisp/font-lock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/format.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/forms.elc
In end of data:
frame.el:1360:1:Warning: the following functions are not known to be defined:
x-focus-frame, msdos-mouse-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/frame.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/fringe.elc
In end of data:
generic-x.el:1976:1:Warning: the function `ini-generic-mode' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/generic-x.elc
In end of data:
gs.el:217:1:Warning: the following functions are not known to be defined:
x-change-window-property, x-window-property
Wrote c:/bin/emacs/gcc/HEAD/lisp/gs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/help-at-pt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/help-fns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/help-macro.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/help-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/help.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/hexl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/hi-lock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/hilit-chg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/hippie-exp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/hl-line.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ibuf-ext.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ibuf-macs.elc
In ibuffer-active-formats-name:
ibuffer.el:1342:25:Warning: reference to free variable
`ibuffer-filtering-qualifiers'
In ibuffer-current-formats:
ibuffer.el:1357:11:Warning: reference to free variable
`ibuffer-compiled-formats'
ibuffer.el:1360:23:Warning: reference to free variable
`ibuffer-filter-format-alist'
ibuffer.el:1361:21:Warning: reference to free variable
`ibuffer-compiled-filter-formats'
In ibuffer-expand-format-entry:
ibuffer.el:1376:31:Warning: reference to free variable
`ibuffer-inline-columns'
In ibuffer-compile-format:
ibuffer.el:1489:44:Warning: reference to free variable
`ibuffer-inline-columns'
In ibuffer-recompile-formats:
ibuffer.el:1577:11:Warning: assignment to free variable
`ibuffer-compiled-filter-formats'
In ibuffer-check-formats:
ibuffer.el:1614:15:Warning: reference to free variable
`ibuffer-cached-filter-formats'
ibuffer.el:1606:25:Warning: reference to free variable
`ibuffer-filter-format-alist'
ibuffer.el:1607:31:Warning: reference to free variable
`ibuffer-compiled-filter-formats'
ibuffer.el:1614:10:Warning: assignment to free variable
`ibuffer-cached-filter-formats'
In ibuffer-update-mode-name:
ibuffer.el:2043:14:Warning: reference to free variable `ibuffer-auto-mode'
ibuffer.el:2047:26:Warning: reference to free variable
`ibuffer-filtering-qualifiers'
In ibuffer-redisplay:
ibuffer.el:2072:20:Warning: reference to free variable
`ibuffer-filtering-qualifiers'
ibuffer.el:2072:49:Warning: reference to free variable
`ibuffer-hidden-filter-groups'
In ibuffer-update:
ibuffer.el:2107:16:Warning: reference to free variable
`ibuffer-filtering-qualifiers'
In ibuffer-redisplay-engine:
ibuffer.el:2189:48:Warning: reference to free variable
`ibuffer-hidden-filter-groups'
ibuffer.el:2194:34:Warning: reference to free variable
`ibuffer-show-empty-filter-groups'
In ibuffer:
ibuffer.el:2280:17:Warning: assignment to free variable
`ibuffer-filtering-qualifiers'
ibuffer.el:2283:17:Warning: assignment to free variable
`ibuffer-filter-groups'
In ibuffer-mode:
ibuffer.el:2499:56:Warning: assignment to free variable
`ibuffer-filtering-qualifiers'
ibuffer.el:2501:61:Warning: assignment to free variable
`ibuffer-filter-groups'
ibuffer.el:2503:54:Warning: assignment to free variable
`ibuffer-filter-group-kill-ring'
ibuffer.el:2505:56:Warning: assignment to free variable
`ibuffer-hidden-filter-groups'
ibuffer.el:2506:30:Warning: assignment to free variable
`ibuffer-tmp-hide-regexps'
ibuffer.el:2507:30:Warning: assignment to free variable
`ibuffer-tmp-show-regexps'
In end of data:
ibuffer.el:2527:1:Warning: the following functions are not known to be
defined: ibuffer-mark-on-buffer, ibuffer-format-qualifier,
ibuffer-generate-filter-groups, ibuffer-format-filter-group-data
Wrote c:/bin/emacs/gcc/HEAD/lisp/ibuffer.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/icomplete.elc
In ido-minibuffer-setup:
ido.el:4118:11:Warning: assignment to free variable `cua-inhibit-cua-keys'
In end of data:
ido.el:4277:1:Warning: the function `ffap-string-at-point' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/ido.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ielm.elc
In end of data:
iimage.el:152:1:Warning: the function `iimage-locate-file' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/iimage.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/image-file.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/image-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/image.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/imenu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/indent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/info-look.elc
In info-xref-check-buffer:
info-xref.el:198:37:Warning: reference to free variable
`info-xref-xfile-alist'
info-xref.el:202:32:Warning: assignment to free variable
`info-xref-xfile-alist'
info-xref.el:204:40:Warning: reference to free variable `info-xref-good'
info-xref.el:204:40:Warning: assignment to free variable `info-xref-good'
info-xref.el:205:19:Warning: reference to free variable `info-xref-bad'
info-xref.el:205:37:Warning: assignment to free variable `info-xref-bad'
In info-xref-output:
info-xref.el:211:13:Warning: reference to free variable
`info-xref-filename-heading'
info-xref.el:213:11:Warning: assignment to free variable
`info-xref-filename-heading'
Wrote c:/bin/emacs/gcc/HEAD/lisp/info-xref.elc
In Info-mode:
info.el:3286:44:Warning: assignment to free variable `tool-bar-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/info.elc
In end of data:
informat.el:507:1:Warning: the function `texinfo-format-refill' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/informat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/isearch.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/isearchb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/iswitchb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/jit-lock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/jka-cmpr-hook.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/jka-compr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/kermit.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/kmacro.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ledit.elc
In end of data:
loadhist.el:232:1:Warning: the function `find-library-name' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/loadhist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/locate.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/log-edit.elc
In log-view-mode:
log-view.el:112:56:Warning: assignment to free variable
`cvs-minor-wrap-function'
In log-view-current-file:
log-view.el:144:45:Warning: reference to free variable
`cvs-pcl-cvs-dirchange-re'
In end of data:
log-view.el:214:1:Warning: the function `vc-find-version' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/log-view.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/longlines.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/lpr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ls-lisp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/macros.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/makesum.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/man.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/master.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/menu-bar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/midnight.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/minibuf-eldef.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/misc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mouse-copy.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mouse-drag.elc
In toplevel form:
mouse-sel.el:327:31:Warning: reference to free variable
`x-last-selected-text-primary'
Wrote c:/bin/emacs/gcc/HEAD/lisp/mouse-sel.elc
In end of data:
mouse.el:2439:1:Warning: the function `generate-fontset-menu' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mouse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/msb.elc
In end of data:
mwheel.el:254:1:Warning: the following functions are not known to be defined:
mwheel-event-window, mwheel-event-button
Wrote c:/bin/emacs/gcc/HEAD/lisp/mwheel.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/newcomment.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/novice.elc
In outline-font-lock-face:
outline.el:242:14:Warning: reference to free variable `font-lock-warning-face'
Wrote c:/bin/emacs/gcc/HEAD/lisp/outline.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/paren.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcmpl-cvs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcmpl-gnu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcmpl-linux.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcmpl-rpm.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcmpl-unix.elc
In pcomplete-show-completions:
pcomplete.el:972:19:Warning: attempt to inline `pcomplete-read-event' before
it was defined
In end of data:
pcomplete.el:1203:1:Warning: the following functions are not known to be
defined: comint-bol, pcomplete-read-event, event-matches-key-specifier-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcomplete.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcvs-defs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcvs-info.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcvs-parse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcvs-util.elc
In end of data:
pcvs.el:2382:1:Warning: the following functions are not known to be defined:
vc-editable-p, vc-checkout
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcvs.elc
In pr-get-symbol:
printing.el:2807:23:Warning: attempt to inline `easy-menu-intern' before it
was defined
printing.el:2807:23:Warning: attempt to inline `easy-menu-intern' before it
was defined
In end of data:
printing.el:6685:1:Warning: the following functions might not be defined at
runtime: easy-menu-intern, easy-menu-remove-item
printing.el:6685:1:Warning: the following functions are not known to be
defined: pr-menu-set-utility-title, pr-menu-set-ps-title,
pr-menu-set-txt-title, pr-region-active-p, pr-menu-position,
pr-menu-lookup, pr-do-update-menus, pr-menu-alist, pr-even-or-odd-pages,
pr-menu-get-item, pr-menu-set-item-name, pr-menu-lock,
pr-update-mode-line, pr-f-read-string, pr-f-set-keymap-parents,
pr-keep-region-active
Wrote c:/bin/emacs/gcc/HEAD/lisp/printing.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ps-bdf.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ps-mule.elc
In end of data:
ps-print.el:7067:1:Warning: the following functions are not known to be
defined: ps-color-values, ps-mark-active-p, ps-face-background-name,
ps-face-foreground-name, ps-color-device, ps-e-find-composition,
ps-face-bold-p, ps-face-italic-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/ps-print.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/recentf.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/rect.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/register.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/repeat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/replace.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/reposition.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/resume.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/reveal.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/rfn-eshadow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/rot13.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ruler-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/s-region.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/saveplace.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/scroll-all.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/scroll-bar.elc
In end of data:
select.el:403:1:Warning: the following functions are not known to be defined:
x-get-selection-internal, x-own-selection-internal,
x-disown-selection-internal, x-get-cut-buffer-internal,
x-rotate-cut-buffers-internal, x-store-cut-buffer-internal
Wrote c:/bin/emacs/gcc/HEAD/lisp/select.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/server.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ses.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/shadowfile.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/shell.elc
In next-error-follow-mode-post-command-hook:
simple.el:318:17:Warning: assignment to free variable
`compilation-current-error'
Wrote c:/bin/emacs/gcc/HEAD/lisp/simple.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/skeleton.elc
In smerge-popup-context-menu:
smerge-mode.el:330:12:Warning: reference to free variable `smerge-mode'
In smerge-ediff:
smerge-mode.el:664:35:Warning: reference to free variable
`ediff-ancestor-buffer'
smerge-mode.el:676:17:Warning: assignment to free variable `ediff-quit-hook'
In smerge-mode:
smerge-mode.el:686:32:Warning: assignment to free variable
`font-lock-multiline'
In end of data:
smerge-mode.el:700:1:Warning: the following functions are not known to be
defined: ediff-cleanup-mess, font-lock-fontify-region
Wrote c:/bin/emacs/gcc/HEAD/lisp/smerge-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/sort.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/soundex.elc
In speedbar-frame-mode:
speedbar.el:1094:50:Warning: reference to free variable
`x-pointer-top-left-arrow'
speedbar.el:1096:34:Warning: reference to free variable `x-pointer-hand2'
In speedbar-mode:
speedbar.el:1257:11:Warning: assignment to free variable `font-lock-keywords'
In speedbar-restricted-move:
speedbar.el:1607:37:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
speedbar.el:1605:40:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-item-info-tag-helper:
speedbar.el:1793:49:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-check-vc:
speedbar.el:3029:38:Warning: reference to free variable `ange-ftp-path-format'
speedbar.el:3035:34:Warning: reference to free variable `efs-path-regexp'
In speedbar-check-vc-this-line:
speedbar.el:3063:14:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-check-obj-this-line:
speedbar.el:3152:14:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-line-file:
speedbar.el:3309:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-files-line-path:
speedbar.el:3372:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-path-line:
speedbar.el:3412:22:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-delete-subblock:
speedbar.el:3525:25:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-center-buffer-smartly:
speedbar.el:3675:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-extract-one-symbol:
speedbar.el:3903:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In end of data:
speedbar.el:4363:1:Warning: the following functions are not known to be
defined: speedbar-frame-parameter, face-height, event-button,
speedbar-mode-line-update, set-buffer-menubar, event-closest-point,
popup-mode-menu, misc-user-event-p, next-event, dispatch-event,
semantic-token-p, semantic-summerize-nonterminal, semantic-token-name,
delete-itimer, start-itimer, event-over-glyph-p, event-glyph-extent,
extent-end-position, speedbar-mouse-event-p, speedbar-make-overlay,
speedbar-overlay-put, speedbar-delete-overlay,
speedbar-find-image-on-load-path
Wrote c:/bin/emacs/gcc/HEAD/lisp/speedbar.elc
In command-line:
startup.el:1003:21:Warning: reference to free variable `x-session-previous-id'
Wrote c:/bin/emacs/gcc/HEAD/lisp/startup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/strokes.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tabify.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/talk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tar-mode.elc
In tempo-insert-template:
tempo.el:307:22:Warning: reference to free variable `zmacs-regions'
Wrote c:/bin/emacs/gcc/HEAD/lisp/tempo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/terminal.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/thingatpt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/thumbs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/time-stamp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/time.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/timezone.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tmm.elc
In tooltip-mode:
tooltip.el:168:45:Warning: reference to free variable `gud-tooltip-mode'
In tooltip-process-prompt-regexp:
tooltip.el:297:26:Warning: reference to free variable `comint-prompt-regexp'
Wrote c:/bin/emacs/gcc/HEAD/lisp/tooltip.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tree-widget.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/type-break.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/uniquify.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/userlock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-arch.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-cvs.elc
In vc-toggle-read-only:
vc-hooks.el:597:40:Warning: reference to free variable `vc-dired-mode'
In end of data:
vc-hooks.el:910:1:Warning: the following functions are not known to be
defined: vc-dired-resynch-file, vc-checkout
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-hooks.elc
In end of data:
vc-mcvs.el:602:1:Warning: the function `vc-default-revert' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-mcvs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-rcs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-sccs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-svn.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vcursor.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/view.elc
In end of data:
vms-patch.el:264:1:Warning: the following functions are not known to be
defined: vms-system-info, subprocess-command-to-buffer,
send-command-to-subprocess
Wrote c:/bin/emacs/gcc/HEAD/lisp/vms-patch.elc
In subprocess-input:
vmsproc.el:48:23:Warning: reference to free variable `subprocess-buf'
In start-subprocess:
vmsproc.el:69:17:Warning: assignment to free variable `subprocess-buf'
vmsproc.el:69:6:Warning: reference to free variable `subprocess-buf'
In subprocess-command:
vmsproc.el:110:30:Warning: reference to free variable `subprocess-buf'
In command-send-input:
vmsproc.el:134:8:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
vmsproc.el:149:1:Warning: the following functions are not known to be defined:
spawn-subprocess, send-command-to-subprocess
Wrote c:/bin/emacs/gcc/HEAD/lisp/vmsproc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vt-control.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vt100-led.elc
In w32-shell-name:
w32-fns.el:63:47:Warning: reference to free variable
`explicit-shell-file-name'
In w32-check-shell-configuration:
w32-fns.el:105:34:Warning: reference to free variable
`explicit-shell-file-name'
Wrote c:/bin/emacs/gcc/HEAD/lisp/w32-fns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/w32-vars.elc
In end of data:
wdired.el:751:1:Warning: the function `make-symbolic-link' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/wdired.elc
In end of data:
whitespace.el:858:1:Warning: the following functions are not known to be
defined: whitespace-mode-line-update, whitespace-make-overlay,
whitespace-overlay-put
Wrote c:/bin/emacs/gcc/HEAD/lisp/whitespace.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/wid-browse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/wid-edit.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/widget.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/windmove.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/window.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/winner.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/woman.elc
In end of data:
x-dnd.el:742:1:Warning: the following functions are not known to be defined:
x-window-property, x-change-window-property, x-get-atom-name,
x-send-client-message, x-get-selection-internal
Wrote c:/bin/emacs/gcc/HEAD/lisp/x-dnd.elc
In xml-parse-dtd:
xml.el:651:52:Warning: reference to free variable `xml-att-def-re'
Wrote c:/bin/emacs/gcc/HEAD/lisp/xml.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/xt-mouse.elc
In end of data:
calc-aent.el:1313:1:Warning: the following functions are not known to be
defined: math-evaluate-expr, calc-refresh-evaltos, calc-execute-kbd-macro,
math-is-true, calc-explain-why, calc-alg-edit,
math-composite-inequalities, math-flatten-lands, math-multi-subst,
calcFunc-vmatches, math-simplify, math-known-matrixp,
math-parse-fortran-subscr, math-to-radians-2, math-read-string,
math-read-brackets, math-read-angle-brackets
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-aent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-alg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-arith.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-bin.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-comb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-cplx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-embed.elc
In end of data:
calc-ext.el:3321:1:Warning: the following functions are not known to be
defined: math-clip, math-round, math-simplify, math-simplify-extended,
math-simplify-units, calc-set-language, calc-flush-caches,
calc-save-modes, calc-embedded-modes-change, calc-embedded-var-change,
math-mul-float, math-arctan-raw, math-sqrt-float, math-exp-minus-1-raw,
math-sqrt-raw, math-provably-integer, math-map-vec, math-make-frac,
math-normalize-polar, math-normalize-hms, math-normalize-mod,
math-make-sdev, math-make-intv, math-normalize-logical-op,
math-possible-signs, math-infinite-dir, math-calcFunc-to-var,
calc-embedded-evaluate-expr, math-known-nonzerop, math-read-expr-level,
math-read-big-rec, math-read-big-balance, math-format-date,
math-vector-is-string, math-vector-to-string, math-format-radix-float,
math-compose-expr, math-abs, math-format-bignum-binary,
math-format-bignum-octal, math-format-bignum-hex,
math-format-bignum-radix, math-compute-max-digits
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-ext.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-fin.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-forms.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-frac.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-funcs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-graph.elc
In end of data:
calc-help.el:682:1:Warning: the following functions are not known to be
defined: Info-mode, Info-last
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-help.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-incom.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-keypd.elc
In end of data:
calc-lang.el:1290:1:Warning: the following functions are not known to be
defined: math-read-factor, math-read-expr-level
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-lang.elc
In end of data:
calc-macs.el:202:1:Warning: the following functions are not known to be
defined: math-zerop, math-negp, math-looks-negp, math-posp, math-compare,
math-bignum, math-compare-bignum
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-macs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-map.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-math.elc
In end of data:
calc-misc.el:763:1:Warning: the following functions are not known to be
defined: calc-do-keypad, calc-inv-hyp-prefix-help,
calc-inverse-prefix-help, calc-hyperbolic-prefix-help, calc-explain-why,
calc-clear-command-flag, calc-roll-down-with-selections,
calc-roll-up-with-selections, calc-last-args, calc-is-inverse,
calc-do-prefix-help, math-objvecp, math-known-scalarp, math-vectorp,
math-matrixp, math-trunc-special, math-trunc-fancy, math-floor-special,
math-floor-fancy, math-square-matrixp, math-matrix-inv-raw,
math-mod-fancy, math-pow-of-zero, math-pow-zero, math-pow-fancy
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-misc.elc
In end of data:
calc-mode.el:672:1:Warning: the function `calc-embedded-save-original-modes'
is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-mtx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-poly.elc
In end of data:
calc-prog.el:2364:1:Warning: the following functions are not known to be
defined: edmacro-format-keys, edmacro-parse-keys, math-read-expr-level
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-prog.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-rewr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-rules.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-sel.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-stat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-store.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-stuff.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-trail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-undo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-units.elc
In end of data:
calc-vec.el:1596:1:Warning: the function `math-read-expr-level' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-vec.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-yank.elc
In end of data:
calc.el:3489:1:Warning: the following functions are not known to be defined:
calc-set-language, calc-edit-finish, calc-edit-cancel, calc-do-quick-calc,
calc-do-calc-eval, calc-do-keypad, calcFunc-unixtime, math-parse-date,
math-lessp, calc-embedded-finish-command, calc-embedded-select-buffer,
calc-gnuplot-alive, calc-embedded-mode-line-change,
calc-push-list-in-macro, calc-replace-selections, calc-record-list,
calc-normalize-fancy, calc-do-handle-whys, calc-top-selected,
calc-sel-error, calc-pop-stack-in-macro, calc-embedded-stack-change,
calc-refresh-evaltos, calc-do-refresh, calc-binary-op-fancy,
calc-unary-op-fancy, calc-delete-selection, calc-alg-digit-entry,
calc-alg-entry, calc-dots, calc-temp-minibuffer-message,
math-read-radix-digit, calc-digit-dots, math-normalize-fancy,
math-normalize-nonstandard, math-recompile-eval-rules,
math-apply-rewrites, calc-record-why, math-dimension-error,
calc-incomplete-error, math-float-fancy, math-neg-fancy,
calc-add-fractions, math-add-objects-fancy, math-add-symb-fancy,
math-mul-zero, calc-mul-fractions, math-mul-objects-fancy,
math-mul-symb-fancy, math-reject-arg, math-div-by-zero, math-div-zero,
math-make-frac, calc-div-fractions, math-div-objects-fancy,
math-div-symb-fancy, math-compose-expr, math-comp-width,
math-composition-to-string, math-stack-value-offset-fancy,
math-format-flat-expr-fancy, math-adjust-fraction, math-format-binary,
math-format-radix, math-group-float, math-mod, math-format-number-fancy,
math-format-bignum-fancy, math-read-number-fancy, calc-do-grab-region,
calc-do-grab-rectangle, calc-do-embedded, calc-do-embedded-activate,
math-do-defmath, next-command-event, event-to-character,
calc-load-everything
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calcalg2.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calcalg3.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calccomp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calcsel2.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/appt.elc
In diary-bahai-date:
cal-bahai.el:178:57:Warning: reference to free variable `date'
In holiday-bahai:
cal-bahai.el:187:30:Warning: reference to free variable `displayed-month'
cal-bahai.el:187:49:Warning: reference to free variable `displayed-year'
In list-bahai-diary-entries:
cal-bahai.el:211:12:Warning: reference to free variable `number'
cal-bahai.el:214:20:Warning: reference to free variable `original-date'
In mark-bahai-calendar-date-pattern:
cal-bahai.el:428:16:Warning: reference to free variable `displayed-month'
cal-bahai.el:429:16:Warning: reference to free variable `displayed-year'
In end of data:
cal-bahai.el:509:1:Warning: the following functions are not known to be
defined: add-to-diary-list, diary-name-pattern, mark-calendar-days-named
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-bahai.elc
In diary-chinese-date:
cal-china.el:500:60:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-china.elc
In diary-coptic-date:
cal-coptic.el:170:41:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-coptic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-dst.elc
In diary-french-date:
cal-french.el:250:41:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-french.elc
In list-hebrew-diary-entries:
cal-hebrew.el:514:12:Warning: reference to free variable `number'
cal-hebrew.el:517:20:Warning: reference to free variable `original-date'
In diary-hebrew-date:
cal-hebrew.el:900:73:Warning: reference to free variable `date'
In diary-omer:
cal-hebrew.el:910:49:Warning: reference to free variable `date'
In diary-yahrzeit:
cal-hebrew.el:948:22:Warning: reference to free variable `date'
cal-hebrew.el:953:23:Warning: reference to free variable `entry'
In diary-rosh-hodesh:
cal-hebrew.el:967:47:Warning: reference to free variable `date'
In diary-parasha:
cal-hebrew.el:1047:46:Warning: reference to free variable `date'
In end of data:
cal-hebrew.el:1209:1:Warning: the following functions are not known to be
defined: filter-visible-calendar-holidays, add-to-diary-list,
diary-name-pattern, mark-calendar-days-named
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-hebrew.elc
In diary-islamic-date:
cal-islam.el:174:42:Warning: reference to free variable `date'
In list-islamic-diary-entries:
cal-islam.el:209:12:Warning: reference to free variable `number'
cal-islam.el:212:20:Warning: reference to free variable `original-date'
In end of data:
cal-islam.el:501:1:Warning: the following functions are not known to be
defined: add-to-diary-list, diary-name-pattern, mark-calendar-days-named
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-islam.elc
In diary-iso-date:
cal-iso.el:139:52:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-iso.elc
In diary-julian-date:
cal-julian.el:168:58:Warning: reference to free variable `date'
In diary-astro-day-number:
cal-julian.el:209:39:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-julian.elc
In diary-mayan-date:
cal-mayan.el:375:56:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-mayan.elc
In calendar-mouse-holidays:
cal-menu.el:332:12:Warning: reference to free variable `event'
In calendar-mouse-view-diary-entries:
cal-menu.el:362:12:Warning: reference to free variable `event'
In calendar-mouse-print-dates:
cal-menu.el:499:11:Warning: reference to free variable `event'
cal-menu.el:501:42:Warning: reference to free variable `date'
In calendar-mouse-cal-tex-menu:
cal-menu.el:583:40:Warning: reference to free variable `date'
In cal-tex-mouse-filofax:
cal-menu.el:606:40:Warning: reference to free variable `date'
In end of data:
cal-menu.el:643:1:Warning: the following functions might not be defined at
runtime: calendar-hebrew-date-string, calendar-islamic-date-string,
calendar-bahai-date-string, calendar-sunrise-sunset,
calendar-cursor-holidays, insert-diary-entry, cal-tex-cursor-day,
cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso,
cal-tex-cursor-week-monday, cal-tex-cursor-filofax-daily,
cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week,
cal-tex-cursor-month, cal-tex-cursor-month-landscape, cal-tex-cursor-year,
cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape,
calendar-iso-date-string, calendar-julian-date-string,
calendar-astro-date-string, calendar-persian-date-string,
calendar-chinese-date-string, calendar-coptic-date-string,
calendar-ethiopic-date-string, calendar-french-date-string,
calendar-mayan-date-string, calendar-print-chinese-date,
calendar-goto-date
cal-menu.el:643:1:Warning: the following functions are not known to be
defined: check-calendar-holidays, list-diary-entries
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-menu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-move.elc
In diary-persian-date:
cal-persia.el:205:60:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-persia.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-tex.elc
In end of data:
cal-x.el:173:1:Warning: the function `make-fancy-diary-buffer' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-x.elc
In end of data:
calendar.el:3144:1:Warning: the following functions are not known to be
defined: view-diary-entries, list-calendar-holidays,
Info-find-emacs-command-nodes, Info-find-node
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/calendar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/diary-lib.elc
In end of data:
holidays.el:523:1:Warning: the function `calendar-absolute-from-julian' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/holidays.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/icalendar.elc
In diary-phases-of-moon:
lunar.el:250:50:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/lunar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/parse-time.elc
In diary-sunrise-sunset:
solar.el:919:32:Warning: reference to free variable `date'
In diary-sabbath-candles:
solar.el:935:47:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/solar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/time-date.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/timeclock.elc
In end of data:
todo-mode.el:959:1:Warning: the function `calendar-current-date' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/todo-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/advice.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/assoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/authors.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/autoload.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/backquote.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/benchmark.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/bindat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/byte-run.elc
In checkdoc-output-mode:
checkdoc.el:2597:8:Warning: assignment to free variable
`compilation-error-regexp-alist'
checkdoc.el:2599:8:Warning: assignment to free variable
`compilation-mode-font-lock-keywords'
In end of data:
checkdoc.el:2662:1:Warning: the following functions are not known to be
defined: checkdoc-make-overlay, checkdoc-delete-overlay,
checkdoc-overlay-put, checkdoc-char=, checkdoc-call-eval-buffer
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/checkdoc.elc
In build-klist:
cl-compat.el:108:59:Warning: Function `set-difference' from cl package called
at runtime
In cl-floor:
cl-compat.el:128:56:Warning: Function `floor*' from cl package called at
runtime
In cl-ceiling:
cl-compat.el:129:60:Warning: Function `ceiling*' from cl package called at
runtime
In cl-round:
cl-compat.el:130:56:Warning: Function `round*' from cl package called at
runtime
In cl-truncate:
cl-compat.el:131:62:Warning: Function `truncate*' from cl package called at
runtime
In safe-idiv:
cl-compat.el:136:18:Warning: Function `signum' from cl package called at
runtime
cl-compat.el:136:27:Warning: Function `signum' from cl package called at
runtime
In zip-lists:
cl-compat.el:146:23:Warning: Function `mapcan' from cl package called at
runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-compat.elc
In coerce:
cl-extra.el:56:73:Warning: Function `coerce' from cl package called at runtime
cl-extra.el:58:19:Warning: Function `typep' from cl package called at runtime
In equalp:
cl-extra.el:79:41:Warning: Function `equalp' from cl package called at runtime
cl-extra.el:84:54:Warning: Function `equalp' from cl package called at runtime
cl-extra.el:85:20:Warning: Function `equalp' from cl package called at runtime
In map:
cl-extra.el:128:33:Warning: Function `coerce' from cl package called at
runtime
In cl-map-keymap-recursively:
cl-extra.el:228:30:Warning: Function `cl-map-keymap-recursively' from cl
package called at runtime
In lcm:
cl-extra.el:342:38:Warning: Function `gcd' from cl package called at runtime
In ceiling*:
cl-extra.el:365:24:Warning: Function `floor*' from cl package called at
runtime
In truncate*:
cl-extra.el:373:17:Warning: Function `floor*' from cl package called at
runtime
cl-extra.el:373:32:Warning: Function `ceiling*' from cl package called at
runtime
In round*:
cl-extra.el:387:30:Warning: Function `floor*' from cl package called at
runtime
In mod*:
cl-extra.el:395:20:Warning: Function `floor*' from cl package called at
runtime
In rem*:
cl-extra.el:399:23:Warning: Function `truncate*' from cl package called at
runtime
In random*:
cl-extra.el:423:21:Warning: Function `random*' from cl package called at
runtime
cl-extra.el:430:55:Warning: Function `random*' from cl package called at
runtime
cl-extra.el:431:29:Warning: Function `random*' from cl package called at
runtime
In make-random-state:
cl-extra.el:436:42:Warning: Function `make-random-state' from cl package
called at runtime
cl-extra.el:439:32:Warning: Function `make-random-state' from cl package
called at runtime
In cl-remprop:
cl-extra.el:603:25:Warning: Function `cl-do-remf' from cl package called at
runtime
In cl-macroexpand-all:
cl-extra.el:683:21:Warning: Function `compiler-macroexpand' from cl package
called at runtime
cl-extra.el:727:52:Warning: Function `sublis' from cl package called at
runtime
cl-extra.el:726:45:Warning: Function `sublis' from cl package called at
runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-extra.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-indent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-macs.elc
In reduce:
cl-seq.el:133:26:Warning: Function `subseq' from cl package called at runtime
In sort*:
cl-seq.el:616:65:Warning: Function `replace' from cl package called at runtime
In merge:
cl-seq.el:646:57:Warning: Function `coerce' from cl package called at runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-seq.elc
In pop:
cl.el:141:16:Warning: Function `cl-do-pop' from cl package called at runtime
In mapcar*:
cl.el:345:23:Warning: Function `cl-mapcar-many' from cl package called at
runtime
In cl-hack-byte-compiler:
cl.el:691:10:Warning: Function `cl-compile-time-init' from cl package called
at runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/copyright.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/crm.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cust-print.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/debug.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/derived.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/disass.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/easy-mmode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/easymenu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/edebug.elc
In eldoc-display-message-no-interference-p:
eldoc.el:225:42:Warning: reference to free variable `edebug-active'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/eldoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/elint.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/elp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/ewoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/find-func.elc
In find-gc-unsafe:
find-gc.el:36:27:Warning: reference to free variable `unsafe-list'
find-gc.el:38:66:Warning: assignment to free variable `unsafe-list'
find-gc.el:41:7:Warning: assignment to free variable `emacs-source-directory'
In find-unsafe-funcs:
find-gc.el:51:9:Warning: assignment to free variable `unsafe-list'
In trace-unsafe:
find-gc.el:56:26:Warning: reference to free variable `subrs-used'
find-gc.el:58:44:Warning: reference to free variable `unsafe-list'
find-gc.el:61:28:Warning: reference to free variable `noreturn-list'
find-gc.el:63:60:Warning: assignment to free variable `unsafe-list'
find-gc.el:71:7:Warning: assignment to free variable `noreturn-list'
In trace-call-tree:
find-gc.el:86:31:Warning: reference to free variable `emacs-source-directory'
find-gc.el:89:11:Warning: assignment to free variable `subrs-called'
find-gc.el:91:18:Warning: reference to free variable `source-files'
find-gc.el:108:48:Warning: reference to free variable `subrs-called'
find-gc.el:124:7:Warning: assignment to free variable `source-files'
In trace-use-tree:
find-gc.el:141:47:Warning: reference to free variable `subrs-called'
find-gc.el:147:40:Warning: assignment to free variable `subrs-used'
find-gc.el:148:34:Warning: reference to free variable `subrs-used'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/find-gc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/float-sup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/generic.elc
In end of data:
gulp.el:177:1:Warning: the following functions are not known to be defined:
mail-subject, mail-send
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/gulp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/helper.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/levents.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lisp-mnt.elc
In lisp-font-lock-syntactic-face-function:
lisp-mode.el:161:11:Warning: reference to free variable `font-lock-doc-face'
lisp-mode.el:162:9:Warning: reference to free variable `font-lock-string-face'
lisp-mode.el:163:5:Warning: reference to free variable
`font-lock-comment-face'
In lisp-mode:
lisp-mode.el:361:9:Warning: assignment to free variable
`font-lock-keywords-case-fold-search'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lisp-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lisp.elc
In toplevel form:
lmenu.el:35:32:Warning: assignment to free variable `recompute-lucid-menubar'
In recompute-lucid-menubar:
lmenu.el:37:15:Warning: reference to free variable `lucid-menubar-map'
lmenu.el:42:20:Warning: assignment to free variable `lucid-failing-menubar'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lmenu.elc
In x-select-make-extent-for-selection:
lselect.el:99:46:Warning: reference to free variable
`mouse-highlight-priority'
In x-dehilight-selection:
lselect.el:155:14:Warning: reference to free variable `zmacs-regions'
lselect.el:163:7:Warning: assignment to free variable
`x-lost-selection-functions'
In end of data:
lselect.el:236:1:Warning: the following functions are not known to be defined:
x-get-selection-internal, extentp, extent-buffer, extent-start-position,
extent-end-position, delete-extent, set-extent-endpoints, make-extent,
set-extent-priority, set-extent-face, x-disown-selection-internal,
zmacs-deactivate-region, x-selection-owner-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lselect.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lucid.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/macroexp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/map-ynp.elc
In pp-eval-expression:
pp.el:133:55:Warning: assignment to free variable `font-lock-verbose'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/pp.elc
In end of data:
re-builder.el:698:1:Warning: the following functions are not known to be
defined: frame-property, lre-compile-string
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/re-builder.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/regexp-opt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/regi.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/ring.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/rx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/shadow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/sregex.elc
In syntax-ppss:
syntax.el:194:26:Warning: reference to free variable
`font-lock-beginning-of-syntax-function'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/syntax.elc
In ses-exercise-invalid-spreadsheets:
tcover-ses.el:585:14:Warning: reference to free variable
`ses-initial-global-parameters'
In ses-exercise-startup:
tcover-ses.el:624:9:Warning: assignment to free variable `ses-mode-map'
In end of data:
tcover-ses.el:712:1:Warning: the following functions are not known to be
defined: ses-jump, ses-set-curcell, ses-update-cells, ses-load,
ses-vector-delete, ses-create-header-string, ses-read-cell,
ses-read-symbol, ses-command-hook
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/tcover-ses.elc
In testcover-unsafep:
tcover-unsafep.el:130:11:Warning: assignment to free variable `safe-functions'
In end of data:
tcover-unsafep.el:140:1:Warning: the function `unsafep-function' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/tcover-unsafep.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/testcover.elc
In end of data:
timer.el:483:1:Warning: the function `diary-entry-time' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/timer.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/tq.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/trace.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/unsafep.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/warnings.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/crisp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/cua-base.elc
In end of data:
cua-gmrk.el:389:1:Warning: the function `cua--global-mark-active' might not be
defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/cua-gmrk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/cua-rect.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-lk201.elc
In toplevel form:
edt-mapper.el:245:15:Warning: assignment to free variable
`edt-save-function-key-map'
edt-mapper.el:489:28:Warning: reference to free variable
`edt-save-function-key-map'
edt-mapper.el:490:7:Warning: assignment to free variable `EDT-key-name'
edt-mapper.el:493:4:Warning: reference to free variable `EDT-key-name'
In end of data:
edt-mapper.el:525:1:Warning: the following functions are not known to be
defined: console-type, replace-in-string, event-key, edt-map-key
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-mapper.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-pc.elc
In end of data:
edt-vt100.el:50:1:Warning: the function `vt100-wide-mode' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-vt100.elc
In edt-page-backward:
edt.el:389:37:Warning: assignment to free variable `zmacs-region-stays'
In edt-beginning-of-line:
edt.el:450:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-end-of-line-forward:
edt.el:466:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-end-of-line-backward:
edt.el:477:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-one-word-forward:
edt.el:522:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-one-word-backward:
edt.el:546:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-character:
edt.el:586:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-forward:
edt.el:609:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-next-line:
edt.el:631:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-previous-line:
edt.el:641:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-top:
edt.el:652:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-forward:
edt.el:698:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-backward:
edt.el:723:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-next-forward:
edt.el:769:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-next-backward:
edt.el:793:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-select-mode:
edt.el:858:15:Warning: assignment to free variable `rect-start-point'
In edt-advance:
edt.el:1088:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-backup:
edt.el:1104:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-define-key:
edt.el:1154:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-sentence-forward:
edt.el:1343:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-sentence-backward:
edt.el:1369:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-paragraph-forward:
edt.el:1414:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-paragraph-backward:
edt.el:1439:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-restore-key:
edt.el:1457:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-window-top:
edt.el:1487:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-window-bottom:
edt.el:1499:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-scroll-window-forward-line:
edt.el:1509:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-scroll-window-backward-line:
edt.el:1515:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-to-bottom-of-window:
edt.el:1562:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-to-top-of-window:
edt.el:1572:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-to-middle-of-window:
edt.el:1582:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-goto-percentage:
edt.el:1595:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-duplicate-word:
edt.el:1722:19:Warning: assignment to free variable `edt-last-copied-word'
edt.el:1722:12:Warning: reference to free variable `edt-last-copied-word'
In edt-display-the-time:
edt.el:1768:29:Warning: assignment to free variable `zmacs-region-stays'
edt.el:1770:17:Warning: assignment to free variable `time-string'
edt.el:1770:4:Warning: reference to free variable `time-string'
In edt-remember:
edt.el:1802:19:Warning: reference to free variable `edt-learn-macro-count'
edt.el:1802:44:Warning: assignment to free variable `edt-learn-macro-count'
In edt-split-window:
edt.el:1850:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-cut-rectangle-overstrike-mode:
edt.el:1876:57:Warning: assignment to free variable `edt-rect-start-point'
edt.el:1876:41:Warning: reference to free variable `edt-rect-start-point'
In edt-cut-rectangle-insert-mode:
edt.el:1887:57:Warning: assignment to free variable `edt-rect-start-point'
edt.el:1887:41:Warning: reference to free variable `edt-rect-start-point'
In edt-emulation-on:
edt.el:2138:15:Warning: assignment to free variable
`edt-orig-transient-mark-mode'
In edt-emulation-off:
edt.el:2167:28:Warning: reference to free variable `edt-orig-page-delimiter'
edt.el:2173:31:Warning: reference to free variable
`edt-orig-transient-mark-mode'
In edt-default-emulation-setup:
edt.el:2188:19:Warning: assignment to free variable `edt-default-global-map'
edt.el:2189:17:Warning: reference to free variable `edt-default-global-map'
edt.el:2198:9:Warning: assignment to free variable `edt-learn-macro-count'
In edt-user-emulation-setup:
edt.el:2222:42:Warning: reference to free variable `edt-default-global-map'
edt.el:2224:19:Warning: assignment to free variable `edt-user-global-map'
edt.el:2225:17:Warning: reference to free variable `edt-user-global-map'
In edt-select-default-global-map:
edt.el:2239:19:Warning: reference to free variable `edt-default-global-map'
edt.el:2242:15:Warning: assignment to free variable `edt-orig-page-delimiter'
In edt-select-user-global-map:
edt.el:2257:25:Warning: reference to free variable `edt-user-global-map'
edt.el:2260:21:Warning: assignment to free variable `edt-orig-page-delimiter'
In edt-bind-function-key-default:
edt.el:2285:39:Warning: reference to free variable `*EDT-keys*'
edt.el:2288:23:Warning: reference to free variable `edt-default-global-map'
In edt-bind-key-default:
edt.el:2295:15:Warning: reference to free variable `edt-default-global-map'
In edt-bind-function-key:
edt.el:2311:39:Warning: reference to free variable `*EDT-keys*'
edt.el:2314:23:Warning: reference to free variable `edt-user-global-map'
In edt-bind-key:
edt.el:2321:15:Warning: reference to free variable `edt-user-global-map'
In end of data:
edt.el:2705:1:Warning: the following functions are not known to be defined:
console-type, replace-in-string, zmacs-deactivate-region, events-to-keys,
mark-c-function, mark-fortran-subprogram, edt-setup-user-bindings
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/keypad.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/pc-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/pc-select.elc
In tpu-mark:
tpu-edt.el:549:41:Warning: reference to free variable `zmacs-regions'
In tpu-store-text:
tpu-edt.el:1365:25:Warning: assignment to free variable
`picture-killed-rectangle'
tpu-edt.el:2296:18:Warning: reference to free variable
`repeat-complex-command-map'
In end of data:
tpu-edt.el:2526:1:Warning: the following functions are not known to be
defined: zmacs-activate-region, tpu-emacs-search, tpu-emacs-rev-search,
picture-clear-rectangle, picture-clear-column, picture-yank-rectangle,
tpu-search-internal-core, next-line-internal
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/tpu-edt.elc
In end of data:
tpu-extras.el:484:1:Warning: the following functions are not known to be
defined: picture-forward-column, picture-backward-column,
picture-end-of-line, picture-move-down, picture-move-up, tpu-old-newline,
tpu-old-newline-and-indent, tpu-old-do-auto-fill
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/tpu-extras.elc
In tpu-lucid-map-key:
tpu-mapper.el:182:4:Warning: `format' called for effect
In tpu-emacs-map-key:
tpu-mapper.el:198:4:Warning: `format' called for effect
In end of data:
tpu-mapper.el:396:1:Warning: the following functions are not known to be
defined: set-screen-size, selected-screen, event-key, tpu-map-key
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/tpu-mapper.elc
In vi-goto-line:
vi.el:639:37:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
vi.el:1491:1:Warning: the function `mark-c-function' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/vi.elc
In vip-replace-string:
vip.el:1117:59:Warning: `replace-string' used from Lisp code
That command is designed for interactive use only
In ex-map:
vip.el:2832:18:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In ex-read:
vip.el:2902:12:Warning: `insert-file' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/vip.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-cmd.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
In viper-envelop-ESC-key:
viper-cmd.el:1026:32:Warning: Function `subseq' from cl package called at
runtime
viper-cmd.el:1037:32:Warning: Function `subseq' from cl package called at
runtime
In viper-buffer-search-enable:
viper-cmd.el:3896:40:Warning: variable assignment to constant
`viper-prefix-commands'
In end of data:
viper-cmd.el:4971:1:Warning: the function `viper-heading-end' might not be
defined at runtime.
viper-cmd.el:4971:1:Warning: the following functions are not known to be
defined: quail-input-method, quail-start-translation, character-to-event,
viper-iconify, key-press-event-p, event-key, viper-set-hooks,
viper-get-face
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-cmd.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-cmd.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-ex.elc
In end of data:
viper-init.el:1034:1:Warning: the following functions are not known to be
defined: quail-delete-overlays, quail-mode
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-init.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
In end of data:
viper-keym.el:654:1:Warning: the following functions are not known to be
defined: viper-ex, viper-normalize-minor-mode-map-alist,
viper-set-mode-vars-for
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-keym.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-cmd.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
In ex-map-read-args:
viper-macs.el:186:66:Warning: Function `subseq' from cl package called at
runtime
In ex-unmap-read-args:
viper-macs.el:247:60:Warning: Function `subseq' from cl package called at
runtime
viper-macs.el:256:52:Warning: Function `subseq' from cl package called at
runtime
In viper-exec-mapped-kbd-macro:
viper-macs.el:621:51:Warning: Function `subseq' from cl package called at
runtime
In viper-prefix-subseq-p:
viper-macs.el:704:29:Warning: Function `subseq' from cl package called at
runtime
In viper-find-best-matching-macro:
viper-macs.el:769:47:Warning: Function `subseq' from cl package called at
runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-macs.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-cmd.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
In viper-remember-current-frame:
viper-mous.el:494:9:Warning: variable assignment to constant
`viper-current-frame-saved'
In end of data:
viper-mous.el:678:1:Warning: the function `event-over-text-area-p' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-mous.elc
Loading viper-init.el (source)...
In end of data:
viper-util.el:1515:1:Warning: the following functions are not known to be
defined: viper-int-to-char, viper-characterp, viper-color-defined-p,
viper-overlay-p, viper-forward-Word, vc-locking-user, viper-move-overlay,
viper-make-overlay, viper-overlay-put, viper-overlay-live-p,
viper-overlay-start, viper-overlay-end, character-to-event,
viper-read-event
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-util.elc
Loading viper-init.el (source)...
Loading viper-cmd.el (source)...
Loading viper-util.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/ws-mode.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-alias.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-banner.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-basic.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-cmpl.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-dirs.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-glob.elc
Loading ange-ftp (source)...
In eshell-hist-initialize:
em-hist.el:223:35:Warning: assignment to free variable
`eshell-rebind-keys-alist'
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-hist.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-ls.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-pred.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-prompt.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-rebind.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-script.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-smart.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-term.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-unix.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-xtra.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-arg.elc
Loading ange-ftp (source)...
In end of data:
esh-cmd.el:1419:1:Warning: the function `eshell-debug-command' might not be
defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-cmd.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-ext.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-io.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-mode.elc
Loading ange-ftp (source)...
Loading defgroup from `em-alias.el'
Loading defgroup from `em-banner.el'
Loading defgroup from `em-basic.el'
Loading defgroup from `em-cmpl.el'
Loading defgroup from `em-dirs.el'
Loading defgroup from `em-glob.el'
Loading defgroup from `em-hist.el'
Loading defgroup from `em-ls.el'
Loading defgroup from `em-pred.el'
Loading defgroup from `em-prompt.el'
Loading defgroup from `em-rebind.el'
Loading defgroup from `em-script.el'
Loading defgroup from `em-smart.el'
Loading defgroup from `em-term.el'
Loading defgroup from `em-unix.el'
Loading defgroup from `em-xtra.el'
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-groups.el
Loading defgroup from `em-alias.el'
Loading defgroup from `em-banner.el'
Loading defgroup from `em-basic.el'
Loading defgroup from `em-cmpl.el'
Loading defgroup from `em-dirs.el'
Loading defgroup from `em-glob.el'
Loading defgroup from `em-hist.el'
Loading defgroup from `em-ls.el'
Loading defgroup from `em-pred.el'
Loading defgroup from `em-prompt.el'
Loading defgroup from `em-rebind.el'
Loading defgroup from `em-script.el'
Loading defgroup from `em-smart.el'
Loading defgroup from `em-term.el'
Loading defgroup from `em-unix.el'
Loading defgroup from `em-xtra.el'
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-groups.el
In end of data:
esh-module.el:158:1:Warning: the function `msdos-long-file-names' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-module.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-opt.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-proc.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-test.elc
Loading ange-ftp (source)...
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-var.elc
In end of data:
eshell.el:565:1:Warning: the function `eshell-mode' might not be defined at
runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/eshell.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/binhex.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/canlock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/compface.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/deuglify.elc
In end of data:
dig.el:190:1:Warning: the function `font-lock-set-defaults' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/dig.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/dns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/earcon.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/flow-fill.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/format-spec.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-agent.elc
In gnus-article-wash-html-with-w3m:
gnus-art.el:2483:16:Warning: reference to free variable `w3m-minor-mode-map'
In end of data:
gnus-art.el:7301:1:Warning: the following functions are not known to be
defined: w3-region, w3m-region, Info-menu
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-art.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-async.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-audio.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-bcklg.elc
In end of data:
gnus-cache.el:773:1:Warning: the function `nnml-generate-nov-databases-1'
might not be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-cache.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-cite.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-cus.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-delay.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-demon.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-diary.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-dired.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-draft.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-dup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-eform.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-ems.elc
In end of data:
gnus-fun.el:259:1:Warning: the following functions are not known to be
defined: message-goto-eoh, uncompface, article-narrow-to-head,
gnus-article-goto-header, gnus-add-image, gnus-add-wash-type
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-fun.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-gl.elc
In end of data:
gnus-group.el:4312:1:Warning: the function `nnkiboze-score-file' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-group.elc
Loading gnus-agent...
In end of data:
gnus-int.el:695:1:Warning: the following functions might not be defined at
runtime: gnus-server-opened, gnus-status-message
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-int.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-kill.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-logic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-mh.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-ml.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-mlspl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-move.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-msg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-nocem.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-picon.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-range.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-registry.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-salt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-score.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-setup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-sieve.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-soup.elc
In gnus-update-format-specifications:
gnus-spec.el:193:18:Warning: reference to free variable
`gnus-newsrc-file-version'
In end of data:
gnus-spec.el:763:1:Warning: the function
`gnus-summary-from-or-to-or-newsgroups' is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-spec.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-srvr.elc
In end of data:
gnus-start.el:3111:1:Warning: the function `display-time-event-handler' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-start.elc
In end of data:
gnus-sum.el:11779:1:Warning: the following functions might not be defined at
runtime: turn-on-gnus-mailing-list-mode, gnus-build-sparse-threads,
gnus-cache-write-active, gnus-dead-summary-mode, unmorse-region,
gnus-summary-mark-below, mm-uu-dissect
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-sum.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-topic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-undo.elc
In gnus-fetch-original-field:
gnus-util.el:231:24:Warning: reference to free variable
`gnus-original-article-buffer'
In gnus-write-active-file:
gnus-util.el:1103:34:Warning: reference to free variable
`nnmail-active-file-coding-system'
In gnus-emacs-version:
gnus-util.el:1522:16:Warning: reference to free variable `gnus-user-agent'
In end of data:
gnus-util.el:1583:1:Warning: the following functions are not known to be
defined: gnus-find-method-for-group, gnus-group-name-decode,
gnus-group-name-charset, message-tokenize-header, gnus-get-buffer-create,
mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put,
gnus-make-overlay, mm-append-to-file, gnus-add-text-properties,
x-focus-frame
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-util.elc
In end of data:
gnus-uu.el:2117:1:Warning: the function `make-symbolic-link' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-uu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-vm.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-win.elc
In toplevel form:
gnus.el:1855:10:Warning: reference to free variable
`gnus-spam-newsgroup-contents'
gnus.el:1876:22:Warning: reference to free variable
`gnus-spam-process-newsgroups'
gnus.el:1941:7:Warning: reference to free variable `gnus-spam-autodetect'
gnus.el:2017:10:Warning: reference to free variable
`gnus-spam-autodetect-methods'
gnus.el:2042:10:Warning: reference to free variable
`gnus-spam-process-destinations'
gnus.el:2099:10:Warning: reference to free variable
`gnus-ham-process-destinations'
gnus.el:2134:10:Warning: reference to free variable
`gnus-parameter-ham-marks-alist'
gnus.el:2172:11:Warning: reference to free variable
`gnus-parameter-spam-marks-alist'
In end of data:
gnus.el:4149:1:Warning: the function `gnus-group-decoded-name' might not be
defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/hex-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/html2text.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/ietf-drums.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/imap.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/legacy-gnus-agent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mail-parse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mail-prsvr.elc
In end of data:
mail-source.el:1071:1:Warning: the following functions might not be defined at
runtime: format-spec, format-spec-make, imap-capability
mail-source.el:1071:1:Warning: the function `gnus-compress-sequence' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mail-source.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mailcap.elc
In end of data:
message.el:6883:1:Warning: the following functions are not known to be
defined: rmail-msg-is-pruned, rmail-msg-restore-non-pruned-header,
mail-abbrev-in-expansion-header-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/message.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/messcompat.elc
In end of data:
mm-bodies.el:299:1:Warning: the following functions are not known to be
defined: message-options-get, message-options-set
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-bodies.elc
In mm-display-external:
mm-decode.el:787:32:Warning: reference to free variable
`gnus-current-window-configuration'
In end of data:
mm-decode.el:1481:1:Warning: the following functions are not known to be
defined: gnus-map-function, gnus-configure-windows, delete-annotation,
gnus-replace-in-string, make-glyph, window-pixel-width, glyph-height,
window-pixel-height, mm-view-pkcs7
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-decode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-encode.elc
In mm-inline-external-body:
mm-extern.el:147:31:Warning: reference to free variable
`gnus-article-mime-handles'
mm-extern.el:147:31:Warning: assignment to free variable
`gnus-article-mime-handles'
In end of data:
mm-extern.el:169:1:Warning: the following functions are not known to be
defined: message-goto-body, gnus-display-mime
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-extern.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-partial.elc
In mm-url-insert-file-contents:
mm-url.el:310:17:Warning: assignment to free variable `url-current-object'
mm-url.el:298:33:Warning: reference to free variable `url-package-name'
mm-url.el:300:36:Warning: reference to free variable `url-package-version'
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-url.elc
In toplevel form:
mm-util.el:168:27:Warning: reference to free variable
`mm-mime-mule-charset-alist'
In end of data:
mm-util.el:996:1:Warning: the function `mm-detect-coding-region' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-uu.elc
In mm-inline-text-html-render-with-w3:
mm-view.el:138:23:Warning: reference to free variable
`w3-meta-content-type-charset-regexp'
mm-view.el:139:23:Warning: reference to free variable
`w3-meta-charset-content-type-regexp'
In mm-setup-w3m:
mm-view.el:195:38:Warning: reference to free variable
`w3m-cid-retrieve-function-alist'
mm-view.el:197:13:Warning: assignment to free variable
`w3m-cid-retrieve-function-alist'
mm-view.el:199:9:Warning: assignment to free variable
`w3m-display-inline-images'
In mm-w3m-cid-retrieve:
mm-view.el:216:51:Warning: reference to free variable `w3m-current-buffer'
mm-view.el:217:32:Warning: reference to free variable
`gnus-article-mime-handles'
In mm-inline-text-html-render-with-w3m:
mm-view.el:239:20:Warning: reference to free variable `w3m-minor-mode-map'
In mm-view-message:
mm-view.el:407:31:Warning: reference to free variable
`gnus-article-mime-handles'
mm-view.el:407:31:Warning: assignment to free variable
`gnus-article-mime-handles'
In mm-inline-message:
mm-view.el:430:28:Warning: reference to free variable `gnus-newsgroup-charset'
mm-view.el:444:35:Warning: reference to free variable
`gnus-article-mime-handles'
mm-view.el:444:35:Warning: assignment to free variable
`gnus-article-mime-handles'
In mm-view-pkcs7-decrypt:
mm-view.el:564:19:Warning: reference to free variable `smime-keys'
In end of data:
mm-view.el:580:1:Warning: the following functions are not known to be defined:
make-annotation, set-extent-property, w3-do-setup, w3-region,
w3m-detect-meta-charset, w3m-region, w3-prepare-buffer, map-extents,
smime-decrypt-region, smime-get-key-by-email
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-view.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml-sec.elc
In mml-smime-sign-query:
mml-smime.el:80:42:Warning: reference to free variable
`gnus-extract-address-components'
In mml-smime-get-dns-cert:
mml-smime.el:106:37:Warning: reference to free variable
`gnus-extract-address-components'
In end of data:
mml-smime.el:204:1:Warning: the function `gnus-completing-read-with-default'
is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml-smime.elc
In mml-to-mime:
mml.el:740:31:Warning: reference to free variable `message-default-charset'
In mml-preview:
mml.el:1074:29:Warning: reference to free variable `message-options'
mml.el:1081:41:Warning: reference to free variable `message-posting-charset'
mml.el:1093:42:Warning: reference to free variable `message-deletable-headers'
mml.el:1096:29:Warning: reference to free variable
`message-required-news-headers'
mml.el:1097:27:Warning: reference to free variable
`message-required-mail-headers'
mml.el:1114:41:Warning: reference to free variable `gnus-newsrc-hashtb'
mml.el:1122:37:Warning: reference to free variable `gnus-article-mime-handles'
mml.el:1130:22:Warning: reference to free variable `gnus-mouse-2'
In end of data:
mml.el:1181:1:Warning: the following functions are not known to be defined:
message-options-get, message-options-set, message-narrow-to-head,
message-remove-header, message-encode-message-body,
message-narrow-to-headers-or-head, message-mail-p, message-subscribed-p,
message-make-mail-followup-to, message-position-on-field, message-news-p,
message-options-set-recipient, message-generate-headers,
gnus-make-hashtable, widget-button-press, widget-event-point
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml.elc
In mml1991-mailcrypt-encrypt:
mml1991.el:93:14:Warning: reference to free variable `mc-pgp-always-sign'
In end of data:
mml1991.el:310:1:Warning: the following functions are not known to be defined:
message-options-get, message-options-set, mc-encrypt-generic,
gpg-sign-encrypt, gpg-encrypt, mm-decode-content-transfer-encoding,
mm-encode-content-transfer-encoding
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml1991.elc
In mml2015-mailcrypt-encrypt:
mml2015.el:327:14:Warning: reference to free variable `mc-pgp-always-sign'
In end of data:
mml2015.el:922:1:Warning: the following functions are not known to be defined:
message-options-get, message-options-set, gnus-buffer-live-p,
gnus-get-buffer-create
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml2015.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnagent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnbabyl.elc
In end of data:
nndb.el:320:1:Warning: the function `nndb-request-article' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndiary.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndir.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndraft.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nneething.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnfolder.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nngateway.elc
In nnheader-parse-naked-head:
nnheader.el:333:16:Warning: reference to free variable `nnmail-extra-headers'
In end of data:
nnheader.el:1045:1:Warning: the following functions are not known to be
defined: ietf-drums-unfold-fws, efs-re-read-dir
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnheader.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnimap.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnkiboze.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnlistserv.elc
In end of data:
nnmail.el:2018:1:Warning: the following functions are not known to be defined:
gnus-activate-group, gnus-request-create-group, gnus-request-group,
gnus-request-accept-article, gnus-group-mark-article-read
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmail.elc
In end of data:
nnmaildir.el:1627:1:Warning: the following functions are not known to be
defined: make-symbolic-link, unix-sync
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmaildir.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmbox.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmh.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnml.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnnil.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnoo.elc
Loading subst-ksc (source)...
Loading subst-gb2312 (source)...
Loading subst-big5 (source)...
Loading subst-jis (source)...
In end of data:
nnrss.el:948:1:Warning: the following functions are not known to be defined:
w3-parse-buffer, gnus-group-make-rss-group
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnrss.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnslashdot.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnsoup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnspool.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nntp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnultimate.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnvirtual.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnwarchive.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnweb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnwfm.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-def.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-gpg.elc
In toplevel form:
pgg-parse.el:183:8:Warning: reference to free variable `pgg-parse-crc24'
In end of data:
pgg-parse.el:516:1:Warning: the function `pgg-parse-crc24-string' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-parse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-pgp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-pgp5.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pop3.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/qp.elc
In rfc1843-decode-article-body:
rfc1843.el:139:25:Warning: reference to free variable `gnus-newsgroup-name'
In rfc1843-gnus-setup:
rfc1843.el:167:9:Warning: assignment to free variable
`gnus-decode-encoded-word-function'
rfc1843.el:169:9:Warning: assignment to free variable
`gnus-decode-header-function'
In end of data:
rfc1843.el:185:1:Warning: the following functions are not known to be defined:
message-narrow-to-head, message-fetch-field,
mail-header-parse-content-type
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc1843.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2045.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2047.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2104.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2231.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/score-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sha1.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sieve-manage.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sieve-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sieve.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/smiley.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/smime.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/spam-report.elc
In spam-stat-store-gnus-article-buffer:
spam-stat.el:242:17:Warning: reference to free variable
`gnus-original-article-buffer'
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/spam-stat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/spam.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/starttls.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/utf7.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/uudecode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/webmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/yenc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ccl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/characters.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/code-pages.elc
In cp-coding-system-for-codepage-1:
codepage.el:61:35:Warning: reference to free variable
`dos-unsupported-char-glyph'
In cp-decoding-vector-for-codepage:
codepage.el:119:27:Warning: reference to free variable
`dos-unsupported-char-glyph'
In cp-make-coding-systems-for-codepage:
codepage.el:574:34:Warning: reference to free variable
`dos-unsupported-char-glyph'
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/codepage.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/encoded-kb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/fontset.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/isearch-x.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-ascii.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-cvt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-insert.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-swed.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-transl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ja-dic-cnv.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ja-dic-utl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/kinsoku.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/kkc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/latexenc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/latin1-disp.elc
In set-locale-environment:
mule-cmds.el:2428:10:Warning: reference to free variable `mac-system-locale'
mule-cmds.el:2442:47:Warning: reference to free variable
`mac-system-coding-system'
In end of data:
mule-cmds.el:2637:1:Warning: the function `mac-get-preference' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule-cmds.elc
In end of data:
mule-diag.el:1313:1:Warning: the function `fontset-plain-name' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule-diag.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ogonek.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/quail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-big5.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-gb2312.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-jis.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-ksc.elc
In toplevel form:
swedish.el:80:43:Warning: assignment to free variable `news-group-hook-alist'
swedish.el:83:15:Warning: reference to free variable `news-group-hook-alist'
swedish.el:110:7:Warning: assignment to free variable `mail-send-hook'
swedish.el:111:7:Warning: assignment to free variable `news-inews-hook'
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/swedish.elc
In end of data:
titdic-cnv.el:1193:1:Warning: the following functions are not known to be
defined: msdos-long-file-names, dos-8+3-filename
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/titdic-cnv.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ucs-tables.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/utf-16.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/utf-7.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/utf-8.elc
In end of data:
china-util.el:423:1:Warning: the following functions might not be defined at
runtime: big5-to-flat-code, euc-to-flat-code, flat-code-to-big5,
flat-code-to-euc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/china-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/chinese.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/cyril-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/cyrillic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/devan-util.elc
In ethio-sera-to-fidel-mail:
ethio-util.el:893:18:Warning: reference to free variable
`rmail-message-vector'
ethio-util.el:893:43:Warning: reference to free variable
`rmail-current-message'
In ethio-fidel-to-sera-mail:
ethio-util.el:1270:18:Warning: reference to free variable
`rmail-message-vector'
ethio-util.el:1270:43:Warning: reference to free variable
`rmail-current-message'
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/ethio-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/ethiopic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/european.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/ind-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/indian.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/japan-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/knd-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/korea-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/lao-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/mlm-util.elc
In thai-self-insert-command:
thai-util.el:65:9:Warning: reference to free variable
`thai-auto-composition-mode'
In thai-composition-function:
thai-util.el:344:19:Warning: reference to free variable
`thai-auto-composition-mode'
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/thai-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/thai-word.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/tibet-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/tibetan.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/tml-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/viet-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/vietnamese.elc
In end of data:
emacsbug.el:274:1:Warning: the function `Info-menu' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/emacsbug.elc
In end of data:
feedmail.el:2674:1:Warning: the function `char-to-int' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/feedmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/footnote.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mail-extr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mail-hist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mail-utils.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailabbrev.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailalias.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailheader.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailpost.elc
In metamail-interpret-body:
metamail.el:125:32:Warning: reference to free variable `rmail-message-vector'
metamail.el:125:57:Warning: reference to free variable `rmail-current-message'
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/metamail.elc
In toplevel form:
mspools.el:178:21:Warning: reference to free variable `vm-init-file-loaded'
mspools.el:178:59:Warning: reference to free variable `vm-init-file'
mspools.el:181:42:Warning: reference to free variable `vm-folder-directory'
In mspools-set-vm-spool-files:
mspools.el:195:12:Warning: reference to free variable `vm-primary-inbox'
mspools.el:197:12:Warning: reference to free variable `vm-crash-box'
mspools.el:191:4:Warning: assignment to free variable `vm-spool-files'
In mspools-visit-spool:
mspools.el:275:15:Warning: assignment to free variable `rmail-inbox-list'
In end of data:
mspools.el:408:1:Warning: the following functions are not known to be defined:
vm-visit-folder, rmail-get-new-mail
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mspools.elc
In end of data:
reporter.el:412:1:Warning: the following functions are not known to be
defined: mail-position-on-field, mail-text
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/reporter.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rfc2368.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rfc822.elc
In rmail-spam-filter:
rmail-spam-filter.el:415:22:Warning: assignment to free variable
`bbdb/mail_auto_create_p'
rmail-spam-filter.el:546:13:Warning: reference to free variable
`rmail-summary-mode-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmail-spam-filter.elc
In rmail-get-new-mail:
rmail.el:1597:35:Warning: reference to free variable `rmail-use-spam-filter'
rmail.el:1609:32:Warning: reference to free variable `rsf-beep'
rmail.el:1610:39:Warning: reference to free variable `rsf-sleep-after-message'
In rmail-set-message-counters-counter:
rmail.el:2592:48:Warning: reference to free variable `messages-head'
rmail.el:2592:48:Warning: assignment to free variable `messages-head'
rmail.el:2600:21:Warning: reference to free variable `deleted-head'
rmail.el:2600:21:Warning: assignment to free variable `deleted-head'
rmail.el:2601:46:Warning: reference to free variable `total-messages'
rmail.el:2602:45:Warning: assignment to free variable `total-messages'
In rmail-resend:
rmail.el:3656:45:Warning: reference to free variable `mail-abbrevs'
rmail.el:3661:29:Warning: reference to free variable
`mail-abbrev-syntax-table'
In rmail-fontify-buffer-function:
rmail.el:3874:9:Warning: assignment to free variable `font-lock-fontified'
In end of data:
rmail.el:4079:1:Warning: the following functions are not known to be defined:
rmail-spam-filter, rmail-update-summary, rmail-summary-goto-msg,
rmail-summary-mark-undeleted, rmail-summary-mark-deleted,
rfc822-addresses, mail-text-start, mail-abbrev-make-syntax-table,
mail-sendmail-delimit-header, mail-header-end, mail-position-on-field,
font-lock-default-unfontify-buffer, font-lock-fontify-region
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmail.elc
In end of data:
rmailedit.el:160:1:Warning: the following functions are not known to be
defined: rmail-summary-disable, rmail-summary-enable
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailedit.elc
In rmail-read-label:
rmailkwd.el:65:24:Warning: reference to free variable `rmail-buffer'
rmailkwd.el:69:41:Warning: reference to free variable `rmail-last-label'
rmailkwd.el:79:57:Warning: assignment to free variable `rmail-last-label'
In rmail-set-label:
rmailkwd.el:82:24:Warning: reference to free variable `rmail-buffer'
rmailkwd.el:84:25:Warning: reference to free variable `rmail-current-message'
rmailkwd.el:85:11:Warning: reference to free variable `rmail-summary-vector'
In rmail-next-labeled-message:
rmailkwd.el:196:20:Warning: reference to free variable
`rmail-last-multi-labels'
rmailkwd.el:199:15:Warning: reference to free variable `rmail-buffer'
rmailkwd.el:200:9:Warning: assignment to free variable
`rmail-last-multi-labels'
rmailkwd.el:202:18:Warning: reference to free variable `rmail-current-message'
rmailkwd.el:209:38:Warning: reference to free variable `rmail-total-messages'
In end of data:
rmailkwd.el:275:1:Warning: the following functions are not known to be
defined: rmail-maybe-set-message-counters, rmail-display-labels,
rmail-msgbeg, rmail-set-message-deleted-p, mail-comma-list-regexp,
rmail-message-labels-p, rmail-show-message, mail-parse-comma-list
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailkwd.elc
In set-rmail-inbox-list:
rmailmsc.el:58:9:Warning: assignment to free variable `rmail-inbox-list'
rmailmsc.el:59:23:Warning: reference to free variable `rmail-current-message'
In end of data:
rmailmsc.el:62:1:Warning: the following functions are not known to be defined:
rmail-parse-file-inboxes, rmail-show-message
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailmsc.elc
In end of data:
rmailout.el:417:1:Warning: the function `rmail-update-summary' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailout.elc
In end of data:
rmailsort.el:250:1:Warning: the function `rmail-update-summary' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailsort.elc
In rmail-update-summary:
rmailsum.el:63:15:Warning: reference to free variable `rmail-summary-redo'
In rmail-new-summary:
rmailsum.el:234:19:Warning: assignment to free variable `rmail-summary-redo'
In rmail-make-summary-line:
rmailsum.el:267:31:Warning: reference to free variable
`new-summary-line-count'
rmailsum.el:268:35:Warning: assignment to free variable
`new-summary-line-count'
In rmail-make-basic-summary-line:
rmailsum.el:464:44:Warning: reference to free variable `msgnum'
In rmail-summary-mark-deleted:
rmailsum.el:651:25:Warning: reference to free variable `rmail-summary-overlay'
In rmail-summary-mode:
rmailsum.el:758:9:Warning: assignment to free variable `rmail-summary-redo'
In rmail-summary-enable:
rmailsum.el:772:18:Warning: reference to free variable
`rmail-summary-mode-map'
In rmail-summary-beginning-of-message:
rmailsum.el:1193:20:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
In rmail-summary-first-message:
rmailsum.el:1277:4:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
In rmail-summary-last-message:
rmailsum.el:1282:4:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
rmailsum.el:1659:1:Warning: the following functions are not known to be
defined: rmail-cease-edit, rmail-abort-edit, rmail-set-label,
mail-send-and-exit, rmail-output-read-rmail-file-name,
rmail-output-read-file-name
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailsum.elc
In end of data:
sendmail.el:1823:1:Warning: the following functions are not known to be
defined: dired-view-file, dired-get-filename, dired-move-to-filename
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/sendmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/smtpmail.elc
In sc-setup-filladapt:
supercite.el:1323:32:Warning: reference to free variable
`filladapt-prefix-table'
In end of data:
supercite.el:2071:1:Warning: the following functions are not known to be
defined: deallocate-event, button-release-event-p, mh-in-header-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/supercite.elc
In uce-reply-to-uce:
uce.el:222:44:Warning: reference to free variable
`gnus-original-article-buffer'
uce.el:252:13:Warning: assignment to free variable `mail-reply-buffer'
uce.el:261:53:Warning: reference to free variable `rmail-current-message'
uce.el:334:15:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
uce.el:373:17:Warning: `insert-file' used from Lisp code
That command is designed for interactive use only
In end of data:
uce.el:396:1:Warning: the following functions are not known to be defined:
rmail-msg-is-pruned, rmail-toggle-header, mail-strip-quoted-names,
rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/uce.elc
In end of data:
undigest.el:311:1:Warning: the function `rmail-update-summary' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/undigest.elc
In end of data:
unrmail.el:229:1:Warning: the function `mail-strip-quoted-names' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/unrmail.elc
In insert-signature:
vms-pmail.el:111:4:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
vms-pmail.el:123:1:Warning: the function `vms-system-info' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/vms-pmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-alias.elc
In mh-insert-letter:
mh-comp.el:1427:11:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-comp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-customize.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-e.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-funcs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-identity.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-inc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-index.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-init.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-junk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-mime.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-pick.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-print.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-seq.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-speed.elc
In end of data:
mh-utils.el:2595:1:Warning: the function `make-symbolic-link' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-utils.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/ange-ftp.elc
In browse-url-default-windows-browser:
browse-url.el:774:11:Warning: reference to free variable `dos-windows-version'
In end of data:
browse-url.el:1399:1:Warning: the following functions are not known to be
defined: w3-fetch-other-window, w3-fetch
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/browse-url.elc
In end of data:
eudc-bob.el:369:1:Warning: the following functions are not known to be
defined: event-closest-point, console-type, make-glyph
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-bob.elc
In end of data:
eudc-export.el:219:1:Warning: the following functions are not known to be
defined: bbdb-parse-phone-number, bbdb-string-trim
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-export.elc
In eudc-hotlist-mode:
eudc-hotlist.el:54:9:Warning: assignment to free variable `mode-popup-menu'
eudc-hotlist.el:57:25:Warning: reference to free variable `current-menubar'
In end of data:
eudc-hotlist.el:199:1:Warning: the function `set-buffer-menubar' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-hotlist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-vars.elc
In eudc-mode:
eudc.el:672:11:Warning: assignment to free variable `mode-popup-menu'
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc.elc
In end of data:
eudcb-bbdb.el:235:1:Warning: the following functions are not known to be
defined: bbdb-phone-location, bbdb-phone-string, bbdb-record-phones,
bbdb-address-street1, bbdb-address-street2, bbdb-address-street3,
bbdb-address-city, bbdb-address-state, bbdb-address-zip-string,
bbdb-address-location, bbdb-record-addresses, bbdb-records
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudcb-bbdb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudcb-ldap.elc
In eudc-ph-open-session:
eudcb-ph.el:186:8:Warning: `process-kill-without-query' is an obsolete
function (as of Emacs 22.1); use `process-query-on-exit-flag' or
`set-process-query-on-exit-flag'.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudcb-ph.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/goto-addr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/ldap.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/net-utils.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/netrc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/quickurl.elc
In remote-compile:
rcompile.el:175:34:Warning: assignment to free variable
`comint-file-name-prefix'
In end of data:
rcompile.el:179:1:Warning: the function `ange-ftp-ftp-name' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/rcompile.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/rlogin.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/snmp-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/telnet.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tls.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-ftp.elc
In tramp-smb-handle-insert-directory:
tramp-smb.el:498:20:Warning: reference to free variable
`tramp-smb-half-a-year'
In tramp-smb-read-file-entry:
tramp-smb.el:859:47:Warning: reference to free variable
`tramp-smb-parse-time-months'
In end of data:
tramp-smb.el:1074:1:Warning: the function `warnings' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-smb.elc
In end of data:
tramp-util.el:121:1:Warning: the following functions are not known to be
defined: tramp-remap-command, tramp-minor-mode
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-uu.elc
In end of data:
tramp-vc.el:514:1:Warning: the function `warnings' is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-vc.elc
In end of data:
tramp.el:7536:1:Warning: the following functions are not known to be defined:
warnings, expand-many-files, mml-mode, mml-insert-empty-tag
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/trampver.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/webjump.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/zone-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/auto-show.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/awk-mode.elc
In toplevel form:
fast-lock.el:334:5:Warning: reference to free variable `font-lock-face-list'
In end of data:
fast-lock.el:863:1:Warning: the following functions are not known to be
defined: msdos-long-file-names, map-extents, extent-face,
extent-start-position, extent-end-position, font-lock-set-face
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/fast-lock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/float.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/hilit19.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/hscroll.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/iso-acc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/lazy-lock.elc
In filter-region:
mlsupport.el:325:45:Warning: reference to free variable `shell'
In execute-monitor-command:
mlsupport.el:332:45:Warning: reference to free variable `shell'
In end of data:
mlsupport.el:436:1:Warning: the following functions are not known to be
defined: ml-prefix-argument-loop, previous-page
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/mlsupport.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/ooutline.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/options.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/profile.elc
In rnews:
rnews.el:207:11:Warning: assignment to free variable `news-buffer-save'
In news-set-minor-modes:
rnews.el:279:25:Warning: assignment to free variable `news-minor-modes'
rnews.el:279:8:Warning: reference to free variable `news-minor-modes'
rnews.el:279:13:Warning: assignment to free variable `minor-modes'
In news-read-in-file:
rnews.el:630:43:Warning: reference to free variable `news-group-name'
In news-exit:
rnews.el:691:32:Warning: reference to free variable `news-buffer-save'
In news-add-news-group:
rnews.el:891:36:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In caesar-region:
rnews.el:938:27:Warning: reference to free variable `caesar-translate-table'
rnews.el:943:23:Warning: assignment to free variable `caesar-translate-table'
In end of data:
rnews.el:988:1:Warning: the function `news-get-attribute-string' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/rnews.elc
Package rnews is obsolete
In news-reply-mode:
rnewspost.el:125:9:Warning: assignment to free variable `mail-reply-buffer'
In news-setup:
rnewspost.el:219:9:Warning: assignment to free variable `mail-reply-buffer'
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/rnewspost.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/rsz-mini.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/sc.elc
In scribe-mode:
scribe.el:144:27:Warning: assignment to free variable `compile-command'
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/scribe.elc
In sc:edit-cursor:
sun-curs.el:101:9:Warning: assignment to free variable `icon-edit'
In sc::pic-ins-at-mouse:
sun-curs.el:106:21:Warning: reference to free variable `*mouse-window*'
sun-curs.el:106:44:Warning: reference to free variable `*mouse-x*'
sun-curs.el:106:63:Warning: reference to free variable `*mouse-y*'
In sc::menu-function:
sun-curs.el:113:38:Warning: reference to free variable `sc::menu'
In sc::pack-buffer-to-cursor:
sun-curs.el:151:30:Warning: reference to free variable `*edit-icon*'
In sc::menu-choose-cursor:
sun-curs.el:163:35:Warning: assignment to free variable `menu'
sun-curs.el:163:33:Warning: reference to free variable `menu'
In sc::hotspot:
sun-curs.el:170:9:Warning: reference to free variable `*edit-icon*'
In sc::goto-hotspot:
sun-curs.el:175:24:Warning: reference to free variable `*edit-icon*'
In sc::display-icon:
sun-curs.el:180:23:Warning: assignment to free variable `*edit-icon*'
sun-curs.el:183:20:Warning: reference to free variable `*edit-icon*'
In sc::pack-buffer-to-icon:
sun-curs.el:198:22:Warning: reference to free variable `*edit-icon*'
In sc::pack-one-char:
sun-curs.el:215:23:Warning: reference to free variable `char'
sun-curs.el:216:11:Warning: assignment to free variable `char'
In end of data:
sun-curs.el:222:1:Warning: the function `sun-change-cursor-icon' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/sun-curs.elc
In mouse-set-mark:
sun-fns.el:88:8:Warning: function mouse-set-mark used to take 1 argument, now
takes 3
In mouse-select-or-drag-move-point:
sun-fns.el:140:6:Warning: mouse-select-window called with 3 arguments, but
accepts only 1
In mouse-select-window:
sun-fns.el:286:8:Warning: function mouse-select-window used to take 1
argument, now takes 3
In mouse-delete-other-windows:
sun-fns.el:290:8:Warning: function mouse-delete-other-windows used to take 0
arguments, now takes 3
In mouse-delete-window:
sun-fns.el:294:8:Warning: function mouse-delete-window used to take 1
argument, now takes 3
In end of data:
sun-fns.el:644:1:Warning: the following functions are not known to be defined:
sit-for-millisecs, kill-region-and-unmark, update-display
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/sun-fns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/uncompress.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/x-apollo.elc
In x-menu-mode:
x-menu.el:37:9:Warning: assignment to free variable `x-process-mouse-hook'
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/x-menu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/5x5.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/animate.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/blackbox.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/cookie1.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/decipher.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/dissociate.elc
In make-doctor-variables:
doctor.el:82:44:Warning: assignment to free variable `typos'
doctor.el:143:39:Warning: assignment to free variable `found'
doctor.el:206:40:Warning: assignment to free variable `owner'
doctor.el:384:43:Warning: assignment to free variable `history'
doctor.el:524:17:Warning: assignment to free variable `*debug*'
doctor.el:372:30:Warning: assignment to free variable `inter'
doctor.el:192:26:Warning: assignment to free variable `continue'
doctor.el:474:44:Warning: assignment to free variable `relation'
doctor.el:130:4:Warning: assignment to free variable `fears'
doctor.el:130:53:Warning: assignment to free variable `sure'
doctor.el:132:9:Warning: assignment to free variable `afraidof'
doctor.el:143:25:Warning: assignment to free variable `areyou'
doctor.el:382:42:Warning: assignment to free variable `isrelated'
doctor.el:379:49:Warning: assignment to free variable `arerelated'
doctor.el:147:4:Warning: assignment to free variable `moods'
doctor.el:166:76:Warning: assignment to free variable `maybe'
doctor.el:156:4:Warning: assignment to free variable `whatwhen'
doctor.el:157:51:Warning: assignment to free variable `hello'
doctor.el:164:4:Warning: assignment to free variable `drnk'
doctor.el:165:100:Warning: assignment to free variable `drugs'
doctor.el:177:4:Warning: assignment to free variable `whywant'
doctor.el:188:4:Warning: assignment to free variable `canyou'
doctor.el:179:53:Warning: assignment to free variable `want'
doctor.el:204:4:Warning: assignment to free variable `shortlst'
doctor.el:209:4:Warning: assignment to free variable `famlst'
doctor.el:213:4:Warning: assignment to free variable `huhlst'
doctor.el:219:4:Warning: assignment to free variable `longhuhlst'
doctor.el:349:39:Warning: assignment to free variable `feelings-about'
doctor.el:350:44:Warning: assignment to free variable `random-adjective'
doctor.el:210:18:Warning: assignment to free variable `whysay'
doctor.el:250:4:Warning: assignment to free variable `isee'
doctor.el:195:46:Warning: assignment to free variable `please'
doctor.el:261:16:Warning: assignment to free variable `bye'
doctor.el:205:26:Warning: assignment to free variable `something'
doctor.el:379:36:Warning: assignment to free variable `things'
doctor.el:293:12:Warning: assignment to free variable `describe'
doctor.el:455:30:Warning: assignment to free variable `ibelieve'
doctor.el:303:25:Warning: assignment to free variable `problems'
doctor.el:340:18:Warning: assignment to free variable `bother'
doctor.el:324:4:Warning: assignment to free variable `machlst'
doctor.el:332:4:Warning: assignment to free variable `qlist'
doctor.el:338:4:Warning: assignment to free variable `foullst'
doctor.el:345:4:Warning: assignment to free variable `deathlst'
doctor.el:353:4:Warning: assignment to free variable `sexlst'
doctor.el:361:4:Warning: assignment to free variable `neglst'
doctor.el:369:4:Warning: assignment to free variable `beclst'
doctor.el:378:4:Warning: assignment to free variable `shortbeclst'
doctor.el:378:9:Warning: assignment to free variable `thlst'
doctor.el:388:4:Warning: assignment to free variable `remlst'
doctor.el:393:4:Warning: assignment to free variable `toklst'
doctor.el:400:4:Warning: assignment to free variable `states'
doctor.el:451:4:Warning: assignment to free variable `replist'
doctor.el:457:4:Warning: assignment to free variable `stallmanlst'
doctor.el:465:4:Warning: assignment to free variable `schoollst'
doctor.el:465:20:Warning: assignment to free variable `improve'
doctor.el:472:4:Warning: assignment to free variable `elizalst'
doctor.el:477:4:Warning: assignment to free variable `sportslst'
doctor.el:483:4:Warning: assignment to free variable `mathlst'
doctor.el:488:4:Warning: assignment to free variable `zippylst'
doctor.el:493:4:Warning: assignment to free variable `chatlst'
doctor.el:498:4:Warning: assignment to free variable `abuselst'
doctor.el:504:4:Warning: assignment to free variable `abusewords'
doctor.el:512:4:Warning: assignment to free variable `howareyoulst'
doctor.el:514:4:Warning: assignment to free variable `whereoutp'
doctor.el:174:61:Warning: assignment to free variable `subj'
doctor.el:532:22:Warning: assignment to free variable `verb'
doctor.el:173:56:Warning: assignment to free variable `obj'
doctor.el:519:25:Warning: assignment to free variable `feared'
doctor.el:522:9:Warning: assignment to free variable `repetitive-shortness'
doctor.el:524:9:Warning: assignment to free variable `**mad**'
doctor.el:526:9:Warning: assignment to free variable `rms-flag'
doctor.el:528:9:Warning: assignment to free variable `eliza-flag'
doctor.el:530:9:Warning: assignment to free variable `zippy-flag'
doctor.el:532:9:Warning: assignment to free variable `suicide-flag'
doctor.el:534:9:Warning: assignment to free variable `lover'
doctor.el:536:9:Warning: assignment to free variable `bak'
doctor.el:538:9:Warning: assignment to free variable `lincount'
doctor.el:540:9:Warning: assignment to free variable `*print-upcase*'
doctor.el:542:9:Warning: assignment to free variable `*print-space*'
doctor.el:544:9:Warning: assignment to free variable `howdyflag'
doctor.el:546:9:Warning: assignment to free variable `object'
In doctor-read-print:
doctor.el:846:24:Warning: reference to free variable `lincount'
doctor.el:846:24:Warning: assignment to free variable `lincount'
doctor.el:849:11:Warning: assignment to free variable `bak'
In doctor-doc:
doctor.el:873:18:Warning: reference to free variable `howareyoulst'
doctor.el:882:28:Warning: reference to free variable `abusewords'
doctor.el:892:47:Warning: assignment to free variable `found'
doctor.el:888:34:Warning: reference to free variable `subj'
doctor.el:889:34:Warning: reference to free variable `verb'
doctor.el:890:44:Warning: reference to free variable `obj'
doctor.el:891:41:Warning: reference to free variable `object'
doctor.el:906:48:Warning: reference to free variable `found'
doctor.el:895:29:Warning: reference to free variable `owner'
doctor.el:908:62:Warning: reference to free variable `replist'
In doctor-correct-spelling:
doctor.el:940:48:Warning: reference to free variable `typos'
In doctor-define:
doctor.el:963:18:Warning: reference to free variable `subj'
doctor.el:966:20:Warning: reference to free variable `object'
In doctor-defq:
doctor.el:977:22:Warning: assignment to free variable `found'
doctor.el:979:32:Warning: reference to free variable `found'
In doctor-forget:
doctor.el:989:40:Warning: reference to free variable `history'
doctor.el:989:40:Warning: assignment to free variable `history'
In doctor-subjsearch:
doctor.el:1026:18:Warning: assignment to free variable `subj'
In doctor-getnoun:
doctor.el:1140:24:Warning: assignment to free variable `object'
doctor.el:1160:18:Warning: reference to free variable `object'
In doctor-remember:
doctor.el:1227:16:Warning: reference to free variable `history'
doctor.el:1229:18:Warning: assignment to free variable `history'
In doctor-wherego:
doctor.el:1319:16:Warning: assignment to free variable `found'
In doctor-svo:
doctor.el:1337:44:Warning: assignment to free variable `verb'
doctor.el:1337:49:Warning: assignment to free variable `obj'
doctor.el:1335:32:Warning: reference to free variable `object'
doctor.el:1336:22:Warning: assignment to free variable `object'
doctor.el:1336:31:Warning: reference to free variable `subj'
doctor.el:1337:39:Warning: assignment to free variable `subj'
doctor.el:1337:34:Warning: reference to free variable `verb'
doctor.el:1337:34:Warning: reference to free variable `obj'
In doctor-possess:
doctor.el:1345:11:Warning: assignment to free variable `owner'
In doctor-txtype:
doctor.el:1356:9:Warning: assignment to free variable `*print-upcase*'
doctor.el:1356:26:Warning: assignment to free variable `*print-space*'
In doctor-type-symbol:
doctor.el:1376:9:Warning: reference to free variable `*print-upcase*'
doctor.el:1370:19:Warning: reference to free variable `*print-space*'
doctor.el:1376:25:Warning: assignment to free variable `*print-upcase*'
doctor.el:1376:25:Warning: assignment to free variable `*print-space*'
In doctor-huh:
doctor.el:1418:21:Warning: reference to free variable `sent'
In doctor-remem:
doctor.el:1423:37:Warning: reference to free variable `history'
In doctor-howdy:
doctor.el:1427:15:Warning: reference to free variable `howdyflag'
doctor.el:1429:16:Warning: assignment to free variable `howdyflag'
In doctor-when:
doctor.el:1435:27:Warning: reference to free variable `found'
doctor.el:1435:33:Warning: reference to free variable `sent'
doctor.el:1438:16:Warning: assignment to free variable `sent'
In doctor-conj:
doctor.el:1442:27:Warning: reference to free variable `found'
doctor.el:1442:33:Warning: reference to free variable `sent'
doctor.el:1445:16:Warning: assignment to free variable `sent'
doctor.el:1448:47:Warning: reference to free variable `things'
doctor.el:1448:47:Warning: assignment to free variable `things'
In doctor-short:
doctor.el:1454:18:Warning: reference to free variable `repetitive-shortness'
doctor.el:1454:44:Warning: reference to free variable `lincount'
doctor.el:1461:22:Warning: reference to free variable `**mad**'
doctor.el:1466:23:Warning: assignment to free variable `**mad**'
doctor.el:1472:24:Warning: reference to free variable `sent'
In doctor-desire:
doctor.el:1483:20:Warning: reference to free variable `found'
doctor.el:1483:26:Warning: reference to free variable `sent'
doctor.el:1495:35:Warning: reference to free variable `subj'
doctor.el:1495:53:Warning: reference to free variable `obj'
In doctor-drug:
doctor.el:1500:37:Warning: reference to free variable `found'
In doctor-state:
doctor.el:1506:64:Warning: reference to free variable `found'
In doctor-mood:
doctor.el:1509:63:Warning: reference to free variable `found'
In doctor-fear:
doctor.el:1512:32:Warning: reference to free variable `sent'
doctor.el:1512:37:Warning: reference to free variable `found'
doctor.el:1514:49:Warning: assignment to free variable `feared'
doctor.el:1514:46:Warning: reference to free variable `feared'
In doctor-hate:
doctor.el:1517:15:Warning: reference to free variable `sent'
doctor.el:1517:20:Warning: reference to free variable `found'
doctor.el:1519:17:Warning: reference to free variable `subj'
In doctor-hates:
doctor.el:1528:15:Warning: reference to free variable `sent'
doctor.el:1528:20:Warning: reference to free variable `found'
In doctor-loves:
doctor.el:1535:15:Warning: reference to free variable `sent'
doctor.el:1535:20:Warning: reference to free variable `found'
In doctor-love:
doctor.el:1542:15:Warning: reference to free variable `sent'
doctor.el:1542:20:Warning: reference to free variable `found'
doctor.el:1547:23:Warning: reference to free variable `object'
doctor.el:1547:18:Warning: assignment to free variable `object'
doctor.el:1559:24:Warning: reference to free variable `subj'
doctor.el:1549:29:Warning: reference to free variable `obj'
doctor.el:1550:31:Warning: assignment to free variable `lover'
doctor.el:1557:46:Warning: reference to free variable `lover'
doctor.el:1562:25:Warning: assignment to free variable `obj'
doctor.el:1563:44:Warning: reference to free variable `verb'
doctor.el:1563:50:Warning: assignment to free variable `verb'
In doctor-mach:
doctor.el:1567:30:Warning: reference to free variable `found'
doctor.el:1567:30:Warning: assignment to free variable `found'
In doctor-sexverb:
doctor.el:1573:21:Warning: reference to free variable `sent'
In doctor-death:
doctor.el:1578:10:Warning: reference to free variable `suicide-flag'
doctor.el:1579:21:Warning: reference to free variable `found'
doctor.el:1582:35:Warning: reference to free variable `sent'
doctor.el:1583:16:Warning: assignment to free variable `suicide-flag'
In doctor-family:
doctor.el:1597:19:Warning: reference to free variable `sent'
doctor.el:1597:24:Warning: reference to free variable `found'
In doctor-rms:
doctor.el:1603:10:Warning: reference to free variable `rms-flag'
doctor.el:1604:18:Warning: assignment to free variable `rms-flag'
In doctor-eliza:
doctor.el:1609:10:Warning: reference to free variable `eliza-flag'
doctor.el:1610:18:Warning: assignment to free variable `eliza-flag'
In doctor-zippy:
doctor.el:1619:10:Warning: reference to free variable `zippy-flag'
doctor.el:1620:18:Warning: assignment to free variable `zippy-flag'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/doctor.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/dunnet.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/fortune.elc
In gamegrid-set-display-table:
gamegrid.el:302:30:Warning: reference to free variable `current-display-table'
In gamegrid-add-score-with-update-game-score-1:
gamegrid.el:524:17:Warning: reference to free variable `have-shared-game-dir'
In end of data:
gamegrid.el:582:1:Warning: the following functions are not known to be
defined: set-face-property, add-spec-to-specifier, start-itimer,
set-itimer-restart, delete-itimer
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/gamegrid.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/gametree.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/gomoku.elc
In handwrite:
handwrite.el:335:39:Warning: reference to free variable `ps-printer-name'
handwrite.el:342:44:Warning: reference to free variable `ps-lpr-command'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/handwrite.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/hanoi.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/landmark.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/life.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/meese.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/morse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/mpuz.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/pong.elc
In snake-mode:
snake.el:373:9:Warning: assignment to free variable `mode-popup-menu'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/snake.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/solitaire.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/spook.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/studly.elc
In tetris-mode:
tetris.el:604:9:Warning: assignment to free variable `mode-popup-menu'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/tetris.elc
In end of data:
yow.el:130:1:Warning: the function `doctor-ret-or-read' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/yow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/zone.elc
In ada-mode:
ada-mode.el:1173:42:Warning: assignment to free variable
`compile-auto-highlight'
ada-mode.el:1367:30:Warning: assignment to free variable
`skeleton-further-elements'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-mode.elc
In ada-prj-display-page:
ada-prj.el:478:4:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-prj.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-stmt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-xref.elc
In antlr-run-tool:
antlr-mode.el:2228:6:Warning: `compile-internal' is an obsolete function; use
`compilation-start' instead.
In end of data:
antlr-mode.el:2652:1:Warning: the function `cond-emacs-xemacs-macfn' might not
be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/antlr-mode.elc
In end of data:
asm-mode.el:244:1:Warning: the function `comment-search-forward' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/asm-mode.elc
In autoconf-mode:
autoconf.el:97:8:Warning: assignment to free variable
`font-lock-syntactic-keywords'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/autoconf.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-align.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-awk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-bytecomp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-cmds.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-compat.elc
In end of data:
cc-defs.el:1759:1:Warning: the function `font-lock-compile-keywords' might not
be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-defs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-engine.elc
In toplevel form:
cc-fonts.el:160:16:Warning: `font-lock-reference-face' is an obsolete
variable; use `font-lock-constant-face' instead.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-fonts.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-langs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-menus.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-styles.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cfengine.elc
In c-macro-expansion:
cmacexp.el:374:37:Warning: reference to free variable `msdos-shells'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cmacexp.elc
In compilation-internal-error-properties:
compile.el:698:62:Warning: reference to free variable `font-lock-keywords'
In compilation-setup:
compile.el:1267:30:Warning: assignment to free variable
`font-lock-extra-managed-props'
compile.el:1273:30:Warning: assignment to free variable
`font-lock-support-mode'
compile.el:1274:30:Warning: assignment to free variable
`font-lock-maximum-size'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/compile.elc
In cperl-mode:
cperl-mode.el:1498:23:Warning: assignment to free variable `vc-rcs-header'
cperl-mode.el:1500:24:Warning: assignment to free variable `vc-sccs-header'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cperl-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cpp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cwarn.elc
In end of data:
dcl-mode.el:2219:1:Warning: the function `tempo-use-tag-list' might not be
defined at runtime.
dcl-mode.el:2219:1:Warning: the function `imenu-default-create-index-function'
is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/dcl-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/delphi.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-abn.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-bnf.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-dtd.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-ebx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-iso.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-otz.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-yac.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf2ps.elc
In ebrowse-revert-tree-buffer-from-file:
ebrowse.el:926:6:Warning: `insert-file' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebrowse.elc
In end of data:
etags.el:2046:1:Warning: the function `apropos-mode' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/etags.elc
In end of data:
executable.el:281:1:Warning: the function `compilation-start' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/executable.elc
In end of data:
f90.el:1904:1:Warning: the function `event-to-character' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/f90.elc
In flymake-process-sentinel:
flymake.el:635:22:Warning: assignment to free variable `flymake-is-running'
In flymake-post-syntax-check:
flymake.el:639:28:Warning: reference to free variable `flymake-new-err-info'
flymake.el:641:11:Warning: assignment to free variable `flymake-err-info'
flymake.el:640:11:Warning: assignment to free variable `flymake-new-err-info'
flymake.el:643:12:Warning: reference to free variable `flymake-err-info'
flymake.el:653:42:Warning: reference to free variable
`flymake-check-start-time'
flymake.el:654:13:Warning: assignment to free variable
`flymake-check-start-time'
flymake.el:660:22:Warning: reference to free variable
`flymake-check-was-interrupted'
In flymake-parse-output-and-residual:
flymake.el:678:16:Warning: reference to free variable `flymake-new-err-info'
flymake.el:678:16:Warning: assignment to free variable `flymake-new-err-info'
In flymake-parse-residual:
flymake.el:687:14:Warning: reference to free variable `flymake-new-err-info'
flymake.el:689:20:Warning: assignment to free variable `flymake-new-err-info'
In flymake-start-syntax-check:
flymake.el:1189:45:Warning: reference to free variable `flymake-is-running'
flymake.el:1197:15:Warning: assignment to free variable
`flymake-check-was-interrupted'
flymake.el:1212:21:Warning: assignment to free variable
`flymake-last-change-time'
In flymake-start-syntax-check-process:
flymake.el:1230:19:Warning: assignment to free variable `flymake-is-running'
flymake.el:1231:19:Warning: assignment to free variable
`flymake-last-change-time'
flymake.el:1232:19:Warning: assignment to free variable
`flymake-check-start-time'
In flymake-kill-process:
flymake.el:1253:15:Warning: assignment to free variable
`flymake-check-was-interrupted'
In end of data:
flymake.el:1888:1:Warning: the function `replace-in-string' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/flymake.elc
In fortran-mode:
fortran.el:789:8:Warning: assignment to free variable
`font-lock-syntactic-keywords'
fortran.el:801:55:Warning: assignment to free variable
`gud-find-expr-function'
In end of data:
fortran.el:2037:1:Warning: the following functions are not known to be
defined: gud-find-c-expr, event-to-character
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/fortran.elc
In gdb-set-gud-minor-mode-1:
gdb-ui.el:285:48:Warning: assignment to free variable `tool-bar-map'
In gdb-get-create-buffer:
gdb-ui.el:629:54:Warning: assignment to free variable `tool-bar-map'
In gdb-frame-inferior-io-buffer:
gdb-ui.el:701:42:Warning: reference to free variable `gdb-frame-parameters'
In gdb-info-breakpoints-custom:
gdb-ui.el:1330:36:Warning: assignment to free variable `tool-bar-map'
In gdb-info-locals-handler:
gdb-ui.el:2047:8:Warning: function `gdb-info-locals-handler' defined multiple
times in this file
In gdb-get-location:
gdb-ui.el:2337:50:Warning: assignment to free variable `tool-bar-map'
In gdb-invalidate-assembler:
gdb-ui.el:2575:8:Warning: function `gdb-invalidate-assembler' defined multiple
times in this file
In end of data:
gdb-ui.el:2637:1:Warning: the following functions are not known to be defined:
gdbmi-var-list-children, gud-remove, gud-break
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/gdb-ui.elc
In end of data:
glasses.el:277:1:Warning: the function `jit-lock-unregister' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/glasses.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/grep.elc
In gud-find-file:
gud.el:235:50:Warning: assignment to free variable `tool-bar-map'
gud.el:236:20:Warning: reference to free variable `gud-tooltip-mode'
gud.el:239:20:Warning: reference to free variable `gdb-define-alist'
In gud-speedbar-buttons:
gud.el:372:17:Warning: reference to free variable `gdb-var-changed'
gud.el:379:25:Warning: reference to free variable `gdb-var-list'
gud.el:392:52:Warning: reference to free variable `gdb-show-changed-values'
gud.el:403:15:Warning: assignment to free variable `gdb-var-changed'
In gud-mode:
gud.el:2381:44:Warning: assignment to free variable `tool-bar-map'
In gdb-script-font-lock-syntactic-face:
gud.el:3016:19:Warning: reference to free variable `font-lock-string-face'
gud.el:3017:19:Warning: reference to free variable `font-lock-doc-face'
gud.el:3018:7:Warning: reference to free variable `font-lock-comment-face'
In gdb-script-indent-line:
gud.el:3049:50:Warning: reference to free variable `font-lock-doc-face'
In gud-tooltip-activate-mouse-motions-if-enabled:
gud.el:3158:16:Warning: reference to free variable `gud-tooltip-mode'
In gud-tooltip-tips:
gud.el:3290:25:Warning: reference to free variable `gdb-active-process'
gud.el:3296:49:Warning: reference to free variable `gdb-define-alist'
gud.el:3307:27:Warning: reference to free variable `gdb-macro-info'
gud.el:3310:35:Warning: reference to free variable `gdb-server-prefix'
In end of data:
gud.el:3322:1:Warning: the following functions are not known to be defined:
gdb-create-define-alist, gdb-prompt, gdb-reset, c-langelem-sym,
c-langelem-pos, syntax-symbol, c-guess-basic-syntax, syntax-point,
gdb-enqueue-input
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/gud.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/hideif.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/hideshow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/icon.elc
In idlwave-help-mode:
idlw-help.el:279:49:Warning: assignment to free variable
`idlwave-help-def-pos'
idlw-help.el:280:54:Warning: assignment to free variable `idlwave-help-args'
idlw-help.el:280:30:Warning: assignment to free variable
`idlwave-help-in-header'
In idlwave-html-help-location:
idlw-help.el:292:21:Warning: reference to free variable
`idlwave-system-directory'
In idlwave-do-context-help1:
idlw-help.el:375:29:Warning: reference to free variable
`idlwave-system-variables-alist'
idlw-help.el:392:29:Warning: reference to free variable
`idlwave-executive-commands-alist'
idlw-help.el:420:23:Warning: reference to free variable
`idlwave-system-class-info'
idlw-help.el:439:17:Warning: reference to free variable
`idlwave-structtag-struct-location'
In idlwave-help-with-source:
idlw-help.el:814:21:Warning: reference to free variable
`idlwave-current-tags-buffer'
idlw-help.el:843:23:Warning: reference to free variable
`idlwave-current-tags-class'
In end of data:
idlw-help.el:1180:1:Warning: the following functions are not known to be
defined: idlwave-what-module-find-class, idlwave-where,
idlwave-downcase-safe, idlwave-beginning-of-statement,
idlwave-sintern-sysvar, idlwave-sintern-sysvartag,
idlwave-substitute-link-target, idlwave-in-quote, idlwave-sintern-class,
idlwave-class-or-superclass-with-tag, idlwave-current-routine,
idlwave-class-found-in, idlwave-prepare-structure-tag-completion,
idlwave-expand-keyword, idlwave-make-full-name, idlwave-this-word,
idlwave-all-method-classes, idlwave-sintern-method, idlwave-members-only,
idlwave-popup-select, idlwave-find-inherited-class,
idlwave-sintern-routine-or-method, idlwave-all-method-keyword-classes,
idlwave-sintern-keyword, idlwave-best-rinfo-assoc, idlwave-routines,
idlwave-entry-find-keyword, idlwave-routine-source-file,
idlwave-get-buffer-visiting, idlwave-find-class-definition,
idlwave-find-struct-tag
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-help.elc
In toplevel form:
idlw-rinfo.el:1901:7:Warning: assignment to free variable
`idlwave-system-variables-alist'
idlw-rinfo.el:1934:7:Warning: assignment to free variable
`idlwave-system-class-info'
idlw-rinfo.el:2016:7:Warning: assignment to free variable
`idlwave-executive-commands-alist'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-rinfo.elc
In end of data:
idlw-shell.el:4501:1:Warning: the function `mouse-track' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-shell.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-toolbar.elc
In idlwave-mode:
idlwave.el:1944:4:Warning: `make-local-hook' is an obsolete function (as of
Emacs 21.1); not necessary any more.
idlwave.el:1940:59:Warning: `make-local-hook' is an obsolete function (as of
Emacs 21.1); not necessary any more.
idlwave.el:1945:64:Warning: `make-local-hook' is an obsolete function (as of
Emacs 21.1); not necessary any more.
In idlwave-expand-equal:
idlwave.el:2699:23:Warning: assignment to free variable `begin'
In idlwave-update-routine-info:
idlwave.el:4464:43:Warning: reference to free variable
`idlwave-shell-path-query'
In idlwave-load-rinfo-next-step:
idlwave.el:4540:20:Warning: reference to free variable
`idlwave-library-routines'
idlwave.el:4542:27:Warning: assignment to free variable
`idlwave-library-routines'
In idlwave-scan-library-catalogs:
idlwave.el:5171:36:Warning: reference to free variable
`idlwave-library-catalog-libname'
In idlwave-complete-sysvar-help:
idlwave.el:7169:42:Warning: assignment to free variable `link'
In idlwave-complete-sysvar-tag-help:
idlwave.el:7186:17:Warning: assignment to free variable `link'
In idlwave-mouse-active-rinfo:
idlwave.el:8092:20:Warning: assignment to free variable `keyword'
idlwave.el:8070:33:Warning: assignment to free variable `link'
idlwave.el:8094:37:Warning: reference to free variable `link'
idlwave.el:8095:44:Warning: reference to free variable `keyword'
In end of data:
idlwave.el:8831:1:Warning: the following functions are not known to be
defined: itimerp, idlwave-shell-is-running, idlwave-shell-get-path-info,
idlwave-shell-temp-file, comint-dynamic-complete-filename,
idlwave-sintern-class-tag, idlwave-sintern-sysvar,
idlwave-sintern-sysvartag
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlwave.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/inf-lisp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ld-script.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/m4-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/make-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/mantemp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/meta-mode.elc
In mixal-mode:
mixal-mode.el:1304:55:Warning: assignment to free variable `compile-command'
In end of data:
mixal-mode.el:1316:1:Warning: the function `mixvm' is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/mixal-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/modula2.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/octave-hlp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/octave-inf.elc
In end of data:
octave-mod.el:1525:1:Warning: the following functions are not known to be
defined: event-to-character, next-event,
inferior-octave-send-list-and-digest
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/octave-mod.elc
In end of data:
pascal.el:1631:1:Warning: the following functions are not known to be defined:
set-keymap-name, redraw-mode-line
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/pascal.elc
In perl-font-lock-syntactic-face-function:
perl-mode.el:298:25:Warning: reference to free variable `font-lock-doc-face'
perl-mode.el:298:44:Warning: reference to free variable
`font-lock-comment-face'
perl-mode.el:308:9:Warning: reference to free variable `font-lock-string-face'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/perl-mode.elc
In inferior-prolog-mode:
prolog.el:251:9:Warning: assignment to free variable `comint-prompt-regexp'
In end of data:
prolog.el:286:1:Warning: the function `comint-mode' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/prolog.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ps-mode.elc
In end of data:
python.el:1774:1:Warning: the function `compilation-shell-minor-mode' might
not be defined at runtime.
python.el:1774:1:Warning: the following functions are not known to be defined:
syntax-ppss-context, syntax-ppss-depth
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/python.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/scheme.elc
In sh-font-lock-syntactic-face-function:
sh-script.el:981:11:Warning: reference to free variable
`font-lock-string-face'
sh-script.el:983:5:Warning: reference to free variable
`font-lock-comment-face'
In sh-get-indent-info:
sh-script.el:2015:22:Warning: reference to free variable
`font-lock-string-face'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/sh-script.elc
In toplevel form:
simula.el:1618:35:Warning: reference to free variable `hilit-patterns-alist'
In end of data:
simula.el:1660:1:Warning: the function `hilit-set-mode-patterns' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/simula.elc
In sql-product-font-lock:
sql.el:1688:15:Warning: assignment to free variable `font-lock-set-defaults'
sql.el:1686:21:Warning: reference to free variable `font-lock-keyword-face'
sql.el:1687:44:Warning: reference to free variable `font-lock-string-face'
In end of data:
sql.el:2979:1:Warning: the following functions are not known to be defined:
set-keymap-parents, set-keymap-name, ange-ftp-read-passwd
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/sql.elc
In tcl-mode:
tcl.el:577:41:Warning: reference to free variable `filladapt-mode'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/tcl.elc
In vhdl-keep-region-active:
vhdl-mode.el:1953:14:Warning: assignment to free variable `zmacs-region-stays'
vhdl-mode.el:1995:33:Warning: reference to free variable `itimer-version'
In vhdl-mode:
vhdl-mode.el:4602:63:Warning: assignment to free variable
`lazy-lock-defer-contextually'
vhdl-mode.el:4594:32:Warning: assignment to free variable
`lazy-lock-defer-on-the-fly'
vhdl-mode.el:4596:32:Warning: assignment to free variable
`lazy-lock-defer-on-scrolling'
vhdl-mode.el:4602:32:Warning: assignment to free variable
`compilation-file-regexp-alist'
vhdl-mode.el:11847:35:Warning: reference to free variable `viper-mode'
In vhdl-compile-init:
vhdl-mode.el:15732:13:Warning: reference to free variable
`compilation-file-regexp-alist'
vhdl-mode.el:15733:21:Warning: assignment to free variable
`compilation-file-regexp-alist'
In end of data:
vhdl-mode.el:16596:1:Warning: the function `font-lock-set-defaults' might not
be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/vhdl-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/which-func.elc
In run-scheme:
xscheme.el:105:31:Warning: reference to free variable `xscheme-process-name'
xscheme.el:105:52:Warning: reference to free variable `xscheme-buffer-name'
In xscheme-start:
xscheme.el:112:9:Warning: assignment to free variable
`xscheme-process-command-line'
In xscheme-read-command-line:
xscheme.el:116:15:Warning: reference to free variable
`xscheme-process-command-line'
In reset-scheme:
xscheme.el:134:31:Warning: reference to free variable `xscheme-process-name'
xscheme.el:144:35:Warning: reference to free variable
`xscheme-process-command-line'
xscheme.el:146:35:Warning: reference to free variable `xscheme-buffer-name'
In start-scheme:
xscheme.el:156:23:Warning: reference to free variable `xscheme-buffer-name'
In global-set-scheme-interaction-buffer:
xscheme.el:183:23:Warning: reference to free variable `xscheme-buffer-name'
xscheme.el:189:47:Warning: reference to free variable
`xscheme-runlight-string'
xscheme.el:193:23:Warning: reference to free variable
`default-xscheme-runlight'
In local-set-scheme-interaction-buffer:
xscheme.el:200:23:Warning: reference to free variable `xscheme-buffer-name'
xscheme.el:208:56:Warning: assignment to free variable `xscheme-buffer-name'
xscheme.el:208:6:Warning: assignment to free variable `xscheme-process-name'
xscheme.el:209:44:Warning: reference to free variable `xscheme-runlight'
xscheme.el:209:44:Warning: assignment to free variable `xscheme-runlight'
In scheme-interaction-mode:
xscheme.el:323:15:Warning: assignment to free variable `xscheme-previous-mode'
xscheme.el:335:48:Warning: assignment to free variable `xscheme-buffer-name'
xscheme.el:326:17:Warning: assignment to free variable
`xscheme-last-input-end'
xscheme.el:330:25:Warning: assignment to free variable `xscheme-process-name'
xscheme.el:338:23:Warning: assignment to free variable
`xscheme-previous-process-state'
xscheme.el:335:20:Warning: reference to free variable `xscheme-buffer-name'
In exit-scheme-interaction-mode:
xscheme.el:348:25:Warning: reference to free variable
`xscheme-previous-process-state'
xscheme.el:349:14:Warning: reference to free variable `xscheme-previous-mode'
In scheme-interaction-mode-initialize:
xscheme.el:359:18:Warning: reference to free variable
`scheme-interaction-mode-map'
In scheme-interaction-mode-commands:
xscheme.el:364:18:Warning: reference to free variable
`scheme-interaction-mode-commands-alist'
In scheme-debugger-mode-initialize:
xscheme.el:415:18:Warning: reference to free variable
`scheme-debugger-mode-map'
In xscheme-send-string:
xscheme.el:467:15:Warning: reference to free variable `xscheme-running-p'
In xscheme-send-string-2:
xscheme.el:478:31:Warning: reference to free variable `xscheme-process-name'
In xscheme-select-process-buffer:
xscheme.el:487:27:Warning: reference to free variable `xscheme-process-name'
In xscheme-insert-expression:
xscheme.el:499:47:Warning: reference to free variable
`xscheme-expressions-ring'
xscheme.el:500:18:Warning: assignment to free variable
`xscheme-expressions-ring'
xscheme.el:501:27:Warning: reference to free variable
`xscheme-expressions-ring-max'
xscheme.el:504:9:Warning: assignment to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-rotate-yank-pointer:
xscheme.el:509:25:Warning: reference to free variable
`xscheme-expressions-ring'
xscheme.el:516:39:Warning: reference to free variable
`xscheme-expressions-ring-yank-pointer'
xscheme.el:521:25:Warning: assignment to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-yank:
xscheme.el:533:16:Warning: reference to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-yank-pop:
xscheme.el:565:22:Warning: reference to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-send-region:
xscheme.el:593:48:Warning: reference to free variable `xscheme-process-name'
xscheme.el:595:21:Warning: reference to free variable `xscheme-last-input-end'
In xscheme-send-char:
xscheme.el:648:24:Warning: reference to free variable `xscheme-process-name'
In xscheme-delete-output:
xscheme.el:658:8:Warning: reference to free variable `xscheme-last-input-end'
In xscheme-send-proceed:
xscheme.el:676:24:Warning: reference to free variable `xscheme-process-name'
In xscheme-send-control-g-interrupt:
xscheme.el:683:17:Warning: reference to free variable
`xscheme-control-g-synchronization-p'
xscheme.el:684:31:Warning: reference to free variable `xscheme-process-name'
xscheme.el:686:26:Warning: reference to free variable `xscheme-buffer-name'
xscheme.el:687:14:Warning: reference to free variable
`xscheme-control-g-disabled-p'
xscheme.el:692:20:Warning: assignment to free variable
`xscheme-control-g-disabled-p'
xscheme.el:693:21:Warning: reference to free variable
`xscheme-control-g-message-string'
In xscheme-send-interrupt:
xscheme.el:719:17:Warning: reference to free variable `xscheme-process-name'
xscheme.el:722:19:Warning: reference to free variable
`xscheme-control-g-synchronization-p'
In xscheme-process-filter:
xscheme.el:947:45:Warning: reference to free variable
`xscheme-process-filter-alist'
In xscheme-prompt-for-expression:
xscheme.el:1201:44:Warning: reference to free variable
`xscheme-prompt-for-expression-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/xscheme.elc
In bg-mouse-report:
bg-mouse.el:94:22:Warning: reference to free variable `mouse-map'
In bg-set-point:
bg-mouse.el:116:25:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:116:36:Warning: reference to free variable `bg-mouse-y'
In bg-set-mark:
bg-mouse.el:124:25:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:124:36:Warning: reference to free variable `bg-mouse-y'
In bg-yank:
bg-mouse.el:130:25:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:130:36:Warning: reference to free variable `bg-mouse-y'
In bg-move-by-percentage:
bg-mouse.el:155:18:Warning: reference to free variable `bg-mouse-x'
In bg-mouse-line-to-top:
bg-mouse.el:171:14:Warning: reference to free variable `bg-mouse-y'
In bg-mouse-line-to-center:
bg-mouse.el:177:22:Warning: reference to free variable `bg-mouse-y'
In bg-mouse-line-to-bottom:
bg-mouse.el:182:17:Warning: reference to free variable `bg-mouse-y'
In bg-insert-moused-sexp:
bg-mouse.el:194:35:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:194:46:Warning: reference to free variable `bg-mouse-y'
bg-mouse.el:200:20:Warning: reference to free variable `bg-cursor-window'
bg-mouse.el:273:14:Warning: reference to free variable `mouse-map'
bg-mouse.el:274:11:Warning: assignment to free variable `mouse-map'
In bind-bg-mouse-click:
bg-mouse.el:278:15:Warning: reference to free variable `mouse-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/bg-mouse.elc
In toplevel form:
mac-win.el:1101:30:Warning: reference to free variable
`mac-system-script-code'
mac-win.el:1120:7:Warning: assignment to free variable
`mac-charset-info-alist'
In mac-services-open-file:
mac-win.el:1370:42:Warning: reference to free variable
`mac-services-selection'
In mac-services-open-selection:
mac-win.el:1375:30:Warning: reference to free variable
`mac-services-selection'
In mac-services-insert-text:
mac-win.el:1382:34:Warning: reference to free variable
`mac-services-selection'
In end of data:
mac-win.el:1889:1:Warning: the following functions are not known to be
defined: x-get-selection-internal, mac-code-convert-string,
mac-clear-font-name-table, mac-scroll-down-line, mac-scroll-down,
mac-scroll-up, mac-scroll-up-line, mac-scroll-ignore-events
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/mac-win.elc
In end of data:
pc-win.el:244:1:Warning: the following functions are not known to be defined:
msdos-remember-default-colors, w16-set-clipboard-data,
w16-get-clipboard-data
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/pc-win.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/rxvt.elc
In global-set-mouse:
sun-mouse.el:88:17:Warning: reference to free variable
`current-global-mousemap'
In local-set-mouse:
sun-mouse.el:96:13:Warning: reference to free variable
`current-local-mousemap'
sun-mouse.el:98:17:Warning: assignment to free variable
`current-local-mousemap'
In use-global-mousemap:
sun-mouse.el:102:9:Warning: assignment to free variable
`current-global-mousemap'
In use-local-mousemap:
sun-mouse.el:107:9:Warning: assignment to free variable
`current-local-mousemap'
In mouse-lookup:
sun-mouse.el:436:32:Warning: reference to free variable
`current-local-mousemap'
sun-mouse.el:437:32:Warning: reference to free variable
`current-global-mousemap'
In mouse-code-function-pairs-of-region:
sun-mouse.el:474:35:Warning: reference to free variable
`current-local-mousemap'
sun-mouse.el:475:35:Warning: reference to free variable
`current-global-mousemap'
In end of data:
sun-mouse.el:683:1:Warning: the following functions are not known to be
defined: sit-for-millisecs, sun-menu-internal, sun-get-selection,
sun-set-selection
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/sun-mouse.elc
In end of data:
sun.el:278:1:Warning: the following functions are not known to be defined:
previous-complex-command, sun-window-init
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/sun.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/sup-mouse.elc
In tty-register-default-colors:
tty-colors.el:814:25:Warning: reference to free variable `msdos-color-values'
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/tty-colors.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/tvi970.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/vt100.elc
In toplevel form:
w32-win.el:1109:44:Warning: reference to free variable
`xlfd-regexp-registry-subnum'
In end of data:
w32-win.el:1233:1:Warning: the following functions are not known to be
defined: setup-default-fontset, create-fontset-from-fontset-spec,
create-fontset-from-x-resource, x-decompose-font-name,
x-complement-fontset-spec, create-fontset-from-ascii-font,
generate-fontset-menu
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/w32-win.elc
In x-handle-smid:
x-win.el:243:9:Warning: assignment to free variable `x-session-previous-id'
In emacs-session-save:
x-win.el:279:43:Warning: reference to free variable `x-session-id'
x-win.el:1265:47:Warning: reference to free variable `x-keysym-table'
x-win.el:2438:13:Warning: assignment to free variable `x-selection-timeout'
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/x-win.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/xterm.elc
In toplevel form:
artist.el:362:56:Warning: reference to free variable `x-pointer-crosshair'
In artist-make-prev-next-op-alist:
artist.el:1114:30:Warning: reference to free variable `artist-key-compl-table'
In artist-figlet-get-extra-args:
artist.el:2878:22:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
In artist-text-see-thru:
artist.el:2919:23:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
In artist-text-overwrite:
artist.el:2930:23:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
In end of data:
artist.el:5569:1:Warning: the function `artist-last' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/artist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/bib-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/bibtex.elc
In conf-mode:
conf-mode.el:347:32:Warning: assignment to free variable
`outline-heading-end-regexp'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/conf-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/dns-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/enriched.elc
In end of data:
fill.el:1450:1:Warning: the following functions are not known to be defined:
line-move-invisible, comment-search-forward, comment-string-strip
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/fill.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/flyspell.elc
In ispell-message:
ispell.el:3347:43:Warning: reference to free variable `mail-yank-prefix'
In end of data:
ispell.el:3660:1:Warning: the following functions are not known to be defined:
extent-at, delete-extent, set-extent-property, ispell-int-char,
framepop-display-buffer, sc-cite-regexp
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/ispell.elc
In makeinfo-compile:
makeinfo.el:182:11:Warning: `compile-internal' is an obsolete function; use
`compilation-start' instead.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/makeinfo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/nroff-mode.elc
In org-set-regexps-and-options:
org.el:481:44:Warning: assignment to free variable `org-archive-location'
In org-mode:
org.el:1689:9:Warning: assignment to free variable
`font-lock-unfontify-region-function'
org.el:1692:4:Warning: `make-local-hook' is an obsolete function (as of Emacs
21.1); not necessary any more.
In org-table-copy-down:
org.el:6099:42:Warning: `string-to-int' is an obsolete function (as of Emacs
22.1); use `string-to-number' instead.
In org-table-eval-formula:
org.el:6889:22:Warning: `string-to-int' is an obsolete function (as of Emacs
22.1); use `string-to-number' instead.
In orgtbl-mode:
org.el:6976:12:Warning: `make-local-hook' is an obsolete function (as of Emacs
21.1); not necessary any more.
In org-init-section-numbers:
org.el:8381:42:Warning: `string-to-int' is an obsolete function (as of Emacs
22.1); use `string-to-number' instead.
In end of data:
org.el:9153:1:Warning: the following functions might not be defined at
runtime: calendar-forward-day, calendar-goto-date, calendar-goto-today,
calendar-iso-date-string, calendar-julian-date-string,
calendar-astro-date-string, calendar-hebrew-date-string,
calendar-islamic-date-string, calendar-french-date-string,
calendar-mayan-date-string, calendar-coptic-date-string,
calendar-ethiopic-date-string, calendar-persian-date-string,
calendar-chinese-date-string
org.el:9153:1:Warning: the following functions are not known to be defined:
list-diary-entries, add-to-diary-list, org-compile-agenda-prefix-format,
bbdb-name, bbdb-company, bbdb, gnus-summary-goto-article,
vm-select-folder-buffer, vm-isearch-update, vm-isearch-narrow,
vm-beginning-of-message, vm-summarize, wl-summary-goto-folder-subr,
wl-summary-jump-to-msg-by-message-id, wl-summary-redisplay,
rmail-what-message, rmail-show-message, bbdb-record-name,
bbdb-current-record, bbdb-record-company, vm-follow-summary-cursor,
vm-su-subject, vm-su-full-name, vm-su-message-id,
wl-summary-message-number, elmo-message-field,
elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb,
wl-summary-line-from, rmail-narrow-to-non-pruned-header,
gnus-article-show-summary, gnus-summary-beginning-of-article,
gnus-summary-article-header, mail-header-from, mail-header-id,
mail-header-date, gnus-summary-subject-string, remember-buffer-desc,
table--at-cell-p, delete-menu-item, set-menubar-dirty-flag,
region-active-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/org.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/page-ext.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/page.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/paragraphs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/picture.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/po.elc
In toplevel form:
refbib.el:224:7:Warning: assignment to free variable `r2b-variables'
In r2b-clear-variables:
refbib.el:258:16:Warning: reference to free variable `r2b-variables'
In r2b-convert-month:
refbib.el:324:8:Warning: reference to free variable `r2bv-month'
refbib.el:338:25:Warning: assignment to free variable `r2bv-month'
In r2b-snarf-input:
refbib.el:361:11:Warning: reference to free variable `r2bv-author'
refbib.el:365:11:Warning: reference to free variable `r2bv-editor'
refbib.el:370:19:Warning: assignment to free variable `r2bv-primary-author'
refbib.el:377:64:Warning: reference to free variable `r2bv-date'
refbib.el:377:26:Warning: reference to free variable `r2bv-year'
refbib.el:379:50:Warning: assignment to free variable `r2bv-year'
refbib.el:382:64:Warning: reference to free variable `r2bv-month'
refbib.el:383:52:Warning: assignment to free variable `r2bv-month'
refbib.el:389:10:Warning: reference to free variable `r2bv-title'
In r2b-barf-output:
refbib.el:513:29:Warning: reference to free variable `r2bv-primary-author'
refbib.el:513:49:Warning: reference to free variable `r2bv-decade'
refbib.el:514:25:Warning: reference to free variable `r2bv-title-first-word'
refbib.el:605:14:Warning: assignment to free variable `r2bv-kn'
refbib.el:518:35:Warning: reference to free variable `r2bv-journal'
refbib.el:526:35:Warning: assignment to free variable `r2bv-booktitle'
refbib.el:612:32:Warning: assignment to free variable `r2bv-journal'
refbib.el:521:48:Warning: reference to free variable `r2bv-institution'
refbib.el:528:30:Warning: assignment to free variable `r2bv-organization'
refbib.el:528:48:Warning: assignment to free variable `r2bv-institution'
refbib.el:529:30:Warning: assignment to free variable `r2bv-publisher'
refbib.el:530:37:Warning: reference to free variable `r2bv-tr'
refbib.el:530:27:Warning: assignment to free variable `r2bv-note'
refbib.el:533:19:Warning: assignment to free variable `r2bv-tr'
refbib.el:616:34:Warning: reference to free variable `r2bv-booktitle'
refbib.el:535:30:Warning: assignment to free variable `r2bv-school'
refbib.el:567:18:Warning: reference to free variable `r2bv-author'
refbib.el:566:18:Warning: reference to free variable `r2bv-editor'
refbib.el:560:35:Warning: reference to free variable `r2bv-title'
refbib.el:614:29:Warning: assignment to free variable `r2bv-type'
refbib.el:587:30:Warning: assignment to free variable `r2bv-number'
refbib.el:603:14:Warning: assignment to free variable `r2bv-entry-kind'
refbib.el:603:8:Warning: reference to free variable `r2bv-entry-kind'
refbib.el:605:8:Warning: reference to free variable `r2bv-kn'
refbib.el:609:29:Warning: reference to free variable `r2bv-year'
refbib.el:611:30:Warning: reference to free variable `r2bv-month'
refbib.el:613:31:Warning: reference to free variable `r2bv-volume'
refbib.el:614:8:Warning: reference to free variable `r2bv-type'
refbib.el:615:8:Warning: reference to free variable `r2bv-number'
refbib.el:618:8:Warning: reference to free variable `r2bv-publisher'
refbib.el:620:8:Warning: reference to free variable `r2bv-organization'
refbib.el:621:8:Warning: reference to free variable `r2bv-school'
refbib.el:622:30:Warning: reference to free variable `r2bv-pages'
refbib.el:623:32:Warning: reference to free variable `r2bv-address'
refbib.el:624:8:Warning: reference to free variable `r2bv-note'
refbib.el:625:33:Warning: reference to free variable `r2bv-keywords'
refbib.el:626:30:Warning: reference to free variable `r2bv-where'
refbib.el:627:33:Warning: reference to free variable `r2bv-ordering'
refbib.el:628:31:Warning: reference to free variable `r2bv-annote'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/refbib.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/refer.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/refill.elc
In end of data:
reftex-auc.el:215:1:Warning: the following functions are not known to be
defined: TeX-argument-prompt, LaTeX-label-list, LaTeX-add-labels,
TeX-argument-insert, multi-prompt, LaTeX-bibitem-list,
LaTeX-index-entry-list, LaTeX-add-index-entries
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-auc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-cite.elc
In end of data:
reftex-dcr.el:484:1:Warning: the following functions are not known to be
defined: itimer-live-p, start-itimer, bibtex-beginning-of-entry
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-dcr.elc
In reftex-find-duplicate-labels:
reftex-global.el:136:32:Warning: assignment to free variable `TeX-master'
In reftex-isearch-wrap-function:
reftex-global.el:345:17:Warning: reference to free variable
`isearch-next-buffer-function'
In reftex-isearch-isearch-search:
reftex-global.el:374:33:Warning: reference to free variable
`isearch-next-buffer-function'
In reftex-isearch-minor-mode:
reftex-global.el:455:37:Warning: assignment to free variable
`isearch-next-buffer-function'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-global.elc
In reftex-index-initialize-phrases-buffer:
reftex-index.el:1240:15:Warning: assignment to free variable `TeX-master'
In reftex-index-phrases-mode:
reftex-index.el:1310:60:Warning: assignment to free variable
`reftex-index-phrases-marker'
In end of data:
reftex-index.el:2091:1:Warning: the following functions are not known to be
defined: region-exists-p, texmathp, LaTeX-add-index-entries
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-index.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-parse.elc
In end of data:
reftex-ref.el:850:1:Warning: the function `LaTeX-add-labels' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-ref.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-sel.elc
In reftex-toc-mode:
reftex-toc.el:74:65:Warning: assignment to free variable `zmacs-regions'
reftex-toc.el:63:23:Warning: assignment to free variable
`reftex-toc-include-labels-indicator'
reftex-toc.el:59:25:Warning: assignment to free variable
`reftex-toc-max-level-indicator'
In reftex-make-separate-toc-frame:
reftex-toc.el:991:35:Warning: `focus-frame' is an obsolete function (as of
Emacs 22.1); it does nothing.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-toc.elc
In reftex-set-dirty:
reftex-vars.el:32:11:Warning: assignment to free variable
`reftex-tables-dirty'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-vars.elc
In reftex-TeX-master-file:
reftex.el:530:8:Warning: `buffer-file-name' called for effect
In reftex-fontify-select-label-buffer:
reftex.el:2300:48:Warning: assignment to free variable `font-lock-keywords'
In end of data:
reftex.el:2608:1:Warning: the following functions might not be defined at
runtime: easy-menu-add, easy-menu-remove
reftex.el:2608:1:Warning: the following functions are not known to be defined:
reftex-plug-into-AUCTeX, reftex-toggle-auto-view-crossref,
reftex-toggle-auto-toc-recenter, TeX-update-style, reftex-do-parse,
reftex-make-overlay, reftex-overlay-put, reftex-move-overlay,
reftex-delete-overlay
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/sgml-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/spell.elc
In table--test-cell-list:
table.el:4965:17:Warning: `replace-regexp' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/table.elc
In tex-font-lock-syntactic-face-function:
tex-mode.el:674:18:Warning: reference to free variable
`font-lock-comment-face'
In tex-mode:
tex-mode.el:827:8:Warning: function `tex-mode' defined multiple times in this
file
In doctex-font-lock-syntactic-face-function:
tex-mode.el:2470:5:Warning: reference to free variable `font-lock-doc-face'
In end of data:
tex-mode.el:2502:1:Warning: the following functions are not known to be
defined: font-lock-default-unfontify-region,
reftex-scanning-info-available-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/tex-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/texinfmt.elc
In texinfo-mode:
texinfo.el:620:16:Warning: assignment to free variable `outline-heading-alist'
texinfo.el:622:17:Warning: reference to free variable `outline-heading-alist'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/texinfo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/texnfo-upd.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/text-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/tildify.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/two-column.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/underline.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/toolbar/tool-bar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-about.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-auth.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-cache.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-cid.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-cookie.elc
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-dav.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-dired.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-expand.elc
In end of data:
url-file.el:244:1:Warning: the following functions are not known to be
defined: ange-ftp-set-passwd, efs-set-passwd,
url-generate-unique-filename, ange-ftp-copy-file-internal,
efs-copy-file-internal, efs-ftp-path
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-file.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-ftp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-gw.elc
In end of data:
url-handlers.el:273:1:Warning: the function `url-scheme-get-property' might
not be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-handlers.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-history.elc
In url-http-handle-cookies:
url-http.el:346:29:Warning: reference to free variable
`url-http-cookies-sources'
In url-http:
url-http.el:1062:15:Warning: assignment to free variable
`url-http-cookies-sources'
In end of data:
url-http.el:1231:1:Warning: the following functions are not known to be
defined: url-expand-file-name, url-http-symbol-value-in-buffer
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-http.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-https.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-imap.elc
In end of data:
url-irc.el:80:1:Warning: the following functions are not known to be defined:
zenirc, zenirc-send-line
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-irc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-ldap.elc
In end of data:
url-mailto.el:130:1:Warning: the function `mail-send-and-exit' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-mailto.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-methods.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-misc.elc
In url-snews:
url-news.el:131:44:Warning: reference to free variable `nntp-open-tls-stream'
url-news.el:132:42:Warning: reference to free variable `nntp-open-ssl-stream'
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-news.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-nfs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-ns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-parse.elc
In end of data:
url-privacy.el:83:1:Warning: the function `url-device-type' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-privacy.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-proxy.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-vars.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url.elc
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/vc-dav.elc
Directories: calc calendar emacs-lisp emulation eshell gnus
international language mail mh-e net obsolete play progmodes term
textmodes toolbar url
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte
-l finder -f finder-compile-keywords-make-dist
C:/bin/emacs/gcc/HEAD/lisp calc calendar emacs-lisp emulation eshell
gnus international language mail mh-e net obsolete play progmodes term
textmodes toolbar url
Loading vc-cvs...
Directory C:/bin/emacs/gcc/HEAD/lisp
Directory calc
Directory calendar
Directory emacs-lisp
Directory emulation
Directory eshell
Directory gnus
Directory international
Directory language
Directory mail
Directory mh-e
Directory net
Directory obsolete
Directory play
Directory progmodes
Directory term
Directory textmodes
Directory toolbar
Directory url
Wrote c:/bin/emacs/gcc/HEAD/lisp/finder-inf.el
Directories: calc calendar emacs-lisp emulation eshell gnus
international language mail mh-e net obsolete play progmodes term
textmodes toolbar url
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte
-l cus-dep --eval "(setq find-file-hook nil)" -f
custom-make-dependencies C:/bin/emacs/gcc/HEAD/lisp calc calendar
emacs-lisp emulation eshell gnus international language mail mh-e net
obsolete play progmodes term textmodes toolbar url
Directory C:/bin/emacs/gcc/HEAD/lisp
Directory calc
Directory calendar
Directory emacs-lisp
Directory emulation
Directory eshell
Directory gnus
Directory international
Directory language
Directory mail
Directory mh-e
Directory net
Directory obsolete
Directory play
Directory progmodes
Directory term
Directory textmodes
Directory toolbar
Directory url
Generating cus-load.el...
Saving file c:/bin/emacs/gcc/HEAD/lisp/cus-load.el...
Loading vc-cvs...
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-load.el
Generating cus-load.el...done
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/lisp'
make -C ../lib-src DOC
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/lib-src'
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1
-DNO_LDAV=1 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc -I../src -o
oo-spd/i386/make-docfile.o make-docfile.c
Assembler messages:
FATAL: can't create oo-spd/i386/make-docfile.o: No such file or directory
make[1]: *** [oo-spd/i386/make-docfile.o] Error 1
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/lib-src'
make: *** [bootstrap-gmake] Error 2
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 8:36 ` Juanma Barranquero
@ 2005-06-13 8:37 ` Juanma Barranquero
2005-06-13 8:39 ` Juanma Barranquero
2005-06-13 12:29 ` Eli Zaretskii
1 sibling, 1 reply; 14+ messages in thread
From: Juanma Barranquero @ 2005-06-13 8:37 UTC (permalink / raw)
Cc: emacs-devel
In smerge-popup-context-menu:
smerge-mode.el:330:12:Warning: reference to free variable `smerge-mode'
In smerge-ediff:
smerge-mode.el:664:35:Warning: reference to free variable
`ediff-ancestor-buffer'
smerge-mode.el:676:17:Warning: assignment to free variable `ediff-quit-hook'
In smerge-mode:
smerge-mode.el:686:32:Warning: assignment to free variable
`font-lock-multiline'
In end of data:
smerge-mode.el:700:1:Warning: the following functions are not known to be
defined: ediff-cleanup-mess, font-lock-fontify-region
Wrote c:/bin/emacs/gcc/HEAD/lisp/smerge-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/sort.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/soundex.elc
In speedbar-frame-mode:
speedbar.el:1094:50:Warning: reference to free variable
`x-pointer-top-left-arrow'
speedbar.el:1096:34:Warning: reference to free variable `x-pointer-hand2'
In speedbar-mode:
speedbar.el:1257:11:Warning: assignment to free variable `font-lock-keywords'
In speedbar-restricted-move:
speedbar.el:1607:37:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
speedbar.el:1605:40:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-item-info-tag-helper:
speedbar.el:1793:49:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-check-vc:
speedbar.el:3029:38:Warning: reference to free variable `ange-ftp-path-format'
speedbar.el:3035:34:Warning: reference to free variable `efs-path-regexp'
In speedbar-check-vc-this-line:
speedbar.el:3063:14:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-check-obj-this-line:
speedbar.el:3152:14:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-line-file:
speedbar.el:3309:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-files-line-path:
speedbar.el:3372:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-path-line:
speedbar.el:3412:22:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-delete-subblock:
speedbar.el:3525:25:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-center-buffer-smartly:
speedbar.el:3675:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-extract-one-symbol:
speedbar.el:3903:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In end of data:
speedbar.el:4363:1:Warning: the following functions are not known to be
defined: speedbar-frame-parameter, face-height, event-button,
speedbar-mode-line-update, set-buffer-menubar, event-closest-point,
popup-mode-menu, misc-user-event-p, next-event, dispatch-event,
semantic-token-p, semantic-summerize-nonterminal, semantic-token-name,
delete-itimer, start-itimer, event-over-glyph-p, event-glyph-extent,
extent-end-position, speedbar-mouse-event-p, speedbar-make-overlay,
speedbar-overlay-put, speedbar-delete-overlay,
speedbar-find-image-on-load-path
Wrote c:/bin/emacs/gcc/HEAD/lisp/speedbar.elc
In command-line:
startup.el:1003:21:Warning: reference to free variable `x-session-previous-id'
Wrote c:/bin/emacs/gcc/HEAD/lisp/startup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/strokes.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tabify.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/talk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tar-mode.elc
In tempo-insert-template:
tempo.el:307:22:Warning: reference to free variable `zmacs-regions'
Wrote c:/bin/emacs/gcc/HEAD/lisp/tempo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/terminal.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/thingatpt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/thumbs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/time-stamp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/time.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/timezone.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tmm.elc
In tooltip-mode:
tooltip.el:168:45:Warning: reference to free variable `gud-tooltip-mode'
In tooltip-process-prompt-regexp:
tooltip.el:297:26:Warning: reference to free variable `comint-prompt-regexp'
Wrote c:/bin/emacs/gcc/HEAD/lisp/tooltip.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tree-widget.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/type-break.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/uniquify.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/userlock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-arch.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-cvs.elc
In vc-toggle-read-only:
vc-hooks.el:597:40:Warning: reference to free variable `vc-dired-mode'
In end of data:
vc-hooks.el:910:1:Warning: the following functions are not known to be
defined: vc-dired-resynch-file, vc-checkout
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-hooks.elc
In end of data:
vc-mcvs.el:602:1:Warning: the function `vc-default-revert' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-mcvs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-rcs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-sccs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-svn.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vcursor.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/view.elc
In end of data:
vms-patch.el:264:1:Warning: the following functions are not known to be
defined: vms-system-info, subprocess-command-to-buffer,
send-command-to-subprocess
Wrote c:/bin/emacs/gcc/HEAD/lisp/vms-patch.elc
In subprocess-input:
vmsproc.el:48:23:Warning: reference to free variable `subprocess-buf'
In start-subprocess:
vmsproc.el:69:17:Warning: assignment to free variable `subprocess-buf'
vmsproc.el:69:6:Warning: reference to free variable `subprocess-buf'
In subprocess-command:
vmsproc.el:110:30:Warning: reference to free variable `subprocess-buf'
In command-send-input:
vmsproc.el:134:8:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
vmsproc.el:149:1:Warning: the following functions are not known to be defined:
spawn-subprocess, send-command-to-subprocess
Wrote c:/bin/emacs/gcc/HEAD/lisp/vmsproc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vt-control.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vt100-led.elc
In w32-shell-name:
w32-fns.el:63:47:Warning: reference to free variable
`explicit-shell-file-name'
In w32-check-shell-configuration:
w32-fns.el:105:34:Warning: reference to free variable
`explicit-shell-file-name'
Wrote c:/bin/emacs/gcc/HEAD/lisp/w32-fns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/w32-vars.elc
In end of data:
wdired.el:751:1:Warning: the function `make-symbolic-link' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/wdired.elc
In end of data:
whitespace.el:858:1:Warning: the following functions are not known to be
defined: whitespace-mode-line-update, whitespace-make-overlay,
whitespace-overlay-put
Wrote c:/bin/emacs/gcc/HEAD/lisp/whitespace.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/wid-browse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/wid-edit.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/widget.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/windmove.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/window.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/winner.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/woman.elc
In end of data:
x-dnd.el:742:1:Warning: the following functions are not known to be defined:
x-window-property, x-change-window-property, x-get-atom-name,
x-send-client-message, x-get-selection-internal
Wrote c:/bin/emacs/gcc/HEAD/lisp/x-dnd.elc
In xml-parse-dtd:
xml.el:651:52:Warning: reference to free variable `xml-att-def-re'
Wrote c:/bin/emacs/gcc/HEAD/lisp/xml.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/xt-mouse.elc
In end of data:
calc-aent.el:1313:1:Warning: the following functions are not known to be
defined: math-evaluate-expr, calc-refresh-evaltos, calc-execute-kbd-macro,
math-is-true, calc-explain-why, calc-alg-edit,
math-composite-inequalities, math-flatten-lands, math-multi-subst,
calcFunc-vmatches, math-simplify, math-known-matrixp,
math-parse-fortran-subscr, math-to-radians-2, math-read-string,
math-read-brackets, math-read-angle-brackets
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-aent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-alg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-arith.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-bin.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-comb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-cplx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-embed.elc
In end of data:
calc-ext.el:3321:1:Warning: the following functions are not known to be
defined: math-clip, math-round, math-simplify, math-simplify-extended,
math-simplify-units, calc-set-language, calc-flush-caches,
calc-save-modes, calc-embedded-modes-change, calc-embedded-var-change,
math-mul-float, math-arctan-raw, math-sqrt-float, math-exp-minus-1-raw,
math-sqrt-raw, math-provably-integer, math-map-vec, math-make-frac,
math-normalize-polar, math-normalize-hms, math-normalize-mod,
math-make-sdev, math-make-intv, math-normalize-logical-op,
math-possible-signs, math-infinite-dir, math-calcFunc-to-var,
calc-embedded-evaluate-expr, math-known-nonzerop, math-read-expr-level,
math-read-big-rec, math-read-big-balance, math-format-date,
math-vector-is-string, math-vector-to-string, math-format-radix-float,
math-compose-expr, math-abs, math-format-bignum-binary,
math-format-bignum-octal, math-format-bignum-hex,
math-format-bignum-radix, math-compute-max-digits
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-ext.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-fin.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-forms.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-frac.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-funcs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-graph.elc
In end of data:
calc-help.el:682:1:Warning: the following functions are not known to be
defined: Info-mode, Info-last
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-help.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-incom.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-keypd.elc
In end of data:
calc-lang.el:1290:1:Warning: the following functions are not known to be
defined: math-read-factor, math-read-expr-level
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-lang.elc
In end of data:
calc-macs.el:202:1:Warning: the following functions are not known to be
defined: math-zerop, math-negp, math-looks-negp, math-posp, math-compare,
math-bignum, math-compare-bignum
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-macs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-map.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-math.elc
In end of data:
calc-misc.el:763:1:Warning: the following functions are not known to be
defined: calc-do-keypad, calc-inv-hyp-prefix-help,
calc-inverse-prefix-help, calc-hyperbolic-prefix-help, calc-explain-why,
calc-clear-command-flag, calc-roll-down-with-selections,
calc-roll-up-with-selections, calc-last-args, calc-is-inverse,
calc-do-prefix-help, math-objvecp, math-known-scalarp, math-vectorp,
math-matrixp, math-trunc-special, math-trunc-fancy, math-floor-special,
math-floor-fancy, math-square-matrixp, math-matrix-inv-raw,
math-mod-fancy, math-pow-of-zero, math-pow-zero, math-pow-fancy
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-misc.elc
In end of data:
calc-mode.el:672:1:Warning: the function `calc-embedded-save-original-modes'
is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-mtx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-poly.elc
In end of data:
calc-prog.el:2364:1:Warning: the following functions are not known to be
defined: edmacro-format-keys, edmacro-parse-keys, math-read-expr-level
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-prog.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-rewr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-rules.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-sel.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-stat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-store.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-stuff.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-trail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-undo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-units.elc
In end of data:
calc-vec.el:1596:1:Warning: the function `math-read-expr-level' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-vec.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-yank.elc
In end of data:
calc.el:3489:1:Warning: the following functions are not known to be defined:
calc-set-language, calc-edit-finish, calc-edit-cancel, calc-do-quick-calc,
calc-do-calc-eval, calc-do-keypad, calcFunc-unixtime, math-parse-date,
math-lessp, calc-embedded-finish-command, calc-embedded-select-buffer,
calc-gnuplot-alive, calc-embedded-mode-line-change,
calc-push-list-in-macro, calc-replace-selections, calc-record-list,
calc-normalize-fancy, calc-do-handle-whys, calc-top-selected,
calc-sel-error, calc-pop-stack-in-macro, calc-embedded-stack-change,
calc-refresh-evaltos, calc-do-refresh, calc-binary-op-fancy,
calc-unary-op-fancy, calc-delete-selection, calc-alg-digit-entry,
calc-alg-entry, calc-dots, calc-temp-minibuffer-message,
math-read-radix-digit, calc-digit-dots, math-normalize-fancy,
math-normalize-nonstandard, math-recompile-eval-rules,
math-apply-rewrites, calc-record-why, math-dimension-error,
calc-incomplete-error, math-float-fancy, math-neg-fancy,
calc-add-fractions, math-add-objects-fancy, math-add-symb-fancy,
math-mul-zero, calc-mul-fractions, math-mul-objects-fancy,
math-mul-symb-fancy, math-reject-arg, math-div-by-zero, math-div-zero,
math-make-frac, calc-div-fractions, math-div-objects-fancy,
math-div-symb-fancy, math-compose-expr, math-comp-width,
math-composition-to-string, math-stack-value-offset-fancy,
math-format-flat-expr-fancy, math-adjust-fraction, math-format-binary,
math-format-radix, math-group-float, math-mod, math-format-number-fancy,
math-format-bignum-fancy, math-read-number-fancy, calc-do-grab-region,
calc-do-grab-rectangle, calc-do-embedded, calc-do-embedded-activate,
math-do-defmath, next-command-event, event-to-character,
calc-load-everything
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calcalg2.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calcalg3.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calccomp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calcsel2.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/appt.elc
In diary-bahai-date:
cal-bahai.el:178:57:Warning: reference to free variable `date'
In holiday-bahai:
cal-bahai.el:187:30:Warning: reference to free variable `displayed-month'
cal-bahai.el:187:49:Warning: reference to free variable `displayed-year'
In list-bahai-diary-entries:
cal-bahai.el:211:12:Warning: reference to free variable `number'
cal-bahai.el:214:20:Warning: reference to free variable `original-date'
In mark-bahai-calendar-date-pattern:
cal-bahai.el:428:16:Warning: reference to free variable `displayed-month'
cal-bahai.el:429:16:Warning: reference to free variable `displayed-year'
In end of data:
cal-bahai.el:509:1:Warning: the following functions are not known to be
defined: add-to-diary-list, diary-name-pattern, mark-calendar-days-named
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-bahai.elc
In diary-chinese-date:
cal-china.el:500:60:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-china.elc
In diary-coptic-date:
cal-coptic.el:170:41:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-coptic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-dst.elc
In diary-french-date:
cal-french.el:250:41:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-french.elc
In list-hebrew-diary-entries:
cal-hebrew.el:514:12:Warning: reference to free variable `number'
cal-hebrew.el:517:20:Warning: reference to free variable `original-date'
In diary-hebrew-date:
cal-hebrew.el:900:73:Warning: reference to free variable `date'
In diary-omer:
cal-hebrew.el:910:49:Warning: reference to free variable `date'
In diary-yahrzeit:
cal-hebrew.el:948:22:Warning: reference to free variable `date'
cal-hebrew.el:953:23:Warning: reference to free variable `entry'
In diary-rosh-hodesh:
cal-hebrew.el:967:47:Warning: reference to free variable `date'
In diary-parasha:
cal-hebrew.el:1047:46:Warning: reference to free variable `date'
In end of data:
cal-hebrew.el:1209:1:Warning: the following functions are not known to be
defined: filter-visible-calendar-holidays, add-to-diary-list,
diary-name-pattern, mark-calendar-days-named
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-hebrew.elc
In diary-islamic-date:
cal-islam.el:174:42:Warning: reference to free variable `date'
In list-islamic-diary-entries:
cal-islam.el:209:12:Warning: reference to free variable `number'
cal-islam.el:212:20:Warning: reference to free variable `original-date'
In end of data:
cal-islam.el:501:1:Warning: the following functions are not known to be
defined: add-to-diary-list, diary-name-pattern, mark-calendar-days-named
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-islam.elc
In diary-iso-date:
cal-iso.el:139:52:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-iso.elc
In diary-julian-date:
cal-julian.el:168:58:Warning: reference to free variable `date'
In diary-astro-day-number:
cal-julian.el:209:39:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-julian.elc
In diary-mayan-date:
cal-mayan.el:375:56:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-mayan.elc
In calendar-mouse-holidays:
cal-menu.el:332:12:Warning: reference to free variable `event'
In calendar-mouse-view-diary-entries:
cal-menu.el:362:12:Warning: reference to free variable `event'
In calendar-mouse-print-dates:
cal-menu.el:499:11:Warning: reference to free variable `event'
cal-menu.el:501:42:Warning: reference to free variable `date'
In calendar-mouse-cal-tex-menu:
cal-menu.el:583:40:Warning: reference to free variable `date'
In cal-tex-mouse-filofax:
cal-menu.el:606:40:Warning: reference to free variable `date'
In end of data:
cal-menu.el:643:1:Warning: the following functions might not be defined at
runtime: calendar-hebrew-date-string, calendar-islamic-date-string,
calendar-bahai-date-string, calendar-sunrise-sunset,
calendar-cursor-holidays, insert-diary-entry, cal-tex-cursor-day,
cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso,
cal-tex-cursor-week-monday, cal-tex-cursor-filofax-daily,
cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week,
cal-tex-cursor-month, cal-tex-cursor-month-landscape, cal-tex-cursor-year,
cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape,
calendar-iso-date-string, calendar-julian-date-string,
calendar-astro-date-string, calendar-persian-date-string,
calendar-chinese-date-string, calendar-coptic-date-string,
calendar-ethiopic-date-string, calendar-french-date-string,
calendar-mayan-date-string, calendar-print-chinese-date,
calendar-goto-date
cal-menu.el:643:1:Warning: the following functions are not known to be
defined: check-calendar-holidays, list-diary-entries
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-menu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-move.elc
In diary-persian-date:
cal-persia.el:205:60:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-persia.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-tex.elc
In end of data:
cal-x.el:173:1:Warning: the function `make-fancy-diary-buffer' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-x.elc
In end of data:
calendar.el:3144:1:Warning: the following functions are not known to be
defined: view-diary-entries, list-calendar-holidays,
Info-find-emacs-command-nodes, Info-find-node
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/calendar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/diary-lib.elc
In end of data:
holidays.el:523:1:Warning: the function `calendar-absolute-from-julian' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/holidays.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/icalendar.elc
In diary-phases-of-moon:
lunar.el:250:50:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/lunar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/parse-time.elc
In diary-sunrise-sunset:
solar.el:919:32:Warning: reference to free variable `date'
In diary-sabbath-candles:
solar.el:935:47:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/solar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/time-date.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/timeclock.elc
In end of data:
todo-mode.el:959:1:Warning: the function `calendar-current-date' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/todo-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/advice.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/assoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/authors.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/autoload.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/backquote.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/benchmark.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/bindat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/byte-run.elc
In checkdoc-output-mode:
checkdoc.el:2597:8:Warning: assignment to free variable
`compilation-error-regexp-alist'
checkdoc.el:2599:8:Warning: assignment to free variable
`compilation-mode-font-lock-keywords'
In end of data:
checkdoc.el:2662:1:Warning: the following functions are not known to be
defined: checkdoc-make-overlay, checkdoc-delete-overlay,
checkdoc-overlay-put, checkdoc-char=, checkdoc-call-eval-buffer
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/checkdoc.elc
In build-klist:
cl-compat.el:108:59:Warning: Function `set-difference' from cl package called
at runtime
In cl-floor:
cl-compat.el:128:56:Warning: Function `floor*' from cl package called at
runtime
In cl-ceiling:
cl-compat.el:129:60:Warning: Function `ceiling*' from cl package called at
runtime
In cl-round:
cl-compat.el:130:56:Warning: Function `round*' from cl package called at
runtime
In cl-truncate:
cl-compat.el:131:62:Warning: Function `truncate*' from cl package called at
runtime
In safe-idiv:
cl-compat.el:136:18:Warning: Function `signum' from cl package called at
runtime
cl-compat.el:136:27:Warning: Function `signum' from cl package called at
runtime
In zip-lists:
cl-compat.el:146:23:Warning: Function `mapcan' from cl package called at
runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-compat.elc
In coerce:
cl-extra.el:56:73:Warning: Function `coerce' from cl package called at runtime
cl-extra.el:58:19:Warning: Function `typep' from cl package called at runtime
In equalp:
cl-extra.el:79:41:Warning: Function `equalp' from cl package called at runtime
cl-extra.el:84:54:Warning: Function `equalp' from cl package called at runtime
cl-extra.el:85:20:Warning: Function `equalp' from cl package called at runtime
In map:
cl-extra.el:128:33:Warning: Function `coerce' from cl package called at
runtime
In cl-map-keymap-recursively:
cl-extra.el:228:30:Warning: Function `cl-map-keymap-recursively' from cl
package called at runtime
In lcm:
cl-extra.el:342:38:Warning: Function `gcd' from cl package called at runtime
In ceiling*:
cl-extra.el:365:24:Warning: Function `floor*' from cl package called at
runtime
In truncate*:
cl-extra.el:373:17:Warning: Function `floor*' from cl package called at
runtime
cl-extra.el:373:32:Warning: Function `ceiling*' from cl package called at
runtime
In round*:
cl-extra.el:387:30:Warning: Function `floor*' from cl package called at
runtime
In mod*:
cl-extra.el:395:20:Warning: Function `floor*' from cl package called at
runtime
In rem*:
cl-extra.el:399:23:Warning: Function `truncate*' from cl package called at
runtime
In random*:
cl-extra.el:423:21:Warning: Function `random*' from cl package called at
runtime
cl-extra.el:430:55:Warning: Function `random*' from cl package called at
runtime
cl-extra.el:431:29:Warning: Function `random*' from cl package called at
runtime
In make-random-state:
cl-extra.el:436:42:Warning: Function `make-random-state' from cl package
called at runtime
cl-extra.el:439:32:Warning: Function `make-random-state' from cl package
called at runtime
In cl-remprop:
cl-extra.el:603:25:Warning: Function `cl-do-remf' from cl package called at
runtime
In cl-macroexpand-all:
cl-extra.el:683:21:Warning: Function `compiler-macroexpand' from cl package
called at runtime
cl-extra.el:727:52:Warning: Function `sublis' from cl package called at
runtime
cl-extra.el:726:45:Warning: Function `sublis' from cl package called at
runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-extra.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-indent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-macs.elc
In reduce:
cl-seq.el:133:26:Warning: Function `subseq' from cl package called at runtime
In sort*:
cl-seq.el:616:65:Warning: Function `replace' from cl package called at runtime
In merge:
cl-seq.el:646:57:Warning: Function `coerce' from cl package called at runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-seq.elc
In pop:
cl.el:141:16:Warning: Function `cl-do-pop' from cl package called at runtime
In mapcar*:
cl.el:345:23:Warning: Function `cl-mapcar-many' from cl package called at
runtime
In cl-hack-byte-compiler:
cl.el:691:10:Warning: Function `cl-compile-time-init' from cl package called
at runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/copyright.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/crm.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cust-print.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/debug.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/derived.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/disass.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/easy-mmode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/easymenu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/edebug.elc
In eldoc-display-message-no-interference-p:
eldoc.el:225:42:Warning: reference to free variable `edebug-active'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/eldoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/elint.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/elp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/ewoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/find-func.elc
In find-gc-unsafe:
find-gc.el:36:27:Warning: reference to free variable `unsafe-list'
find-gc.el:38:66:Warning: assignment to free variable `unsafe-list'
find-gc.el:41:7:Warning: assignment to free variable `emacs-source-directory'
In find-unsafe-funcs:
find-gc.el:51:9:Warning: assignment to free variable `unsafe-list'
In trace-unsafe:
find-gc.el:56:26:Warning: reference to free variable `subrs-used'
find-gc.el:58:44:Warning: reference to free variable `unsafe-list'
find-gc.el:61:28:Warning: reference to free variable `noreturn-list'
find-gc.el:63:60:Warning: assignment to free variable `unsafe-list'
find-gc.el:71:7:Warning: assignment to free variable `noreturn-list'
In trace-call-tree:
find-gc.el:86:31:Warning: reference to free variable `emacs-source-directory'
find-gc.el:89:11:Warning: assignment to free variable `subrs-called'
find-gc.el:91:18:Warning: reference to free variable `source-files'
find-gc.el:108:48:Warning: reference to free variable `subrs-called'
find-gc.el:124:7:Warning: assignment to free variable `source-files'
In trace-use-tree:
find-gc.el:141:47:Warning: reference to free variable `subrs-called'
find-gc.el:147:40:Warning: assignment to free variable `subrs-used'
find-gc.el:148:34:Warning: reference to free variable `subrs-used'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/find-gc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/float-sup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/generic.elc
In end of data:
gulp.el:177:1:Warning: the following functions are not known to be defined:
mail-subject, mail-send
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/gulp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/helper.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/levents.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lisp-mnt.elc
In lisp-font-lock-syntactic-face-function:
lisp-mode.el:161:11:Warning: reference to free variable `font-lock-doc-face'
lisp-mode.el:162:9:Warning: reference to free variable `font-lock-string-face'
lisp-mode.el:163:5:Warning: reference to free variable
`font-lock-comment-face'
In lisp-mode:
lisp-mode.el:361:9:Warning: assignment to free variable
`font-lock-keywords-case-fold-search'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lisp-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lisp.elc
In toplevel form:
lmenu.el:35:32:Warning: assignment to free variable `recompute-lucid-menubar'
In recompute-lucid-menubar:
lmenu.el:37:15:Warning: reference to free variable `lucid-menubar-map'
lmenu.el:42:20:Warning: assignment to free variable `lucid-failing-menubar'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lmenu.elc
In x-select-make-extent-for-selection:
lselect.el:99:46:Warning: reference to free variable
`mouse-highlight-priority'
In x-dehilight-selection:
lselect.el:155:14:Warning: reference to free variable `zmacs-regions'
lselect.el:163:7:Warning: assignment to free variable
`x-lost-selection-functions'
In end of data:
lselect.el:236:1:Warning: the following functions are not known to be defined:
x-get-selection-internal, extentp, extent-buffer, extent-start-position,
extent-end-position, delete-extent, set-extent-endpoints, make-extent,
set-extent-priority, set-extent-face, x-disown-selection-internal,
zmacs-deactivate-region, x-selection-owner-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lselect.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lucid.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/macroexp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/map-ynp.elc
In pp-eval-expression:
pp.el:133:55:Warning: assignment to free variable `font-lock-verbose'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/pp.elc
In end of data:
re-builder.el:698:1:Warning: the following functions are not known to be
defined: frame-property, lre-compile-string
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/re-builder.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/regexp-opt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/regi.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/ring.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/rx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/shadow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/sregex.elc
In syntax-ppss:
syntax.el:194:26:Warning: reference to free variable
`font-lock-beginning-of-syntax-function'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/syntax.elc
In ses-exercise-invalid-spreadsheets:
tcover-ses.el:585:14:Warning: reference to free variable
`ses-initial-global-parameters'
In ses-exercise-startup:
tcover-ses.el:624:9:Warning: assignment to free variable `ses-mode-map'
In end of data:
tcover-ses.el:712:1:Warning: the following functions are not known to be
defined: ses-jump, ses-set-curcell, ses-update-cells, ses-load,
ses-vector-delete, ses-create-header-string, ses-read-cell,
ses-read-symbol, ses-command-hook
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/tcover-ses.elc
In testcover-unsafep:
tcover-unsafep.el:130:11:Warning: assignment to free variable `safe-functions'
In end of data:
tcover-unsafep.el:140:1:Warning: the function `unsafep-function' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/tcover-unsafep.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/testcover.elc
In end of data:
timer.el:483:1:Warning: the function `diary-entry-time' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/timer.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/tq.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/trace.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/unsafep.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/warnings.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/crisp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/cua-base.elc
In end of data:
cua-gmrk.el:389:1:Warning: the function `cua--global-mark-active' might not be
defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/cua-gmrk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/cua-rect.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-lk201.elc
In toplevel form:
edt-mapper.el:245:15:Warning: assignment to free variable
`edt-save-function-key-map'
edt-mapper.el:489:28:Warning: reference to free variable
`edt-save-function-key-map'
edt-mapper.el:490:7:Warning: assignment to free variable `EDT-key-name'
edt-mapper.el:493:4:Warning: reference to free variable `EDT-key-name'
In end of data:
edt-mapper.el:525:1:Warning: the following functions are not known to be
defined: console-type, replace-in-string, event-key, edt-map-key
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-mapper.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-pc.elc
In end of data:
edt-vt100.el:50:1:Warning: the function `vt100-wide-mode' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-vt100.elc
In edt-page-backward:
edt.el:389:37:Warning: assignment to free variable `zmacs-region-stays'
In edt-beginning-of-line:
edt.el:450:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-end-of-line-forward:
edt.el:466:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-end-of-line-backward:
edt.el:477:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-one-word-forward:
edt.el:522:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-one-word-backward:
edt.el:546:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-character:
edt.el:586:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-forward:
edt.el:609:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-next-line:
edt.el:631:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-previous-line:
edt.el:641:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-top:
edt.el:652:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-forward:
edt.el:698:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-backward:
edt.el:723:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-next-forward:
edt.el:769:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-next-backward:
edt.el:793:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-select-mode:
edt.el:858:15:Warning: assignment to free variable `rect-start-point'
In edt-advance:
edt.el:1088:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-backup:
edt.el:1104:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-define-key:
edt.el:1154:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-sentence-forward:
edt.el:1343:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-sentence-backward:
edt.el:1369:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-paragraph-forward:
edt.el:1414:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-paragraph-backward:
edt.el:1439:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-restore-key:
edt.el:1457:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-window-top:
edt.el:1487:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-window-bottom:
edt.el:1499:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-scroll-window-forward-line:
edt.el:1509:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-scroll-window-backward-line:
edt.el:1515:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-to-bottom-of-window:
edt.el:1562:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-to-top-of-window:
edt.el:1572:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-to-middle-of-window:
edt.el:1582:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-goto-percentage:
edt.el:1595:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-duplicate-word:
edt.el:1722:19:Warning: assignment to free variable `edt-last-copied-word'
edt.el:1722:12:Warning: reference to free variable `edt-last-copied-word'
In edt-display-the-time:
edt.el:1768:29:Warning: assignment to free variable `zmacs-region-stays'
edt.el:1770:17:Warning: assignment to free variable `time-string'
edt.el:1770:4:Warning: reference to free variable `time-string'
In edt-remember:
edt.el:1802:19:Warning: reference to free variable `edt-learn-macro-count'
edt.el:1802:44:Warning: assignment to free variable `edt-learn-macro-count'
In edt-split-window:
edt.el:1850:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-cut-rectangle-overstrike-mode:
edt.el:1876:57:Warning: assignment to free variable `edt-rect-start-point'
edt.el:1876:41:Warning: reference to free variable `edt-rect-start-point'
In edt-cut-rectangle-insert-mode:
edt.el:1887:57:Warning: assignment to free variable `edt-rect-start-point'
edt.el:1887:41:Warning: reference to free variable `edt-rect-start-point'
In edt-emulation-on:
edt.el:2138:15:Warning: assignment to free variable
`edt-orig-transient-mark-mode'
In edt-emulation-off:
edt.el:2167:28:Warning: reference to free variable `edt-orig-page-delimiter'
edt.el:2173:31:Warning: reference to free variable
`edt-orig-transient-mark-mode'
In edt-default-emulation-setup:
edt.el:2188:19:Warning: assignment to free variable `edt-default-global-map'
edt.el:2189:17:Warning: reference to free variable `edt-default-global-map'
edt.el:2198:9:Warning: assignment to free variable `edt-learn-macro-count'
In edt-user-emulation-setup:
edt.el:2222:42:Warning: reference to free variable `edt-default-global-map'
edt.el:2224:19:Warning: assignment to free variable `edt-user-global-map'
edt.el:2225:17:Warning: reference to free variable `edt-user-global-map'
In edt-select-default-global-map:
edt.el:2239:19:Warning: reference to free variable `edt-default-global-map'
edt.el:2242:15:Warning: assignment to free variable `edt-orig-page-delimiter'
In edt-select-user-global-map:
edt.el:2257:25:Warning: reference to free variable `edt-user-global-map'
edt.el:2260:21:Warning: assignment to free variable `edt-orig-page-delimiter'
In edt-bind-function-key-default:
edt.el:2285:39:Warning: reference to free variable `*EDT-keys*'
edt.el:2288:23:Warning: reference to free variable `edt-default-global-map'
In edt-bind-key-default:
edt.el:2295:15:Warning: reference to free variable `edt-default-global-map'
In edt-bind-function-key:
edt.el:2311:39:Warning: reference to free variable `*EDT-keys*'
edt.el:2314:23:Warning: reference to free variable `edt-user-global-map'
In edt-bind-key:
edt.el:2321:15:Warning: reference to free variable `edt-user-global-map'
In end of data:
edt.el:2705:1:Warning: the following functions are not known to be defined:
console-type, replace-in-string, zmacs-deactivate-region, events-to-keys,
mark-c-function, mark-fortran-subprogram, edt-setup-user-bindings
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/keypad.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/pc-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/pc-select.elc
In tpu-mark:
tpu-edt.el:549:41:Warning: reference to free variable `zmacs-regions'
In tpu-store-text:
tpu-edt.el:1365:25:Warning: assignment to free variable
`picture-killed-rectangle'
tpu-edt.el:2296:18:Warning: reference to free variable
`repeat-complex-command-map'
In end of data:
tpu-edt.el:2526:1:Warning: the following functions are not known to be
defined: zmacs-activate-region, tpu-emacs-search, tpu-emacs-rev-search,
picture-clear-rectangle, picture-clear-column, picture-yank-rectangle,
tpu-search-internal-core, next-line-internal
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/tpu-edt.elc
In end of data:
tpu-extras.el:484:1:Warning: the following functions are not known to be
defined: picture-forward-column, picture-backward-column,
picture-end-of-line, picture-move-down, picture-move-up, tpu-old-newline,
tpu-old-newline-and-indent, tpu-old-do-auto-fill
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/tpu-extras.elc
In tpu-lucid-map-key:
tpu-mapper.el:182:4:Warning: `format' called for effect
In tpu-emacs-map-key:
tpu-mapper.el:198:4:Warning: `format' called for effect
In end of data:
tpu-mapper.el:396:1:Warning: the following functions are not known to be
defined: set-screen-size, selected-screen, event-key, tpu-map-key
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/tpu-mapper.elc
In vi-goto-line:
vi.el:639:37:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
vi.el:1491:1:Warning: the function `mark-c-function' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/vi.elc
In vip-replace-string:
vip.el:1117:59:Warning: `replace-string' used from Lisp code
That command is designed for interactive use only
In ex-map:
vip.el:2832:18:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In ex-read:
vip.el:2902:12:Warning: `insert-file' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/vip.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-cmd.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
In viper-envelop-ESC-key:
viper-cmd.el:1026:32:Warning: Function `subseq' from cl package called at
runtime
viper-cmd.el:1037:32:Warning: Function `subseq' from cl package called at
runtime
In viper-buffer-search-enable:
viper-cmd.el:3896:40:Warning: variable assignment to constant
`viper-prefix-commands'
In end of data:
viper-cmd.el:4971:1:Warning: the function `viper-heading-end' might not be
defined at runtime.
viper-cmd.el:4971:1:Warning: the following functions are not known to be
defined: quail-input-method, quail-start-translation, character-to-event,
viper-iconify, key-press-event-p, event-key, viper-set-hooks,
viper-get-face
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-cmd.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-cmd.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-ex.elc
In end of data:
viper-init.el:1034:1:Warning: the following functions are not known to be
defined: quail-delete-overlays, quail-mode
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-init.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
In end of data:
viper-keym.el:654:1:Warning: the following functions are not known to be
defined: viper-ex, viper-normalize-minor-mode-map-alist,
viper-set-mode-vars-for
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-keym.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-cmd.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
In ex-map-read-args:
viper-macs.el:186:66:Warning: Function `subseq' from cl package called at
runtime
In ex-unmap-read-args:
viper-macs.el:247:60:Warning: Function `subseq' from cl package called at
runtime
viper-macs.el:256:52:Warning: Function `subseq' from cl package called at
runtime
In viper-exec-mapped-kbd-macro:
viper-macs.el:621:51:Warning: Function `subseq' from cl package called at
runtime
In viper-prefix-subseq-p:
viper-macs.el:704:29:Warning: Function `subseq' from cl package called at
runtime
In viper-find-best-matching-macro:
viper-macs.el:769:47:Warning: Function `subseq' from cl package called at
runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-macs.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-cmd.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
In viper-remember-current-frame:
viper-mous.el:494:9:Warning: variable assignment to constant
`viper-current-frame-saved'
In end of data:
viper-mous.el:678:1:Warning: the function `event-over-text-area-p' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-mous.elc
Loading viper-init.el (source)...
In end of data:
viper-util.el:1515:1:Warning: the following functions are not known to be
defined: viper-int-to-char, viper-characterp, viper-color-defined-p,
viper-overlay-p, viper-forward-Word, vc-locking-user, viper-move-overlay,
viper-make-overlay, viper-overlay-put, viper-overlay-live-p,
viper-overlay-start, viper-overlay-end, character-to-event,
viper-read-event
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-util.elc
Loading viper-init.el (source)...
Loading viper-cmd.el (source)...
Loading viper-util.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/ws-mode.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-alias.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-banner.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-basic.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-cmpl.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-dirs.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-glob.elc
Loading ange-ftp (source)...
In eshell-hist-initialize:
em-hist.el:223:35:Warning: assignment to free variable
`eshell-rebind-keys-alist'
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-hist.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-ls.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-pred.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-prompt.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-rebind.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-script.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-smart.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-term.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-unix.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-xtra.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-arg.elc
Loading ange-ftp (source)...
In end of data:
esh-cmd.el:1419:1:Warning: the function `eshell-debug-command' might not be
defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-cmd.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-ext.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-io.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-mode.elc
Loading ange-ftp (source)...
Loading defgroup from `em-alias.el'
Loading defgroup from `em-banner.el'
Loading defgroup from `em-basic.el'
Loading defgroup from `em-cmpl.el'
Loading defgroup from `em-dirs.el'
Loading defgroup from `em-glob.el'
Loading defgroup from `em-hist.el'
Loading defgroup from `em-ls.el'
Loading defgroup from `em-pred.el'
Loading defgroup from `em-prompt.el'
Loading defgroup from `em-rebind.el'
Loading defgroup from `em-script.el'
Loading defgroup from `em-smart.el'
Loading defgroup from `em-term.el'
Loading defgroup from `em-unix.el'
Loading defgroup from `em-xtra.el'
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-groups.el
Loading defgroup from `em-alias.el'
Loading defgroup from `em-banner.el'
Loading defgroup from `em-basic.el'
Loading defgroup from `em-cmpl.el'
Loading defgroup from `em-dirs.el'
Loading defgroup from `em-glob.el'
Loading defgroup from `em-hist.el'
Loading defgroup from `em-ls.el'
Loading defgroup from `em-pred.el'
Loading defgroup from `em-prompt.el'
Loading defgroup from `em-rebind.el'
Loading defgroup from `em-script.el'
Loading defgroup from `em-smart.el'
Loading defgroup from `em-term.el'
Loading defgroup from `em-unix.el'
Loading defgroup from `em-xtra.el'
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-groups.el
In end of data:
esh-module.el:158:1:Warning: the function `msdos-long-file-names' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-module.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-opt.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-proc.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-test.elc
Loading ange-ftp (source)...
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-var.elc
In end of data:
eshell.el:565:1:Warning: the function `eshell-mode' might not be defined at
runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/eshell.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/binhex.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/canlock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/compface.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/deuglify.elc
In end of data:
dig.el:190:1:Warning: the function `font-lock-set-defaults' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/dig.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/dns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/earcon.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/flow-fill.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/format-spec.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-agent.elc
In gnus-article-wash-html-with-w3m:
gnus-art.el:2483:16:Warning: reference to free variable `w3m-minor-mode-map'
In end of data:
gnus-art.el:7301:1:Warning: the following functions are not known to be
defined: w3-region, w3m-region, Info-menu
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-art.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-async.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-audio.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-bcklg.elc
In end of data:
gnus-cache.el:773:1:Warning: the function `nnml-generate-nov-databases-1'
might not be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-cache.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-cite.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-cus.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-delay.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-demon.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-diary.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-dired.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-draft.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-dup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-eform.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-ems.elc
In end of data:
gnus-fun.el:259:1:Warning: the following functions are not known to be
defined: message-goto-eoh, uncompface, article-narrow-to-head,
gnus-article-goto-header, gnus-add-image, gnus-add-wash-type
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-fun.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-gl.elc
In end of data:
gnus-group.el:4312:1:Warning: the function `nnkiboze-score-file' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-group.elc
Loading gnus-agent...
In end of data:
gnus-int.el:695:1:Warning: the following functions might not be defined at
runtime: gnus-server-opened, gnus-status-message
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-int.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-kill.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-logic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-mh.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-ml.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-mlspl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-move.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-msg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-nocem.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-picon.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-range.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-registry.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-salt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-score.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-setup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-sieve.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-soup.elc
In gnus-update-format-specifications:
gnus-spec.el:193:18:Warning: reference to free variable
`gnus-newsrc-file-version'
In end of data:
gnus-spec.el:763:1:Warning: the function
`gnus-summary-from-or-to-or-newsgroups' is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-spec.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-srvr.elc
In end of data:
gnus-start.el:3111:1:Warning: the function `display-time-event-handler' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-start.elc
In end of data:
gnus-sum.el:11779:1:Warning: the following functions might not be defined at
runtime: turn-on-gnus-mailing-list-mode, gnus-build-sparse-threads,
gnus-cache-write-active, gnus-dead-summary-mode, unmorse-region,
gnus-summary-mark-below, mm-uu-dissect
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-sum.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-topic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-undo.elc
In gnus-fetch-original-field:
gnus-util.el:231:24:Warning: reference to free variable
`gnus-original-article-buffer'
In gnus-write-active-file:
gnus-util.el:1103:34:Warning: reference to free variable
`nnmail-active-file-coding-system'
In gnus-emacs-version:
gnus-util.el:1522:16:Warning: reference to free variable `gnus-user-agent'
In end of data:
gnus-util.el:1583:1:Warning: the following functions are not known to be
defined: gnus-find-method-for-group, gnus-group-name-decode,
gnus-group-name-charset, message-tokenize-header, gnus-get-buffer-create,
mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put,
gnus-make-overlay, mm-append-to-file, gnus-add-text-properties,
x-focus-frame
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-util.elc
In end of data:
gnus-uu.el:2117:1:Warning: the function `make-symbolic-link' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-uu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-vm.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-win.elc
In toplevel form:
gnus.el:1855:10:Warning: reference to free variable
`gnus-spam-newsgroup-contents'
gnus.el:1876:22:Warning: reference to free variable
`gnus-spam-process-newsgroups'
gnus.el:1941:7:Warning: reference to free variable `gnus-spam-autodetect'
gnus.el:2017:10:Warning: reference to free variable
`gnus-spam-autodetect-methods'
gnus.el:2042:10:Warning: reference to free variable
`gnus-spam-process-destinations'
gnus.el:2099:10:Warning: reference to free variable
`gnus-ham-process-destinations'
gnus.el:2134:10:Warning: reference to free variable
`gnus-parameter-ham-marks-alist'
gnus.el:2172:11:Warning: reference to free variable
`gnus-parameter-spam-marks-alist'
In end of data:
gnus.el:4149:1:Warning: the function `gnus-group-decoded-name' might not be
defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/hex-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/html2text.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/ietf-drums.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/imap.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/legacy-gnus-agent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mail-parse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mail-prsvr.elc
In end of data:
mail-source.el:1071:1:Warning: the following functions might not be defined at
runtime: format-spec, format-spec-make, imap-capability
mail-source.el:1071:1:Warning: the function `gnus-compress-sequence' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mail-source.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mailcap.elc
In end of data:
message.el:6883:1:Warning: the following functions are not known to be
defined: rmail-msg-is-pruned, rmail-msg-restore-non-pruned-header,
mail-abbrev-in-expansion-header-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/message.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/messcompat.elc
In end of data:
mm-bodies.el:299:1:Warning: the following functions are not known to be
defined: message-options-get, message-options-set
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-bodies.elc
In mm-display-external:
mm-decode.el:787:32:Warning: reference to free variable
`gnus-current-window-configuration'
In end of data:
mm-decode.el:1481:1:Warning: the following functions are not known to be
defined: gnus-map-function, gnus-configure-windows, delete-annotation,
gnus-replace-in-string, make-glyph, window-pixel-width, glyph-height,
window-pixel-height, mm-view-pkcs7
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-decode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-encode.elc
In mm-inline-external-body:
mm-extern.el:147:31:Warning: reference to free variable
`gnus-article-mime-handles'
mm-extern.el:147:31:Warning: assignment to free variable
`gnus-article-mime-handles'
In end of data:
mm-extern.el:169:1:Warning: the following functions are not known to be
defined: message-goto-body, gnus-display-mime
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-extern.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-partial.elc
In mm-url-insert-file-contents:
mm-url.el:310:17:Warning: assignment to free variable `url-current-object'
mm-url.el:298:33:Warning: reference to free variable `url-package-name'
mm-url.el:300:36:Warning: reference to free variable `url-package-version'
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-url.elc
In toplevel form:
mm-util.el:168:27:Warning: reference to free variable
`mm-mime-mule-charset-alist'
In end of data:
mm-util.el:996:1:Warning: the function `mm-detect-coding-region' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-uu.elc
In mm-inline-text-html-render-with-w3:
mm-view.el:138:23:Warning: reference to free variable
`w3-meta-content-type-charset-regexp'
mm-view.el:139:23:Warning: reference to free variable
`w3-meta-charset-content-type-regexp'
In mm-setup-w3m:
mm-view.el:195:38:Warning: reference to free variable
`w3m-cid-retrieve-function-alist'
mm-view.el:197:13:Warning: assignment to free variable
`w3m-cid-retrieve-function-alist'
mm-view.el:199:9:Warning: assignment to free variable
`w3m-display-inline-images'
In mm-w3m-cid-retrieve:
mm-view.el:216:51:Warning: reference to free variable `w3m-current-buffer'
mm-view.el:217:32:Warning: reference to free variable
`gnus-article-mime-handles'
In mm-inline-text-html-render-with-w3m:
mm-view.el:239:20:Warning: reference to free variable `w3m-minor-mode-map'
In mm-view-message:
mm-view.el:407:31:Warning: reference to free variable
`gnus-article-mime-handles'
mm-view.el:407:31:Warning: assignment to free variable
`gnus-article-mime-handles'
In mm-inline-message:
mm-view.el:430:28:Warning: reference to free variable `gnus-newsgroup-charset'
mm-view.el:444:35:Warning: reference to free variable
`gnus-article-mime-handles'
mm-view.el:444:35:Warning: assignment to free variable
`gnus-article-mime-handles'
In mm-view-pkcs7-decrypt:
mm-view.el:564:19:Warning: reference to free variable `smime-keys'
In end of data:
mm-view.el:580:1:Warning: the following functions are not known to be defined:
make-annotation, set-extent-property, w3-do-setup, w3-region,
w3m-detect-meta-charset, w3m-region, w3-prepare-buffer, map-extents,
smime-decrypt-region, smime-get-key-by-email
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-view.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml-sec.elc
In mml-smime-sign-query:
mml-smime.el:80:42:Warning: reference to free variable
`gnus-extract-address-components'
In mml-smime-get-dns-cert:
mml-smime.el:106:37:Warning: reference to free variable
`gnus-extract-address-components'
In end of data:
mml-smime.el:204:1:Warning: the function `gnus-completing-read-with-default'
is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml-smime.elc
In mml-to-mime:
mml.el:740:31:Warning: reference to free variable `message-default-charset'
In mml-preview:
mml.el:1074:29:Warning: reference to free variable `message-options'
mml.el:1081:41:Warning: reference to free variable `message-posting-charset'
mml.el:1093:42:Warning: reference to free variable `message-deletable-headers'
mml.el:1096:29:Warning: reference to free variable
`message-required-news-headers'
mml.el:1097:27:Warning: reference to free variable
`message-required-mail-headers'
mml.el:1114:41:Warning: reference to free variable `gnus-newsrc-hashtb'
mml.el:1122:37:Warning: reference to free variable `gnus-article-mime-handles'
mml.el:1130:22:Warning: reference to free variable `gnus-mouse-2'
In end of data:
mml.el:1181:1:Warning: the following functions are not known to be defined:
message-options-get, message-options-set, message-narrow-to-head,
message-remove-header, message-encode-message-body,
message-narrow-to-headers-or-head, message-mail-p, message-subscribed-p,
message-make-mail-followup-to, message-position-on-field, message-news-p,
message-options-set-recipient, message-generate-headers,
gnus-make-hashtable, widget-button-press, widget-event-point
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml.elc
In mml1991-mailcrypt-encrypt:
mml1991.el:93:14:Warning: reference to free variable `mc-pgp-always-sign'
In end of data:
mml1991.el:310:1:Warning: the following functions are not known to be defined:
message-options-get, message-options-set, mc-encrypt-generic,
gpg-sign-encrypt, gpg-encrypt, mm-decode-content-transfer-encoding,
mm-encode-content-transfer-encoding
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml1991.elc
In mml2015-mailcrypt-encrypt:
mml2015.el:327:14:Warning: reference to free variable `mc-pgp-always-sign'
In end of data:
mml2015.el:922:1:Warning: the following functions are not known to be defined:
message-options-get, message-options-set, gnus-buffer-live-p,
gnus-get-buffer-create
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml2015.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnagent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnbabyl.elc
In end of data:
nndb.el:320:1:Warning: the function `nndb-request-article' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndiary.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndir.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndraft.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nneething.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnfolder.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nngateway.elc
In nnheader-parse-naked-head:
nnheader.el:333:16:Warning: reference to free variable `nnmail-extra-headers'
In end of data:
nnheader.el:1045:1:Warning: the following functions are not known to be
defined: ietf-drums-unfold-fws, efs-re-read-dir
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnheader.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnimap.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnkiboze.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnlistserv.elc
In end of data:
nnmail.el:2018:1:Warning: the following functions are not known to be defined:
gnus-activate-group, gnus-request-create-group, gnus-request-group,
gnus-request-accept-article, gnus-group-mark-article-read
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmail.elc
In end of data:
nnmaildir.el:1627:1:Warning: the following functions are not known to be
defined: make-symbolic-link, unix-sync
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmaildir.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmbox.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmh.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnml.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnnil.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnoo.elc
Loading subst-ksc (source)...
Loading subst-gb2312 (source)...
Loading subst-big5 (source)...
Loading subst-jis (source)...
In end of data:
nnrss.el:948:1:Warning: the following functions are not known to be defined:
w3-parse-buffer, gnus-group-make-rss-group
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnrss.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnslashdot.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnsoup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnspool.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nntp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnultimate.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnvirtual.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnwarchive.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnweb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnwfm.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-def.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-gpg.elc
In toplevel form:
pgg-parse.el:183:8:Warning: reference to free variable `pgg-parse-crc24'
In end of data:
pgg-parse.el:516:1:Warning: the function `pgg-parse-crc24-string' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-parse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-pgp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-pgp5.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pop3.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/qp.elc
In rfc1843-decode-article-body:
rfc1843.el:139:25:Warning: reference to free variable `gnus-newsgroup-name'
In rfc1843-gnus-setup:
rfc1843.el:167:9:Warning: assignment to free variable
`gnus-decode-encoded-word-function'
rfc1843.el:169:9:Warning: assignment to free variable
`gnus-decode-header-function'
In end of data:
rfc1843.el:185:1:Warning: the following functions are not known to be defined:
message-narrow-to-head, message-fetch-field,
mail-header-parse-content-type
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc1843.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2045.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2047.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2104.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2231.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/score-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sha1.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sieve-manage.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sieve-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sieve.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/smiley.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/smime.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/spam-report.elc
In spam-stat-store-gnus-article-buffer:
spam-stat.el:242:17:Warning: reference to free variable
`gnus-original-article-buffer'
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/spam-stat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/spam.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/starttls.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/utf7.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/uudecode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/webmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/yenc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ccl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/characters.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/code-pages.elc
In cp-coding-system-for-codepage-1:
codepage.el:61:35:Warning: reference to free variable
`dos-unsupported-char-glyph'
In cp-decoding-vector-for-codepage:
codepage.el:119:27:Warning: reference to free variable
`dos-unsupported-char-glyph'
In cp-make-coding-systems-for-codepage:
codepage.el:574:34:Warning: reference to free variable
`dos-unsupported-char-glyph'
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/codepage.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/encoded-kb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/fontset.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/isearch-x.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-ascii.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-cvt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-insert.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-swed.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-transl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ja-dic-cnv.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ja-dic-utl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/kinsoku.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/kkc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/latexenc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/latin1-disp.elc
In set-locale-environment:
mule-cmds.el:2428:10:Warning: reference to free variable `mac-system-locale'
mule-cmds.el:2442:47:Warning: reference to free variable
`mac-system-coding-system'
In end of data:
mule-cmds.el:2637:1:Warning: the function `mac-get-preference' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule-cmds.elc
In end of data:
mule-diag.el:1313:1:Warning: the function `fontset-plain-name' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule-diag.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ogonek.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/quail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-big5.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-gb2312.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-jis.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-ksc.elc
In toplevel form:
swedish.el:80:43:Warning: assignment to free variable `news-group-hook-alist'
swedish.el:83:15:Warning: reference to free variable `news-group-hook-alist'
swedish.el:110:7:Warning: assignment to free variable `mail-send-hook'
swedish.el:111:7:Warning: assignment to free variable `news-inews-hook'
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/swedish.elc
In end of data:
titdic-cnv.el:1193:1:Warning: the following functions are not known to be
defined: msdos-long-file-names, dos-8+3-filename
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/titdic-cnv.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ucs-tables.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/utf-16.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/utf-7.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/utf-8.elc
In end of data:
china-util.el:423:1:Warning: the following functions might not be defined at
runtime: big5-to-flat-code, euc-to-flat-code, flat-code-to-big5,
flat-code-to-euc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/china-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/chinese.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/cyril-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/cyrillic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/devan-util.elc
In ethio-sera-to-fidel-mail:
ethio-util.el:893:18:Warning: reference to free variable
`rmail-message-vector'
ethio-util.el:893:43:Warning: reference to free variable
`rmail-current-message'
In ethio-fidel-to-sera-mail:
ethio-util.el:1270:18:Warning: reference to free variable
`rmail-message-vector'
ethio-util.el:1270:43:Warning: reference to free variable
`rmail-current-message'
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/ethio-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/ethiopic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/european.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/ind-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/indian.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/japan-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/knd-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/korea-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/lao-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/mlm-util.elc
In thai-self-insert-command:
thai-util.el:65:9:Warning: reference to free variable
`thai-auto-composition-mode'
In thai-composition-function:
thai-util.el:344:19:Warning: reference to free variable
`thai-auto-composition-mode'
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/thai-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/thai-word.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/tibet-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/tibetan.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/tml-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/viet-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/vietnamese.elc
In end of data:
emacsbug.el:274:1:Warning: the function `Info-menu' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/emacsbug.elc
In end of data:
feedmail.el:2674:1:Warning: the function `char-to-int' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/feedmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/footnote.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mail-extr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mail-hist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mail-utils.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailabbrev.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailalias.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailheader.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailpost.elc
In metamail-interpret-body:
metamail.el:125:32:Warning: reference to free variable `rmail-message-vector'
metamail.el:125:57:Warning: reference to free variable `rmail-current-message'
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/metamail.elc
In toplevel form:
mspools.el:178:21:Warning: reference to free variable `vm-init-file-loaded'
mspools.el:178:59:Warning: reference to free variable `vm-init-file'
mspools.el:181:42:Warning: reference to free variable `vm-folder-directory'
In mspools-set-vm-spool-files:
mspools.el:195:12:Warning: reference to free variable `vm-primary-inbox'
mspools.el:197:12:Warning: reference to free variable `vm-crash-box'
mspools.el:191:4:Warning: assignment to free variable `vm-spool-files'
In mspools-visit-spool:
mspools.el:275:15:Warning: assignment to free variable `rmail-inbox-list'
In end of data:
mspools.el:408:1:Warning: the following functions are not known to be defined:
vm-visit-folder, rmail-get-new-mail
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mspools.elc
In end of data:
reporter.el:412:1:Warning: the following functions are not known to be
defined: mail-position-on-field, mail-text
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/reporter.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rfc2368.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rfc822.elc
In rmail-spam-filter:
rmail-spam-filter.el:415:22:Warning: assignment to free variable
`bbdb/mail_auto_create_p'
rmail-spam-filter.el:546:13:Warning: reference to free variable
`rmail-summary-mode-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmail-spam-filter.elc
In rmail-get-new-mail:
rmail.el:1597:35:Warning: reference to free variable `rmail-use-spam-filter'
rmail.el:1609:32:Warning: reference to free variable `rsf-beep'
rmail.el:1610:39:Warning: reference to free variable `rsf-sleep-after-message'
In rmail-set-message-counters-counter:
rmail.el:2592:48:Warning: reference to free variable `messages-head'
rmail.el:2592:48:Warning: assignment to free variable `messages-head'
rmail.el:2600:21:Warning: reference to free variable `deleted-head'
rmail.el:2600:21:Warning: assignment to free variable `deleted-head'
rmail.el:2601:46:Warning: reference to free variable `total-messages'
rmail.el:2602:45:Warning: assignment to free variable `total-messages'
In rmail-resend:
rmail.el:3656:45:Warning: reference to free variable `mail-abbrevs'
rmail.el:3661:29:Warning: reference to free variable
`mail-abbrev-syntax-table'
In rmail-fontify-buffer-function:
rmail.el:3874:9:Warning: assignment to free variable `font-lock-fontified'
In end of data:
rmail.el:4079:1:Warning: the following functions are not known to be defined:
rmail-spam-filter, rmail-update-summary, rmail-summary-goto-msg,
rmail-summary-mark-undeleted, rmail-summary-mark-deleted,
rfc822-addresses, mail-text-start, mail-abbrev-make-syntax-table,
mail-sendmail-delimit-header, mail-header-end, mail-position-on-field,
font-lock-default-unfontify-buffer, font-lock-fontify-region
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmail.elc
In end of data:
rmailedit.el:160:1:Warning: the following functions are not known to be
defined: rmail-summary-disable, rmail-summary-enable
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailedit.elc
In rmail-read-label:
rmailkwd.el:65:24:Warning: reference to free variable `rmail-buffer'
rmailkwd.el:69:41:Warning: reference to free variable `rmail-last-label'
rmailkwd.el:79:57:Warning: assignment to free variable `rmail-last-label'
In rmail-set-label:
rmailkwd.el:82:24:Warning: reference to free variable `rmail-buffer'
rmailkwd.el:84:25:Warning: reference to free variable `rmail-current-message'
rmailkwd.el:85:11:Warning: reference to free variable `rmail-summary-vector'
In rmail-next-labeled-message:
rmailkwd.el:196:20:Warning: reference to free variable
`rmail-last-multi-labels'
rmailkwd.el:199:15:Warning: reference to free variable `rmail-buffer'
rmailkwd.el:200:9:Warning: assignment to free variable
`rmail-last-multi-labels'
rmailkwd.el:202:18:Warning: reference to free variable `rmail-current-message'
rmailkwd.el:209:38:Warning: reference to free variable `rmail-total-messages'
In end of data:
rmailkwd.el:275:1:Warning: the following functions are not known to be
defined: rmail-maybe-set-message-counters, rmail-display-labels,
rmail-msgbeg, rmail-set-message-deleted-p, mail-comma-list-regexp,
rmail-message-labels-p, rmail-show-message, mail-parse-comma-list
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailkwd.elc
In set-rmail-inbox-list:
rmailmsc.el:58:9:Warning: assignment to free variable `rmail-inbox-list'
rmailmsc.el:59:23:Warning: reference to free variable `rmail-current-message'
In end of data:
rmailmsc.el:62:1:Warning: the following functions are not known to be defined:
rmail-parse-file-inboxes, rmail-show-message
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailmsc.elc
In end of data:
rmailout.el:417:1:Warning: the function `rmail-update-summary' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailout.elc
In end of data:
rmailsort.el:250:1:Warning: the function `rmail-update-summary' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailsort.elc
In rmail-update-summary:
rmailsum.el:63:15:Warning: reference to free variable `rmail-summary-redo'
In rmail-new-summary:
rmailsum.el:234:19:Warning: assignment to free variable `rmail-summary-redo'
In rmail-make-summary-line:
rmailsum.el:267:31:Warning: reference to free variable
`new-summary-line-count'
rmailsum.el:268:35:Warning: assignment to free variable
`new-summary-line-count'
In rmail-make-basic-summary-line:
rmailsum.el:464:44:Warning: reference to free variable `msgnum'
In rmail-summary-mark-deleted:
rmailsum.el:651:25:Warning: reference to free variable `rmail-summary-overlay'
In rmail-summary-mode:
rmailsum.el:758:9:Warning: assignment to free variable `rmail-summary-redo'
In rmail-summary-enable:
rmailsum.el:772:18:Warning: reference to free variable
`rmail-summary-mode-map'
In rmail-summary-beginning-of-message:
rmailsum.el:1193:20:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
In rmail-summary-first-message:
rmailsum.el:1277:4:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
In rmail-summary-last-message:
rmailsum.el:1282:4:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
rmailsum.el:1659:1:Warning: the following functions are not known to be
defined: rmail-cease-edit, rmail-abort-edit, rmail-set-label,
mail-send-and-exit, rmail-output-read-rmail-file-name,
rmail-output-read-file-name
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailsum.elc
In end of data:
sendmail.el:1823:1:Warning: the following functions are not known to be
defined: dired-view-file, dired-get-filename, dired-move-to-filename
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/sendmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/smtpmail.elc
In sc-setup-filladapt:
supercite.el:1323:32:Warning: reference to free variable
`filladapt-prefix-table'
In end of data:
supercite.el:2071:1:Warning: the following functions are not known to be
defined: deallocate-event, button-release-event-p, mh-in-header-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/supercite.elc
In uce-reply-to-uce:
uce.el:222:44:Warning: reference to free variable
`gnus-original-article-buffer'
uce.el:252:13:Warning: assignment to free variable `mail-reply-buffer'
uce.el:261:53:Warning: reference to free variable `rmail-current-message'
uce.el:334:15:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
uce.el:373:17:Warning: `insert-file' used from Lisp code
That command is designed for interactive use only
In end of data:
uce.el:396:1:Warning: the following functions are not known to be defined:
rmail-msg-is-pruned, rmail-toggle-header, mail-strip-quoted-names,
rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/uce.elc
In end of data:
undigest.el:311:1:Warning: the function `rmail-update-summary' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/undigest.elc
In end of data:
unrmail.el:229:1:Warning: the function `mail-strip-quoted-names' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/unrmail.elc
In insert-signature:
vms-pmail.el:111:4:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
vms-pmail.el:123:1:Warning: the function `vms-system-info' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/vms-pmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-alias.elc
In mh-insert-letter:
mh-comp.el:1427:11:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-comp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-customize.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-e.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-funcs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-identity.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-inc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-index.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-init.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-junk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-mime.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-pick.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-print.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-seq.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-speed.elc
In end of data:
mh-utils.el:2595:1:Warning: the function `make-symbolic-link' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-utils.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/ange-ftp.elc
In browse-url-default-windows-browser:
browse-url.el:774:11:Warning: reference to free variable `dos-windows-version'
In end of data:
browse-url.el:1399:1:Warning: the following functions are not known to be
defined: w3-fetch-other-window, w3-fetch
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/browse-url.elc
In end of data:
eudc-bob.el:369:1:Warning: the following functions are not known to be
defined: event-closest-point, console-type, make-glyph
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-bob.elc
In end of data:
eudc-export.el:219:1:Warning: the following functions are not known to be
defined: bbdb-parse-phone-number, bbdb-string-trim
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-export.elc
In eudc-hotlist-mode:
eudc-hotlist.el:54:9:Warning: assignment to free variable `mode-popup-menu'
eudc-hotlist.el:57:25:Warning: reference to free variable `current-menubar'
In end of data:
eudc-hotlist.el:199:1:Warning: the function `set-buffer-menubar' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-hotlist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-vars.elc
In eudc-mode:
eudc.el:672:11:Warning: assignment to free variable `mode-popup-menu'
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc.elc
In end of data:
eudcb-bbdb.el:235:1:Warning: the following functions are not known to be
defined: bbdb-phone-location, bbdb-phone-string, bbdb-record-phones,
bbdb-address-street1, bbdb-address-street2, bbdb-address-street3,
bbdb-address-city, bbdb-address-state, bbdb-address-zip-string,
bbdb-address-location, bbdb-record-addresses, bbdb-records
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudcb-bbdb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudcb-ldap.elc
In eudc-ph-open-session:
eudcb-ph.el:186:8:Warning: `process-kill-without-query' is an obsolete
function (as of Emacs 22.1); use `process-query-on-exit-flag' or
`set-process-query-on-exit-flag'.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudcb-ph.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/goto-addr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/ldap.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/net-utils.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/netrc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/quickurl.elc
In remote-compile:
rcompile.el:175:34:Warning: assignment to free variable
`comint-file-name-prefix'
In end of data:
rcompile.el:179:1:Warning: the function `ange-ftp-ftp-name' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/rcompile.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/rlogin.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/snmp-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/telnet.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tls.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-ftp.elc
In tramp-smb-handle-insert-directory:
tramp-smb.el:498:20:Warning: reference to free variable
`tramp-smb-half-a-year'
In tramp-smb-read-file-entry:
tramp-smb.el:859:47:Warning: reference to free variable
`tramp-smb-parse-time-months'
In end of data:
tramp-smb.el:1074:1:Warning: the function `warnings' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-smb.elc
In end of data:
tramp-util.el:121:1:Warning: the following functions are not known to be
defined: tramp-remap-command, tramp-minor-mode
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-uu.elc
In end of data:
tramp-vc.el:514:1:Warning: the function `warnings' is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-vc.elc
In end of data:
tramp.el:7536:1:Warning: the following functions are not known to be defined:
warnings, expand-many-files, mml-mode, mml-insert-empty-tag
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/trampver.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/webjump.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/zone-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/auto-show.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/awk-mode.elc
In toplevel form:
fast-lock.el:334:5:Warning: reference to free variable `font-lock-face-list'
In end of data:
fast-lock.el:863:1:Warning: the following functions are not known to be
defined: msdos-long-file-names, map-extents, extent-face,
extent-start-position, extent-end-position, font-lock-set-face
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/fast-lock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/float.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/hilit19.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/hscroll.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/iso-acc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/lazy-lock.elc
In filter-region:
mlsupport.el:325:45:Warning: reference to free variable `shell'
In execute-monitor-command:
mlsupport.el:332:45:Warning: reference to free variable `shell'
In end of data:
mlsupport.el:436:1:Warning: the following functions are not known to be
defined: ml-prefix-argument-loop, previous-page
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/mlsupport.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/ooutline.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/options.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/profile.elc
In rnews:
rnews.el:207:11:Warning: assignment to free variable `news-buffer-save'
In news-set-minor-modes:
rnews.el:279:25:Warning: assignment to free variable `news-minor-modes'
rnews.el:279:8:Warning: reference to free variable `news-minor-modes'
rnews.el:279:13:Warning: assignment to free variable `minor-modes'
In news-read-in-file:
rnews.el:630:43:Warning: reference to free variable `news-group-name'
In news-exit:
rnews.el:691:32:Warning: reference to free variable `news-buffer-save'
In news-add-news-group:
rnews.el:891:36:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In caesar-region:
rnews.el:938:27:Warning: reference to free variable `caesar-translate-table'
rnews.el:943:23:Warning: assignment to free variable `caesar-translate-table'
In end of data:
rnews.el:988:1:Warning: the function `news-get-attribute-string' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/rnews.elc
Package rnews is obsolete
In news-reply-mode:
rnewspost.el:125:9:Warning: assignment to free variable `mail-reply-buffer'
In news-setup:
rnewspost.el:219:9:Warning: assignment to free variable `mail-reply-buffer'
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/rnewspost.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/rsz-mini.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/sc.elc
In scribe-mode:
scribe.el:144:27:Warning: assignment to free variable `compile-command'
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/scribe.elc
In sc:edit-cursor:
sun-curs.el:101:9:Warning: assignment to free variable `icon-edit'
In sc::pic-ins-at-mouse:
sun-curs.el:106:21:Warning: reference to free variable `*mouse-window*'
sun-curs.el:106:44:Warning: reference to free variable `*mouse-x*'
sun-curs.el:106:63:Warning: reference to free variable `*mouse-y*'
In sc::menu-function:
sun-curs.el:113:38:Warning: reference to free variable `sc::menu'
In sc::pack-buffer-to-cursor:
sun-curs.el:151:30:Warning: reference to free variable `*edit-icon*'
In sc::menu-choose-cursor:
sun-curs.el:163:35:Warning: assignment to free variable `menu'
sun-curs.el:163:33:Warning: reference to free variable `menu'
In sc::hotspot:
sun-curs.el:170:9:Warning: reference to free variable `*edit-icon*'
In sc::goto-hotspot:
sun-curs.el:175:24:Warning: reference to free variable `*edit-icon*'
In sc::display-icon:
sun-curs.el:180:23:Warning: assignment to free variable `*edit-icon*'
sun-curs.el:183:20:Warning: reference to free variable `*edit-icon*'
In sc::pack-buffer-to-icon:
sun-curs.el:198:22:Warning: reference to free variable `*edit-icon*'
In sc::pack-one-char:
sun-curs.el:215:23:Warning: reference to free variable `char'
sun-curs.el:216:11:Warning: assignment to free variable `char'
In end of data:
sun-curs.el:222:1:Warning: the function `sun-change-cursor-icon' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/sun-curs.elc
In mouse-set-mark:
sun-fns.el:88:8:Warning: function mouse-set-mark used to take 1 argument, now
takes 3
In mouse-select-or-drag-move-point:
sun-fns.el:140:6:Warning: mouse-select-window called with 3 arguments, but
accepts only 1
In mouse-select-window:
sun-fns.el:286:8:Warning: function mouse-select-window used to take 1
argument, now takes 3
In mouse-delete-other-windows:
sun-fns.el:290:8:Warning: function mouse-delete-other-windows used to take 0
arguments, now takes 3
In mouse-delete-window:
sun-fns.el:294:8:Warning: function mouse-delete-window used to take 1
argument, now takes 3
In end of data:
sun-fns.el:644:1:Warning: the following functions are not known to be defined:
sit-for-millisecs, kill-region-and-unmark, update-display
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/sun-fns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/uncompress.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/x-apollo.elc
In x-menu-mode:
x-menu.el:37:9:Warning: assignment to free variable `x-process-mouse-hook'
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/x-menu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/5x5.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/animate.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/blackbox.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/cookie1.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/decipher.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/dissociate.elc
In make-doctor-variables:
doctor.el:82:44:Warning: assignment to free variable `typos'
doctor.el:143:39:Warning: assignment to free variable `found'
doctor.el:206:40:Warning: assignment to free variable `owner'
doctor.el:384:43:Warning: assignment to free variable `history'
doctor.el:524:17:Warning: assignment to free variable `*debug*'
doctor.el:372:30:Warning: assignment to free variable `inter'
doctor.el:192:26:Warning: assignment to free variable `continue'
doctor.el:474:44:Warning: assignment to free variable `relation'
doctor.el:130:4:Warning: assignment to free variable `fears'
doctor.el:130:53:Warning: assignment to free variable `sure'
doctor.el:132:9:Warning: assignment to free variable `afraidof'
doctor.el:143:25:Warning: assignment to free variable `areyou'
doctor.el:382:42:Warning: assignment to free variable `isrelated'
doctor.el:379:49:Warning: assignment to free variable `arerelated'
doctor.el:147:4:Warning: assignment to free variable `moods'
doctor.el:166:76:Warning: assignment to free variable `maybe'
doctor.el:156:4:Warning: assignment to free variable `whatwhen'
doctor.el:157:51:Warning: assignment to free variable `hello'
doctor.el:164:4:Warning: assignment to free variable `drnk'
doctor.el:165:100:Warning: assignment to free variable `drugs'
doctor.el:177:4:Warning: assignment to free variable `whywant'
doctor.el:188:4:Warning: assignment to free variable `canyou'
doctor.el:179:53:Warning: assignment to free variable `want'
doctor.el:204:4:Warning: assignment to free variable `shortlst'
doctor.el:209:4:Warning: assignment to free variable `famlst'
doctor.el:213:4:Warning: assignment to free variable `huhlst'
doctor.el:219:4:Warning: assignment to free variable `longhuhlst'
doctor.el:349:39:Warning: assignment to free variable `feelings-about'
doctor.el:350:44:Warning: assignment to free variable `random-adjective'
doctor.el:210:18:Warning: assignment to free variable `whysay'
doctor.el:250:4:Warning: assignment to free variable `isee'
doctor.el:195:46:Warning: assignment to free variable `please'
doctor.el:261:16:Warning: assignment to free variable `bye'
doctor.el:205:26:Warning: assignment to free variable `something'
doctor.el:379:36:Warning: assignment to free variable `things'
doctor.el:293:12:Warning: assignment to free variable `describe'
doctor.el:455:30:Warning: assignment to free variable `ibelieve'
doctor.el:303:25:Warning: assignment to free variable `problems'
doctor.el:340:18:Warning: assignment to free variable `bother'
doctor.el:324:4:Warning: assignment to free variable `machlst'
doctor.el:332:4:Warning: assignment to free variable `qlist'
doctor.el:338:4:Warning: assignment to free variable `foullst'
doctor.el:345:4:Warning: assignment to free variable `deathlst'
doctor.el:353:4:Warning: assignment to free variable `sexlst'
doctor.el:361:4:Warning: assignment to free variable `neglst'
doctor.el:369:4:Warning: assignment to free variable `beclst'
doctor.el:378:4:Warning: assignment to free variable `shortbeclst'
doctor.el:378:9:Warning: assignment to free variable `thlst'
doctor.el:388:4:Warning: assignment to free variable `remlst'
doctor.el:393:4:Warning: assignment to free variable `toklst'
doctor.el:400:4:Warning: assignment to free variable `states'
doctor.el:451:4:Warning: assignment to free variable `replist'
doctor.el:457:4:Warning: assignment to free variable `stallmanlst'
doctor.el:465:4:Warning: assignment to free variable `schoollst'
doctor.el:465:20:Warning: assignment to free variable `improve'
doctor.el:472:4:Warning: assignment to free variable `elizalst'
doctor.el:477:4:Warning: assignment to free variable `sportslst'
doctor.el:483:4:Warning: assignment to free variable `mathlst'
doctor.el:488:4:Warning: assignment to free variable `zippylst'
doctor.el:493:4:Warning: assignment to free variable `chatlst'
doctor.el:498:4:Warning: assignment to free variable `abuselst'
doctor.el:504:4:Warning: assignment to free variable `abusewords'
doctor.el:512:4:Warning: assignment to free variable `howareyoulst'
doctor.el:514:4:Warning: assignment to free variable `whereoutp'
doctor.el:174:61:Warning: assignment to free variable `subj'
doctor.el:532:22:Warning: assignment to free variable `verb'
doctor.el:173:56:Warning: assignment to free variable `obj'
doctor.el:519:25:Warning: assignment to free variable `feared'
doctor.el:522:9:Warning: assignment to free variable `repetitive-shortness'
doctor.el:524:9:Warning: assignment to free variable `**mad**'
doctor.el:526:9:Warning: assignment to free variable `rms-flag'
doctor.el:528:9:Warning: assignment to free variable `eliza-flag'
doctor.el:530:9:Warning: assignment to free variable `zippy-flag'
doctor.el:532:9:Warning: assignment to free variable `suicide-flag'
doctor.el:534:9:Warning: assignment to free variable `lover'
doctor.el:536:9:Warning: assignment to free variable `bak'
doctor.el:538:9:Warning: assignment to free variable `lincount'
doctor.el:540:9:Warning: assignment to free variable `*print-upcase*'
doctor.el:542:9:Warning: assignment to free variable `*print-space*'
doctor.el:544:9:Warning: assignment to free variable `howdyflag'
doctor.el:546:9:Warning: assignment to free variable `object'
In doctor-read-print:
doctor.el:846:24:Warning: reference to free variable `lincount'
doctor.el:846:24:Warning: assignment to free variable `lincount'
doctor.el:849:11:Warning: assignment to free variable `bak'
In doctor-doc:
doctor.el:873:18:Warning: reference to free variable `howareyoulst'
doctor.el:882:28:Warning: reference to free variable `abusewords'
doctor.el:892:47:Warning: assignment to free variable `found'
doctor.el:888:34:Warning: reference to free variable `subj'
doctor.el:889:34:Warning: reference to free variable `verb'
doctor.el:890:44:Warning: reference to free variable `obj'
doctor.el:891:41:Warning: reference to free variable `object'
doctor.el:906:48:Warning: reference to free variable `found'
doctor.el:895:29:Warning: reference to free variable `owner'
doctor.el:908:62:Warning: reference to free variable `replist'
In doctor-correct-spelling:
doctor.el:940:48:Warning: reference to free variable `typos'
In doctor-define:
doctor.el:963:18:Warning: reference to free variable `subj'
doctor.el:966:20:Warning: reference to free variable `object'
In doctor-defq:
doctor.el:977:22:Warning: assignment to free variable `found'
doctor.el:979:32:Warning: reference to free variable `found'
In doctor-forget:
doctor.el:989:40:Warning: reference to free variable `history'
doctor.el:989:40:Warning: assignment to free variable `history'
In doctor-subjsearch:
doctor.el:1026:18:Warning: assignment to free variable `subj'
In doctor-getnoun:
doctor.el:1140:24:Warning: assignment to free variable `object'
doctor.el:1160:18:Warning: reference to free variable `object'
In doctor-remember:
doctor.el:1227:16:Warning: reference to free variable `history'
doctor.el:1229:18:Warning: assignment to free variable `history'
In doctor-wherego:
doctor.el:1319:16:Warning: assignment to free variable `found'
In doctor-svo:
doctor.el:1337:44:Warning: assignment to free variable `verb'
doctor.el:1337:49:Warning: assignment to free variable `obj'
doctor.el:1335:32:Warning: reference to free variable `object'
doctor.el:1336:22:Warning: assignment to free variable `object'
doctor.el:1336:31:Warning: reference to free variable `subj'
doctor.el:1337:39:Warning: assignment to free variable `subj'
doctor.el:1337:34:Warning: reference to free variable `verb'
doctor.el:1337:34:Warning: reference to free variable `obj'
In doctor-possess:
doctor.el:1345:11:Warning: assignment to free variable `owner'
In doctor-txtype:
doctor.el:1356:9:Warning: assignment to free variable `*print-upcase*'
doctor.el:1356:26:Warning: assignment to free variable `*print-space*'
In doctor-type-symbol:
doctor.el:1376:9:Warning: reference to free variable `*print-upcase*'
doctor.el:1370:19:Warning: reference to free variable `*print-space*'
doctor.el:1376:25:Warning: assignment to free variable `*print-upcase*'
doctor.el:1376:25:Warning: assignment to free variable `*print-space*'
In doctor-huh:
doctor.el:1418:21:Warning: reference to free variable `sent'
In doctor-remem:
doctor.el:1423:37:Warning: reference to free variable `history'
In doctor-howdy:
doctor.el:1427:15:Warning: reference to free variable `howdyflag'
doctor.el:1429:16:Warning: assignment to free variable `howdyflag'
In doctor-when:
doctor.el:1435:27:Warning: reference to free variable `found'
doctor.el:1435:33:Warning: reference to free variable `sent'
doctor.el:1438:16:Warning: assignment to free variable `sent'
In doctor-conj:
doctor.el:1442:27:Warning: reference to free variable `found'
doctor.el:1442:33:Warning: reference to free variable `sent'
doctor.el:1445:16:Warning: assignment to free variable `sent'
doctor.el:1448:47:Warning: reference to free variable `things'
doctor.el:1448:47:Warning: assignment to free variable `things'
In doctor-short:
doctor.el:1454:18:Warning: reference to free variable `repetitive-shortness'
doctor.el:1454:44:Warning: reference to free variable `lincount'
doctor.el:1461:22:Warning: reference to free variable `**mad**'
doctor.el:1466:23:Warning: assignment to free variable `**mad**'
doctor.el:1472:24:Warning: reference to free variable `sent'
In doctor-desire:
doctor.el:1483:20:Warning: reference to free variable `found'
doctor.el:1483:26:Warning: reference to free variable `sent'
doctor.el:1495:35:Warning: reference to free variable `subj'
doctor.el:1495:53:Warning: reference to free variable `obj'
In doctor-drug:
doctor.el:1500:37:Warning: reference to free variable `found'
In doctor-state:
doctor.el:1506:64:Warning: reference to free variable `found'
In doctor-mood:
doctor.el:1509:63:Warning: reference to free variable `found'
In doctor-fear:
doctor.el:1512:32:Warning: reference to free variable `sent'
doctor.el:1512:37:Warning: reference to free variable `found'
doctor.el:1514:49:Warning: assignment to free variable `feared'
doctor.el:1514:46:Warning: reference to free variable `feared'
In doctor-hate:
doctor.el:1517:15:Warning: reference to free variable `sent'
doctor.el:1517:20:Warning: reference to free variable `found'
doctor.el:1519:17:Warning: reference to free variable `subj'
In doctor-hates:
doctor.el:1528:15:Warning: reference to free variable `sent'
doctor.el:1528:20:Warning: reference to free variable `found'
In doctor-loves:
doctor.el:1535:15:Warning: reference to free variable `sent'
doctor.el:1535:20:Warning: reference to free variable `found'
In doctor-love:
doctor.el:1542:15:Warning: reference to free variable `sent'
doctor.el:1542:20:Warning: reference to free variable `found'
doctor.el:1547:23:Warning: reference to free variable `object'
doctor.el:1547:18:Warning: assignment to free variable `object'
doctor.el:1559:24:Warning: reference to free variable `subj'
doctor.el:1549:29:Warning: reference to free variable `obj'
doctor.el:1550:31:Warning: assignment to free variable `lover'
doctor.el:1557:46:Warning: reference to free variable `lover'
doctor.el:1562:25:Warning: assignment to free variable `obj'
doctor.el:1563:44:Warning: reference to free variable `verb'
doctor.el:1563:50:Warning: assignment to free variable `verb'
In doctor-mach:
doctor.el:1567:30:Warning: reference to free variable `found'
doctor.el:1567:30:Warning: assignment to free variable `found'
In doctor-sexverb:
doctor.el:1573:21:Warning: reference to free variable `sent'
In doctor-death:
doctor.el:1578:10:Warning: reference to free variable `suicide-flag'
doctor.el:1579:21:Warning: reference to free variable `found'
doctor.el:1582:35:Warning: reference to free variable `sent'
doctor.el:1583:16:Warning: assignment to free variable `suicide-flag'
In doctor-family:
doctor.el:1597:19:Warning: reference to free variable `sent'
doctor.el:1597:24:Warning: reference to free variable `found'
In doctor-rms:
doctor.el:1603:10:Warning: reference to free variable `rms-flag'
doctor.el:1604:18:Warning: assignment to free variable `rms-flag'
In doctor-eliza:
doctor.el:1609:10:Warning: reference to free variable `eliza-flag'
doctor.el:1610:18:Warning: assignment to free variable `eliza-flag'
In doctor-zippy:
doctor.el:1619:10:Warning: reference to free variable `zippy-flag'
doctor.el:1620:18:Warning: assignment to free variable `zippy-flag'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/doctor.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/dunnet.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/fortune.elc
In gamegrid-set-display-table:
gamegrid.el:302:30:Warning: reference to free variable `current-display-table'
In gamegrid-add-score-with-update-game-score-1:
gamegrid.el:524:17:Warning: reference to free variable `have-shared-game-dir'
In end of data:
gamegrid.el:582:1:Warning: the following functions are not known to be
defined: set-face-property, add-spec-to-specifier, start-itimer,
set-itimer-restart, delete-itimer
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/gamegrid.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/gametree.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/gomoku.elc
In handwrite:
handwrite.el:335:39:Warning: reference to free variable `ps-printer-name'
handwrite.el:342:44:Warning: reference to free variable `ps-lpr-command'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/handwrite.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/hanoi.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/landmark.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/life.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/meese.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/morse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/mpuz.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/pong.elc
In snake-mode:
snake.el:373:9:Warning: assignment to free variable `mode-popup-menu'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/snake.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/solitaire.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/spook.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/studly.elc
In tetris-mode:
tetris.el:604:9:Warning: assignment to free variable `mode-popup-menu'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/tetris.elc
In end of data:
yow.el:130:1:Warning: the function `doctor-ret-or-read' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/yow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/zone.elc
In ada-mode:
ada-mode.el:1173:42:Warning: assignment to free variable
`compile-auto-highlight'
ada-mode.el:1367:30:Warning: assignment to free variable
`skeleton-further-elements'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-mode.elc
In ada-prj-display-page:
ada-prj.el:478:4:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-prj.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-stmt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-xref.elc
In antlr-run-tool:
antlr-mode.el:2228:6:Warning: `compile-internal' is an obsolete function; use
`compilation-start' instead.
In end of data:
antlr-mode.el:2652:1:Warning: the function `cond-emacs-xemacs-macfn' might not
be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/antlr-mode.elc
In end of data:
asm-mode.el:244:1:Warning: the function `comment-search-forward' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/asm-mode.elc
In autoconf-mode:
autoconf.el:97:8:Warning: assignment to free variable
`font-lock-syntactic-keywords'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/autoconf.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-align.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-awk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-bytecomp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-cmds.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-compat.elc
In end of data:
cc-defs.el:1759:1:Warning: the function `font-lock-compile-keywords' might not
be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-defs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-engine.elc
In toplevel form:
cc-fonts.el:160:16:Warning: `font-lock-reference-face' is an obsolete
variable; use `font-lock-constant-face' instead.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-fonts.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-langs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-menus.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-styles.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cfengine.elc
In c-macro-expansion:
cmacexp.el:374:37:Warning: reference to free variable `msdos-shells'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cmacexp.elc
In compilation-internal-error-properties:
compile.el:698:62:Warning: reference to free variable `font-lock-keywords'
In compilation-setup:
compile.el:1267:30:Warning: assignment to free variable
`font-lock-extra-managed-props'
compile.el:1273:30:Warning: assignment to free variable
`font-lock-support-mode'
compile.el:1274:30:Warning: assignment to free variable
`font-lock-maximum-size'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/compile.elc
In cperl-mode:
cperl-mode.el:1498:23:Warning: assignment to free variable `vc-rcs-header'
cperl-mode.el:1500:24:Warning: assignment to free variable `vc-sccs-header'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cperl-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cpp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cwarn.elc
In end of data:
dcl-mode.el:2219:1:Warning: the function `tempo-use-tag-list' might not be
defined at runtime.
dcl-mode.el:2219:1:Warning: the function `imenu-default-create-index-function'
is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/dcl-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/delphi.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-abn.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-bnf.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-dtd.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-ebx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-iso.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-otz.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-yac.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf2ps.elc
In ebrowse-revert-tree-buffer-from-file:
ebrowse.el:926:6:Warning: `insert-file' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebrowse.elc
In end of data:
etags.el:2046:1:Warning: the function `apropos-mode' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/etags.elc
In end of data:
executable.el:281:1:Warning: the function `compilation-start' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/executable.elc
In end of data:
f90.el:1904:1:Warning: the function `event-to-character' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/f90.elc
In flymake-process-sentinel:
flymake.el:635:22:Warning: assignment to free variable `flymake-is-running'
In flymake-post-syntax-check:
flymake.el:639:28:Warning: reference to free variable `flymake-new-err-info'
flymake.el:641:11:Warning: assignment to free variable `flymake-err-info'
flymake.el:640:11:Warning: assignment to free variable `flymake-new-err-info'
flymake.el:643:12:Warning: reference to free variable `flymake-err-info'
flymake.el:653:42:Warning: reference to free variable
`flymake-check-start-time'
flymake.el:654:13:Warning: assignment to free variable
`flymake-check-start-time'
flymake.el:660:22:Warning: reference to free variable
`flymake-check-was-interrupted'
In flymake-parse-output-and-residual:
flymake.el:678:16:Warning: reference to free variable `flymake-new-err-info'
flymake.el:678:16:Warning: assignment to free variable `flymake-new-err-info'
In flymake-parse-residual:
flymake.el:687:14:Warning: reference to free variable `flymake-new-err-info'
flymake.el:689:20:Warning: assignment to free variable `flymake-new-err-info'
In flymake-start-syntax-check:
flymake.el:1189:45:Warning: reference to free variable `flymake-is-running'
flymake.el:1197:15:Warning: assignment to free variable
`flymake-check-was-interrupted'
flymake.el:1212:21:Warning: assignment to free variable
`flymake-last-change-time'
In flymake-start-syntax-check-process:
flymake.el:1230:19:Warning: assignment to free variable `flymake-is-running'
flymake.el:1231:19:Warning: assignment to free variable
`flymake-last-change-time'
flymake.el:1232:19:Warning: assignment to free variable
`flymake-check-start-time'
In flymake-kill-process:
flymake.el:1253:15:Warning: assignment to free variable
`flymake-check-was-interrupted'
In end of data:
flymake.el:1888:1:Warning: the function `replace-in-string' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/flymake.elc
In fortran-mode:
fortran.el:789:8:Warning: assignment to free variable
`font-lock-syntactic-keywords'
fortran.el:801:55:Warning: assignment to free variable
`gud-find-expr-function'
In end of data:
fortran.el:2037:1:Warning: the following functions are not known to be
defined: gud-find-c-expr, event-to-character
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/fortran.elc
In gdb-set-gud-minor-mode-1:
gdb-ui.el:285:48:Warning: assignment to free variable `tool-bar-map'
In gdb-get-create-buffer:
gdb-ui.el:629:54:Warning: assignment to free variable `tool-bar-map'
In gdb-frame-inferior-io-buffer:
gdb-ui.el:701:42:Warning: reference to free variable `gdb-frame-parameters'
In gdb-info-breakpoints-custom:
gdb-ui.el:1330:36:Warning: assignment to free variable `tool-bar-map'
In gdb-info-locals-handler:
gdb-ui.el:2047:8:Warning: function `gdb-info-locals-handler' defined multiple
times in this file
In gdb-get-location:
gdb-ui.el:2337:50:Warning: assignment to free variable `tool-bar-map'
In gdb-invalidate-assembler:
gdb-ui.el:2575:8:Warning: function `gdb-invalidate-assembler' defined multiple
times in this file
In end of data:
gdb-ui.el:2637:1:Warning: the following functions are not known to be defined:
gdbmi-var-list-children, gud-remove, gud-break
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/gdb-ui.elc
In end of data:
glasses.el:277:1:Warning: the function `jit-lock-unregister' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/glasses.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/grep.elc
In gud-find-file:
gud.el:235:50:Warning: assignment to free variable `tool-bar-map'
gud.el:236:20:Warning: reference to free variable `gud-tooltip-mode'
gud.el:239:20:Warning: reference to free variable `gdb-define-alist'
In gud-speedbar-buttons:
gud.el:372:17:Warning: reference to free variable `gdb-var-changed'
gud.el:379:25:Warning: reference to free variable `gdb-var-list'
gud.el:392:52:Warning: reference to free variable `gdb-show-changed-values'
gud.el:403:15:Warning: assignment to free variable `gdb-var-changed'
In gud-mode:
gud.el:2381:44:Warning: assignment to free variable `tool-bar-map'
In gdb-script-font-lock-syntactic-face:
gud.el:3016:19:Warning: reference to free variable `font-lock-string-face'
gud.el:3017:19:Warning: reference to free variable `font-lock-doc-face'
gud.el:3018:7:Warning: reference to free variable `font-lock-comment-face'
In gdb-script-indent-line:
gud.el:3049:50:Warning: reference to free variable `font-lock-doc-face'
In gud-tooltip-activate-mouse-motions-if-enabled:
gud.el:3158:16:Warning: reference to free variable `gud-tooltip-mode'
In gud-tooltip-tips:
gud.el:3290:25:Warning: reference to free variable `gdb-active-process'
gud.el:3296:49:Warning: reference to free variable `gdb-define-alist'
gud.el:3307:27:Warning: reference to free variable `gdb-macro-info'
gud.el:3310:35:Warning: reference to free variable `gdb-server-prefix'
In end of data:
gud.el:3322:1:Warning: the following functions are not known to be defined:
gdb-create-define-alist, gdb-prompt, gdb-reset, c-langelem-sym,
c-langelem-pos, syntax-symbol, c-guess-basic-syntax, syntax-point,
gdb-enqueue-input
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/gud.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/hideif.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/hideshow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/icon.elc
In idlwave-help-mode:
idlw-help.el:279:49:Warning: assignment to free variable
`idlwave-help-def-pos'
idlw-help.el:280:54:Warning: assignment to free variable `idlwave-help-args'
idlw-help.el:280:30:Warning: assignment to free variable
`idlwave-help-in-header'
In idlwave-html-help-location:
idlw-help.el:292:21:Warning: reference to free variable
`idlwave-system-directory'
In idlwave-do-context-help1:
idlw-help.el:375:29:Warning: reference to free variable
`idlwave-system-variables-alist'
idlw-help.el:392:29:Warning: reference to free variable
`idlwave-executive-commands-alist'
idlw-help.el:420:23:Warning: reference to free variable
`idlwave-system-class-info'
idlw-help.el:439:17:Warning: reference to free variable
`idlwave-structtag-struct-location'
In idlwave-help-with-source:
idlw-help.el:814:21:Warning: reference to free variable
`idlwave-current-tags-buffer'
idlw-help.el:843:23:Warning: reference to free variable
`idlwave-current-tags-class'
In end of data:
idlw-help.el:1180:1:Warning: the following functions are not known to be
defined: idlwave-what-module-find-class, idlwave-where,
idlwave-downcase-safe, idlwave-beginning-of-statement,
idlwave-sintern-sysvar, idlwave-sintern-sysvartag,
idlwave-substitute-link-target, idlwave-in-quote, idlwave-sintern-class,
idlwave-class-or-superclass-with-tag, idlwave-current-routine,
idlwave-class-found-in, idlwave-prepare-structure-tag-completion,
idlwave-expand-keyword, idlwave-make-full-name, idlwave-this-word,
idlwave-all-method-classes, idlwave-sintern-method, idlwave-members-only,
idlwave-popup-select, idlwave-find-inherited-class,
idlwave-sintern-routine-or-method, idlwave-all-method-keyword-classes,
idlwave-sintern-keyword, idlwave-best-rinfo-assoc, idlwave-routines,
idlwave-entry-find-keyword, idlwave-routine-source-file,
idlwave-get-buffer-visiting, idlwave-find-class-definition,
idlwave-find-struct-tag
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-help.elc
In toplevel form:
idlw-rinfo.el:1901:7:Warning: assignment to free variable
`idlwave-system-variables-alist'
idlw-rinfo.el:1934:7:Warning: assignment to free variable
`idlwave-system-class-info'
idlw-rinfo.el:2016:7:Warning: assignment to free variable
`idlwave-executive-commands-alist'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-rinfo.elc
In end of data:
idlw-shell.el:4501:1:Warning: the function `mouse-track' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-shell.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-toolbar.elc
In idlwave-mode:
idlwave.el:1944:4:Warning: `make-local-hook' is an obsolete function (as of
Emacs 21.1); not necessary any more.
idlwave.el:1940:59:Warning: `make-local-hook' is an obsolete function (as of
Emacs 21.1); not necessary any more.
idlwave.el:1945:64:Warning: `make-local-hook' is an obsolete function (as of
Emacs 21.1); not necessary any more.
In idlwave-expand-equal:
idlwave.el:2699:23:Warning: assignment to free variable `begin'
In idlwave-update-routine-info:
idlwave.el:4464:43:Warning: reference to free variable
`idlwave-shell-path-query'
In idlwave-load-rinfo-next-step:
idlwave.el:4540:20:Warning: reference to free variable
`idlwave-library-routines'
idlwave.el:4542:27:Warning: assignment to free variable
`idlwave-library-routines'
In idlwave-scan-library-catalogs:
idlwave.el:5171:36:Warning: reference to free variable
`idlwave-library-catalog-libname'
In idlwave-complete-sysvar-help:
idlwave.el:7169:42:Warning: assignment to free variable `link'
In idlwave-complete-sysvar-tag-help:
idlwave.el:7186:17:Warning: assignment to free variable `link'
In idlwave-mouse-active-rinfo:
idlwave.el:8092:20:Warning: assignment to free variable `keyword'
idlwave.el:8070:33:Warning: assignment to free variable `link'
idlwave.el:8094:37:Warning: reference to free variable `link'
idlwave.el:8095:44:Warning: reference to free variable `keyword'
In end of data:
idlwave.el:8831:1:Warning: the following functions are not known to be
defined: itimerp, idlwave-shell-is-running, idlwave-shell-get-path-info,
idlwave-shell-temp-file, comint-dynamic-complete-filename,
idlwave-sintern-class-tag, idlwave-sintern-sysvar,
idlwave-sintern-sysvartag
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlwave.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/inf-lisp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ld-script.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/m4-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/make-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/mantemp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/meta-mode.elc
In mixal-mode:
mixal-mode.el:1304:55:Warning: assignment to free variable `compile-command'
In end of data:
mixal-mode.el:1316:1:Warning: the function `mixvm' is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/mixal-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/modula2.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/octave-hlp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/octave-inf.elc
In end of data:
octave-mod.el:1525:1:Warning: the following functions are not known to be
defined: event-to-character, next-event,
inferior-octave-send-list-and-digest
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/octave-mod.elc
In end of data:
pascal.el:1631:1:Warning: the following functions are not known to be defined:
set-keymap-name, redraw-mode-line
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/pascal.elc
In perl-font-lock-syntactic-face-function:
perl-mode.el:298:25:Warning: reference to free variable `font-lock-doc-face'
perl-mode.el:298:44:Warning: reference to free variable
`font-lock-comment-face'
perl-mode.el:308:9:Warning: reference to free variable `font-lock-string-face'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/perl-mode.elc
In inferior-prolog-mode:
prolog.el:251:9:Warning: assignment to free variable `comint-prompt-regexp'
In end of data:
prolog.el:286:1:Warning: the function `comint-mode' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/prolog.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ps-mode.elc
In end of data:
python.el:1774:1:Warning: the function `compilation-shell-minor-mode' might
not be defined at runtime.
python.el:1774:1:Warning: the following functions are not known to be defined:
syntax-ppss-context, syntax-ppss-depth
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/python.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/scheme.elc
In sh-font-lock-syntactic-face-function:
sh-script.el:981:11:Warning: reference to free variable
`font-lock-string-face'
sh-script.el:983:5:Warning: reference to free variable
`font-lock-comment-face'
In sh-get-indent-info:
sh-script.el:2015:22:Warning: reference to free variable
`font-lock-string-face'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/sh-script.elc
In toplevel form:
simula.el:1618:35:Warning: reference to free variable `hilit-patterns-alist'
In end of data:
simula.el:1660:1:Warning: the function `hilit-set-mode-patterns' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/simula.elc
In sql-product-font-lock:
sql.el:1688:15:Warning: assignment to free variable `font-lock-set-defaults'
sql.el:1686:21:Warning: reference to free variable `font-lock-keyword-face'
sql.el:1687:44:Warning: reference to free variable `font-lock-string-face'
In end of data:
sql.el:2979:1:Warning: the following functions are not known to be defined:
set-keymap-parents, set-keymap-name, ange-ftp-read-passwd
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/sql.elc
In tcl-mode:
tcl.el:577:41:Warning: reference to free variable `filladapt-mode'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/tcl.elc
In vhdl-keep-region-active:
vhdl-mode.el:1953:14:Warning: assignment to free variable `zmacs-region-stays'
vhdl-mode.el:1995:33:Warning: reference to free variable `itimer-version'
In vhdl-mode:
vhdl-mode.el:4602:63:Warning: assignment to free variable
`lazy-lock-defer-contextually'
vhdl-mode.el:4594:32:Warning: assignment to free variable
`lazy-lock-defer-on-the-fly'
vhdl-mode.el:4596:32:Warning: assignment to free variable
`lazy-lock-defer-on-scrolling'
vhdl-mode.el:4602:32:Warning: assignment to free variable
`compilation-file-regexp-alist'
vhdl-mode.el:11847:35:Warning: reference to free variable `viper-mode'
In vhdl-compile-init:
vhdl-mode.el:15732:13:Warning: reference to free variable
`compilation-file-regexp-alist'
vhdl-mode.el:15733:21:Warning: assignment to free variable
`compilation-file-regexp-alist'
In end of data:
vhdl-mode.el:16596:1:Warning: the function `font-lock-set-defaults' might not
be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/vhdl-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/which-func.elc
In run-scheme:
xscheme.el:105:31:Warning: reference to free variable `xscheme-process-name'
xscheme.el:105:52:Warning: reference to free variable `xscheme-buffer-name'
In xscheme-start:
xscheme.el:112:9:Warning: assignment to free variable
`xscheme-process-command-line'
In xscheme-read-command-line:
xscheme.el:116:15:Warning: reference to free variable
`xscheme-process-command-line'
In reset-scheme:
xscheme.el:134:31:Warning: reference to free variable `xscheme-process-name'
xscheme.el:144:35:Warning: reference to free variable
`xscheme-process-command-line'
xscheme.el:146:35:Warning: reference to free variable `xscheme-buffer-name'
In start-scheme:
xscheme.el:156:23:Warning: reference to free variable `xscheme-buffer-name'
In global-set-scheme-interaction-buffer:
xscheme.el:183:23:Warning: reference to free variable `xscheme-buffer-name'
xscheme.el:189:47:Warning: reference to free variable
`xscheme-runlight-string'
xscheme.el:193:23:Warning: reference to free variable
`default-xscheme-runlight'
In local-set-scheme-interaction-buffer:
xscheme.el:200:23:Warning: reference to free variable `xscheme-buffer-name'
xscheme.el:208:56:Warning: assignment to free variable `xscheme-buffer-name'
xscheme.el:208:6:Warning: assignment to free variable `xscheme-process-name'
xscheme.el:209:44:Warning: reference to free variable `xscheme-runlight'
xscheme.el:209:44:Warning: assignment to free variable `xscheme-runlight'
In scheme-interaction-mode:
xscheme.el:323:15:Warning: assignment to free variable `xscheme-previous-mode'
xscheme.el:335:48:Warning: assignment to free variable `xscheme-buffer-name'
xscheme.el:326:17:Warning: assignment to free variable
`xscheme-last-input-end'
xscheme.el:330:25:Warning: assignment to free variable `xscheme-process-name'
xscheme.el:338:23:Warning: assignment to free variable
`xscheme-previous-process-state'
xscheme.el:335:20:Warning: reference to free variable `xscheme-buffer-name'
In exit-scheme-interaction-mode:
xscheme.el:348:25:Warning: reference to free variable
`xscheme-previous-process-state'
xscheme.el:349:14:Warning: reference to free variable `xscheme-previous-mode'
In scheme-interaction-mode-initialize:
xscheme.el:359:18:Warning: reference to free variable
`scheme-interaction-mode-map'
In scheme-interaction-mode-commands:
xscheme.el:364:18:Warning: reference to free variable
`scheme-interaction-mode-commands-alist'
In scheme-debugger-mode-initialize:
xscheme.el:415:18:Warning: reference to free variable
`scheme-debugger-mode-map'
In xscheme-send-string:
xscheme.el:467:15:Warning: reference to free variable `xscheme-running-p'
In xscheme-send-string-2:
xscheme.el:478:31:Warning: reference to free variable `xscheme-process-name'
In xscheme-select-process-buffer:
xscheme.el:487:27:Warning: reference to free variable `xscheme-process-name'
In xscheme-insert-expression:
xscheme.el:499:47:Warning: reference to free variable
`xscheme-expressions-ring'
xscheme.el:500:18:Warning: assignment to free variable
`xscheme-expressions-ring'
xscheme.el:501:27:Warning: reference to free variable
`xscheme-expressions-ring-max'
xscheme.el:504:9:Warning: assignment to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-rotate-yank-pointer:
xscheme.el:509:25:Warning: reference to free variable
`xscheme-expressions-ring'
xscheme.el:516:39:Warning: reference to free variable
`xscheme-expressions-ring-yank-pointer'
xscheme.el:521:25:Warning: assignment to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-yank:
xscheme.el:533:16:Warning: reference to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-yank-pop:
xscheme.el:565:22:Warning: reference to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-send-region:
xscheme.el:593:48:Warning: reference to free variable `xscheme-process-name'
xscheme.el:595:21:Warning: reference to free variable `xscheme-last-input-end'
In xscheme-send-char:
xscheme.el:648:24:Warning: reference to free variable `xscheme-process-name'
In xscheme-delete-output:
xscheme.el:658:8:Warning: reference to free variable `xscheme-last-input-end'
In xscheme-send-proceed:
xscheme.el:676:24:Warning: reference to free variable `xscheme-process-name'
In xscheme-send-control-g-interrupt:
xscheme.el:683:17:Warning: reference to free variable
`xscheme-control-g-synchronization-p'
xscheme.el:684:31:Warning: reference to free variable `xscheme-process-name'
xscheme.el:686:26:Warning: reference to free variable `xscheme-buffer-name'
xscheme.el:687:14:Warning: reference to free variable
`xscheme-control-g-disabled-p'
xscheme.el:692:20:Warning: assignment to free variable
`xscheme-control-g-disabled-p'
xscheme.el:693:21:Warning: reference to free variable
`xscheme-control-g-message-string'
In xscheme-send-interrupt:
xscheme.el:719:17:Warning: reference to free variable `xscheme-process-name'
xscheme.el:722:19:Warning: reference to free variable
`xscheme-control-g-synchronization-p'
In xscheme-process-filter:
xscheme.el:947:45:Warning: reference to free variable
`xscheme-process-filter-alist'
In xscheme-prompt-for-expression:
xscheme.el:1201:44:Warning: reference to free variable
`xscheme-prompt-for-expression-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/xscheme.elc
In bg-mouse-report:
bg-mouse.el:94:22:Warning: reference to free variable `mouse-map'
In bg-set-point:
bg-mouse.el:116:25:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:116:36:Warning: reference to free variable `bg-mouse-y'
In bg-set-mark:
bg-mouse.el:124:25:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:124:36:Warning: reference to free variable `bg-mouse-y'
In bg-yank:
bg-mouse.el:130:25:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:130:36:Warning: reference to free variable `bg-mouse-y'
In bg-move-by-percentage:
bg-mouse.el:155:18:Warning: reference to free variable `bg-mouse-x'
In bg-mouse-line-to-top:
bg-mouse.el:171:14:Warning: reference to free variable `bg-mouse-y'
In bg-mouse-line-to-center:
bg-mouse.el:177:22:Warning: reference to free variable `bg-mouse-y'
In bg-mouse-line-to-bottom:
bg-mouse.el:182:17:Warning: reference to free variable `bg-mouse-y'
In bg-insert-moused-sexp:
bg-mouse.el:194:35:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:194:46:Warning: reference to free variable `bg-mouse-y'
bg-mouse.el:200:20:Warning: reference to free variable `bg-cursor-window'
bg-mouse.el:273:14:Warning: reference to free variable `mouse-map'
bg-mouse.el:274:11:Warning: assignment to free variable `mouse-map'
In bind-bg-mouse-click:
bg-mouse.el:278:15:Warning: reference to free variable `mouse-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/bg-mouse.elc
In toplevel form:
mac-win.el:1101:30:Warning: reference to free variable
`mac-system-script-code'
mac-win.el:1120:7:Warning: assignment to free variable
`mac-charset-info-alist'
In mac-services-open-file:
mac-win.el:1370:42:Warning: reference to free variable
`mac-services-selection'
In mac-services-open-selection:
mac-win.el:1375:30:Warning: reference to free variable
`mac-services-selection'
In mac-services-insert-text:
mac-win.el:1382:34:Warning: reference to free variable
`mac-services-selection'
In end of data:
mac-win.el:1889:1:Warning: the following functions are not known to be
defined: x-get-selection-internal, mac-code-convert-string,
mac-clear-font-name-table, mac-scroll-down-line, mac-scroll-down,
mac-scroll-up, mac-scroll-up-line, mac-scroll-ignore-events
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/mac-win.elc
In end of data:
pc-win.el:244:1:Warning: the following functions are not known to be defined:
msdos-remember-default-colors, w16-set-clipboard-data,
w16-get-clipboard-data
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/pc-win.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/rxvt.elc
In global-set-mouse:
sun-mouse.el:88:17:Warning: reference to free variable
`current-global-mousemap'
In local-set-mouse:
sun-mouse.el:96:13:Warning: reference to free variable
`current-local-mousemap'
sun-mouse.el:98:17:Warning: assignment to free variable
`current-local-mousemap'
In use-global-mousemap:
sun-mouse.el:102:9:Warning: assignment to free variable
`current-global-mousemap'
In use-local-mousemap:
sun-mouse.el:107:9:Warning: assignment to free variable
`current-local-mousemap'
In mouse-lookup:
sun-mouse.el:436:32:Warning: reference to free variable
`current-local-mousemap'
sun-mouse.el:437:32:Warning: reference to free variable
`current-global-mousemap'
In mouse-code-function-pairs-of-region:
sun-mouse.el:474:35:Warning: reference to free variable
`current-local-mousemap'
sun-mouse.el:475:35:Warning: reference to free variable
`current-global-mousemap'
In end of data:
sun-mouse.el:683:1:Warning: the following functions are not known to be
defined: sit-for-millisecs, sun-menu-internal, sun-get-selection,
sun-set-selection
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/sun-mouse.elc
In end of data:
sun.el:278:1:Warning: the following functions are not known to be defined:
previous-complex-command, sun-window-init
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/sun.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/sup-mouse.elc
In tty-register-default-colors:
tty-colors.el:814:25:Warning: reference to free variable `msdos-color-values'
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/tty-colors.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/tvi970.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/vt100.elc
In toplevel form:
w32-win.el:1109:44:Warning: reference to free variable
`xlfd-regexp-registry-subnum'
In end of data:
w32-win.el:1233:1:Warning: the following functions are not known to be
defined: setup-default-fontset, create-fontset-from-fontset-spec,
create-fontset-from-x-resource, x-decompose-font-name,
x-complement-fontset-spec, create-fontset-from-ascii-font,
generate-fontset-menu
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/w32-win.elc
In x-handle-smid:
x-win.el:243:9:Warning: assignment to free variable `x-session-previous-id'
In emacs-session-save:
x-win.el:279:43:Warning: reference to free variable `x-session-id'
x-win.el:1265:47:Warning: reference to free variable `x-keysym-table'
x-win.el:2438:13:Warning: assignment to free variable `x-selection-timeout'
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/x-win.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/xterm.elc
In toplevel form:
artist.el:362:56:Warning: reference to free variable `x-pointer-crosshair'
In artist-make-prev-next-op-alist:
artist.el:1114:30:Warning: reference to free variable `artist-key-compl-table'
In artist-figlet-get-extra-args:
artist.el:2878:22:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
In artist-text-see-thru:
artist.el:2919:23:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
In artist-text-overwrite:
artist.el:2930:23:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
In end of data:
artist.el:5569:1:Warning: the function `artist-last' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/artist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/bib-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/bibtex.elc
In conf-mode:
conf-mode.el:347:32:Warning: assignment to free variable
`outline-heading-end-regexp'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/conf-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/dns-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/enriched.elc
In end of data:
fill.el:1450:1:Warning: the following functions are not known to be defined:
line-move-invisible, comment-search-forward, comment-string-strip
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/fill.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/flyspell.elc
In ispell-message:
ispell.el:3347:43:Warning: reference to free variable `mail-yank-prefix'
In end of data:
ispell.el:3660:1:Warning: the following functions are not known to be defined:
extent-at, delete-extent, set-extent-property, ispell-int-char,
framepop-display-buffer, sc-cite-regexp
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/ispell.elc
In makeinfo-compile:
makeinfo.el:182:11:Warning: `compile-internal' is an obsolete function; use
`compilation-start' instead.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/makeinfo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/nroff-mode.elc
In org-set-regexps-and-options:
org.el:481:44:Warning: assignment to free variable `org-archive-location'
In org-mode:
org.el:1689:9:Warning: assignment to free variable
`font-lock-unfontify-region-function'
org.el:1692:4:Warning: `make-local-hook' is an obsolete function (as of Emacs
21.1); not necessary any more.
In org-table-copy-down:
org.el:6099:42:Warning: `string-to-int' is an obsolete function (as of Emacs
22.1); use `string-to-number' instead.
In org-table-eval-formula:
org.el:6889:22:Warning: `string-to-int' is an obsolete function (as of Emacs
22.1); use `string-to-number' instead.
In orgtbl-mode:
org.el:6976:12:Warning: `make-local-hook' is an obsolete function (as of Emacs
21.1); not necessary any more.
In org-init-section-numbers:
org.el:8381:42:Warning: `string-to-int' is an obsolete function (as of Emacs
22.1); use `string-to-number' instead.
In end of data:
org.el:9153:1:Warning: the following functions might not be defined at
runtime: calendar-forward-day, calendar-goto-date, calendar-goto-today,
calendar-iso-date-string, calendar-julian-date-string,
calendar-astro-date-string, calendar-hebrew-date-string,
calendar-islamic-date-string, calendar-french-date-string,
calendar-mayan-date-string, calendar-coptic-date-string,
calendar-ethiopic-date-string, calendar-persian-date-string,
calendar-chinese-date-string
org.el:9153:1:Warning: the following functions are not known to be defined:
list-diary-entries, add-to-diary-list, org-compile-agenda-prefix-format,
bbdb-name, bbdb-company, bbdb, gnus-summary-goto-article,
vm-select-folder-buffer, vm-isearch-update, vm-isearch-narrow,
vm-beginning-of-message, vm-summarize, wl-summary-goto-folder-subr,
wl-summary-jump-to-msg-by-message-id, wl-summary-redisplay,
rmail-what-message, rmail-show-message, bbdb-record-name,
bbdb-current-record, bbdb-record-company, vm-follow-summary-cursor,
vm-su-subject, vm-su-full-name, vm-su-message-id,
wl-summary-message-number, elmo-message-field,
elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb,
wl-summary-line-from, rmail-narrow-to-non-pruned-header,
gnus-article-show-summary, gnus-summary-beginning-of-article,
gnus-summary-article-header, mail-header-from, mail-header-id,
mail-header-date, gnus-summary-subject-string, remember-buffer-desc,
table--at-cell-p, delete-menu-item, set-menubar-dirty-flag,
region-active-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/org.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/page-ext.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/page.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/paragraphs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/picture.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/po.elc
In toplevel form:
refbib.el:224:7:Warning: assignment to free variable `r2b-variables'
In r2b-clear-variables:
refbib.el:258:16:Warning: reference to free variable `r2b-variables'
In r2b-convert-month:
refbib.el:324:8:Warning: reference to free variable `r2bv-month'
refbib.el:338:25:Warning: assignment to free variable `r2bv-month'
In r2b-snarf-input:
refbib.el:361:11:Warning: reference to free variable `r2bv-author'
refbib.el:365:11:Warning: reference to free variable `r2bv-editor'
refbib.el:370:19:Warning: assignment to free variable `r2bv-primary-author'
refbib.el:377:64:Warning: reference to free variable `r2bv-date'
refbib.el:377:26:Warning: reference to free variable `r2bv-year'
refbib.el:379:50:Warning: assignment to free variable `r2bv-year'
refbib.el:382:64:Warning: reference to free variable `r2bv-month'
refbib.el:383:52:Warning: assignment to free variable `r2bv-month'
refbib.el:389:10:Warning: reference to free variable `r2bv-title'
In r2b-barf-output:
refbib.el:513:29:Warning: reference to free variable `r2bv-primary-author'
refbib.el:513:49:Warning: reference to free variable `r2bv-decade'
refbib.el:514:25:Warning: reference to free variable `r2bv-title-first-word'
refbib.el:605:14:Warning: assignment to free variable `r2bv-kn'
refbib.el:518:35:Warning: reference to free variable `r2bv-journal'
refbib.el:526:35:Warning: assignment to free variable `r2bv-booktitle'
refbib.el:612:32:Warning: assignment to free variable `r2bv-journal'
refbib.el:521:48:Warning: reference to free variable `r2bv-institution'
refbib.el:528:30:Warning: assignment to free variable `r2bv-organization'
refbib.el:528:48:Warning: assignment to free variable `r2bv-institution'
refbib.el:529:30:Warning: assignment to free variable `r2bv-publisher'
refbib.el:530:37:Warning: reference to free variable `r2bv-tr'
refbib.el:530:27:Warning: assignment to free variable `r2bv-note'
refbib.el:533:19:Warning: assignment to free variable `r2bv-tr'
refbib.el:616:34:Warning: reference to free variable `r2bv-booktitle'
refbib.el:535:30:Warning: assignment to free variable `r2bv-school'
refbib.el:567:18:Warning: reference to free variable `r2bv-author'
refbib.el:566:18:Warning: reference to free variable `r2bv-editor'
refbib.el:560:35:Warning: reference to free variable `r2bv-title'
refbib.el:614:29:Warning: assignment to free variable `r2bv-type'
refbib.el:587:30:Warning: assignment to free variable `r2bv-number'
refbib.el:603:14:Warning: assignment to free variable `r2bv-entry-kind'
refbib.el:603:8:Warning: reference to free variable `r2bv-entry-kind'
refbib.el:605:8:Warning: reference to free variable `r2bv-kn'
refbib.el:609:29:Warning: reference to free variable `r2bv-year'
refbib.el:611:30:Warning: reference to free variable `r2bv-month'
refbib.el:613:31:Warning: reference to free variable `r2bv-volume'
refbib.el:614:8:Warning: reference to free variable `r2bv-type'
refbib.el:615:8:Warning: reference to free variable `r2bv-number'
refbib.el:618:8:Warning: reference to free variable `r2bv-publisher'
refbib.el:620:8:Warning: reference to free variable `r2bv-organization'
refbib.el:621:8:Warning: reference to free variable `r2bv-school'
refbib.el:622:30:Warning: reference to free variable `r2bv-pages'
refbib.el:623:32:Warning: reference to free variable `r2bv-address'
refbib.el:624:8:Warning: reference to free variable `r2bv-note'
refbib.el:625:33:Warning: reference to free variable `r2bv-keywords'
refbib.el:626:30:Warning: reference to free variable `r2bv-where'
refbib.el:627:33:Warning: reference to free variable `r2bv-ordering'
refbib.el:628:31:Warning: reference to free variable `r2bv-annote'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/refbib.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/refer.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/refill.elc
In end of data:
reftex-auc.el:215:1:Warning: the following functions are not known to be
defined: TeX-argument-prompt, LaTeX-label-list, LaTeX-add-labels,
TeX-argument-insert, multi-prompt, LaTeX-bibitem-list,
LaTeX-index-entry-list, LaTeX-add-index-entries
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-auc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-cite.elc
In end of data:
reftex-dcr.el:484:1:Warning: the following functions are not known to be
defined: itimer-live-p, start-itimer, bibtex-beginning-of-entry
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-dcr.elc
In reftex-find-duplicate-labels:
reftex-global.el:136:32:Warning: assignment to free variable `TeX-master'
In reftex-isearch-wrap-function:
reftex-global.el:345:17:Warning: reference to free variable
`isearch-next-buffer-function'
In reftex-isearch-isearch-search:
reftex-global.el:374:33:Warning: reference to free variable
`isearch-next-buffer-function'
In reftex-isearch-minor-mode:
reftex-global.el:455:37:Warning: assignment to free variable
`isearch-next-buffer-function'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-global.elc
In reftex-index-initialize-phrases-buffer:
reftex-index.el:1240:15:Warning: assignment to free variable `TeX-master'
In reftex-index-phrases-mode:
reftex-index.el:1310:60:Warning: assignment to free variable
`reftex-index-phrases-marker'
In end of data:
reftex-index.el:2091:1:Warning: the following functions are not known to be
defined: region-exists-p, texmathp, LaTeX-add-index-entries
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-index.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-parse.elc
In end of data:
reftex-ref.el:850:1:Warning: the function `LaTeX-add-labels' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-ref.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-sel.elc
In reftex-toc-mode:
reftex-toc.el:74:65:Warning: assignment to free variable `zmacs-regions'
reftex-toc.el:63:23:Warning: assignment to free variable
`reftex-toc-include-labels-indicator'
reftex-toc.el:59:25:Warning: assignment to free variable
`reftex-toc-max-level-indicator'
In reftex-make-separate-toc-frame:
reftex-toc.el:991:35:Warning: `focus-frame' is an obsolete function (as of
Emacs 22.1); it does nothing.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-toc.elc
In reftex-set-dirty:
reftex-vars.el:32:11:Warning: assignment to free variable
`reftex-tables-dirty'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-vars.elc
In reftex-TeX-master-file:
reftex.el:530:8:Warning: `buffer-file-name' called for effect
In reftex-fontify-select-label-buffer:
reftex.el:2300:48:Warning: assignment to free variable `font-lock-keywords'
In end of data:
reftex.el:2608:1:Warning: the following functions might not be defined at
runtime: easy-menu-add, easy-menu-remove
reftex.el:2608:1:Warning: the following functions are not known to be defined:
reftex-plug-into-AUCTeX, reftex-toggle-auto-view-crossref,
reftex-toggle-auto-toc-recenter, TeX-update-style, reftex-do-parse,
reftex-make-overlay, reftex-overlay-put, reftex-move-overlay,
reftex-delete-overlay
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/sgml-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/spell.elc
In table--test-cell-list:
table.el:4965:17:Warning: `replace-regexp' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/table.elc
In tex-font-lock-syntactic-face-function:
tex-mode.el:674:18:Warning: reference to free variable
`font-lock-comment-face'
In tex-mode:
tex-mode.el:827:8:Warning: function `tex-mode' defined multiple times in this
file
In doctex-font-lock-syntactic-face-function:
tex-mode.el:2470:5:Warning: reference to free variable `font-lock-doc-face'
In end of data:
tex-mode.el:2502:1:Warning: the following functions are not known to be
defined: font-lock-default-unfontify-region,
reftex-scanning-info-available-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/tex-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/texinfmt.elc
In texinfo-mode:
texinfo.el:620:16:Warning: assignment to free variable `outline-heading-alist'
texinfo.el:622:17:Warning: reference to free variable `outline-heading-alist'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/texinfo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/texnfo-upd.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/text-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/tildify.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/two-column.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/underline.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/toolbar/tool-bar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-about.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-auth.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-cache.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-cid.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-cookie.elc
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-dav.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-dired.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-expand.elc
In end of data:
url-file.el:244:1:Warning: the following functions are not known to be
defined: ange-ftp-set-passwd, efs-set-passwd,
url-generate-unique-filename, ange-ftp-copy-file-internal,
efs-copy-file-internal, efs-ftp-path
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-file.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-ftp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-gw.elc
In end of data:
url-handlers.el:273:1:Warning: the function `url-scheme-get-property' might
not be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-handlers.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-history.elc
In url-http-handle-cookies:
url-http.el:346:29:Warning: reference to free variable
`url-http-cookies-sources'
In url-http:
url-http.el:1062:15:Warning: assignment to free variable
`url-http-cookies-sources'
In end of data:
url-http.el:1231:1:Warning: the following functions are not known to be
defined: url-expand-file-name, url-http-symbol-value-in-buffer
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-http.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-https.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-imap.elc
In end of data:
url-irc.el:80:1:Warning: the following functions are not known to be defined:
zenirc, zenirc-send-line
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-irc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-ldap.elc
In end of data:
url-mailto.el:130:1:Warning: the function `mail-send-and-exit' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-mailto.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-methods.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-misc.elc
In url-snews:
url-news.el:131:44:Warning: reference to free variable `nntp-open-tls-stream'
url-news.el:132:42:Warning: reference to free variable `nntp-open-ssl-stream'
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-news.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-nfs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-ns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-parse.elc
In end of data:
url-privacy.el:83:1:Warning: the function `url-device-type' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-privacy.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-proxy.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-vars.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url.elc
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/vc-dav.elc
Directories: calc calendar emacs-lisp emulation eshell gnus
international language mail mh-e net obsolete play progmodes term
textmodes toolbar url
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte
-l finder -f finder-compile-keywords-make-dist
C:/bin/emacs/gcc/HEAD/lisp calc calendar emacs-lisp emulation eshell
gnus international language mail mh-e net obsolete play progmodes term
textmodes toolbar url
Loading vc-cvs...
Directory C:/bin/emacs/gcc/HEAD/lisp
Directory calc
Directory calendar
Directory emacs-lisp
Directory emulation
Directory eshell
Directory gnus
Directory international
Directory language
Directory mail
Directory mh-e
Directory net
Directory obsolete
Directory play
Directory progmodes
Directory term
Directory textmodes
Directory toolbar
Directory url
Wrote c:/bin/emacs/gcc/HEAD/lisp/finder-inf.el
Directories: calc calendar emacs-lisp emulation eshell gnus
international language mail mh-e net obsolete play progmodes term
textmodes toolbar url
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte
-l cus-dep --eval "(setq find-file-hook nil)" -f
custom-make-dependencies C:/bin/emacs/gcc/HEAD/lisp calc calendar
emacs-lisp emulation eshell gnus international language mail mh-e net
obsolete play progmodes term textmodes toolbar url
Directory C:/bin/emacs/gcc/HEAD/lisp
Directory calc
Directory calendar
Directory emacs-lisp
Directory emulation
Directory eshell
Directory gnus
Directory international
Directory language
Directory mail
Directory mh-e
Directory net
Directory obsolete
Directory play
Directory progmodes
Directory term
Directory textmodes
Directory toolbar
Directory url
Generating cus-load.el...
Saving file c:/bin/emacs/gcc/HEAD/lisp/cus-load.el...
Loading vc-cvs...
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-load.el
Generating cus-load.el...done
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/lisp'
make -C ../lib-src DOC
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/lib-src'
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g
-mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl
-IC:/bin/emacs/build/include -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1
-DNO_LDAV=1 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc -I../src -o
oo-spd/i386/make-docfile.o make-docfile.c
Assembler messages:
FATAL: can't create oo-spd/i386/make-docfile.o: No such file or directory
make[1]: *** [oo-spd/i386/make-docfile.o] Error 1
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/lib-src'
make: *** [bootstrap-gmake] Error 2
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 8:37 ` Juanma Barranquero
@ 2005-06-13 8:39 ` Juanma Barranquero
2005-06-13 17:24 ` Werner LEMBERG
0 siblings, 1 reply; 14+ messages in thread
From: Juanma Barranquero @ 2005-06-13 8:39 UTC (permalink / raw)
Cc: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 79 bytes --]
I'll send the log attached, because Gmail is not groking the full log inline.
[-- Attachment #2: boot2.log --]
[-- Type: text/plain, Size: 258063 bytes --]
mkdir "oo-spd"
mkdir "oo-spd/i386"
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -o oo-spd/i386/addsection.o addsection.c
gcc -o oo-spd/i386/addsection.exe \
-g -mno-cygwin oo-spd/i386/addsection.o -luser32
make -C ../lisp bootstrap-clean
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/lisp'
cp C:/bin/emacs/gcc/HEAD/lisp/ldefs-boot.el C:/bin/emacs/gcc/HEAD/lisp/loaddefs.el
for %%f in (. calc calendar emacs-lisp emulation eshell gnus international language mail mh-e net obsolete play progmodes term textmodes toolbar url) do for %%g in (%%f\*.elc) do @rm %%g
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/lisp'
make -C ../src clean
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/src'
rm *~ "s/*~" "m/*~"
rm: *~: No such file or directory
rm: s/*~: No such file or directory
rm: m/*~: No such file or directory
make[1]: [clean] Error 1 (ignored)
rm
rm: too few arguments
Try `rm --help' for more information.
make[1]: [clean] Error 1 (ignored)
rm -r oo-spd
rm: oo-spd: No such file or directory
make[1]: [clean] Error 1 (ignored)
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/src'
make -C ../lib-src clean
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/lib-src'
rm *~ DOC*
rm: *~: No such file or directory
rm: DOC*: No such file or directory
make[1]: [clean] Error 1 (ignored)
rm ctags.c
rm: ctags.c: No such file or directory
make[1]: [clean] Error 1 (ignored)
rm -r oo-spd
rm: oo-spd: No such file or directory
make[1]: [clean] Error 1 (ignored)
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/lib-src'
make -C ../src bootstrap
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/src'
make -w temacs CFLAGS="-I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000"
make[2]: Entering directory `C:/bin/emacs/gcc/HEAD/src'
mkdir "oo-spd"
mkdir "oo-spd/i386"
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/emacs.o emacs.c
rm oo-spd/i386/temacs0.a
rm: oo-spd/i386/temacs0.a: No such file or directory
make[2]: [oo-spd/i386/temacs0.a] Error 1 (ignored)
ar -rsc oo-spd/i386/temacs0.a oo-spd/i386/emacs.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/abbrev.o abbrev.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/alloc.o alloc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/atimer.o atimer.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/buffer.o buffer.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/bytecode.o bytecode.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/callint.o callint.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/callproc.o callproc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/casefiddle.o casefiddle.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/cm.o cm.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/cmds.o cmds.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/data.o data.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/dired.o dired.c
dired.c: In function `Ffile_attributes':
dired.c:981: warning: comparison is always false due to limited range of data type
dired.c:981: warning: comparison is always false due to limited range of data type
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/dispnew.o dispnew.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/doc.o doc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/doprnt.o doprnt.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/editfns.o editfns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/eval.o eval.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/fileio.o fileio.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/filelock.o filelock.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/filemode.o filemode.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/fns.o fns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/indent.o indent.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/insdel.o insdel.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/keyboard.o keyboard.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/keymap.o keymap.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/lread.o lread.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/macros.o macros.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/marker.o marker.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/md5.o md5.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/minibuf.o minibuf.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32.o w32.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32heap.o w32heap.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32inevt.o w32inevt.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32proc.o w32proc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32console.o w32console.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/print.o print.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/process.o process.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/regex.o regex.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/scroll.o scroll.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/search.o search.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/sound.o sound.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/syntax.o syntax.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/sysdep.o sysdep.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/term.o term.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/termcap.o termcap.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/tparam.o tparam.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/undo.o undo.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/unexw32.o unexw32.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/window.o window.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/xdisp.o xdisp.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/casetab.o casetab.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/floatfns.o floatfns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/frame.o frame.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/gmalloc.o gmalloc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/intervals.o intervals.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/composite.o composite.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/ralloc.o ralloc.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/textprop.o textprop.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/vm-limit.o vm-limit.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/region-cache.o region-cache.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/strftime.o strftime.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/charset.o charset.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/coding.o coding.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/category.o category.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/ccl.o ccl.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/fontset.o fontset.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/fringe.o fringe.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/image.o image.c
rm oo-spd/i386/temacs1.a
rm: oo-spd/i386/temacs1.a: No such file or directory
make[2]: [oo-spd/i386/temacs1.a] Error 1 (ignored)
ar -rsc oo-spd/i386/temacs1.a oo-spd/i386/abbrev.o oo-spd/i386/alloc.o oo-spd/i386/atimer.o oo-spd/i386/buffer.o oo-spd/i386/bytecode.o oo-spd/i386/callint.o oo-spd/i386/callproc.o oo-spd/i386/casefiddle.o oo-spd/i386/cm.o oo-spd/i386/cmds.o oo-spd/i386/data.o oo-spd/i386/dired.o oo-spd/i386/dispnew.o oo-spd/i386/doc.o oo-spd/i386/doprnt.o oo-spd/i386/editfns.o oo-spd/i386/eval.o oo-spd/i386/fileio.o oo-spd/i386/filelock.o oo-spd/i386/filemode.o oo-spd/i386/fns.o oo-spd/i386/indent.o oo-spd/i386/insdel.o oo-spd/i386/keyboard.o oo-spd/i386/keymap.o oo-spd/i386/lread.o oo-spd/i386/macros.o oo-spd/i386/marker.o oo-spd/i386/md5.o oo-spd/i386/minibuf.o oo-spd/i386/w32.o oo-spd/i386/w32heap.o oo-spd/i386/w32inevt.o oo-spd/i386/w32proc.o oo-spd/i386/w32console.o oo-spd/i386/print.o oo-spd/i386/process.o oo-spd/i386/regex.o oo-spd/i386/scroll.o oo-spd/i386/search.o oo-spd/i386/sound.o oo-spd/i386/syntax.o oo-spd/i386/sysdep.o oo-spd/i386/term.o oo-spd/i386/termcap.o oo-spd/i386/tparam.o oo-spd/i386/undo.o oo-spd/i386/unexw32.o oo-spd/i386/window.o oo-spd/i386/xdisp.o oo-spd/i386/casetab.o oo-spd/i386/floatfns.o oo-spd/i386/frame.o oo-spd/i386/gmalloc.o oo-spd/i386/intervals.o oo-spd/i386/composite.o oo-spd/i386/ralloc.o oo-spd/i386/textprop.o oo-spd/i386/vm-limit.o oo-spd/i386/region-cache.o oo-spd/i386/strftime.o oo-spd/i386/charset.o oo-spd/i386/coding.o oo-spd/i386/category.o oo-spd/i386/ccl.o oo-spd/i386/fontset.o oo-spd/i386/fringe.o oo-spd/i386/image.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32term.o w32term.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32xfns.o w32xfns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32fns.o w32fns.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/xfaces.o xfaces.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32select.o w32select.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32menu.o w32menu.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32reg.o w32reg.c
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32bdf.o w32bdf.c
rm oo-spd/i386/temacw32.a
rm: oo-spd/i386/temacw32.a: No such file or directory
make[2]: [oo-spd/i386/temacw32.a] Error 1 (ignored)
ar -rsc oo-spd/i386/temacw32.a oo-spd/i386/w32term.o oo-spd/i386/w32xfns.o oo-spd/i386/w32fns.o oo-spd/i386/xfaces.o oo-spd/i386/w32select.o oo-spd/i386/w32menu.o oo-spd/i386/w32reg.o oo-spd/i386/w32bdf.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/lastfile.o lastfile.c
rm oo-spd/i386/lastfile.a
rm: oo-spd/i386/lastfile.a: No such file or directory
make[2]: [oo-spd/i386/lastfile.a] Error 1 (ignored)
ar -rsc oo-spd/i386/lastfile.a oo-spd/i386/lastfile.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/firstfile.o firstfile.c
windres -O coff --include-dir ../nt -o oo-spd/i386/emacs.res ../nt/emacs.rc
gcc -o oo-spd/i386/temacs.bin -g -mno-cygwin -Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -g -Wl,-subsystem,console -Wl,-entry,__start -Wl,-Map,oo-spd/i386/temacs.map oo-spd/i386/firstfile.o oo-spd/i386/emacs.res oo-spd/i386/temacs0.a oo-spd/i386/temacs1.a oo-spd/i386/temacw32.a oo-spd/i386/lastfile.a -lwinmm -ladvapi32 -lgdi32 -lcomdlg32 -luser32 -lmpr -lshell32 -lwinspool
"../nt/oo-spd/i386/addsection" "oo-spd/i386/temacs.bin" "oo-spd/i386/temacs.exe" EMHEAP 16
Dumping from oo-spd/i386/temacs.bin
to oo-spd/i386/temacs.exe
echo oo-spd/i386/emacs.o > oo-spd/i386/buildobj.lst
echo oo-spd/i386/abbrev.o oo-spd/i386/alloc.o oo-spd/i386/atimer.o oo-spd/i386/buffer.o oo-spd/i386/bytecode.o oo-spd/i386/callint.o oo-spd/i386/callproc.o oo-spd/i386/casefiddle.o oo-spd/i386/cm.o oo-spd/i386/cmds.o oo-spd/i386/data.o oo-spd/i386/dired.o oo-spd/i386/dispnew.o oo-spd/i386/doc.o oo-spd/i386/doprnt.o oo-spd/i386/editfns.o oo-spd/i386/eval.o oo-spd/i386/fileio.o oo-spd/i386/filelock.o oo-spd/i386/filemode.o oo-spd/i386/fns.o oo-spd/i386/indent.o oo-spd/i386/insdel.o oo-spd/i386/keyboard.o oo-spd/i386/keymap.o oo-spd/i386/lread.o oo-spd/i386/macros.o oo-spd/i386/marker.o oo-spd/i386/md5.o oo-spd/i386/minibuf.o oo-spd/i386/w32.o oo-spd/i386/w32heap.o oo-spd/i386/w32inevt.o oo-spd/i386/w32proc.o oo-spd/i386/w32console.o oo-spd/i386/print.o oo-spd/i386/process.o oo-spd/i386/regex.o oo-spd/i386/scroll.o oo-spd/i386/search.o oo-spd/i386/sound.o oo-spd/i386/syntax.o oo-spd/i386/sysdep.o oo-spd/i386/term.o oo-spd/i386/termcap.o oo-spd/i386/tparam.o oo-spd/i386/undo.o oo-spd/i386/unexw32.o oo-spd/i386/window.o oo-spd/i386/xdisp.o oo-spd/i386/casetab.o oo-spd/i386/floatfns.o oo-spd/i386/frame.o oo-spd/i386/gmalloc.o oo-spd/i386/intervals.o oo-spd/i386/composite.o oo-spd/i386/ralloc.o oo-spd/i386/textprop.o oo-spd/i386/vm-limit.o oo-spd/i386/region-cache.o oo-spd/i386/strftime.o oo-spd/i386/charset.o oo-spd/i386/coding.o oo-spd/i386/category.o oo-spd/i386/ccl.o oo-spd/i386/fontset.o oo-spd/i386/fringe.o oo-spd/i386/image.o >> oo-spd/i386/buildobj.lst
echo oo-spd/i386/w32term.o oo-spd/i386/w32xfns.o oo-spd/i386/w32fns.o oo-spd/i386/xfaces.o oo-spd/i386/w32select.o oo-spd/i386/w32menu.o oo-spd/i386/w32reg.o oo-spd/i386/w32bdf.o >> oo-spd/i386/buildobj.lst
make[2]: Leaving directory `C:/bin/emacs/gcc/HEAD/src'
"./oo-spd/i386/temacs.exe" -batch -l loadup bootstrap
Loading loadup.el (source)...
Using load-path (../lisp c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp c:/bin/emacs/gcc/HEAD/lisp/language c:/bin/emacs/gcc/HEAD/lisp/international c:/bin/emacs/gcc/HEAD/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading env (source)...
Loading cus-start (source)...
Note, built-in variable `x-use-old-gtk-file-dialog' not bound
Note, built-in variable `x-use-underline-position-properties' not bound
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
Loading format (source)...
Loading bindings (source)...
Loading files (source)...
Loading cus-face (source)...
Loading faces (source)...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((89850 . 31260) (5343 . 52) (585 . 75) 341868 29991 (12 . 1) (18 . 0) (6766 . 479))
Loading loaddefs.el (source)...
((110387 . 10723) (7895 . 0) (593 . 67) 1171471 29991 (38 . 33) (18 . 0) (14472 . 81))
Loading simple (source)...
Loading help (source)...
Loading international/mule-cmds (source)...
Loading case-table (source)...
Loading international/utf-8 (source)...
Loading international/utf-16 (source)...
Loading international/characters (source)...
Loading international/latin-1 (source)...
Loading international/latin-2 (source)...
Loading international/latin-3 (source)...
Loading international/latin-4 (source)...
Loading international/latin-5 (source)...
Loading international/latin-8 (source)...
Loading international/latin-9 (source)...
Loading language/chinese (source)...
Loading language/cyrillic (source)...
Loading language/indian (source)...
Loading language/devanagari (source)...
Loading language/malayalam (source)...
Loading language/tamil (source)...
Loading language/kannada (source)...
Loading language/english (source)...
Loading language/ethiopic (source)...
Loading language/european (source)...
Loading language/czech (source)...
Loading language/slovak (source)...
Loading language/romanian (source)...
Loading language/greek (source)...
Loading language/hebrew (source)...
Loading language/japanese (source)...
Loading language/korean (source)...
Loading language/lao (source)...
Loading language/thai (source)...
Loading language/tibetan (source)...
Loading language/vietnamese (source)...
Loading language/misc-lang (source)...
Loading language/utf-8-lang (source)...
Loading language/georgian (source)...
Loading international/ucs-tables (source)...
Loading indent (source)...
Loading window (source)...
Loading frame (source)...
Loading term/tty-colors (source)...
Loading font-core (source)...
Loading facemenu (source)...
Loading mouse (source)...
Loading scroll-bar (source)...
Loading select (source)...
Loading emacs-lisp/timer (source)...
Loading isearch (source)...
((191760 . 6825) (10849 . 4) (614 . 109) 1487737 248408 (62 . 9) (18 . 43) (21774 . 276))
Loading menu-bar (source)...
Loading paths.el (source)...
Loading startup (source)...
Loading emacs-lisp/lisp (source)...
Loading textmodes/page (source)...
Loading register (source)...
Loading textmodes/paragraphs (source)...
Loading emacs-lisp/lisp-mode (source)...
Loading textmodes/text-mode (source)...
Loading textmodes/fill (source)...
((218983 . 7737) (11519 . 3) (618 . 108) 1580744 250108 (64 . 7) (18 . 43) (24059 . 700))
Loading replace (source)...
Loading abbrev (source)...
Loading buff-menu (source)...
Loading ls-lisp (source)...
Loading disp-table (source)...
Loading dos-w32 (source)...
Loading w32-vars (source)...
Loading w32-fns (source)...
Loading emacs-lisp/float-sup (source)...
((231615 . 6586) (11863 . 6) (620 . 131) 1631970 251006 (76 . 4) (18 . 43) (25077 . 501))
Loading vc-hooks (source)...
Loading jka-cmpr-hook (source)...
Loading ediff-hook (source)...
Loading tooltip (source)...
((236330 . 6549) (12037 . 2) (621 . 130) 1648523 251117 (78 . 2) (18 . 43) (25550 . 595))
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
75524 pure bytes used
Dumping from c:/bin/emacs/gcc/HEAD/src/oo-spd/i386/temacs.exe
to c:/bin/emacs/gcc/HEAD/src/oo-spd/i386/emacs.exe
mkdir "../bin"
cp -f oo-spd/i386/emacs.exe ../bin
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/src'
make -C ../src bootstrap-clean
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/src'
rm oo-spd/i386/alloc.o
rm oo-spd/i386/data.o
rm oo-spd/i386/intervals.o
rm oo-spd/i386/keyboard.o
rm oo-spd/i386/keymap.o
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/src'
make -C ../lisp bootstrap
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/lisp'
echo ;; -*- no-byte-compile: t -*->subdirs.el
echo ;; In load-path, after this directory should come>> subdirs.el
echo ;; certain of its subdirectories. Here we specify them.>> subdirs.el
echo (normal-top-level-add-to-load-path '(>> subdirs.el
echo ))>> subdirs.el
Directories: calc calendar emacs-lisp emulation eshell gnus international language mail mh-e net obsolete play progmodes term textmodes toolbar url
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l autoload \
--eval "(setq find-file-hook nil \
find-file-suppress-same-file-warnings t \
generated-autoload-file \
\"C:/bin/emacs/gcc/HEAD/lisp/loaddefs.el\")" \
-f batch-update-autoloads C:/bin/emacs/gcc/HEAD/lisp calc calendar emacs-lisp emulation eshell gnus international language mail mh-e net obsolete play progmodes term textmodes toolbar url
Generating autoloads for play/5x5.el...
Generating autoloads for play/5x5.el...done
Generating autoloads for progmodes/ada-mode.el...
Generating autoloads for progmodes/ada-mode.el...done
Generating autoloads for progmodes/ada-stmt.el...
Generating autoloads for progmodes/ada-stmt.el...done
Generating autoloads for progmodes/ada-xref.el...
Generating autoloads for progmodes/ada-xref.el...done
Generating autoloads for add-log.el...
Generating autoloads for add-log.el...done
Generating autoloads for emacs-lisp/advice.el...
Generating autoloads for emacs-lisp/advice.el...done
Generating autoloads for align.el...
Generating autoloads for align.el...done
Generating autoloads for allout.el...
Generating autoloads for allout.el...done
Generating autoloads for net/ange-ftp.el...
Generating autoloads for net/ange-ftp.el...done
Generating autoloads for play/animate.el...
Generating autoloads for play/animate.el...done
Generating autoloads for ansi-color.el...
Generating autoloads for ansi-color.el...done
Generating autoloads for progmodes/antlr-mode.el...
Generating autoloads for progmodes/antlr-mode.el...done
Generating autoloads for calendar/appt.el...
Generating autoloads for calendar/appt.el...done
Generating autoloads for arc-mode.el...
Generating autoloads for arc-mode.el...done
Generating autoloads for array.el...
Generating autoloads for array.el...done
Generating autoloads for progmodes/autoconf.el...
Generating autoloads for progmodes/autoconf.el...done
Generating autoloads for autoinsert.el...
Generating autoloads for autoinsert.el...done
Generating autoloads for emacs-lisp/autoload.el...
Generating autoloads for emacs-lisp/autoload.el...done
Generating autoloads for autorevert.el...
Generating autoloads for autorevert.el...done
Generating autoloads for battery.el...
Generating autoloads for battery.el...done
Generating autoloads for textmodes/bibtex.el...
Generating autoloads for textmodes/bibtex.el...done
Generating autoloads for play/blackbox.el...
Generating autoloads for play/blackbox.el...done
Generating autoloads for bookmark.el...
Generating autoloads for bookmark.el...done
Generating autoloads for net/browse-url.el...
Generating autoloads for net/browse-url.el...done
Generating autoloads for bs.el...
Generating autoloads for bs.el...done
Generating autoloads for emacs-lisp/bytecomp.el...
Generating autoloads for emacs-lisp/bytecomp.el...done
Generating autoloads for calendar/cal-hebrew.el...
Generating autoloads for calendar/cal-hebrew.el...done
Generating autoloads for calc/calc.el...
Generating autoloads for calc/calc.el...done
Generating autoloads for calculator.el...
Generating autoloads for calculator.el...done
Generating autoloads for calendar/calendar.el...
Generating autoloads for calendar/calendar.el...done
Generating autoloads for gnus/canlock.el...
Generating autoloads for gnus/canlock.el...done
Generating autoloads for progmodes/cc-mode.el...
Generating autoloads for progmodes/cc-mode.el...done
Generating autoloads for progmodes/cc-styles.el...
Generating autoloads for progmodes/cc-styles.el...done
Generating autoloads for international/ccl.el...
Generating autoloads for international/ccl.el...done
Generating autoloads for language/china-util.el...
Generating autoloads for language/china-util.el...done
Generating autoloads for chistory.el...
Generating autoloads for chistory.el...done
Generating autoloads for emacs-lisp/cl.el...
Generating autoloads for emacs-lisp/cl.el...done
Generating autoloads for progmodes/cmacexp.el...
Generating autoloads for progmodes/cmacexp.el...done
Generating autoloads for international/code-pages.el...
Generating autoloads for international/code-pages.el...done
Generating autoloads for international/codepage.el...
Generating autoloads for international/codepage.el...done
Generating autoloads for comint.el...
Generating autoloads for comint.el...done
Generating autoloads for compare-w.el...
Generating autoloads for compare-w.el...done
Generating autoloads for progmodes/compile.el...
Generating autoloads for progmodes/compile.el...done
Generating autoloads for complete.el...
Generating autoloads for complete.el...done
Generating autoloads for emacs-lisp/copyright.el...
Generating autoloads for emacs-lisp/copyright.el...done
Generating autoloads for progmodes/cperl-mode.el...
Generating autoloads for progmodes/cperl-mode.el...done
Generating autoloads for progmodes/cpp.el...
Generating autoloads for progmodes/cpp.el...done
Generating autoloads for emulation/crisp.el...
Generating autoloads for emulation/crisp.el...done
Generating autoloads for emulation/cua-base.el...
Generating autoloads for emulation/cua-base.el...done
Generating autoloads for cus-edit.el...
Generating autoloads for cus-edit.el...done
Generating autoloads for cus-theme.el...
Generating autoloads for cus-theme.el...done
Generating autoloads for cvs-status.el...
Generating autoloads for cvs-status.el...done
Generating autoloads for progmodes/cwarn.el...
Generating autoloads for progmodes/cwarn.el...done
Generating autoloads for language/cyril-util.el...
Generating autoloads for language/cyril-util.el...done
Generating autoloads for dabbrev.el...
Generating autoloads for dabbrev.el...done
Generating autoloads for progmodes/dcl-mode.el...
Generating autoloads for progmodes/dcl-mode.el...done
Generating autoloads for emacs-lisp/debug.el...
Generating autoloads for emacs-lisp/debug.el...done
Generating autoloads for play/decipher.el...
Generating autoloads for play/decipher.el...done
Generating autoloads for progmodes/delphi.el...
Generating autoloads for progmodes/delphi.el...done
Generating autoloads for emacs-lisp/derived.el...
Generating autoloads for emacs-lisp/derived.el...done
Generating autoloads for descr-text.el...
Generating autoloads for descr-text.el...done
Generating autoloads for desktop.el...
Generating autoloads for desktop.el...done
Generating autoloads for gnus/deuglify.el...
Generating autoloads for gnus/deuglify.el...done
Generating autoloads for language/devan-util.el...
Generating autoloads for language/devan-util.el...done
Generating autoloads for calendar/diary-lib.el...
Generating autoloads for calendar/diary-lib.el...done
Generating autoloads for diff-mode.el...
Generating autoloads for diff-mode.el...done
Generating autoloads for dired.el...
Generating autoloads for dired.el...done
Generating autoloads for dired-aux.el...
Generating autoloads for dired-aux.el...done
Generating autoloads for dired-x.el...
Generating autoloads for dired-x.el...done
Generating autoloads for textmodes/dns-mode.el...
Generating autoloads for textmodes/dns-mode.el...done
Generating autoloads for play/doctor.el...
Generating autoloads for play/doctor.el...done
Generating autoloads for play/dunnet.el...
Generating autoloads for play/dunnet.el...done
Generating autoloads for emacs-lisp/easy-mmode.el...
Generating autoloads for emacs-lisp/easy-mmode.el...done
Generating autoloads for emacs-lisp/easymenu.el...
Generating autoloads for emacs-lisp/easymenu.el...done
Generating autoloads for progmodes/ebnf2ps.el...
Generating autoloads for progmodes/ebnf2ps.el...done
Generating autoloads for progmodes/ebrowse.el...
Generating autoloads for progmodes/ebrowse.el...done
Generating autoloads for ebuff-menu.el...
Generating autoloads for ebuff-menu.el...done
Generating autoloads for emacs-lisp/edebug.el...
Generating autoloads for emacs-lisp/edebug.el...done
Generating autoloads for ediff.el...
Generating autoloads for ediff.el...done
Generating autoloads for ediff-help.el...
Generating autoloads for ediff-help.el...done
Generating autoloads for ediff-hook.el...
Generating autoloads for ediff-hook.el...done
Generating autoloads for ediff-mult.el...
Generating autoloads for ediff-mult.el...done
Generating autoloads for ediff-util.el...
Generating autoloads for ediff-util.el...done
Generating autoloads for edmacro.el...
Generating autoloads for edmacro.el...done
Generating autoloads for emulation/edt.el...
Generating autoloads for emulation/edt.el...done
Generating autoloads for emacs-lisp/eldoc.el...
Generating autoloads for emacs-lisp/eldoc.el...done
Generating autoloads for emerge.el...
Generating autoloads for emerge.el...done
Generating autoloads for international/encoded-kb.el...
Generating autoloads for international/encoded-kb.el...done
Generating autoloads for textmodes/enriched.el...
Generating autoloads for textmodes/enriched.el...done
Generating autoloads for eshell/esh-mode.el...
Generating autoloads for eshell/esh-mode.el...done
Generating autoloads for progmodes/etags.el...
Generating autoloads for progmodes/etags.el...done
Generating autoloads for language/ethio-util.el...
Generating autoloads for language/ethio-util.el...done
Generating autoloads for net/eudc.el...
Generating autoloads for net/eudc.el...done
Generating autoloads for net/eudc-hotlist.el...
Generating autoloads for net/eudc-hotlist.el...done
Generating autoloads for progmodes/executable.el...
Generating autoloads for progmodes/executable.el...done
Generating autoloads for progmodes/f90.el...
Generating autoloads for progmodes/f90.el...done
Generating autoloads for mail/feedmail.el...
Generating autoloads for mail/feedmail.el...done
Generating autoloads for ffap.el...
Generating autoloads for ffap.el...done
Generating autoloads for emacs-lisp/find-func.el...
Generating autoloads for emacs-lisp/find-func.el...done
Generating autoloads for finder.el...
Generating autoloads for finder.el...done
Generating autoloads for progmodes/flymake.el...
Generating autoloads for progmodes/flymake.el...done
Generating autoloads for textmodes/flyspell.el...
Generating autoloads for textmodes/flyspell.el...done
Generating autoloads for follow.el...
Generating autoloads for follow.el...done
Generating autoloads for font-lock.el...
Generating autoloads for font-lock.el...done
Generating autoloads for forms.el...
Generating autoloads for forms.el...done
Generating autoloads for progmodes/fortran.el...
Generating autoloads for progmodes/fortran.el...done
Generating autoloads for play/fortune.el...
Generating autoloads for play/fortune.el...done
Generating autoloads for progmodes/gdb-ui.el...
Generating autoloads for progmodes/gdb-ui.el...done
Generating autoloads for progmodes/glasses.el...
Generating autoloads for progmodes/glasses.el...done
Generating autoloads for gnus/gnus.el...
Generating autoloads for gnus/gnus.el...done
Generating autoloads for gnus/gnus-agent.el...
Generating autoloads for gnus/gnus-agent.el...done
Generating autoloads for gnus/gnus-art.el...
Generating autoloads for gnus/gnus-art.el...done
Generating autoloads for gnus/gnus-cache.el...
Generating autoloads for gnus/gnus-cache.el...done
Generating autoloads for gnus/gnus-delay.el...
Generating autoloads for gnus/gnus-delay.el...done
Generating autoloads for gnus/gnus-group.el...
Generating autoloads for gnus/gnus-group.el...done
Generating autoloads for gnus/gnus-kill.el...
Generating autoloads for gnus/gnus-kill.el...done
Generating autoloads for gnus/gnus-soup.el...
Generating autoloads for gnus/gnus-soup.el...done
Generating autoloads for gnus/gnus-spec.el...
Generating autoloads for gnus/gnus-spec.el...done
Generating autoloads for gnus/gnus-start.el...
Generating autoloads for gnus/gnus-start.el...done
Generating autoloads for play/gomoku.el...
Generating autoloads for play/gomoku.el...done
Generating autoloads for net/goto-addr.el...
Generating autoloads for net/goto-addr.el...done
Generating autoloads for progmodes/grep.el...
Generating autoloads for progmodes/grep.el...done
Generating autoloads for progmodes/gud.el...
Generating autoloads for progmodes/gud.el...done
Generating autoloads for play/handwrite.el...
Generating autoloads for play/handwrite.el...done
Generating autoloads for help-fns.el...
Generating autoloads for help-fns.el...done
Generating autoloads for help-mode.el...
Generating autoloads for help-mode.el...done
Generating autoloads for hexl.el...
Generating autoloads for hexl.el...done
Generating autoloads for hi-lock.el...
Generating autoloads for hi-lock.el...done
Generating autoloads for progmodes/hideif.el...
Generating autoloads for progmodes/hideif.el...done
Generating autoloads for hilit-chg.el...
Generating autoloads for hilit-chg.el...done
Generating autoloads for hippie-exp.el...
Generating autoloads for hippie-exp.el...done
Generating autoloads for hl-line.el...
Generating autoloads for hl-line.el...done
Generating autoloads for calendar/holidays.el...
Generating autoloads for calendar/holidays.el...done
Generating autoloads for gnus/html2text.el...
Generating autoloads for gnus/html2text.el...done
Generating autoloads for ibuf-ext.el...
Generating autoloads for ibuf-ext.el...done
Generating autoloads for ibuffer.el...
Generating autoloads for ibuffer.el...done
Generating autoloads for calendar/icalendar.el...
Generating autoloads for calendar/icalendar.el...done
Generating autoloads for icomplete.el...
Generating autoloads for icomplete.el...done
Generating autoloads for progmodes/icon.el...
Generating autoloads for progmodes/icon.el...done
Generating autoloads for progmodes/idlw-shell.el...
Generating autoloads for progmodes/idlw-shell.el...done
Generating autoloads for progmodes/idlwave.el...
Generating autoloads for progmodes/idlwave.el...done
Generating autoloads for ido.el...
Generating autoloads for ido.el...done
Generating autoloads for ielm.el...
Generating autoloads for ielm.el...done
Generating autoloads for iimage.el...
Generating autoloads for iimage.el...done
Generating autoloads for image.el...
Generating autoloads for image.el...done
Generating autoloads for image-file.el...
Generating autoloads for image-file.el...done
Generating autoloads for image-mode.el...
Generating autoloads for image-mode.el...done
Generating autoloads for imenu.el...
Generating autoloads for imenu.el...done
Generating autoloads for progmodes/inf-lisp.el...
Generating autoloads for progmodes/inf-lisp.el...done
Generating autoloads for info.el...
Generating autoloads for info.el...done
Generating autoloads for international/isearch-x.el...
Generating autoloads for international/isearch-x.el...done
Generating autoloads for isearchb.el...
Generating autoloads for isearchb.el...done
Generating autoloads for international/iso-cvt.el...
Generating autoloads for international/iso-cvt.el...done
Generating autoloads for international/iso-transl.el...
Generating autoloads for international/iso-transl.el...done
Generating autoloads for textmodes/ispell.el...
Generating autoloads for textmodes/ispell.el...done
Generating autoloads for iswitchb.el...
Generating autoloads for iswitchb.el...done
Generating autoloads for language/japan-util.el...
Generating autoloads for language/japan-util.el...done
Generating autoloads for jit-lock.el...
Generating autoloads for jit-lock.el...done
Generating autoloads for jka-compr.el...
Generating autoloads for jka-compr.el...done
Generating autoloads for international/kinsoku.el...
Generating autoloads for international/kinsoku.el...done
Generating autoloads for international/kkc.el...
Generating autoloads for international/kkc.el...done
Generating autoloads for kmacro.el...
Generating autoloads for kmacro.el...done
Generating autoloads for language/korea-util.el...
Generating autoloads for language/korea-util.el...done
Generating autoloads for play/landmark.el...
Generating autoloads for play/landmark.el...done
Generating autoloads for language/lao-util.el...
Generating autoloads for language/lao-util.el...done
Generating autoloads for international/latin1-disp.el...
Generating autoloads for international/latin1-disp.el...done
Generating autoloads for ledit.el...
Generating autoloads for ledit.el...done
Generating autoloads for play/life.el...
Generating autoloads for play/life.el...done
Generating autoloads for loadhist.el...
Generating autoloads for loadhist.el...done
Generating autoloads for locate.el...
Generating autoloads for locate.el...done
Generating autoloads for log-edit.el...
Generating autoloads for log-edit.el...done
Generating autoloads for log-view.el...
Generating autoloads for log-view.el...done
Generating autoloads for calendar/lunar.el...
Generating autoloads for calendar/lunar.el...done
Generating autoloads for progmodes/m4-mode.el...
Generating autoloads for progmodes/m4-mode.el...done
Generating autoloads for mail/mailalias.el...
Generating autoloads for mail/mailalias.el...done
Generating autoloads for progmodes/make-mode.el...
Generating autoloads for progmodes/make-mode.el...done
Generating autoloads for man.el...
Generating autoloads for man.el...done
Generating autoloads for master.el...
Generating autoloads for master.el...done
Generating autoloads for menu-bar.el...
Generating autoloads for menu-bar.el...done
Generating autoloads for gnus/message.el...
Generating autoloads for gnus/message.el...done
Generating autoloads for progmodes/meta-mode.el...
Generating autoloads for progmodes/meta-mode.el...done
Generating autoloads for mh-e/mh-comp.el...
Generating autoloads for mh-e/mh-comp.el...done
Generating autoloads for mh-e/mh-e.el...
Generating autoloads for mh-e/mh-e.el...done
Generating autoloads for mh-e/mh-init.el...
Generating autoloads for mh-e/mh-init.el...done
Generating autoloads for midnight.el...
Generating autoloads for midnight.el...done
Generating autoloads for gnus/mm-url.el...
Generating autoloads for gnus/mm-url.el...done
Generating autoloads for gnus/mml1991.el...
Generating autoloads for gnus/mml1991.el...done
Generating autoloads for gnus/mml2015.el...
Generating autoloads for gnus/mml2015.el...done
Generating autoloads for progmodes/modula2.el...
Generating autoloads for progmodes/modula2.el...done
Generating autoloads for play/morse.el...
Generating autoloads for play/morse.el...done
Generating autoloads for mouse-sel.el...
Generating autoloads for mouse-sel.el...done
Generating autoloads for play/mpuz.el...
Generating autoloads for play/mpuz.el...done
Generating autoloads for msb.el...
Generating autoloads for msb.el...done
Generating autoloads for international/mule-diag.el...
Generating autoloads for international/mule-diag.el...done
Generating autoloads for international/mule-util.el...
Generating autoloads for international/mule-util.el...done
Generating autoloads for net/net-utils.el...
Generating autoloads for net/net-utils.el...done
Generating autoloads for newcomment.el...
Generating autoloads for newcomment.el...done
Generating autoloads for gnus/nndiary.el...
Generating autoloads for gnus/nndiary.el...done
Generating autoloads for gnus/nndoc.el...
Generating autoloads for gnus/nndoc.el...done
Generating autoloads for gnus/nnfolder.el...
Generating autoloads for gnus/nnfolder.el...done
Generating autoloads for gnus/nnkiboze.el...
Generating autoloads for gnus/nnkiboze.el...done
Generating autoloads for gnus/nnml.el...
Generating autoloads for gnus/nnml.el...done
Generating autoloads for gnus/nnsoup.el...
Generating autoloads for gnus/nnsoup.el...done
Generating autoloads for novice.el...
Generating autoloads for novice.el...done
Generating autoloads for textmodes/nroff-mode.el...
Generating autoloads for textmodes/nroff-mode.el...done
Generating autoloads for progmodes/octave-inf.el...
Generating autoloads for progmodes/octave-inf.el...done
Generating autoloads for progmodes/octave-mod.el...
Generating autoloads for progmodes/octave-mod.el...done
Generating autoloads for obsolete/options.el...
Generating autoloads for obsolete/options.el...done
Generating autoloads for textmodes/org.el...
Generating autoloads for textmodes/org.el...done
Generating autoloads for outline.el...
Generating autoloads for outline.el...done
Generating autoloads for paren.el...
Generating autoloads for paren.el...done
Generating autoloads for progmodes/pascal.el...
Generating autoloads for progmodes/pascal.el...done
Generating autoloads for emulation/pc-select.el...
Generating autoloads for emulation/pc-select.el...done
Generating autoloads for pcvs.el...
Generating autoloads for pcvs.el...done
Generating autoloads for pcvs-defs.el...
Generating autoloads for pcvs-defs.el...done
Generating autoloads for progmodes/perl-mode.el...
Generating autoloads for progmodes/perl-mode.el...done
Generating autoloads for gnus/pgg.el...
Generating autoloads for gnus/pgg.el...done
Generating autoloads for textmodes/po.el...
Generating autoloads for textmodes/po.el...done
Generating autoloads for play/pong.el...
Generating autoloads for play/pong.el...done
Generating autoloads for printing.el...
Generating autoloads for printing.el...done
Generating autoloads for progmodes/prolog.el...
Generating autoloads for progmodes/prolog.el...done
Generating autoloads for progmodes/ps-mode.el...
Generating autoloads for progmodes/ps-mode.el...done
Generating autoloads for ps-mule.el...
Generating autoloads for ps-mule.el...done
Generating autoloads for ps-print.el...
Generating autoloads for ps-print.el...done
Generating autoloads for progmodes/python.el...
Generating autoloads for progmodes/python.el...done
Generating autoloads for gnus/qp.el...
Generating autoloads for gnus/qp.el...done
Generating autoloads for international/quail.el...
Generating autoloads for international/quail.el...done
Generating autoloads for net/quickurl.el...
Generating autoloads for net/quickurl.el...done
Generating autoloads for net/rcompile.el...
Generating autoloads for net/rcompile.el...done
Generating autoloads for emacs-lisp/re-builder.el...
Generating autoloads for emacs-lisp/re-builder.el...done
Generating autoloads for recentf.el...
Generating autoloads for recentf.el...done
Generating autoloads for textmodes/refill.el...
Generating autoloads for textmodes/refill.el...done
Generating autoloads for textmodes/reftex.el...
Generating autoloads for textmodes/reftex.el...done
Generating autoloads for textmodes/reftex-cite.el...
Generating autoloads for textmodes/reftex-cite.el...done
Generating autoloads for textmodes/reftex-global.el...
Generating autoloads for textmodes/reftex-global.el...done
Generating autoloads for textmodes/reftex-index.el...
Generating autoloads for textmodes/reftex-index.el...done
Generating autoloads for textmodes/reftex-parse.el...
Generating autoloads for textmodes/reftex-parse.el...done
Generating autoloads for repeat.el...
Generating autoloads for repeat.el...done
Generating autoloads for reveal.el...
Generating autoloads for reveal.el...done
Generating autoloads for rfn-eshadow.el...
Generating autoloads for rfn-eshadow.el...done
Generating autoloads for net/rlogin.el...
Generating autoloads for net/rlogin.el...done
Generating autoloads for mail/rmail.el...
Generating autoloads for mail/rmail.el...done
Generating autoloads for mail/rmailedit.el...
Generating autoloads for mail/rmailedit.el...done
Generating autoloads for mail/rmailsum.el...
Generating autoloads for mail/rmailsum.el...done
Generating autoloads for obsolete/rnewspost.el...
Generating autoloads for obsolete/rnewspost.el...done
Generating autoloads for obsolete/rsz-mini.el...
Generating autoloads for obsolete/rsz-mini.el...done
Generating autoloads for ruler-mode.el...
Generating autoloads for ruler-mode.el...done
Generating autoloads for emacs-lisp/rx.el...
Generating autoloads for emacs-lisp/rx.el...done
Generating autoloads for progmodes/scheme.el...
Generating autoloads for progmodes/scheme.el...done
Generating autoloads for gnus/score-mode.el...
Generating autoloads for gnus/score-mode.el...done
Generating autoloads for mail/sendmail.el...
Generating autoloads for mail/sendmail.el...done
Generating autoloads for server.el...
Generating autoloads for server.el...done
Generating autoloads for ses.el...
Generating autoloads for ses.el...done
Generating autoloads for textmodes/sgml-mode.el...
Generating autoloads for textmodes/sgml-mode.el...done
Generating autoloads for progmodes/sh-script.el...
Generating autoloads for progmodes/sh-script.el...done
Generating autoloads for shadowfile.el...
Generating autoloads for shadowfile.el...done
Generating autoloads for shell.el...
Generating autoloads for shell.el...done
Generating autoloads for gnus/sieve-mode.el...
Generating autoloads for gnus/sieve-mode.el...done
Generating autoloads for skeleton.el...
Generating autoloads for skeleton.el...done
Generating autoloads for smerge-mode.el...
Generating autoloads for smerge-mode.el...done
Generating autoloads for mail/smtpmail.el...
Generating autoloads for mail/smtpmail.el...done
Generating autoloads for play/snake.el...
Generating autoloads for play/snake.el...done
Generating autoloads for net/snmp-mode.el...
Generating autoloads for net/snmp-mode.el...done
Generating autoloads for calendar/solar.el...
Generating autoloads for calendar/solar.el...done
Generating autoloads for play/solitaire.el...
Generating autoloads for play/solitaire.el...done
Generating autoloads for gnus/spam.el...
Generating autoloads for gnus/spam.el...done
Generating autoloads for speedbar.el...
Generating autoloads for speedbar.el...done
Generating autoloads for textmodes/spell.el...
Generating autoloads for textmodes/spell.el...done
Generating autoloads for progmodes/sql.el...
Generating autoloads for progmodes/sql.el...done
Generating autoloads for strokes.el...
Generating autoloads for strokes.el...done
Generating autoloads for mail/supercite.el...
Generating autoloads for mail/supercite.el...done
Generating autoloads for textmodes/table.el...
Generating autoloads for textmodes/table.el...done
Generating autoloads for progmodes/tcl.el...
Generating autoloads for progmodes/tcl.el...done
Generating autoloads for net/telnet.el...
Generating autoloads for net/telnet.el...done
Generating autoloads for term.el...
Generating autoloads for term.el...done
Generating autoloads for terminal.el...
Generating autoloads for terminal.el...done
Generating autoloads for emacs-lisp/testcover.el...
Generating autoloads for emacs-lisp/testcover.el...done
Generating autoloads for play/tetris.el...
Generating autoloads for play/tetris.el...done
Generating autoloads for textmodes/tex-mode.el...
Generating autoloads for textmodes/tex-mode.el...done
Generating autoloads for textmodes/texinfmt.el...
Generating autoloads for textmodes/texinfmt.el...done
Generating autoloads for textmodes/texinfo.el...
Generating autoloads for textmodes/texinfo.el...done
Generating autoloads for language/thai-util.el...
Generating autoloads for language/thai-util.el...done
Generating autoloads for thumbs.el...
Generating autoloads for thumbs.el...done
Generating autoloads for language/tibet-util.el...
Generating autoloads for language/tibet-util.el...done
Generating autoloads for time.el...
Generating autoloads for time.el...done
Generating autoloads for calendar/time-date.el...
Generating autoloads for calendar/time-date.el...done
Generating autoloads for time-stamp.el...
Generating autoloads for time-stamp.el...done
Generating autoloads for calendar/timeclock.el...
Generating autoloads for calendar/timeclock.el...done
Generating autoloads for international/titdic-cnv.el...
Generating autoloads for international/titdic-cnv.el...done
Generating autoloads for tmm.el...
Generating autoloads for tmm.el...done
Generating autoloads for calendar/todo-mode.el...
Generating autoloads for calendar/todo-mode.el...done
Generating autoloads for toolbar/tool-bar.el...
Generating autoloads for toolbar/tool-bar.el...done
Generating autoloads for tooltip.el...
Generating autoloads for tooltip.el...done
Generating autoloads for emulation/tpu-edt.el...
Generating autoloads for emulation/tpu-edt.el...done
Generating autoloads for emulation/tpu-extras.el...
Generating autoloads for emulation/tpu-extras.el...done
Generating autoloads for net/tramp.el...
Generating autoloads for net/tramp.el...done
Generating autoloads for mail/undigest.el...
Generating autoloads for mail/undigest.el...done
Generating autoloads for url/url.el...
Generating autoloads for url/url.el...done
Generating autoloads for url/url-auth.el...
Generating autoloads for url/url-auth.el...done
Generating autoloads for url/url-cookie.el...
Generating autoloads for url/url-cookie.el...done
Generating autoloads for url/url-dav.el...
Generating autoloads for url/url-dav.el...done
Generating autoloads for url/url-handlers.el...
Generating autoloads for url/url-handlers.el...done
Generating autoloads for url/url-http.el...
Generating autoloads for url/url-http.el...done
Generating autoloads for url/url-ldap.el...
Generating autoloads for url/url-ldap.el...done
Generating autoloads for url/url-ns.el...
Generating autoloads for url/url-ns.el...done
Generating autoloads for url/url-parse.el...
Generating autoloads for url/url-parse.el...done
Generating autoloads for url/url-util.el...
Generating autoloads for url/url-util.el...done
Generating autoloads for vc.el...
Generating autoloads for vc.el...done
Generating autoloads for vc-cvs.el...
Generating autoloads for vc-cvs.el...done
Generating autoloads for progmodes/vhdl-mode.el...
Generating autoloads for progmodes/vhdl-mode.el...done
Generating autoloads for emulation/vi.el...
Generating autoloads for emulation/vi.el...done
Generating autoloads for language/viet-util.el...
Generating autoloads for language/viet-util.el...done
Generating autoloads for emulation/vip.el...
Generating autoloads for emulation/vip.el...done
Generating autoloads for emulation/viper.el...
Generating autoloads for emulation/viper.el...done
Generating autoloads for wdired.el...
Generating autoloads for wdired.el...done
Generating autoloads for net/webjump.el...
Generating autoloads for net/webjump.el...done
Generating autoloads for progmodes/which-func.el...
Generating autoloads for progmodes/which-func.el...done
Generating autoloads for whitespace.el...
Generating autoloads for whitespace.el...done
Generating autoloads for wid-browse.el...
Generating autoloads for wid-browse.el...done
Generating autoloads for wid-edit.el...
Generating autoloads for wid-edit.el...done
Generating autoloads for woman.el...
Generating autoloads for woman.el...done
Generating autoloads for emulation/ws-mode.el...
Generating autoloads for emulation/ws-mode.el...done
Generating autoloads for xml.el...
Generating autoloads for xml.el...done
Generating autoloads for xt-mouse.el...
Generating autoloads for xt-mouse.el...done
Generating autoloads for play/zone.el...
Generating autoloads for play/zone.el...done
Generating autoloads for net/zone-mode.el...
Generating autoloads for net/zone-mode.el...done
Generating autoloads for dnd.el...
Generating autoloads for dnd.el...done
Generating autoloads for filesets.el...
Generating autoloads for filesets.el...done
Generating autoloads for longlines.el...
Generating autoloads for longlines.el...done
Generating autoloads for emacs-lisp/generic.el...
Generating autoloads for emacs-lisp/generic.el...done
Generating autoloads for gnus/spam-report.el...
Generating autoloads for gnus/spam-report.el...done
Generating autoloads for international/latexenc.el...
Generating autoloads for international/latexenc.el...done
Generating autoloads for obsolete/fast-lock.el...
Generating autoloads for obsolete/fast-lock.el...done
Generating autoloads for obsolete/iso-acc.el...
Generating autoloads for obsolete/iso-acc.el...done
Generating autoloads for obsolete/lazy-lock.el...
Generating autoloads for obsolete/lazy-lock.el...done
Saving file c:/bin/emacs/gcc/HEAD/lisp/loaddefs.el...
Loading vc-cvs (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/loaddefs.el
for %%f in (C:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/byte-opt.el C:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/bytecomp.el C:/bin/emacs/gcc/HEAD/lisp/subr.el C:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-mode.el C:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-vars.el) do \
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-done %%f
Wrote C:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/byte-opt.elc
In end of data:
C:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/bytecomp.el:4115:1:Warning: the function
`compilation-forget-errors' is not known to be defined.
Wrote C:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/bytecomp.elc
Wrote C:/bin/emacs/gcc/HEAD/lisp/subr.elc
Wrote C:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-mode.elc
Wrote C:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-vars.elc
for %%f in (. calc calendar emacs-lisp emulation eshell gnus international language mail mh-e net obsolete play progmodes term textmodes toolbar url) do for %%g in (%%f/*.el) do \
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-done %%f/%%g
Wrote c:/bin/emacs/gcc/HEAD/lisp/abbrev.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/abbrevlist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/add-log.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/align.elc
In end of data:
allout.el:4725:1:Warning: the following functions are not known to be defined:
characterp, char-to-int, allout-real-isearch-abort,
reference-registered-file
Wrote c:/bin/emacs/gcc/HEAD/lisp/allout.elc
In ansi-color-process-output:
ansi-color.el:208:27:Warning: reference to free variable
`comint-last-output-start'
In end of data:
ansi-color.el:634:1:Warning: the following functions are not known to be
defined: make-extent, set-extent-face
Wrote c:/bin/emacs/gcc/HEAD/lisp/ansi-color.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/apropos.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/arc-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/array.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/autoarg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/autoinsert.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/autorevert.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/avoid.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/battery.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/bindings.elc
In bookmark-info-current-node:
bookmark.el:779:7:Warning: reference to free variable `Info-current-node'
In bookmark-buffer-name:
bookmark.el:961:37:Warning: reference to free variable `Info-current-node'
In bookmark-buffer-file-name:
bookmark.el:999:9:Warning: reference to free variable `Info-current-file'
In bookmark-file-or-variation-thereof:
bookmark.el:1080:21:Warning: reference to free variable `Info-suffix-list'
In end of data:
bookmark.el:2161:1:Warning: the function `Info-find-node' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/bookmark.elc
In bs-mode:
bs.el:658:9:Warning: assignment to free variable `font-lock-verbose'
Wrote c:/bin/emacs/gcc/HEAD/lisp/bs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/buff-menu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/button.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calculator.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/case-table.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/cdl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/chistory.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/cmuscheme.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/comint.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/compare-w.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/complete.elc
In completion-c-mode-hook:
completion.el:2352:15:Warning: reference to free variable `c-mode-map'
In completion-setup-fortran-mode:
completion.el:2362:15:Warning: reference to free variable `fortran-mode-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/completion.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/composite.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-dep.elc
In toplevel form:
cus-edit.el:159:1:Warning: defgroup for `emacs' fails to specify containing
group
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-edit.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-face.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-start.elc
In customize-create-theme:
cus-theme.el:51:9:Warning: assignment to free variable `custom-theme-name'
cus-theme.el:56:9:Warning: assignment to free variable
`custom-theme-description'
cus-theme.el:60:9:Warning: assignment to free variable
`custom-theme-variables'
cus-theme.el:65:9:Warning: assignment to free variable `custom-theme-faces'
In custom-theme-write:
cus-theme.el:88:29:Warning: reference to free variable `custom-theme-name'
cus-theme.el:89:28:Warning: reference to free variable
`custom-theme-description'
cus-theme.el:90:34:Warning: reference to free variable
`custom-theme-variables'
cus-theme.el:91:30:Warning: reference to free variable `custom-theme-faces'
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-theme.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/custom.elc
In end of data:
cvs-status.el:542:1:Warning: the function `cvs-status-get-tags' might not be
defined at runtime.
cvs-status.el:542:1:Warning: the function `font-lock-fontify-region' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/cvs-status.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/dabbrev.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/delim-col.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/delsel.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/descr-text.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/desktop.elc
In diff-mode:
diff-mode.el:981:9:Warning: assignment to free variable
`add-log-buffer-file-name-function'
Wrote c:/bin/emacs/gcc/HEAD/lisp/diff-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/diff.elc
In end of data:
dired-aux.el:2232:1:Warning: the function `make-symbolic-link' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/dired-aux.elc
In dired-vm:
dired-x.el:1359:32:Warning: assignment to free variable `vm-folder-directory'
In end of data:
dired-x.el:1716:1:Warning: the following functions are not known to be
defined: dired-omit-old-add-entry, dired-insert-headerline,
make-symbolic-link, Man-getpage-in-background, vm-visit-folder,
dired-old-find-buffer-nocreate
Wrote c:/bin/emacs/gcc/HEAD/lisp/dired-x.elc
In end of data:
dired.el:3302:1:Warning: the following functions are not known to be defined:
dnd-get-local-file-name, dired-relist-entry, make-symbolic-link,
dnd-get-local-file-uri
Wrote c:/bin/emacs/gcc/HEAD/lisp/dired.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/dirtrack.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/disp-table.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/dnd.elc
In end of data:
dos-fns.el:260:1:Warning: the following functions are not known to be defined:
msdos-long-file-names, int86
Wrote c:/bin/emacs/gcc/HEAD/lisp/dos-fns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/dos-vars.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/dos-w32.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/double.elc
In Electric-buffer-menu-mode:
ebuff-menu.el:159:9:Warning: assignment to free variable `Helper-return-blurb'
Wrote c:/bin/emacs/gcc/HEAD/lisp/ebuff-menu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/echistory.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-diff.elc
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-help.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-hook.elc
Ignoring risky spec in the local variables list
Loading ange-ftp (source)...
In end of data:
ediff-init.el:1881:1:Warning: the function `make-glyph' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-init.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-merg.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-mult.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-mult.el (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-ptch.elc
Ignoring risky spec in the local variables list
Loading reporter (source)...
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
In end of data:
ediff-util.el:4303:1:Warning: the function `ediff-version' might not be
defined at runtime.
ediff-util.el:4303:1:Warning: the following functions are not known to be
defined: vc-locking-user, msdos-long-file-names
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-util.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
In end of data:
ediff-vers.el:316:1:Warning: the following functions are not known to be
defined: msdos-long-file-names, sc-visit-previous-revision, tin-cookie,
cvs-fileinfo->type, cvs-retrieve-revision-to-tmpfile, cvs-fileinfo->dir,
cvs-fileinfo->base-revision, cvs-fileinfo->backup-file,
cvs-fileinfo->full-path
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-vers.elc
Ignoring risky spec in the local variables list
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-mult.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
In end of data:
ediff-wind.el:1322:1:Warning: the following functions are not known to be
defined: ediff-display-pixel-height, ediff-display-pixel-width
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff-wind.elc
Ignoring risky spec in the local variables list
Loading dired...
Loading info (source)...
Loading ediff-init.el (source)...
Loading ange-ftp (source)...
Loading ediff-mult.el (source)...
Loading ediff-util.el (source)...
Loading reporter (source)...
Loading ediff-help.el (source)...
Loading ediff-wind.el (source)...
Loading ediff-diff.el (source)...
Loading ediff-merg.el (source)...
Loading ediff.el (source)...
Loading dired...
Loading info (source)...
Loading ediff-ptch.el (source)...
Loading ediff-vers.el (source)...
In end of data:
ediff.el:1540:1:Warning: the following functions are not known to be defined:
diff-latest-backup-file, tin-locate
Wrote c:/bin/emacs/gcc/HEAD/lisp/ediff.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/edmacro.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ehelp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/electric.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/elide-head.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lock.elc
In emerge-select-A:
emerge.el:1909:44:Warning: reference to free variable `merge-begin'
emerge.el:1909:56:Warning: reference to free variable `merge-end'
emerge.el:1909:66:Warning: reference to free variable `A-begin'
emerge.el:1909:74:Warning: reference to free variable `A-end'
In emerge-select-A-edit:
emerge.el:1926:10:Warning: reference to free variable `diff-vector'
In emerge-select-B:
emerge.el:1938:44:Warning: reference to free variable `merge-begin'
emerge.el:1938:56:Warning: reference to free variable `merge-end'
emerge.el:1938:66:Warning: reference to free variable `B-begin'
emerge.el:1938:74:Warning: reference to free variable `B-end'
In emerge-select-B-edit:
emerge.el:1955:10:Warning: reference to free variable `diff-vector'
In emerge-line-number-in-buf:
emerge.el:2494:9:Warning: reference to free variable `valid-diff'
emerge.el:2498:32:Warning: reference to free variable `diff'
In emerge-combine-versions-internal:
emerge.el:2556:52:Warning: reference to free variable `merge-begin'
emerge.el:2556:64:Warning: reference to free variable `merge-end'
emerge.el:2557:52:Warning: reference to free variable `A-begin'
emerge.el:2557:60:Warning: reference to free variable `A-end'
emerge.el:2557:66:Warning: reference to free variable `B-begin'
emerge.el:2557:74:Warning: reference to free variable `B-end'
In emerge-combine-versions-edit:
emerge.el:2569:26:Warning: reference to free variable `template'
emerge.el:2589:10:Warning: reference to free variable `diff-vector'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emerge.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/env.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/expand.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/facemenu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/faces.elc
In ffap-gnus-wrapper:
ffap.el:1715:41:Warning: reference to free variable `gnus-summary-buffer'
ffap.el:1722:20:Warning: reference to free variable `gnus-article-buffer'
In end of data:
ffap.el:1885:1:Warning: the following functions are not known to be defined:
w3-view-this-url, gnus-summary-select-article, gnus-configure-windows
Wrote c:/bin/emacs/gcc/HEAD/lisp/ffap.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/filecache.elc
In end of data:
files.el:4882:1:Warning: the following functions are not known to be defined:
msdos-long-file-names, dired-get-filename, dired-unmark,
dired-do-flagged-delete, dos-8+3-filename, vms-read-directory
Wrote c:/bin/emacs/gcc/HEAD/lisp/files.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/filesets.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/find-dired.elc
In ff-which-function-are-we-in:
find-file.el:953:29:Warning: reference to free variable
`ada-procedure-start-regexp'
find-file.el:957:31:Warning: reference to free variable
`ada-package-start-regexp'
Wrote c:/bin/emacs/gcc/HEAD/lisp/find-file.elc
In find-lisp-find-dired-internal:
find-lisp.el:192:10:Warning: reference to free variable `dired-buffers'
find-lisp.el:242:43:Warning: assignment to free variable `dired-subdir-alist'
In end of data:
find-lisp.el:364:1:Warning: the following functions are not known to be
defined: dired-mode, dired-goto-next-file
Wrote c:/bin/emacs/gcc/HEAD/lisp/find-lisp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/finder.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/flow-ctrl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/foldout.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/follow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/font-core.elc
In end of data:
font-lock.el:2116:1:Warning: the following functions are not known to be
defined: jit-lock-unregister, fast-lock-after-fontify-buffer,
lazy-lock-after-fontify-buffer, fast-lock-after-unfontify-buffer,
lazy-lock-after-unfontify-buffer
Wrote c:/bin/emacs/gcc/HEAD/lisp/font-lock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/format.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/forms.elc
In end of data:
frame.el:1360:1:Warning: the following functions are not known to be defined:
x-focus-frame, msdos-mouse-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/frame.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/fringe.elc
In end of data:
generic-x.el:1976:1:Warning: the function `ini-generic-mode' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/generic-x.elc
In end of data:
gs.el:217:1:Warning: the following functions are not known to be defined:
x-change-window-property, x-window-property
Wrote c:/bin/emacs/gcc/HEAD/lisp/gs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/help-at-pt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/help-fns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/help-macro.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/help-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/help.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/hexl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/hi-lock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/hilit-chg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/hippie-exp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/hl-line.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ibuf-ext.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ibuf-macs.elc
In ibuffer-active-formats-name:
ibuffer.el:1342:25:Warning: reference to free variable
`ibuffer-filtering-qualifiers'
In ibuffer-current-formats:
ibuffer.el:1357:11:Warning: reference to free variable
`ibuffer-compiled-formats'
ibuffer.el:1360:23:Warning: reference to free variable
`ibuffer-filter-format-alist'
ibuffer.el:1361:21:Warning: reference to free variable
`ibuffer-compiled-filter-formats'
In ibuffer-expand-format-entry:
ibuffer.el:1376:31:Warning: reference to free variable
`ibuffer-inline-columns'
In ibuffer-compile-format:
ibuffer.el:1489:44:Warning: reference to free variable
`ibuffer-inline-columns'
In ibuffer-recompile-formats:
ibuffer.el:1577:11:Warning: assignment to free variable
`ibuffer-compiled-filter-formats'
In ibuffer-check-formats:
ibuffer.el:1614:15:Warning: reference to free variable
`ibuffer-cached-filter-formats'
ibuffer.el:1606:25:Warning: reference to free variable
`ibuffer-filter-format-alist'
ibuffer.el:1607:31:Warning: reference to free variable
`ibuffer-compiled-filter-formats'
ibuffer.el:1614:10:Warning: assignment to free variable
`ibuffer-cached-filter-formats'
In ibuffer-update-mode-name:
ibuffer.el:2043:14:Warning: reference to free variable `ibuffer-auto-mode'
ibuffer.el:2047:26:Warning: reference to free variable
`ibuffer-filtering-qualifiers'
In ibuffer-redisplay:
ibuffer.el:2072:20:Warning: reference to free variable
`ibuffer-filtering-qualifiers'
ibuffer.el:2072:49:Warning: reference to free variable
`ibuffer-hidden-filter-groups'
In ibuffer-update:
ibuffer.el:2107:16:Warning: reference to free variable
`ibuffer-filtering-qualifiers'
In ibuffer-redisplay-engine:
ibuffer.el:2189:48:Warning: reference to free variable
`ibuffer-hidden-filter-groups'
ibuffer.el:2194:34:Warning: reference to free variable
`ibuffer-show-empty-filter-groups'
In ibuffer:
ibuffer.el:2280:17:Warning: assignment to free variable
`ibuffer-filtering-qualifiers'
ibuffer.el:2283:17:Warning: assignment to free variable
`ibuffer-filter-groups'
In ibuffer-mode:
ibuffer.el:2499:56:Warning: assignment to free variable
`ibuffer-filtering-qualifiers'
ibuffer.el:2501:61:Warning: assignment to free variable
`ibuffer-filter-groups'
ibuffer.el:2503:54:Warning: assignment to free variable
`ibuffer-filter-group-kill-ring'
ibuffer.el:2505:56:Warning: assignment to free variable
`ibuffer-hidden-filter-groups'
ibuffer.el:2506:30:Warning: assignment to free variable
`ibuffer-tmp-hide-regexps'
ibuffer.el:2507:30:Warning: assignment to free variable
`ibuffer-tmp-show-regexps'
In end of data:
ibuffer.el:2527:1:Warning: the following functions are not known to be
defined: ibuffer-mark-on-buffer, ibuffer-format-qualifier,
ibuffer-generate-filter-groups, ibuffer-format-filter-group-data
Wrote c:/bin/emacs/gcc/HEAD/lisp/ibuffer.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/icomplete.elc
In ido-minibuffer-setup:
ido.el:4118:11:Warning: assignment to free variable `cua-inhibit-cua-keys'
In end of data:
ido.el:4277:1:Warning: the function `ffap-string-at-point' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/ido.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ielm.elc
In end of data:
iimage.el:152:1:Warning: the function `iimage-locate-file' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/iimage.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/image-file.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/image-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/image.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/imenu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/indent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/info-look.elc
In info-xref-check-buffer:
info-xref.el:198:37:Warning: reference to free variable
`info-xref-xfile-alist'
info-xref.el:202:32:Warning: assignment to free variable
`info-xref-xfile-alist'
info-xref.el:204:40:Warning: reference to free variable `info-xref-good'
info-xref.el:204:40:Warning: assignment to free variable `info-xref-good'
info-xref.el:205:19:Warning: reference to free variable `info-xref-bad'
info-xref.el:205:37:Warning: assignment to free variable `info-xref-bad'
In info-xref-output:
info-xref.el:211:13:Warning: reference to free variable
`info-xref-filename-heading'
info-xref.el:213:11:Warning: assignment to free variable
`info-xref-filename-heading'
Wrote c:/bin/emacs/gcc/HEAD/lisp/info-xref.elc
In Info-mode:
info.el:3286:44:Warning: assignment to free variable `tool-bar-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/info.elc
In end of data:
informat.el:507:1:Warning: the function `texinfo-format-refill' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/informat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/isearch.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/isearchb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/iswitchb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/jit-lock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/jka-cmpr-hook.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/jka-compr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/kermit.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/kmacro.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ledit.elc
In end of data:
loadhist.el:232:1:Warning: the function `find-library-name' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/loadhist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/locate.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/log-edit.elc
In log-view-mode:
log-view.el:112:56:Warning: assignment to free variable
`cvs-minor-wrap-function'
In log-view-current-file:
log-view.el:144:45:Warning: reference to free variable
`cvs-pcl-cvs-dirchange-re'
In end of data:
log-view.el:214:1:Warning: the function `vc-find-version' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/log-view.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/longlines.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/lpr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ls-lisp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/macros.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/makesum.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/man.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/master.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/menu-bar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/midnight.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/minibuf-eldef.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/misc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mouse-copy.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mouse-drag.elc
In toplevel form:
mouse-sel.el:327:31:Warning: reference to free variable
`x-last-selected-text-primary'
Wrote c:/bin/emacs/gcc/HEAD/lisp/mouse-sel.elc
In end of data:
mouse.el:2439:1:Warning: the function `generate-fontset-menu' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mouse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/msb.elc
In end of data:
mwheel.el:254:1:Warning: the following functions are not known to be defined:
mwheel-event-window, mwheel-event-button
Wrote c:/bin/emacs/gcc/HEAD/lisp/mwheel.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/newcomment.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/novice.elc
In outline-font-lock-face:
outline.el:242:14:Warning: reference to free variable `font-lock-warning-face'
Wrote c:/bin/emacs/gcc/HEAD/lisp/outline.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/paren.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcmpl-cvs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcmpl-gnu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcmpl-linux.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcmpl-rpm.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcmpl-unix.elc
In pcomplete-show-completions:
pcomplete.el:972:19:Warning: attempt to inline `pcomplete-read-event' before
it was defined
In end of data:
pcomplete.el:1203:1:Warning: the following functions are not known to be
defined: comint-bol, pcomplete-read-event, event-matches-key-specifier-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcomplete.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcvs-defs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcvs-info.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcvs-parse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcvs-util.elc
In end of data:
pcvs.el:2382:1:Warning: the following functions are not known to be defined:
vc-editable-p, vc-checkout
Wrote c:/bin/emacs/gcc/HEAD/lisp/pcvs.elc
In pr-get-symbol:
printing.el:2807:23:Warning: attempt to inline `easy-menu-intern' before it
was defined
printing.el:2807:23:Warning: attempt to inline `easy-menu-intern' before it
was defined
In end of data:
printing.el:6685:1:Warning: the following functions might not be defined at
runtime: easy-menu-intern, easy-menu-remove-item
printing.el:6685:1:Warning: the following functions are not known to be
defined: pr-menu-set-utility-title, pr-menu-set-ps-title,
pr-menu-set-txt-title, pr-region-active-p, pr-menu-position,
pr-menu-lookup, pr-do-update-menus, pr-menu-alist, pr-even-or-odd-pages,
pr-menu-get-item, pr-menu-set-item-name, pr-menu-lock,
pr-update-mode-line, pr-f-read-string, pr-f-set-keymap-parents,
pr-keep-region-active
Wrote c:/bin/emacs/gcc/HEAD/lisp/printing.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ps-bdf.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ps-mule.elc
In end of data:
ps-print.el:7067:1:Warning: the following functions are not known to be
defined: ps-color-values, ps-mark-active-p, ps-face-background-name,
ps-face-foreground-name, ps-color-device, ps-e-find-composition,
ps-face-bold-p, ps-face-italic-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/ps-print.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/recentf.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/rect.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/register.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/repeat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/replace.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/reposition.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/resume.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/reveal.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/rfn-eshadow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/rot13.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ruler-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/s-region.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/saveplace.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/scroll-all.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/scroll-bar.elc
In end of data:
select.el:403:1:Warning: the following functions are not known to be defined:
x-get-selection-internal, x-own-selection-internal,
x-disown-selection-internal, x-get-cut-buffer-internal,
x-rotate-cut-buffers-internal, x-store-cut-buffer-internal
Wrote c:/bin/emacs/gcc/HEAD/lisp/select.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/server.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/ses.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/shadowfile.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/shell.elc
In next-error-follow-mode-post-command-hook:
simple.el:318:17:Warning: assignment to free variable
`compilation-current-error'
Wrote c:/bin/emacs/gcc/HEAD/lisp/simple.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/skeleton.elc
In smerge-popup-context-menu:
smerge-mode.el:330:12:Warning: reference to free variable `smerge-mode'
In smerge-ediff:
smerge-mode.el:664:35:Warning: reference to free variable
`ediff-ancestor-buffer'
smerge-mode.el:676:17:Warning: assignment to free variable `ediff-quit-hook'
In smerge-mode:
smerge-mode.el:686:32:Warning: assignment to free variable
`font-lock-multiline'
In end of data:
smerge-mode.el:700:1:Warning: the following functions are not known to be
defined: ediff-cleanup-mess, font-lock-fontify-region
Wrote c:/bin/emacs/gcc/HEAD/lisp/smerge-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/sort.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/soundex.elc
In speedbar-frame-mode:
speedbar.el:1094:50:Warning: reference to free variable
`x-pointer-top-left-arrow'
speedbar.el:1096:34:Warning: reference to free variable `x-pointer-hand2'
In speedbar-mode:
speedbar.el:1257:11:Warning: assignment to free variable `font-lock-keywords'
In speedbar-restricted-move:
speedbar.el:1607:37:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
speedbar.el:1605:40:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-item-info-tag-helper:
speedbar.el:1793:49:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-check-vc:
speedbar.el:3029:38:Warning: reference to free variable `ange-ftp-path-format'
speedbar.el:3035:34:Warning: reference to free variable `efs-path-regexp'
In speedbar-check-vc-this-line:
speedbar.el:3063:14:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-check-obj-this-line:
speedbar.el:3152:14:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-line-file:
speedbar.el:3309:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-files-line-path:
speedbar.el:3372:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-path-line:
speedbar.el:3412:22:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-delete-subblock:
speedbar.el:3525:25:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-center-buffer-smartly:
speedbar.el:3675:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In speedbar-extract-one-symbol:
speedbar.el:3903:26:Warning: `string-to-int' is an obsolete function (as of
Emacs 22.1); use `string-to-number' instead.
In end of data:
speedbar.el:4363:1:Warning: the following functions are not known to be
defined: speedbar-frame-parameter, face-height, event-button,
speedbar-mode-line-update, set-buffer-menubar, event-closest-point,
popup-mode-menu, misc-user-event-p, next-event, dispatch-event,
semantic-token-p, semantic-summerize-nonterminal, semantic-token-name,
delete-itimer, start-itimer, event-over-glyph-p, event-glyph-extent,
extent-end-position, speedbar-mouse-event-p, speedbar-make-overlay,
speedbar-overlay-put, speedbar-delete-overlay,
speedbar-find-image-on-load-path
Wrote c:/bin/emacs/gcc/HEAD/lisp/speedbar.elc
In command-line:
startup.el:1003:21:Warning: reference to free variable `x-session-previous-id'
Wrote c:/bin/emacs/gcc/HEAD/lisp/startup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/strokes.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tabify.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/talk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tar-mode.elc
In tempo-insert-template:
tempo.el:307:22:Warning: reference to free variable `zmacs-regions'
Wrote c:/bin/emacs/gcc/HEAD/lisp/tempo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/terminal.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/thingatpt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/thumbs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/time-stamp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/time.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/timezone.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tmm.elc
In tooltip-mode:
tooltip.el:168:45:Warning: reference to free variable `gud-tooltip-mode'
In tooltip-process-prompt-regexp:
tooltip.el:297:26:Warning: reference to free variable `comint-prompt-regexp'
Wrote c:/bin/emacs/gcc/HEAD/lisp/tooltip.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/tree-widget.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/type-break.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/uniquify.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/userlock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-arch.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-cvs.elc
In vc-toggle-read-only:
vc-hooks.el:597:40:Warning: reference to free variable `vc-dired-mode'
In end of data:
vc-hooks.el:910:1:Warning: the following functions are not known to be
defined: vc-dired-resynch-file, vc-checkout
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-hooks.elc
In end of data:
vc-mcvs.el:602:1:Warning: the function `vc-default-revert' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-mcvs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-rcs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-sccs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc-svn.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vcursor.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/view.elc
In end of data:
vms-patch.el:264:1:Warning: the following functions are not known to be
defined: vms-system-info, subprocess-command-to-buffer,
send-command-to-subprocess
Wrote c:/bin/emacs/gcc/HEAD/lisp/vms-patch.elc
In subprocess-input:
vmsproc.el:48:23:Warning: reference to free variable `subprocess-buf'
In start-subprocess:
vmsproc.el:69:17:Warning: assignment to free variable `subprocess-buf'
vmsproc.el:69:6:Warning: reference to free variable `subprocess-buf'
In subprocess-command:
vmsproc.el:110:30:Warning: reference to free variable `subprocess-buf'
In command-send-input:
vmsproc.el:134:8:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
vmsproc.el:149:1:Warning: the following functions are not known to be defined:
spawn-subprocess, send-command-to-subprocess
Wrote c:/bin/emacs/gcc/HEAD/lisp/vmsproc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vt-control.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/vt100-led.elc
In w32-shell-name:
w32-fns.el:63:47:Warning: reference to free variable
`explicit-shell-file-name'
In w32-check-shell-configuration:
w32-fns.el:105:34:Warning: reference to free variable
`explicit-shell-file-name'
Wrote c:/bin/emacs/gcc/HEAD/lisp/w32-fns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/w32-vars.elc
In end of data:
wdired.el:751:1:Warning: the function `make-symbolic-link' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/wdired.elc
In end of data:
whitespace.el:858:1:Warning: the following functions are not known to be
defined: whitespace-mode-line-update, whitespace-make-overlay,
whitespace-overlay-put
Wrote c:/bin/emacs/gcc/HEAD/lisp/whitespace.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/wid-browse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/wid-edit.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/widget.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/windmove.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/window.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/winner.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/woman.elc
In end of data:
x-dnd.el:742:1:Warning: the following functions are not known to be defined:
x-window-property, x-change-window-property, x-get-atom-name,
x-send-client-message, x-get-selection-internal
Wrote c:/bin/emacs/gcc/HEAD/lisp/x-dnd.elc
In xml-parse-dtd:
xml.el:651:52:Warning: reference to free variable `xml-att-def-re'
Wrote c:/bin/emacs/gcc/HEAD/lisp/xml.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/xt-mouse.elc
In end of data:
calc-aent.el:1313:1:Warning: the following functions are not known to be
defined: math-evaluate-expr, calc-refresh-evaltos, calc-execute-kbd-macro,
math-is-true, calc-explain-why, calc-alg-edit,
math-composite-inequalities, math-flatten-lands, math-multi-subst,
calcFunc-vmatches, math-simplify, math-known-matrixp,
math-parse-fortran-subscr, math-to-radians-2, math-read-string,
math-read-brackets, math-read-angle-brackets
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-aent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-alg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-arith.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-bin.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-comb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-cplx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-embed.elc
In end of data:
calc-ext.el:3321:1:Warning: the following functions are not known to be
defined: math-clip, math-round, math-simplify, math-simplify-extended,
math-simplify-units, calc-set-language, calc-flush-caches,
calc-save-modes, calc-embedded-modes-change, calc-embedded-var-change,
math-mul-float, math-arctan-raw, math-sqrt-float, math-exp-minus-1-raw,
math-sqrt-raw, math-provably-integer, math-map-vec, math-make-frac,
math-normalize-polar, math-normalize-hms, math-normalize-mod,
math-make-sdev, math-make-intv, math-normalize-logical-op,
math-possible-signs, math-infinite-dir, math-calcFunc-to-var,
calc-embedded-evaluate-expr, math-known-nonzerop, math-read-expr-level,
math-read-big-rec, math-read-big-balance, math-format-date,
math-vector-is-string, math-vector-to-string, math-format-radix-float,
math-compose-expr, math-abs, math-format-bignum-binary,
math-format-bignum-octal, math-format-bignum-hex,
math-format-bignum-radix, math-compute-max-digits
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-ext.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-fin.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-forms.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-frac.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-funcs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-graph.elc
In end of data:
calc-help.el:682:1:Warning: the following functions are not known to be
defined: Info-mode, Info-last
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-help.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-incom.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-keypd.elc
In end of data:
calc-lang.el:1290:1:Warning: the following functions are not known to be
defined: math-read-factor, math-read-expr-level
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-lang.elc
In end of data:
calc-macs.el:202:1:Warning: the following functions are not known to be
defined: math-zerop, math-negp, math-looks-negp, math-posp, math-compare,
math-bignum, math-compare-bignum
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-macs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-map.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-math.elc
In end of data:
calc-misc.el:763:1:Warning: the following functions are not known to be
defined: calc-do-keypad, calc-inv-hyp-prefix-help,
calc-inverse-prefix-help, calc-hyperbolic-prefix-help, calc-explain-why,
calc-clear-command-flag, calc-roll-down-with-selections,
calc-roll-up-with-selections, calc-last-args, calc-is-inverse,
calc-do-prefix-help, math-objvecp, math-known-scalarp, math-vectorp,
math-matrixp, math-trunc-special, math-trunc-fancy, math-floor-special,
math-floor-fancy, math-square-matrixp, math-matrix-inv-raw,
math-mod-fancy, math-pow-of-zero, math-pow-zero, math-pow-fancy
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-misc.elc
In end of data:
calc-mode.el:672:1:Warning: the function `calc-embedded-save-original-modes'
is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-mtx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-poly.elc
In end of data:
calc-prog.el:2364:1:Warning: the following functions are not known to be
defined: edmacro-format-keys, edmacro-parse-keys, math-read-expr-level
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-prog.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-rewr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-rules.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-sel.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-stat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-store.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-stuff.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-trail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-undo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-units.elc
In end of data:
calc-vec.el:1596:1:Warning: the function `math-read-expr-level' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-vec.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc-yank.elc
In end of data:
calc.el:3489:1:Warning: the following functions are not known to be defined:
calc-set-language, calc-edit-finish, calc-edit-cancel, calc-do-quick-calc,
calc-do-calc-eval, calc-do-keypad, calcFunc-unixtime, math-parse-date,
math-lessp, calc-embedded-finish-command, calc-embedded-select-buffer,
calc-gnuplot-alive, calc-embedded-mode-line-change,
calc-push-list-in-macro, calc-replace-selections, calc-record-list,
calc-normalize-fancy, calc-do-handle-whys, calc-top-selected,
calc-sel-error, calc-pop-stack-in-macro, calc-embedded-stack-change,
calc-refresh-evaltos, calc-do-refresh, calc-binary-op-fancy,
calc-unary-op-fancy, calc-delete-selection, calc-alg-digit-entry,
calc-alg-entry, calc-dots, calc-temp-minibuffer-message,
math-read-radix-digit, calc-digit-dots, math-normalize-fancy,
math-normalize-nonstandard, math-recompile-eval-rules,
math-apply-rewrites, calc-record-why, math-dimension-error,
calc-incomplete-error, math-float-fancy, math-neg-fancy,
calc-add-fractions, math-add-objects-fancy, math-add-symb-fancy,
math-mul-zero, calc-mul-fractions, math-mul-objects-fancy,
math-mul-symb-fancy, math-reject-arg, math-div-by-zero, math-div-zero,
math-make-frac, calc-div-fractions, math-div-objects-fancy,
math-div-symb-fancy, math-compose-expr, math-comp-width,
math-composition-to-string, math-stack-value-offset-fancy,
math-format-flat-expr-fancy, math-adjust-fraction, math-format-binary,
math-format-radix, math-group-float, math-mod, math-format-number-fancy,
math-format-bignum-fancy, math-read-number-fancy, calc-do-grab-region,
calc-do-grab-rectangle, calc-do-embedded, calc-do-embedded-activate,
math-do-defmath, next-command-event, event-to-character,
calc-load-everything
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calcalg2.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calcalg3.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calccomp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calc/calcsel2.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/appt.elc
In diary-bahai-date:
cal-bahai.el:178:57:Warning: reference to free variable `date'
In holiday-bahai:
cal-bahai.el:187:30:Warning: reference to free variable `displayed-month'
cal-bahai.el:187:49:Warning: reference to free variable `displayed-year'
In list-bahai-diary-entries:
cal-bahai.el:211:12:Warning: reference to free variable `number'
cal-bahai.el:214:20:Warning: reference to free variable `original-date'
In mark-bahai-calendar-date-pattern:
cal-bahai.el:428:16:Warning: reference to free variable `displayed-month'
cal-bahai.el:429:16:Warning: reference to free variable `displayed-year'
In end of data:
cal-bahai.el:509:1:Warning: the following functions are not known to be
defined: add-to-diary-list, diary-name-pattern, mark-calendar-days-named
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-bahai.elc
In diary-chinese-date:
cal-china.el:500:60:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-china.elc
In diary-coptic-date:
cal-coptic.el:170:41:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-coptic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-dst.elc
In diary-french-date:
cal-french.el:250:41:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-french.elc
In list-hebrew-diary-entries:
cal-hebrew.el:514:12:Warning: reference to free variable `number'
cal-hebrew.el:517:20:Warning: reference to free variable `original-date'
In diary-hebrew-date:
cal-hebrew.el:900:73:Warning: reference to free variable `date'
In diary-omer:
cal-hebrew.el:910:49:Warning: reference to free variable `date'
In diary-yahrzeit:
cal-hebrew.el:948:22:Warning: reference to free variable `date'
cal-hebrew.el:953:23:Warning: reference to free variable `entry'
In diary-rosh-hodesh:
cal-hebrew.el:967:47:Warning: reference to free variable `date'
In diary-parasha:
cal-hebrew.el:1047:46:Warning: reference to free variable `date'
In end of data:
cal-hebrew.el:1209:1:Warning: the following functions are not known to be
defined: filter-visible-calendar-holidays, add-to-diary-list,
diary-name-pattern, mark-calendar-days-named
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-hebrew.elc
In diary-islamic-date:
cal-islam.el:174:42:Warning: reference to free variable `date'
In list-islamic-diary-entries:
cal-islam.el:209:12:Warning: reference to free variable `number'
cal-islam.el:212:20:Warning: reference to free variable `original-date'
In end of data:
cal-islam.el:501:1:Warning: the following functions are not known to be
defined: add-to-diary-list, diary-name-pattern, mark-calendar-days-named
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-islam.elc
In diary-iso-date:
cal-iso.el:139:52:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-iso.elc
In diary-julian-date:
cal-julian.el:168:58:Warning: reference to free variable `date'
In diary-astro-day-number:
cal-julian.el:209:39:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-julian.elc
In diary-mayan-date:
cal-mayan.el:375:56:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-mayan.elc
In calendar-mouse-holidays:
cal-menu.el:332:12:Warning: reference to free variable `event'
In calendar-mouse-view-diary-entries:
cal-menu.el:362:12:Warning: reference to free variable `event'
In calendar-mouse-print-dates:
cal-menu.el:499:11:Warning: reference to free variable `event'
cal-menu.el:501:42:Warning: reference to free variable `date'
In calendar-mouse-cal-tex-menu:
cal-menu.el:583:40:Warning: reference to free variable `date'
In cal-tex-mouse-filofax:
cal-menu.el:606:40:Warning: reference to free variable `date'
In end of data:
cal-menu.el:643:1:Warning: the following functions might not be defined at
runtime: calendar-hebrew-date-string, calendar-islamic-date-string,
calendar-bahai-date-string, calendar-sunrise-sunset,
calendar-cursor-holidays, insert-diary-entry, cal-tex-cursor-day,
cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso,
cal-tex-cursor-week-monday, cal-tex-cursor-filofax-daily,
cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week,
cal-tex-cursor-month, cal-tex-cursor-month-landscape, cal-tex-cursor-year,
cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape,
calendar-iso-date-string, calendar-julian-date-string,
calendar-astro-date-string, calendar-persian-date-string,
calendar-chinese-date-string, calendar-coptic-date-string,
calendar-ethiopic-date-string, calendar-french-date-string,
calendar-mayan-date-string, calendar-print-chinese-date,
calendar-goto-date
cal-menu.el:643:1:Warning: the following functions are not known to be
defined: check-calendar-holidays, list-diary-entries
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-menu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-move.elc
In diary-persian-date:
cal-persia.el:205:60:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-persia.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-tex.elc
In end of data:
cal-x.el:173:1:Warning: the function `make-fancy-diary-buffer' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/cal-x.elc
In end of data:
calendar.el:3144:1:Warning: the following functions are not known to be
defined: view-diary-entries, list-calendar-holidays,
Info-find-emacs-command-nodes, Info-find-node
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/calendar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/diary-lib.elc
In end of data:
holidays.el:523:1:Warning: the function `calendar-absolute-from-julian' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/holidays.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/icalendar.elc
In diary-phases-of-moon:
lunar.el:250:50:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/lunar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/parse-time.elc
In diary-sunrise-sunset:
solar.el:919:32:Warning: reference to free variable `date'
In diary-sabbath-candles:
solar.el:935:47:Warning: reference to free variable `date'
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/solar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/time-date.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/timeclock.elc
In end of data:
todo-mode.el:959:1:Warning: the function `calendar-current-date' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/calendar/todo-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/advice.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/assoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/authors.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/autoload.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/backquote.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/benchmark.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/bindat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/byte-run.elc
In checkdoc-output-mode:
checkdoc.el:2597:8:Warning: assignment to free variable
`compilation-error-regexp-alist'
checkdoc.el:2599:8:Warning: assignment to free variable
`compilation-mode-font-lock-keywords'
In end of data:
checkdoc.el:2662:1:Warning: the following functions are not known to be
defined: checkdoc-make-overlay, checkdoc-delete-overlay,
checkdoc-overlay-put, checkdoc-char=, checkdoc-call-eval-buffer
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/checkdoc.elc
In build-klist:
cl-compat.el:108:59:Warning: Function `set-difference' from cl package called
at runtime
In cl-floor:
cl-compat.el:128:56:Warning: Function `floor*' from cl package called at
runtime
In cl-ceiling:
cl-compat.el:129:60:Warning: Function `ceiling*' from cl package called at
runtime
In cl-round:
cl-compat.el:130:56:Warning: Function `round*' from cl package called at
runtime
In cl-truncate:
cl-compat.el:131:62:Warning: Function `truncate*' from cl package called at
runtime
In safe-idiv:
cl-compat.el:136:18:Warning: Function `signum' from cl package called at
runtime
cl-compat.el:136:27:Warning: Function `signum' from cl package called at
runtime
In zip-lists:
cl-compat.el:146:23:Warning: Function `mapcan' from cl package called at
runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-compat.elc
In coerce:
cl-extra.el:56:73:Warning: Function `coerce' from cl package called at runtime
cl-extra.el:58:19:Warning: Function `typep' from cl package called at runtime
In equalp:
cl-extra.el:79:41:Warning: Function `equalp' from cl package called at runtime
cl-extra.el:84:54:Warning: Function `equalp' from cl package called at runtime
cl-extra.el:85:20:Warning: Function `equalp' from cl package called at runtime
In map:
cl-extra.el:128:33:Warning: Function `coerce' from cl package called at
runtime
In cl-map-keymap-recursively:
cl-extra.el:228:30:Warning: Function `cl-map-keymap-recursively' from cl
package called at runtime
In lcm:
cl-extra.el:342:38:Warning: Function `gcd' from cl package called at runtime
In ceiling*:
cl-extra.el:365:24:Warning: Function `floor*' from cl package called at
runtime
In truncate*:
cl-extra.el:373:17:Warning: Function `floor*' from cl package called at
runtime
cl-extra.el:373:32:Warning: Function `ceiling*' from cl package called at
runtime
In round*:
cl-extra.el:387:30:Warning: Function `floor*' from cl package called at
runtime
In mod*:
cl-extra.el:395:20:Warning: Function `floor*' from cl package called at
runtime
In rem*:
cl-extra.el:399:23:Warning: Function `truncate*' from cl package called at
runtime
In random*:
cl-extra.el:423:21:Warning: Function `random*' from cl package called at
runtime
cl-extra.el:430:55:Warning: Function `random*' from cl package called at
runtime
cl-extra.el:431:29:Warning: Function `random*' from cl package called at
runtime
In make-random-state:
cl-extra.el:436:42:Warning: Function `make-random-state' from cl package
called at runtime
cl-extra.el:439:32:Warning: Function `make-random-state' from cl package
called at runtime
In cl-remprop:
cl-extra.el:603:25:Warning: Function `cl-do-remf' from cl package called at
runtime
In cl-macroexpand-all:
cl-extra.el:683:21:Warning: Function `compiler-macroexpand' from cl package
called at runtime
cl-extra.el:727:52:Warning: Function `sublis' from cl package called at
runtime
cl-extra.el:726:45:Warning: Function `sublis' from cl package called at
runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-extra.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-indent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-macs.elc
In reduce:
cl-seq.el:133:26:Warning: Function `subseq' from cl package called at runtime
In sort*:
cl-seq.el:616:65:Warning: Function `replace' from cl package called at runtime
In merge:
cl-seq.el:646:57:Warning: Function `coerce' from cl package called at runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl-seq.elc
In pop:
cl.el:141:16:Warning: Function `cl-do-pop' from cl package called at runtime
In mapcar*:
cl.el:345:23:Warning: Function `cl-mapcar-many' from cl package called at
runtime
In cl-hack-byte-compiler:
cl.el:691:10:Warning: Function `cl-compile-time-init' from cl package called
at runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/copyright.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/crm.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/cust-print.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/debug.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/derived.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/disass.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/easy-mmode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/easymenu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/edebug.elc
In eldoc-display-message-no-interference-p:
eldoc.el:225:42:Warning: reference to free variable `edebug-active'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/eldoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/elint.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/elp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/ewoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/find-func.elc
In find-gc-unsafe:
find-gc.el:36:27:Warning: reference to free variable `unsafe-list'
find-gc.el:38:66:Warning: assignment to free variable `unsafe-list'
find-gc.el:41:7:Warning: assignment to free variable `emacs-source-directory'
In find-unsafe-funcs:
find-gc.el:51:9:Warning: assignment to free variable `unsafe-list'
In trace-unsafe:
find-gc.el:56:26:Warning: reference to free variable `subrs-used'
find-gc.el:58:44:Warning: reference to free variable `unsafe-list'
find-gc.el:61:28:Warning: reference to free variable `noreturn-list'
find-gc.el:63:60:Warning: assignment to free variable `unsafe-list'
find-gc.el:71:7:Warning: assignment to free variable `noreturn-list'
In trace-call-tree:
find-gc.el:86:31:Warning: reference to free variable `emacs-source-directory'
find-gc.el:89:11:Warning: assignment to free variable `subrs-called'
find-gc.el:91:18:Warning: reference to free variable `source-files'
find-gc.el:108:48:Warning: reference to free variable `subrs-called'
find-gc.el:124:7:Warning: assignment to free variable `source-files'
In trace-use-tree:
find-gc.el:141:47:Warning: reference to free variable `subrs-called'
find-gc.el:147:40:Warning: assignment to free variable `subrs-used'
find-gc.el:148:34:Warning: reference to free variable `subrs-used'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/find-gc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/float-sup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/generic.elc
In end of data:
gulp.el:177:1:Warning: the following functions are not known to be defined:
mail-subject, mail-send
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/gulp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/helper.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/levents.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lisp-mnt.elc
In lisp-font-lock-syntactic-face-function:
lisp-mode.el:161:11:Warning: reference to free variable `font-lock-doc-face'
lisp-mode.el:162:9:Warning: reference to free variable `font-lock-string-face'
lisp-mode.el:163:5:Warning: reference to free variable
`font-lock-comment-face'
In lisp-mode:
lisp-mode.el:361:9:Warning: assignment to free variable
`font-lock-keywords-case-fold-search'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lisp-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lisp.elc
In toplevel form:
lmenu.el:35:32:Warning: assignment to free variable `recompute-lucid-menubar'
In recompute-lucid-menubar:
lmenu.el:37:15:Warning: reference to free variable `lucid-menubar-map'
lmenu.el:42:20:Warning: assignment to free variable `lucid-failing-menubar'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lmenu.elc
In x-select-make-extent-for-selection:
lselect.el:99:46:Warning: reference to free variable
`mouse-highlight-priority'
In x-dehilight-selection:
lselect.el:155:14:Warning: reference to free variable `zmacs-regions'
lselect.el:163:7:Warning: assignment to free variable
`x-lost-selection-functions'
In end of data:
lselect.el:236:1:Warning: the following functions are not known to be defined:
x-get-selection-internal, extentp, extent-buffer, extent-start-position,
extent-end-position, delete-extent, set-extent-endpoints, make-extent,
set-extent-priority, set-extent-face, x-disown-selection-internal,
zmacs-deactivate-region, x-selection-owner-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lselect.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/lucid.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/macroexp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/map-ynp.elc
In pp-eval-expression:
pp.el:133:55:Warning: assignment to free variable `font-lock-verbose'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/pp.elc
In end of data:
re-builder.el:698:1:Warning: the following functions are not known to be
defined: frame-property, lre-compile-string
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/re-builder.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/regexp-opt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/regi.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/ring.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/rx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/shadow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/sregex.elc
In syntax-ppss:
syntax.el:194:26:Warning: reference to free variable
`font-lock-beginning-of-syntax-function'
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/syntax.elc
In ses-exercise-invalid-spreadsheets:
tcover-ses.el:585:14:Warning: reference to free variable
`ses-initial-global-parameters'
In ses-exercise-startup:
tcover-ses.el:624:9:Warning: assignment to free variable `ses-mode-map'
In end of data:
tcover-ses.el:712:1:Warning: the following functions are not known to be
defined: ses-jump, ses-set-curcell, ses-update-cells, ses-load,
ses-vector-delete, ses-create-header-string, ses-read-cell,
ses-read-symbol, ses-command-hook
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/tcover-ses.elc
In testcover-unsafep:
tcover-unsafep.el:130:11:Warning: assignment to free variable `safe-functions'
In end of data:
tcover-unsafep.el:140:1:Warning: the function `unsafep-function' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/tcover-unsafep.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/testcover.elc
In end of data:
timer.el:483:1:Warning: the function `diary-entry-time' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/timer.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/tq.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/trace.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/unsafep.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emacs-lisp/warnings.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/crisp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/cua-base.elc
In end of data:
cua-gmrk.el:389:1:Warning: the function `cua--global-mark-active' might not be
defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/cua-gmrk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/cua-rect.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-lk201.elc
In toplevel form:
edt-mapper.el:245:15:Warning: assignment to free variable
`edt-save-function-key-map'
edt-mapper.el:489:28:Warning: reference to free variable
`edt-save-function-key-map'
edt-mapper.el:490:7:Warning: assignment to free variable `EDT-key-name'
edt-mapper.el:493:4:Warning: reference to free variable `EDT-key-name'
In end of data:
edt-mapper.el:525:1:Warning: the following functions are not known to be
defined: console-type, replace-in-string, event-key, edt-map-key
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-mapper.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-pc.elc
In end of data:
edt-vt100.el:50:1:Warning: the function `vt100-wide-mode' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt-vt100.elc
In edt-page-backward:
edt.el:389:37:Warning: assignment to free variable `zmacs-region-stays'
In edt-beginning-of-line:
edt.el:450:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-end-of-line-forward:
edt.el:466:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-end-of-line-backward:
edt.el:477:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-one-word-forward:
edt.el:522:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-one-word-backward:
edt.el:546:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-character:
edt.el:586:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-forward:
edt.el:609:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-next-line:
edt.el:631:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-previous-line:
edt.el:641:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-top:
edt.el:652:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-forward:
edt.el:698:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-backward:
edt.el:723:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-next-forward:
edt.el:769:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-find-next-backward:
edt.el:793:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-select-mode:
edt.el:858:15:Warning: assignment to free variable `rect-start-point'
In edt-advance:
edt.el:1088:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-backup:
edt.el:1104:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-define-key:
edt.el:1154:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-sentence-forward:
edt.el:1343:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-sentence-backward:
edt.el:1369:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-paragraph-forward:
edt.el:1414:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-paragraph-backward:
edt.el:1439:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-restore-key:
edt.el:1457:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-window-top:
edt.el:1487:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-window-bottom:
edt.el:1499:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-scroll-window-forward-line:
edt.el:1509:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-scroll-window-backward-line:
edt.el:1515:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-to-bottom-of-window:
edt.el:1562:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-to-top-of-window:
edt.el:1572:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-line-to-middle-of-window:
edt.el:1582:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-goto-percentage:
edt.el:1595:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-duplicate-word:
edt.el:1722:19:Warning: assignment to free variable `edt-last-copied-word'
edt.el:1722:12:Warning: reference to free variable `edt-last-copied-word'
In edt-display-the-time:
edt.el:1768:29:Warning: assignment to free variable `zmacs-region-stays'
edt.el:1770:17:Warning: assignment to free variable `time-string'
edt.el:1770:4:Warning: reference to free variable `time-string'
In edt-remember:
edt.el:1802:19:Warning: reference to free variable `edt-learn-macro-count'
edt.el:1802:44:Warning: assignment to free variable `edt-learn-macro-count'
In edt-split-window:
edt.el:1850:29:Warning: assignment to free variable `zmacs-region-stays'
In edt-cut-rectangle-overstrike-mode:
edt.el:1876:57:Warning: assignment to free variable `edt-rect-start-point'
edt.el:1876:41:Warning: reference to free variable `edt-rect-start-point'
In edt-cut-rectangle-insert-mode:
edt.el:1887:57:Warning: assignment to free variable `edt-rect-start-point'
edt.el:1887:41:Warning: reference to free variable `edt-rect-start-point'
In edt-emulation-on:
edt.el:2138:15:Warning: assignment to free variable
`edt-orig-transient-mark-mode'
In edt-emulation-off:
edt.el:2167:28:Warning: reference to free variable `edt-orig-page-delimiter'
edt.el:2173:31:Warning: reference to free variable
`edt-orig-transient-mark-mode'
In edt-default-emulation-setup:
edt.el:2188:19:Warning: assignment to free variable `edt-default-global-map'
edt.el:2189:17:Warning: reference to free variable `edt-default-global-map'
edt.el:2198:9:Warning: assignment to free variable `edt-learn-macro-count'
In edt-user-emulation-setup:
edt.el:2222:42:Warning: reference to free variable `edt-default-global-map'
edt.el:2224:19:Warning: assignment to free variable `edt-user-global-map'
edt.el:2225:17:Warning: reference to free variable `edt-user-global-map'
In edt-select-default-global-map:
edt.el:2239:19:Warning: reference to free variable `edt-default-global-map'
edt.el:2242:15:Warning: assignment to free variable `edt-orig-page-delimiter'
In edt-select-user-global-map:
edt.el:2257:25:Warning: reference to free variable `edt-user-global-map'
edt.el:2260:21:Warning: assignment to free variable `edt-orig-page-delimiter'
In edt-bind-function-key-default:
edt.el:2285:39:Warning: reference to free variable `*EDT-keys*'
edt.el:2288:23:Warning: reference to free variable `edt-default-global-map'
In edt-bind-key-default:
edt.el:2295:15:Warning: reference to free variable `edt-default-global-map'
In edt-bind-function-key:
edt.el:2311:39:Warning: reference to free variable `*EDT-keys*'
edt.el:2314:23:Warning: reference to free variable `edt-user-global-map'
In edt-bind-key:
edt.el:2321:15:Warning: reference to free variable `edt-user-global-map'
In end of data:
edt.el:2705:1:Warning: the following functions are not known to be defined:
console-type, replace-in-string, zmacs-deactivate-region, events-to-keys,
mark-c-function, mark-fortran-subprogram, edt-setup-user-bindings
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/edt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/keypad.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/pc-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/pc-select.elc
In tpu-mark:
tpu-edt.el:549:41:Warning: reference to free variable `zmacs-regions'
In tpu-store-text:
tpu-edt.el:1365:25:Warning: assignment to free variable
`picture-killed-rectangle'
tpu-edt.el:2296:18:Warning: reference to free variable
`repeat-complex-command-map'
In end of data:
tpu-edt.el:2526:1:Warning: the following functions are not known to be
defined: zmacs-activate-region, tpu-emacs-search, tpu-emacs-rev-search,
picture-clear-rectangle, picture-clear-column, picture-yank-rectangle,
tpu-search-internal-core, next-line-internal
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/tpu-edt.elc
In end of data:
tpu-extras.el:484:1:Warning: the following functions are not known to be
defined: picture-forward-column, picture-backward-column,
picture-end-of-line, picture-move-down, picture-move-up, tpu-old-newline,
tpu-old-newline-and-indent, tpu-old-do-auto-fill
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/tpu-extras.elc
In tpu-lucid-map-key:
tpu-mapper.el:182:4:Warning: `format' called for effect
In tpu-emacs-map-key:
tpu-mapper.el:198:4:Warning: `format' called for effect
In end of data:
tpu-mapper.el:396:1:Warning: the following functions are not known to be
defined: set-screen-size, selected-screen, event-key, tpu-map-key
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/tpu-mapper.elc
In vi-goto-line:
vi.el:639:37:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
vi.el:1491:1:Warning: the function `mark-c-function' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/vi.elc
In vip-replace-string:
vip.el:1117:59:Warning: `replace-string' used from Lisp code
That command is designed for interactive use only
In ex-map:
vip.el:2832:18:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In ex-read:
vip.el:2902:12:Warning: `insert-file' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/vip.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-cmd.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
In viper-envelop-ESC-key:
viper-cmd.el:1026:32:Warning: Function `subseq' from cl package called at
runtime
viper-cmd.el:1037:32:Warning: Function `subseq' from cl package called at
runtime
In viper-buffer-search-enable:
viper-cmd.el:3896:40:Warning: variable assignment to constant
`viper-prefix-commands'
In end of data:
viper-cmd.el:4971:1:Warning: the function `viper-heading-end' might not be
defined at runtime.
viper-cmd.el:4971:1:Warning: the following functions are not known to be
defined: quail-input-method, quail-start-translation, character-to-event,
viper-iconify, key-press-event-p, event-key, viper-set-hooks,
viper-get-face
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-cmd.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-cmd.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-ex.elc
In end of data:
viper-init.el:1034:1:Warning: the following functions are not known to be
defined: quail-delete-overlays, quail-mode
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-init.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
In end of data:
viper-keym.el:654:1:Warning: the following functions are not known to be
defined: viper-ex, viper-normalize-minor-mode-map-alist,
viper-set-mode-vars-for
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-keym.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-cmd.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
In ex-map-read-args:
viper-macs.el:186:66:Warning: Function `subseq' from cl package called at
runtime
In ex-unmap-read-args:
viper-macs.el:247:60:Warning: Function `subseq' from cl package called at
runtime
viper-macs.el:256:52:Warning: Function `subseq' from cl package called at
runtime
In viper-exec-mapped-kbd-macro:
viper-macs.el:621:51:Warning: Function `subseq' from cl package called at
runtime
In viper-prefix-subseq-p:
viper-macs.el:704:29:Warning: Function `subseq' from cl package called at
runtime
In viper-find-best-matching-macro:
viper-macs.el:769:47:Warning: Function `subseq' from cl package called at
runtime
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-macs.elc
Loading viper-util.el (source)...
Loading viper-init.el (source)...
Loading viper-cmd.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
In viper-remember-current-frame:
viper-mous.el:494:9:Warning: variable assignment to constant
`viper-current-frame-saved'
In end of data:
viper-mous.el:678:1:Warning: the function `event-over-text-area-p' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-mous.elc
Loading viper-init.el (source)...
In end of data:
viper-util.el:1515:1:Warning: the following functions are not known to be
defined: viper-int-to-char, viper-characterp, viper-color-defined-p,
viper-overlay-p, viper-forward-Word, vc-locking-user, viper-move-overlay,
viper-make-overlay, viper-overlay-put, viper-overlay-live-p,
viper-overlay-start, viper-overlay-end, character-to-event,
viper-read-event
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper-util.elc
Loading viper-init.el (source)...
Loading viper-cmd.el (source)...
Loading viper-util.el (source)...
Loading viper-keym.el (source)...
Loading viper-mous.el (source)...
Loading viper-macs.el (source)...
Loading viper-ex.el (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/viper.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/emulation/ws-mode.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-alias.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-banner.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-basic.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-cmpl.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-dirs.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-glob.elc
Loading ange-ftp (source)...
In eshell-hist-initialize:
em-hist.el:223:35:Warning: assignment to free variable
`eshell-rebind-keys-alist'
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-hist.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-ls.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-pred.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-prompt.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-rebind.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-script.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-smart.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-term.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-unix.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/em-xtra.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-arg.elc
Loading ange-ftp (source)...
In end of data:
esh-cmd.el:1419:1:Warning: the function `eshell-debug-command' might not be
defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-cmd.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-ext.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-io.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-mode.elc
Loading ange-ftp (source)...
Loading defgroup from `em-alias.el'
Loading defgroup from `em-banner.el'
Loading defgroup from `em-basic.el'
Loading defgroup from `em-cmpl.el'
Loading defgroup from `em-dirs.el'
Loading defgroup from `em-glob.el'
Loading defgroup from `em-hist.el'
Loading defgroup from `em-ls.el'
Loading defgroup from `em-pred.el'
Loading defgroup from `em-prompt.el'
Loading defgroup from `em-rebind.el'
Loading defgroup from `em-script.el'
Loading defgroup from `em-smart.el'
Loading defgroup from `em-term.el'
Loading defgroup from `em-unix.el'
Loading defgroup from `em-xtra.el'
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-groups.el
Loading defgroup from `em-alias.el'
Loading defgroup from `em-banner.el'
Loading defgroup from `em-basic.el'
Loading defgroup from `em-cmpl.el'
Loading defgroup from `em-dirs.el'
Loading defgroup from `em-glob.el'
Loading defgroup from `em-hist.el'
Loading defgroup from `em-ls.el'
Loading defgroup from `em-pred.el'
Loading defgroup from `em-prompt.el'
Loading defgroup from `em-rebind.el'
Loading defgroup from `em-script.el'
Loading defgroup from `em-smart.el'
Loading defgroup from `em-term.el'
Loading defgroup from `em-unix.el'
Loading defgroup from `em-xtra.el'
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-groups.el
In end of data:
esh-module.el:158:1:Warning: the function `msdos-long-file-names' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-module.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-opt.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-proc.elc
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-test.elc
Loading ange-ftp (source)...
Loading ange-ftp (source)...
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/esh-var.elc
In end of data:
eshell.el:565:1:Warning: the function `eshell-mode' might not be defined at
runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/eshell/eshell.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/binhex.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/canlock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/compface.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/deuglify.elc
In end of data:
dig.el:190:1:Warning: the function `font-lock-set-defaults' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/dig.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/dns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/earcon.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/flow-fill.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/format-spec.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-agent.elc
In gnus-article-wash-html-with-w3m:
gnus-art.el:2483:16:Warning: reference to free variable `w3m-minor-mode-map'
In end of data:
gnus-art.el:7301:1:Warning: the following functions are not known to be
defined: w3-region, w3m-region, Info-menu
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-art.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-async.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-audio.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-bcklg.elc
In end of data:
gnus-cache.el:773:1:Warning: the function `nnml-generate-nov-databases-1'
might not be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-cache.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-cite.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-cus.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-delay.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-demon.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-diary.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-dired.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-draft.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-dup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-eform.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-ems.elc
In end of data:
gnus-fun.el:259:1:Warning: the following functions are not known to be
defined: message-goto-eoh, uncompface, article-narrow-to-head,
gnus-article-goto-header, gnus-add-image, gnus-add-wash-type
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-fun.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-gl.elc
In end of data:
gnus-group.el:4312:1:Warning: the function `nnkiboze-score-file' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-group.elc
Loading gnus-agent...
In end of data:
gnus-int.el:695:1:Warning: the following functions might not be defined at
runtime: gnus-server-opened, gnus-status-message
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-int.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-kill.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-logic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-mh.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-ml.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-mlspl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-move.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-msg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-nocem.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-picon.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-range.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-registry.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-salt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-score.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-setup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-sieve.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-soup.elc
In gnus-update-format-specifications:
gnus-spec.el:193:18:Warning: reference to free variable
`gnus-newsrc-file-version'
In end of data:
gnus-spec.el:763:1:Warning: the function
`gnus-summary-from-or-to-or-newsgroups' is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-spec.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-srvr.elc
In end of data:
gnus-start.el:3111:1:Warning: the function `display-time-event-handler' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-start.elc
In end of data:
gnus-sum.el:11779:1:Warning: the following functions might not be defined at
runtime: turn-on-gnus-mailing-list-mode, gnus-build-sparse-threads,
gnus-cache-write-active, gnus-dead-summary-mode, unmorse-region,
gnus-summary-mark-below, mm-uu-dissect
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-sum.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-topic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-undo.elc
In gnus-fetch-original-field:
gnus-util.el:231:24:Warning: reference to free variable
`gnus-original-article-buffer'
In gnus-write-active-file:
gnus-util.el:1103:34:Warning: reference to free variable
`nnmail-active-file-coding-system'
In gnus-emacs-version:
gnus-util.el:1522:16:Warning: reference to free variable `gnus-user-agent'
In end of data:
gnus-util.el:1583:1:Warning: the following functions are not known to be
defined: gnus-find-method-for-group, gnus-group-name-decode,
gnus-group-name-charset, message-tokenize-header, gnus-get-buffer-create,
mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put,
gnus-make-overlay, mm-append-to-file, gnus-add-text-properties,
x-focus-frame
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-util.elc
In end of data:
gnus-uu.el:2117:1:Warning: the function `make-symbolic-link' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-uu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-vm.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus-win.elc
In toplevel form:
gnus.el:1855:10:Warning: reference to free variable
`gnus-spam-newsgroup-contents'
gnus.el:1876:22:Warning: reference to free variable
`gnus-spam-process-newsgroups'
gnus.el:1941:7:Warning: reference to free variable `gnus-spam-autodetect'
gnus.el:2017:10:Warning: reference to free variable
`gnus-spam-autodetect-methods'
gnus.el:2042:10:Warning: reference to free variable
`gnus-spam-process-destinations'
gnus.el:2099:10:Warning: reference to free variable
`gnus-ham-process-destinations'
gnus.el:2134:10:Warning: reference to free variable
`gnus-parameter-ham-marks-alist'
gnus.el:2172:11:Warning: reference to free variable
`gnus-parameter-spam-marks-alist'
In end of data:
gnus.el:4149:1:Warning: the function `gnus-group-decoded-name' might not be
defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/gnus.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/hex-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/html2text.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/ietf-drums.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/imap.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/legacy-gnus-agent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mail-parse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mail-prsvr.elc
In end of data:
mail-source.el:1071:1:Warning: the following functions might not be defined at
runtime: format-spec, format-spec-make, imap-capability
mail-source.el:1071:1:Warning: the function `gnus-compress-sequence' is not
known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mail-source.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mailcap.elc
In end of data:
message.el:6883:1:Warning: the following functions are not known to be
defined: rmail-msg-is-pruned, rmail-msg-restore-non-pruned-header,
mail-abbrev-in-expansion-header-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/message.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/messcompat.elc
In end of data:
mm-bodies.el:299:1:Warning: the following functions are not known to be
defined: message-options-get, message-options-set
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-bodies.elc
In mm-display-external:
mm-decode.el:787:32:Warning: reference to free variable
`gnus-current-window-configuration'
In end of data:
mm-decode.el:1481:1:Warning: the following functions are not known to be
defined: gnus-map-function, gnus-configure-windows, delete-annotation,
gnus-replace-in-string, make-glyph, window-pixel-width, glyph-height,
window-pixel-height, mm-view-pkcs7
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-decode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-encode.elc
In mm-inline-external-body:
mm-extern.el:147:31:Warning: reference to free variable
`gnus-article-mime-handles'
mm-extern.el:147:31:Warning: assignment to free variable
`gnus-article-mime-handles'
In end of data:
mm-extern.el:169:1:Warning: the following functions are not known to be
defined: message-goto-body, gnus-display-mime
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-extern.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-partial.elc
In mm-url-insert-file-contents:
mm-url.el:310:17:Warning: assignment to free variable `url-current-object'
mm-url.el:298:33:Warning: reference to free variable `url-package-name'
mm-url.el:300:36:Warning: reference to free variable `url-package-version'
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-url.elc
In toplevel form:
mm-util.el:168:27:Warning: reference to free variable
`mm-mime-mule-charset-alist'
In end of data:
mm-util.el:996:1:Warning: the function `mm-detect-coding-region' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-uu.elc
In mm-inline-text-html-render-with-w3:
mm-view.el:138:23:Warning: reference to free variable
`w3-meta-content-type-charset-regexp'
mm-view.el:139:23:Warning: reference to free variable
`w3-meta-charset-content-type-regexp'
In mm-setup-w3m:
mm-view.el:195:38:Warning: reference to free variable
`w3m-cid-retrieve-function-alist'
mm-view.el:197:13:Warning: assignment to free variable
`w3m-cid-retrieve-function-alist'
mm-view.el:199:9:Warning: assignment to free variable
`w3m-display-inline-images'
In mm-w3m-cid-retrieve:
mm-view.el:216:51:Warning: reference to free variable `w3m-current-buffer'
mm-view.el:217:32:Warning: reference to free variable
`gnus-article-mime-handles'
In mm-inline-text-html-render-with-w3m:
mm-view.el:239:20:Warning: reference to free variable `w3m-minor-mode-map'
In mm-view-message:
mm-view.el:407:31:Warning: reference to free variable
`gnus-article-mime-handles'
mm-view.el:407:31:Warning: assignment to free variable
`gnus-article-mime-handles'
In mm-inline-message:
mm-view.el:430:28:Warning: reference to free variable `gnus-newsgroup-charset'
mm-view.el:444:35:Warning: reference to free variable
`gnus-article-mime-handles'
mm-view.el:444:35:Warning: assignment to free variable
`gnus-article-mime-handles'
In mm-view-pkcs7-decrypt:
mm-view.el:564:19:Warning: reference to free variable `smime-keys'
In end of data:
mm-view.el:580:1:Warning: the following functions are not known to be defined:
make-annotation, set-extent-property, w3-do-setup, w3-region,
w3m-detect-meta-charset, w3m-region, w3-prepare-buffer, map-extents,
smime-decrypt-region, smime-get-key-by-email
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mm-view.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml-sec.elc
In mml-smime-sign-query:
mml-smime.el:80:42:Warning: reference to free variable
`gnus-extract-address-components'
In mml-smime-get-dns-cert:
mml-smime.el:106:37:Warning: reference to free variable
`gnus-extract-address-components'
In end of data:
mml-smime.el:204:1:Warning: the function `gnus-completing-read-with-default'
is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml-smime.elc
In mml-to-mime:
mml.el:740:31:Warning: reference to free variable `message-default-charset'
In mml-preview:
mml.el:1074:29:Warning: reference to free variable `message-options'
mml.el:1081:41:Warning: reference to free variable `message-posting-charset'
mml.el:1093:42:Warning: reference to free variable `message-deletable-headers'
mml.el:1096:29:Warning: reference to free variable
`message-required-news-headers'
mml.el:1097:27:Warning: reference to free variable
`message-required-mail-headers'
mml.el:1114:41:Warning: reference to free variable `gnus-newsrc-hashtb'
mml.el:1122:37:Warning: reference to free variable `gnus-article-mime-handles'
mml.el:1130:22:Warning: reference to free variable `gnus-mouse-2'
In end of data:
mml.el:1181:1:Warning: the following functions are not known to be defined:
message-options-get, message-options-set, message-narrow-to-head,
message-remove-header, message-encode-message-body,
message-narrow-to-headers-or-head, message-mail-p, message-subscribed-p,
message-make-mail-followup-to, message-position-on-field, message-news-p,
message-options-set-recipient, message-generate-headers,
gnus-make-hashtable, widget-button-press, widget-event-point
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml.elc
In mml1991-mailcrypt-encrypt:
mml1991.el:93:14:Warning: reference to free variable `mc-pgp-always-sign'
In end of data:
mml1991.el:310:1:Warning: the following functions are not known to be defined:
message-options-get, message-options-set, mc-encrypt-generic,
gpg-sign-encrypt, gpg-encrypt, mm-decode-content-transfer-encoding,
mm-encode-content-transfer-encoding
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml1991.elc
In mml2015-mailcrypt-encrypt:
mml2015.el:327:14:Warning: reference to free variable `mc-pgp-always-sign'
In end of data:
mml2015.el:922:1:Warning: the following functions are not known to be defined:
message-options-get, message-options-set, gnus-buffer-live-p,
gnus-get-buffer-create
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/mml2015.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnagent.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnbabyl.elc
In end of data:
nndb.el:320:1:Warning: the function `nndb-request-article' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndiary.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndir.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndoc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nndraft.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nneething.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnfolder.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nngateway.elc
In nnheader-parse-naked-head:
nnheader.el:333:16:Warning: reference to free variable `nnmail-extra-headers'
In end of data:
nnheader.el:1045:1:Warning: the following functions are not known to be
defined: ietf-drums-unfold-fws, efs-re-read-dir
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnheader.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnimap.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnkiboze.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnlistserv.elc
In end of data:
nnmail.el:2018:1:Warning: the following functions are not known to be defined:
gnus-activate-group, gnus-request-create-group, gnus-request-group,
gnus-request-accept-article, gnus-group-mark-article-read
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmail.elc
In end of data:
nnmaildir.el:1627:1:Warning: the following functions are not known to be
defined: make-symbolic-link, unix-sync
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmaildir.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmbox.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnmh.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnml.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnnil.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnoo.elc
Loading subst-ksc (source)...
Loading subst-gb2312 (source)...
Loading subst-big5 (source)...
Loading subst-jis (source)...
In end of data:
nnrss.el:948:1:Warning: the following functions are not known to be defined:
w3-parse-buffer, gnus-group-make-rss-group
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnrss.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnslashdot.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnsoup.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnspool.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nntp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnultimate.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnvirtual.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnwarchive.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnweb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/nnwfm.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-def.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-gpg.elc
In toplevel form:
pgg-parse.el:183:8:Warning: reference to free variable `pgg-parse-crc24'
In end of data:
pgg-parse.el:516:1:Warning: the function `pgg-parse-crc24-string' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-parse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-pgp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg-pgp5.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pgg.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/pop3.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/qp.elc
In rfc1843-decode-article-body:
rfc1843.el:139:25:Warning: reference to free variable `gnus-newsgroup-name'
In rfc1843-gnus-setup:
rfc1843.el:167:9:Warning: assignment to free variable
`gnus-decode-encoded-word-function'
rfc1843.el:169:9:Warning: assignment to free variable
`gnus-decode-header-function'
In end of data:
rfc1843.el:185:1:Warning: the following functions are not known to be defined:
message-narrow-to-head, message-fetch-field,
mail-header-parse-content-type
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc1843.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2045.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2047.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2104.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/rfc2231.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/score-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sha1.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sieve-manage.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sieve-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/sieve.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/smiley.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/smime.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/spam-report.elc
In spam-stat-store-gnus-article-buffer:
spam-stat.el:242:17:Warning: reference to free variable
`gnus-original-article-buffer'
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/spam-stat.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/spam.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/starttls.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/utf7.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/uudecode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/webmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/gnus/yenc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ccl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/characters.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/code-pages.elc
In cp-coding-system-for-codepage-1:
codepage.el:61:35:Warning: reference to free variable
`dos-unsupported-char-glyph'
In cp-decoding-vector-for-codepage:
codepage.el:119:27:Warning: reference to free variable
`dos-unsupported-char-glyph'
In cp-make-coding-systems-for-codepage:
codepage.el:574:34:Warning: reference to free variable
`dos-unsupported-char-glyph'
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/codepage.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/encoded-kb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/fontset.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/isearch-x.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-ascii.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-cvt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-insert.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-swed.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/iso-transl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ja-dic-cnv.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ja-dic-utl.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/kinsoku.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/kkc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/latexenc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/latin1-disp.elc
In set-locale-environment:
mule-cmds.el:2428:10:Warning: reference to free variable `mac-system-locale'
mule-cmds.el:2442:47:Warning: reference to free variable
`mac-system-coding-system'
In end of data:
mule-cmds.el:2637:1:Warning: the function `mac-get-preference' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule-cmds.elc
In end of data:
mule-diag.el:1313:1:Warning: the function `fontset-plain-name' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule-diag.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/mule.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ogonek.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/quail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-big5.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-gb2312.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-jis.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/subst-ksc.elc
In toplevel form:
swedish.el:80:43:Warning: assignment to free variable `news-group-hook-alist'
swedish.el:83:15:Warning: reference to free variable `news-group-hook-alist'
swedish.el:110:7:Warning: assignment to free variable `mail-send-hook'
swedish.el:111:7:Warning: assignment to free variable `news-inews-hook'
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/swedish.elc
In end of data:
titdic-cnv.el:1193:1:Warning: the following functions are not known to be
defined: msdos-long-file-names, dos-8+3-filename
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/titdic-cnv.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/ucs-tables.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/utf-16.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/utf-7.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/international/utf-8.elc
In end of data:
china-util.el:423:1:Warning: the following functions might not be defined at
runtime: big5-to-flat-code, euc-to-flat-code, flat-code-to-big5,
flat-code-to-euc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/china-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/chinese.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/cyril-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/cyrillic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/devan-util.elc
In ethio-sera-to-fidel-mail:
ethio-util.el:893:18:Warning: reference to free variable
`rmail-message-vector'
ethio-util.el:893:43:Warning: reference to free variable
`rmail-current-message'
In ethio-fidel-to-sera-mail:
ethio-util.el:1270:18:Warning: reference to free variable
`rmail-message-vector'
ethio-util.el:1270:43:Warning: reference to free variable
`rmail-current-message'
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/ethio-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/ethiopic.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/european.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/ind-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/indian.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/japan-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/knd-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/korea-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/lao-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/mlm-util.elc
In thai-self-insert-command:
thai-util.el:65:9:Warning: reference to free variable
`thai-auto-composition-mode'
In thai-composition-function:
thai-util.el:344:19:Warning: reference to free variable
`thai-auto-composition-mode'
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/thai-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/thai-word.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/tibet-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/tibetan.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/tml-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/viet-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/language/vietnamese.elc
In end of data:
emacsbug.el:274:1:Warning: the function `Info-menu' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/emacsbug.elc
In end of data:
feedmail.el:2674:1:Warning: the function `char-to-int' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/feedmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/footnote.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mail-extr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mail-hist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mail-utils.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailabbrev.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailalias.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailheader.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mailpost.elc
In metamail-interpret-body:
metamail.el:125:32:Warning: reference to free variable `rmail-message-vector'
metamail.el:125:57:Warning: reference to free variable `rmail-current-message'
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/metamail.elc
In toplevel form:
mspools.el:178:21:Warning: reference to free variable `vm-init-file-loaded'
mspools.el:178:59:Warning: reference to free variable `vm-init-file'
mspools.el:181:42:Warning: reference to free variable `vm-folder-directory'
In mspools-set-vm-spool-files:
mspools.el:195:12:Warning: reference to free variable `vm-primary-inbox'
mspools.el:197:12:Warning: reference to free variable `vm-crash-box'
mspools.el:191:4:Warning: assignment to free variable `vm-spool-files'
In mspools-visit-spool:
mspools.el:275:15:Warning: assignment to free variable `rmail-inbox-list'
In end of data:
mspools.el:408:1:Warning: the following functions are not known to be defined:
vm-visit-folder, rmail-get-new-mail
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/mspools.elc
In end of data:
reporter.el:412:1:Warning: the following functions are not known to be
defined: mail-position-on-field, mail-text
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/reporter.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rfc2368.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rfc822.elc
In rmail-spam-filter:
rmail-spam-filter.el:415:22:Warning: assignment to free variable
`bbdb/mail_auto_create_p'
rmail-spam-filter.el:546:13:Warning: reference to free variable
`rmail-summary-mode-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmail-spam-filter.elc
In rmail-get-new-mail:
rmail.el:1597:35:Warning: reference to free variable `rmail-use-spam-filter'
rmail.el:1609:32:Warning: reference to free variable `rsf-beep'
rmail.el:1610:39:Warning: reference to free variable `rsf-sleep-after-message'
In rmail-set-message-counters-counter:
rmail.el:2592:48:Warning: reference to free variable `messages-head'
rmail.el:2592:48:Warning: assignment to free variable `messages-head'
rmail.el:2600:21:Warning: reference to free variable `deleted-head'
rmail.el:2600:21:Warning: assignment to free variable `deleted-head'
rmail.el:2601:46:Warning: reference to free variable `total-messages'
rmail.el:2602:45:Warning: assignment to free variable `total-messages'
In rmail-resend:
rmail.el:3656:45:Warning: reference to free variable `mail-abbrevs'
rmail.el:3661:29:Warning: reference to free variable
`mail-abbrev-syntax-table'
In rmail-fontify-buffer-function:
rmail.el:3874:9:Warning: assignment to free variable `font-lock-fontified'
In end of data:
rmail.el:4079:1:Warning: the following functions are not known to be defined:
rmail-spam-filter, rmail-update-summary, rmail-summary-goto-msg,
rmail-summary-mark-undeleted, rmail-summary-mark-deleted,
rfc822-addresses, mail-text-start, mail-abbrev-make-syntax-table,
mail-sendmail-delimit-header, mail-header-end, mail-position-on-field,
font-lock-default-unfontify-buffer, font-lock-fontify-region
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmail.elc
In end of data:
rmailedit.el:160:1:Warning: the following functions are not known to be
defined: rmail-summary-disable, rmail-summary-enable
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailedit.elc
In rmail-read-label:
rmailkwd.el:65:24:Warning: reference to free variable `rmail-buffer'
rmailkwd.el:69:41:Warning: reference to free variable `rmail-last-label'
rmailkwd.el:79:57:Warning: assignment to free variable `rmail-last-label'
In rmail-set-label:
rmailkwd.el:82:24:Warning: reference to free variable `rmail-buffer'
rmailkwd.el:84:25:Warning: reference to free variable `rmail-current-message'
rmailkwd.el:85:11:Warning: reference to free variable `rmail-summary-vector'
In rmail-next-labeled-message:
rmailkwd.el:196:20:Warning: reference to free variable
`rmail-last-multi-labels'
rmailkwd.el:199:15:Warning: reference to free variable `rmail-buffer'
rmailkwd.el:200:9:Warning: assignment to free variable
`rmail-last-multi-labels'
rmailkwd.el:202:18:Warning: reference to free variable `rmail-current-message'
rmailkwd.el:209:38:Warning: reference to free variable `rmail-total-messages'
In end of data:
rmailkwd.el:275:1:Warning: the following functions are not known to be
defined: rmail-maybe-set-message-counters, rmail-display-labels,
rmail-msgbeg, rmail-set-message-deleted-p, mail-comma-list-regexp,
rmail-message-labels-p, rmail-show-message, mail-parse-comma-list
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailkwd.elc
In set-rmail-inbox-list:
rmailmsc.el:58:9:Warning: assignment to free variable `rmail-inbox-list'
rmailmsc.el:59:23:Warning: reference to free variable `rmail-current-message'
In end of data:
rmailmsc.el:62:1:Warning: the following functions are not known to be defined:
rmail-parse-file-inboxes, rmail-show-message
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailmsc.elc
In end of data:
rmailout.el:417:1:Warning: the function `rmail-update-summary' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailout.elc
In end of data:
rmailsort.el:250:1:Warning: the function `rmail-update-summary' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailsort.elc
In rmail-update-summary:
rmailsum.el:63:15:Warning: reference to free variable `rmail-summary-redo'
In rmail-new-summary:
rmailsum.el:234:19:Warning: assignment to free variable `rmail-summary-redo'
In rmail-make-summary-line:
rmailsum.el:267:31:Warning: reference to free variable
`new-summary-line-count'
rmailsum.el:268:35:Warning: assignment to free variable
`new-summary-line-count'
In rmail-make-basic-summary-line:
rmailsum.el:464:44:Warning: reference to free variable `msgnum'
In rmail-summary-mark-deleted:
rmailsum.el:651:25:Warning: reference to free variable `rmail-summary-overlay'
In rmail-summary-mode:
rmailsum.el:758:9:Warning: assignment to free variable `rmail-summary-redo'
In rmail-summary-enable:
rmailsum.el:772:18:Warning: reference to free variable
`rmail-summary-mode-map'
In rmail-summary-beginning-of-message:
rmailsum.el:1193:20:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
In rmail-summary-first-message:
rmailsum.el:1277:4:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
In rmail-summary-last-message:
rmailsum.el:1282:4:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
rmailsum.el:1659:1:Warning: the following functions are not known to be
defined: rmail-cease-edit, rmail-abort-edit, rmail-set-label,
mail-send-and-exit, rmail-output-read-rmail-file-name,
rmail-output-read-file-name
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/rmailsum.elc
In end of data:
sendmail.el:1823:1:Warning: the following functions are not known to be
defined: dired-view-file, dired-get-filename, dired-move-to-filename
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/sendmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/smtpmail.elc
In sc-setup-filladapt:
supercite.el:1323:32:Warning: reference to free variable
`filladapt-prefix-table'
In end of data:
supercite.el:2071:1:Warning: the following functions are not known to be
defined: deallocate-event, button-release-event-p, mh-in-header-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/supercite.elc
In uce-reply-to-uce:
uce.el:222:44:Warning: reference to free variable
`gnus-original-article-buffer'
uce.el:252:13:Warning: assignment to free variable `mail-reply-buffer'
uce.el:261:53:Warning: reference to free variable `rmail-current-message'
uce.el:334:15:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
uce.el:373:17:Warning: `insert-file' used from Lisp code
That command is designed for interactive use only
In end of data:
uce.el:396:1:Warning: the following functions are not known to be defined:
rmail-msg-is-pruned, rmail-toggle-header, mail-strip-quoted-names,
rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/uce.elc
In end of data:
undigest.el:311:1:Warning: the function `rmail-update-summary' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/undigest.elc
In end of data:
unrmail.el:229:1:Warning: the function `mail-strip-quoted-names' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/unrmail.elc
In insert-signature:
vms-pmail.el:111:4:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
vms-pmail.el:123:1:Warning: the function `vms-system-info' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mail/vms-pmail.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-alias.elc
In mh-insert-letter:
mh-comp.el:1427:11:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-comp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-customize.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-e.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-funcs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-identity.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-inc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-index.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-init.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-junk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-mime.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-pick.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-print.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-seq.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-speed.elc
In end of data:
mh-utils.el:2595:1:Warning: the function `make-symbolic-link' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/mh-e/mh-utils.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/ange-ftp.elc
In browse-url-default-windows-browser:
browse-url.el:774:11:Warning: reference to free variable `dos-windows-version'
In end of data:
browse-url.el:1399:1:Warning: the following functions are not known to be
defined: w3-fetch-other-window, w3-fetch
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/browse-url.elc
In end of data:
eudc-bob.el:369:1:Warning: the following functions are not known to be
defined: event-closest-point, console-type, make-glyph
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-bob.elc
In end of data:
eudc-export.el:219:1:Warning: the following functions are not known to be
defined: bbdb-parse-phone-number, bbdb-string-trim
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-export.elc
In eudc-hotlist-mode:
eudc-hotlist.el:54:9:Warning: assignment to free variable `mode-popup-menu'
eudc-hotlist.el:57:25:Warning: reference to free variable `current-menubar'
In end of data:
eudc-hotlist.el:199:1:Warning: the function `set-buffer-menubar' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-hotlist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc-vars.elc
In eudc-mode:
eudc.el:672:11:Warning: assignment to free variable `mode-popup-menu'
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudc.elc
In end of data:
eudcb-bbdb.el:235:1:Warning: the following functions are not known to be
defined: bbdb-phone-location, bbdb-phone-string, bbdb-record-phones,
bbdb-address-street1, bbdb-address-street2, bbdb-address-street3,
bbdb-address-city, bbdb-address-state, bbdb-address-zip-string,
bbdb-address-location, bbdb-record-addresses, bbdb-records
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudcb-bbdb.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudcb-ldap.elc
In eudc-ph-open-session:
eudcb-ph.el:186:8:Warning: `process-kill-without-query' is an obsolete
function (as of Emacs 22.1); use `process-query-on-exit-flag' or
`set-process-query-on-exit-flag'.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/eudcb-ph.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/goto-addr.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/ldap.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/net-utils.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/netrc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/quickurl.elc
In remote-compile:
rcompile.el:175:34:Warning: assignment to free variable
`comint-file-name-prefix'
In end of data:
rcompile.el:179:1:Warning: the function `ange-ftp-ftp-name' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/rcompile.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/rlogin.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/snmp-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/telnet.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tls.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-ftp.elc
In tramp-smb-handle-insert-directory:
tramp-smb.el:498:20:Warning: reference to free variable
`tramp-smb-half-a-year'
In tramp-smb-read-file-entry:
tramp-smb.el:859:47:Warning: reference to free variable
`tramp-smb-parse-time-months'
In end of data:
tramp-smb.el:1074:1:Warning: the function `warnings' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-smb.elc
In end of data:
tramp-util.el:121:1:Warning: the following functions are not known to be
defined: tramp-remap-command, tramp-minor-mode
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-uu.elc
In end of data:
tramp-vc.el:514:1:Warning: the function `warnings' is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp-vc.elc
In end of data:
tramp.el:7536:1:Warning: the following functions are not known to be defined:
warnings, expand-many-files, mml-mode, mml-insert-empty-tag
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/tramp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/trampver.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/webjump.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/net/zone-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/auto-show.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/awk-mode.elc
In toplevel form:
fast-lock.el:334:5:Warning: reference to free variable `font-lock-face-list'
In end of data:
fast-lock.el:863:1:Warning: the following functions are not known to be
defined: msdos-long-file-names, map-extents, extent-face,
extent-start-position, extent-end-position, font-lock-set-face
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/fast-lock.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/float.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/hilit19.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/hscroll.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/iso-acc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/lazy-lock.elc
In filter-region:
mlsupport.el:325:45:Warning: reference to free variable `shell'
In execute-monitor-command:
mlsupport.el:332:45:Warning: reference to free variable `shell'
In end of data:
mlsupport.el:436:1:Warning: the following functions are not known to be
defined: ml-prefix-argument-loop, previous-page
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/mlsupport.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/ooutline.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/options.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/profile.elc
In rnews:
rnews.el:207:11:Warning: assignment to free variable `news-buffer-save'
In news-set-minor-modes:
rnews.el:279:25:Warning: assignment to free variable `news-minor-modes'
rnews.el:279:8:Warning: reference to free variable `news-minor-modes'
rnews.el:279:13:Warning: assignment to free variable `minor-modes'
In news-read-in-file:
rnews.el:630:43:Warning: reference to free variable `news-group-name'
In news-exit:
rnews.el:691:32:Warning: reference to free variable `news-buffer-save'
In news-add-news-group:
rnews.el:891:36:Warning: `end-of-buffer' used from Lisp code
That command is designed for interactive use only
In caesar-region:
rnews.el:938:27:Warning: reference to free variable `caesar-translate-table'
rnews.el:943:23:Warning: assignment to free variable `caesar-translate-table'
In end of data:
rnews.el:988:1:Warning: the function `news-get-attribute-string' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/rnews.elc
Package rnews is obsolete
In news-reply-mode:
rnewspost.el:125:9:Warning: assignment to free variable `mail-reply-buffer'
In news-setup:
rnewspost.el:219:9:Warning: assignment to free variable `mail-reply-buffer'
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/rnewspost.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/rsz-mini.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/sc.elc
In scribe-mode:
scribe.el:144:27:Warning: assignment to free variable `compile-command'
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/scribe.elc
In sc:edit-cursor:
sun-curs.el:101:9:Warning: assignment to free variable `icon-edit'
In sc::pic-ins-at-mouse:
sun-curs.el:106:21:Warning: reference to free variable `*mouse-window*'
sun-curs.el:106:44:Warning: reference to free variable `*mouse-x*'
sun-curs.el:106:63:Warning: reference to free variable `*mouse-y*'
In sc::menu-function:
sun-curs.el:113:38:Warning: reference to free variable `sc::menu'
In sc::pack-buffer-to-cursor:
sun-curs.el:151:30:Warning: reference to free variable `*edit-icon*'
In sc::menu-choose-cursor:
sun-curs.el:163:35:Warning: assignment to free variable `menu'
sun-curs.el:163:33:Warning: reference to free variable `menu'
In sc::hotspot:
sun-curs.el:170:9:Warning: reference to free variable `*edit-icon*'
In sc::goto-hotspot:
sun-curs.el:175:24:Warning: reference to free variable `*edit-icon*'
In sc::display-icon:
sun-curs.el:180:23:Warning: assignment to free variable `*edit-icon*'
sun-curs.el:183:20:Warning: reference to free variable `*edit-icon*'
In sc::pack-buffer-to-icon:
sun-curs.el:198:22:Warning: reference to free variable `*edit-icon*'
In sc::pack-one-char:
sun-curs.el:215:23:Warning: reference to free variable `char'
sun-curs.el:216:11:Warning: assignment to free variable `char'
In end of data:
sun-curs.el:222:1:Warning: the function `sun-change-cursor-icon' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/sun-curs.elc
In mouse-set-mark:
sun-fns.el:88:8:Warning: function mouse-set-mark used to take 1 argument, now
takes 3
In mouse-select-or-drag-move-point:
sun-fns.el:140:6:Warning: mouse-select-window called with 3 arguments, but
accepts only 1
In mouse-select-window:
sun-fns.el:286:8:Warning: function mouse-select-window used to take 1
argument, now takes 3
In mouse-delete-other-windows:
sun-fns.el:290:8:Warning: function mouse-delete-other-windows used to take 0
arguments, now takes 3
In mouse-delete-window:
sun-fns.el:294:8:Warning: function mouse-delete-window used to take 1
argument, now takes 3
In end of data:
sun-fns.el:644:1:Warning: the following functions are not known to be defined:
sit-for-millisecs, kill-region-and-unmark, update-display
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/sun-fns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/uncompress.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/x-apollo.elc
In x-menu-mode:
x-menu.el:37:9:Warning: assignment to free variable `x-process-mouse-hook'
Wrote c:/bin/emacs/gcc/HEAD/lisp/obsolete/x-menu.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/5x5.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/animate.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/blackbox.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/cookie1.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/decipher.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/dissociate.elc
In make-doctor-variables:
doctor.el:82:44:Warning: assignment to free variable `typos'
doctor.el:143:39:Warning: assignment to free variable `found'
doctor.el:206:40:Warning: assignment to free variable `owner'
doctor.el:384:43:Warning: assignment to free variable `history'
doctor.el:524:17:Warning: assignment to free variable `*debug*'
doctor.el:372:30:Warning: assignment to free variable `inter'
doctor.el:192:26:Warning: assignment to free variable `continue'
doctor.el:474:44:Warning: assignment to free variable `relation'
doctor.el:130:4:Warning: assignment to free variable `fears'
doctor.el:130:53:Warning: assignment to free variable `sure'
doctor.el:132:9:Warning: assignment to free variable `afraidof'
doctor.el:143:25:Warning: assignment to free variable `areyou'
doctor.el:382:42:Warning: assignment to free variable `isrelated'
doctor.el:379:49:Warning: assignment to free variable `arerelated'
doctor.el:147:4:Warning: assignment to free variable `moods'
doctor.el:166:76:Warning: assignment to free variable `maybe'
doctor.el:156:4:Warning: assignment to free variable `whatwhen'
doctor.el:157:51:Warning: assignment to free variable `hello'
doctor.el:164:4:Warning: assignment to free variable `drnk'
doctor.el:165:100:Warning: assignment to free variable `drugs'
doctor.el:177:4:Warning: assignment to free variable `whywant'
doctor.el:188:4:Warning: assignment to free variable `canyou'
doctor.el:179:53:Warning: assignment to free variable `want'
doctor.el:204:4:Warning: assignment to free variable `shortlst'
doctor.el:209:4:Warning: assignment to free variable `famlst'
doctor.el:213:4:Warning: assignment to free variable `huhlst'
doctor.el:219:4:Warning: assignment to free variable `longhuhlst'
doctor.el:349:39:Warning: assignment to free variable `feelings-about'
doctor.el:350:44:Warning: assignment to free variable `random-adjective'
doctor.el:210:18:Warning: assignment to free variable `whysay'
doctor.el:250:4:Warning: assignment to free variable `isee'
doctor.el:195:46:Warning: assignment to free variable `please'
doctor.el:261:16:Warning: assignment to free variable `bye'
doctor.el:205:26:Warning: assignment to free variable `something'
doctor.el:379:36:Warning: assignment to free variable `things'
doctor.el:293:12:Warning: assignment to free variable `describe'
doctor.el:455:30:Warning: assignment to free variable `ibelieve'
doctor.el:303:25:Warning: assignment to free variable `problems'
doctor.el:340:18:Warning: assignment to free variable `bother'
doctor.el:324:4:Warning: assignment to free variable `machlst'
doctor.el:332:4:Warning: assignment to free variable `qlist'
doctor.el:338:4:Warning: assignment to free variable `foullst'
doctor.el:345:4:Warning: assignment to free variable `deathlst'
doctor.el:353:4:Warning: assignment to free variable `sexlst'
doctor.el:361:4:Warning: assignment to free variable `neglst'
doctor.el:369:4:Warning: assignment to free variable `beclst'
doctor.el:378:4:Warning: assignment to free variable `shortbeclst'
doctor.el:378:9:Warning: assignment to free variable `thlst'
doctor.el:388:4:Warning: assignment to free variable `remlst'
doctor.el:393:4:Warning: assignment to free variable `toklst'
doctor.el:400:4:Warning: assignment to free variable `states'
doctor.el:451:4:Warning: assignment to free variable `replist'
doctor.el:457:4:Warning: assignment to free variable `stallmanlst'
doctor.el:465:4:Warning: assignment to free variable `schoollst'
doctor.el:465:20:Warning: assignment to free variable `improve'
doctor.el:472:4:Warning: assignment to free variable `elizalst'
doctor.el:477:4:Warning: assignment to free variable `sportslst'
doctor.el:483:4:Warning: assignment to free variable `mathlst'
doctor.el:488:4:Warning: assignment to free variable `zippylst'
doctor.el:493:4:Warning: assignment to free variable `chatlst'
doctor.el:498:4:Warning: assignment to free variable `abuselst'
doctor.el:504:4:Warning: assignment to free variable `abusewords'
doctor.el:512:4:Warning: assignment to free variable `howareyoulst'
doctor.el:514:4:Warning: assignment to free variable `whereoutp'
doctor.el:174:61:Warning: assignment to free variable `subj'
doctor.el:532:22:Warning: assignment to free variable `verb'
doctor.el:173:56:Warning: assignment to free variable `obj'
doctor.el:519:25:Warning: assignment to free variable `feared'
doctor.el:522:9:Warning: assignment to free variable `repetitive-shortness'
doctor.el:524:9:Warning: assignment to free variable `**mad**'
doctor.el:526:9:Warning: assignment to free variable `rms-flag'
doctor.el:528:9:Warning: assignment to free variable `eliza-flag'
doctor.el:530:9:Warning: assignment to free variable `zippy-flag'
doctor.el:532:9:Warning: assignment to free variable `suicide-flag'
doctor.el:534:9:Warning: assignment to free variable `lover'
doctor.el:536:9:Warning: assignment to free variable `bak'
doctor.el:538:9:Warning: assignment to free variable `lincount'
doctor.el:540:9:Warning: assignment to free variable `*print-upcase*'
doctor.el:542:9:Warning: assignment to free variable `*print-space*'
doctor.el:544:9:Warning: assignment to free variable `howdyflag'
doctor.el:546:9:Warning: assignment to free variable `object'
In doctor-read-print:
doctor.el:846:24:Warning: reference to free variable `lincount'
doctor.el:846:24:Warning: assignment to free variable `lincount'
doctor.el:849:11:Warning: assignment to free variable `bak'
In doctor-doc:
doctor.el:873:18:Warning: reference to free variable `howareyoulst'
doctor.el:882:28:Warning: reference to free variable `abusewords'
doctor.el:892:47:Warning: assignment to free variable `found'
doctor.el:888:34:Warning: reference to free variable `subj'
doctor.el:889:34:Warning: reference to free variable `verb'
doctor.el:890:44:Warning: reference to free variable `obj'
doctor.el:891:41:Warning: reference to free variable `object'
doctor.el:906:48:Warning: reference to free variable `found'
doctor.el:895:29:Warning: reference to free variable `owner'
doctor.el:908:62:Warning: reference to free variable `replist'
In doctor-correct-spelling:
doctor.el:940:48:Warning: reference to free variable `typos'
In doctor-define:
doctor.el:963:18:Warning: reference to free variable `subj'
doctor.el:966:20:Warning: reference to free variable `object'
In doctor-defq:
doctor.el:977:22:Warning: assignment to free variable `found'
doctor.el:979:32:Warning: reference to free variable `found'
In doctor-forget:
doctor.el:989:40:Warning: reference to free variable `history'
doctor.el:989:40:Warning: assignment to free variable `history'
In doctor-subjsearch:
doctor.el:1026:18:Warning: assignment to free variable `subj'
In doctor-getnoun:
doctor.el:1140:24:Warning: assignment to free variable `object'
doctor.el:1160:18:Warning: reference to free variable `object'
In doctor-remember:
doctor.el:1227:16:Warning: reference to free variable `history'
doctor.el:1229:18:Warning: assignment to free variable `history'
In doctor-wherego:
doctor.el:1319:16:Warning: assignment to free variable `found'
In doctor-svo:
doctor.el:1337:44:Warning: assignment to free variable `verb'
doctor.el:1337:49:Warning: assignment to free variable `obj'
doctor.el:1335:32:Warning: reference to free variable `object'
doctor.el:1336:22:Warning: assignment to free variable `object'
doctor.el:1336:31:Warning: reference to free variable `subj'
doctor.el:1337:39:Warning: assignment to free variable `subj'
doctor.el:1337:34:Warning: reference to free variable `verb'
doctor.el:1337:34:Warning: reference to free variable `obj'
In doctor-possess:
doctor.el:1345:11:Warning: assignment to free variable `owner'
In doctor-txtype:
doctor.el:1356:9:Warning: assignment to free variable `*print-upcase*'
doctor.el:1356:26:Warning: assignment to free variable `*print-space*'
In doctor-type-symbol:
doctor.el:1376:9:Warning: reference to free variable `*print-upcase*'
doctor.el:1370:19:Warning: reference to free variable `*print-space*'
doctor.el:1376:25:Warning: assignment to free variable `*print-upcase*'
doctor.el:1376:25:Warning: assignment to free variable `*print-space*'
In doctor-huh:
doctor.el:1418:21:Warning: reference to free variable `sent'
In doctor-remem:
doctor.el:1423:37:Warning: reference to free variable `history'
In doctor-howdy:
doctor.el:1427:15:Warning: reference to free variable `howdyflag'
doctor.el:1429:16:Warning: assignment to free variable `howdyflag'
In doctor-when:
doctor.el:1435:27:Warning: reference to free variable `found'
doctor.el:1435:33:Warning: reference to free variable `sent'
doctor.el:1438:16:Warning: assignment to free variable `sent'
In doctor-conj:
doctor.el:1442:27:Warning: reference to free variable `found'
doctor.el:1442:33:Warning: reference to free variable `sent'
doctor.el:1445:16:Warning: assignment to free variable `sent'
doctor.el:1448:47:Warning: reference to free variable `things'
doctor.el:1448:47:Warning: assignment to free variable `things'
In doctor-short:
doctor.el:1454:18:Warning: reference to free variable `repetitive-shortness'
doctor.el:1454:44:Warning: reference to free variable `lincount'
doctor.el:1461:22:Warning: reference to free variable `**mad**'
doctor.el:1466:23:Warning: assignment to free variable `**mad**'
doctor.el:1472:24:Warning: reference to free variable `sent'
In doctor-desire:
doctor.el:1483:20:Warning: reference to free variable `found'
doctor.el:1483:26:Warning: reference to free variable `sent'
doctor.el:1495:35:Warning: reference to free variable `subj'
doctor.el:1495:53:Warning: reference to free variable `obj'
In doctor-drug:
doctor.el:1500:37:Warning: reference to free variable `found'
In doctor-state:
doctor.el:1506:64:Warning: reference to free variable `found'
In doctor-mood:
doctor.el:1509:63:Warning: reference to free variable `found'
In doctor-fear:
doctor.el:1512:32:Warning: reference to free variable `sent'
doctor.el:1512:37:Warning: reference to free variable `found'
doctor.el:1514:49:Warning: assignment to free variable `feared'
doctor.el:1514:46:Warning: reference to free variable `feared'
In doctor-hate:
doctor.el:1517:15:Warning: reference to free variable `sent'
doctor.el:1517:20:Warning: reference to free variable `found'
doctor.el:1519:17:Warning: reference to free variable `subj'
In doctor-hates:
doctor.el:1528:15:Warning: reference to free variable `sent'
doctor.el:1528:20:Warning: reference to free variable `found'
In doctor-loves:
doctor.el:1535:15:Warning: reference to free variable `sent'
doctor.el:1535:20:Warning: reference to free variable `found'
In doctor-love:
doctor.el:1542:15:Warning: reference to free variable `sent'
doctor.el:1542:20:Warning: reference to free variable `found'
doctor.el:1547:23:Warning: reference to free variable `object'
doctor.el:1547:18:Warning: assignment to free variable `object'
doctor.el:1559:24:Warning: reference to free variable `subj'
doctor.el:1549:29:Warning: reference to free variable `obj'
doctor.el:1550:31:Warning: assignment to free variable `lover'
doctor.el:1557:46:Warning: reference to free variable `lover'
doctor.el:1562:25:Warning: assignment to free variable `obj'
doctor.el:1563:44:Warning: reference to free variable `verb'
doctor.el:1563:50:Warning: assignment to free variable `verb'
In doctor-mach:
doctor.el:1567:30:Warning: reference to free variable `found'
doctor.el:1567:30:Warning: assignment to free variable `found'
In doctor-sexverb:
doctor.el:1573:21:Warning: reference to free variable `sent'
In doctor-death:
doctor.el:1578:10:Warning: reference to free variable `suicide-flag'
doctor.el:1579:21:Warning: reference to free variable `found'
doctor.el:1582:35:Warning: reference to free variable `sent'
doctor.el:1583:16:Warning: assignment to free variable `suicide-flag'
In doctor-family:
doctor.el:1597:19:Warning: reference to free variable `sent'
doctor.el:1597:24:Warning: reference to free variable `found'
In doctor-rms:
doctor.el:1603:10:Warning: reference to free variable `rms-flag'
doctor.el:1604:18:Warning: assignment to free variable `rms-flag'
In doctor-eliza:
doctor.el:1609:10:Warning: reference to free variable `eliza-flag'
doctor.el:1610:18:Warning: assignment to free variable `eliza-flag'
In doctor-zippy:
doctor.el:1619:10:Warning: reference to free variable `zippy-flag'
doctor.el:1620:18:Warning: assignment to free variable `zippy-flag'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/doctor.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/dunnet.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/fortune.elc
In gamegrid-set-display-table:
gamegrid.el:302:30:Warning: reference to free variable `current-display-table'
In gamegrid-add-score-with-update-game-score-1:
gamegrid.el:524:17:Warning: reference to free variable `have-shared-game-dir'
In end of data:
gamegrid.el:582:1:Warning: the following functions are not known to be
defined: set-face-property, add-spec-to-specifier, start-itimer,
set-itimer-restart, delete-itimer
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/gamegrid.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/gametree.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/gomoku.elc
In handwrite:
handwrite.el:335:39:Warning: reference to free variable `ps-printer-name'
handwrite.el:342:44:Warning: reference to free variable `ps-lpr-command'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/handwrite.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/hanoi.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/landmark.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/life.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/meese.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/morse.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/mpuz.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/pong.elc
In snake-mode:
snake.el:373:9:Warning: assignment to free variable `mode-popup-menu'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/snake.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/solitaire.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/spook.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/studly.elc
In tetris-mode:
tetris.el:604:9:Warning: assignment to free variable `mode-popup-menu'
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/tetris.elc
In end of data:
yow.el:130:1:Warning: the function `doctor-ret-or-read' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/yow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/play/zone.elc
In ada-mode:
ada-mode.el:1173:42:Warning: assignment to free variable
`compile-auto-highlight'
ada-mode.el:1367:30:Warning: assignment to free variable
`skeleton-further-elements'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-mode.elc
In ada-prj-display-page:
ada-prj.el:478:4:Warning: `beginning-of-buffer' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-prj.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-stmt.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ada-xref.elc
In antlr-run-tool:
antlr-mode.el:2228:6:Warning: `compile-internal' is an obsolete function; use
`compilation-start' instead.
In end of data:
antlr-mode.el:2652:1:Warning: the function `cond-emacs-xemacs-macfn' might not
be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/antlr-mode.elc
In end of data:
asm-mode.el:244:1:Warning: the function `comment-search-forward' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/asm-mode.elc
In autoconf-mode:
autoconf.el:97:8:Warning: assignment to free variable
`font-lock-syntactic-keywords'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/autoconf.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-align.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-awk.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-bytecomp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-cmds.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-compat.elc
In end of data:
cc-defs.el:1759:1:Warning: the function `font-lock-compile-keywords' might not
be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-defs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-engine.elc
In toplevel form:
cc-fonts.el:160:16:Warning: `font-lock-reference-face' is an obsolete
variable; use `font-lock-constant-face' instead.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-fonts.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-langs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-menus.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cc-styles.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cfengine.elc
In c-macro-expansion:
cmacexp.el:374:37:Warning: reference to free variable `msdos-shells'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cmacexp.elc
In compilation-internal-error-properties:
compile.el:698:62:Warning: reference to free variable `font-lock-keywords'
In compilation-setup:
compile.el:1267:30:Warning: assignment to free variable
`font-lock-extra-managed-props'
compile.el:1273:30:Warning: assignment to free variable
`font-lock-support-mode'
compile.el:1274:30:Warning: assignment to free variable
`font-lock-maximum-size'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/compile.elc
In cperl-mode:
cperl-mode.el:1498:23:Warning: assignment to free variable `vc-rcs-header'
cperl-mode.el:1500:24:Warning: assignment to free variable `vc-sccs-header'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cperl-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cpp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/cwarn.elc
In end of data:
dcl-mode.el:2219:1:Warning: the function `tempo-use-tag-list' might not be
defined at runtime.
dcl-mode.el:2219:1:Warning: the function `imenu-default-create-index-function'
is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/dcl-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/delphi.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-abn.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-bnf.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-dtd.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-ebx.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-iso.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-otz.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf-yac.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebnf2ps.elc
In ebrowse-revert-tree-buffer-from-file:
ebrowse.el:926:6:Warning: `insert-file' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ebrowse.elc
In end of data:
etags.el:2046:1:Warning: the function `apropos-mode' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/etags.elc
In end of data:
executable.el:281:1:Warning: the function `compilation-start' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/executable.elc
In end of data:
f90.el:1904:1:Warning: the function `event-to-character' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/f90.elc
In flymake-process-sentinel:
flymake.el:635:22:Warning: assignment to free variable `flymake-is-running'
In flymake-post-syntax-check:
flymake.el:639:28:Warning: reference to free variable `flymake-new-err-info'
flymake.el:641:11:Warning: assignment to free variable `flymake-err-info'
flymake.el:640:11:Warning: assignment to free variable `flymake-new-err-info'
flymake.el:643:12:Warning: reference to free variable `flymake-err-info'
flymake.el:653:42:Warning: reference to free variable
`flymake-check-start-time'
flymake.el:654:13:Warning: assignment to free variable
`flymake-check-start-time'
flymake.el:660:22:Warning: reference to free variable
`flymake-check-was-interrupted'
In flymake-parse-output-and-residual:
flymake.el:678:16:Warning: reference to free variable `flymake-new-err-info'
flymake.el:678:16:Warning: assignment to free variable `flymake-new-err-info'
In flymake-parse-residual:
flymake.el:687:14:Warning: reference to free variable `flymake-new-err-info'
flymake.el:689:20:Warning: assignment to free variable `flymake-new-err-info'
In flymake-start-syntax-check:
flymake.el:1189:45:Warning: reference to free variable `flymake-is-running'
flymake.el:1197:15:Warning: assignment to free variable
`flymake-check-was-interrupted'
flymake.el:1212:21:Warning: assignment to free variable
`flymake-last-change-time'
In flymake-start-syntax-check-process:
flymake.el:1230:19:Warning: assignment to free variable `flymake-is-running'
flymake.el:1231:19:Warning: assignment to free variable
`flymake-last-change-time'
flymake.el:1232:19:Warning: assignment to free variable
`flymake-check-start-time'
In flymake-kill-process:
flymake.el:1253:15:Warning: assignment to free variable
`flymake-check-was-interrupted'
In end of data:
flymake.el:1888:1:Warning: the function `replace-in-string' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/flymake.elc
In fortran-mode:
fortran.el:789:8:Warning: assignment to free variable
`font-lock-syntactic-keywords'
fortran.el:801:55:Warning: assignment to free variable
`gud-find-expr-function'
In end of data:
fortran.el:2037:1:Warning: the following functions are not known to be
defined: gud-find-c-expr, event-to-character
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/fortran.elc
In gdb-set-gud-minor-mode-1:
gdb-ui.el:285:48:Warning: assignment to free variable `tool-bar-map'
In gdb-get-create-buffer:
gdb-ui.el:629:54:Warning: assignment to free variable `tool-bar-map'
In gdb-frame-inferior-io-buffer:
gdb-ui.el:701:42:Warning: reference to free variable `gdb-frame-parameters'
In gdb-info-breakpoints-custom:
gdb-ui.el:1330:36:Warning: assignment to free variable `tool-bar-map'
In gdb-info-locals-handler:
gdb-ui.el:2047:8:Warning: function `gdb-info-locals-handler' defined multiple
times in this file
In gdb-get-location:
gdb-ui.el:2337:50:Warning: assignment to free variable `tool-bar-map'
In gdb-invalidate-assembler:
gdb-ui.el:2575:8:Warning: function `gdb-invalidate-assembler' defined multiple
times in this file
In end of data:
gdb-ui.el:2637:1:Warning: the following functions are not known to be defined:
gdbmi-var-list-children, gud-remove, gud-break
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/gdb-ui.elc
In end of data:
glasses.el:277:1:Warning: the function `jit-lock-unregister' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/glasses.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/grep.elc
In gud-find-file:
gud.el:235:50:Warning: assignment to free variable `tool-bar-map'
gud.el:236:20:Warning: reference to free variable `gud-tooltip-mode'
gud.el:239:20:Warning: reference to free variable `gdb-define-alist'
In gud-speedbar-buttons:
gud.el:372:17:Warning: reference to free variable `gdb-var-changed'
gud.el:379:25:Warning: reference to free variable `gdb-var-list'
gud.el:392:52:Warning: reference to free variable `gdb-show-changed-values'
gud.el:403:15:Warning: assignment to free variable `gdb-var-changed'
In gud-mode:
gud.el:2381:44:Warning: assignment to free variable `tool-bar-map'
In gdb-script-font-lock-syntactic-face:
gud.el:3016:19:Warning: reference to free variable `font-lock-string-face'
gud.el:3017:19:Warning: reference to free variable `font-lock-doc-face'
gud.el:3018:7:Warning: reference to free variable `font-lock-comment-face'
In gdb-script-indent-line:
gud.el:3049:50:Warning: reference to free variable `font-lock-doc-face'
In gud-tooltip-activate-mouse-motions-if-enabled:
gud.el:3158:16:Warning: reference to free variable `gud-tooltip-mode'
In gud-tooltip-tips:
gud.el:3290:25:Warning: reference to free variable `gdb-active-process'
gud.el:3296:49:Warning: reference to free variable `gdb-define-alist'
gud.el:3307:27:Warning: reference to free variable `gdb-macro-info'
gud.el:3310:35:Warning: reference to free variable `gdb-server-prefix'
In end of data:
gud.el:3322:1:Warning: the following functions are not known to be defined:
gdb-create-define-alist, gdb-prompt, gdb-reset, c-langelem-sym,
c-langelem-pos, syntax-symbol, c-guess-basic-syntax, syntax-point,
gdb-enqueue-input
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/gud.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/hideif.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/hideshow.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/icon.elc
In idlwave-help-mode:
idlw-help.el:279:49:Warning: assignment to free variable
`idlwave-help-def-pos'
idlw-help.el:280:54:Warning: assignment to free variable `idlwave-help-args'
idlw-help.el:280:30:Warning: assignment to free variable
`idlwave-help-in-header'
In idlwave-html-help-location:
idlw-help.el:292:21:Warning: reference to free variable
`idlwave-system-directory'
In idlwave-do-context-help1:
idlw-help.el:375:29:Warning: reference to free variable
`idlwave-system-variables-alist'
idlw-help.el:392:29:Warning: reference to free variable
`idlwave-executive-commands-alist'
idlw-help.el:420:23:Warning: reference to free variable
`idlwave-system-class-info'
idlw-help.el:439:17:Warning: reference to free variable
`idlwave-structtag-struct-location'
In idlwave-help-with-source:
idlw-help.el:814:21:Warning: reference to free variable
`idlwave-current-tags-buffer'
idlw-help.el:843:23:Warning: reference to free variable
`idlwave-current-tags-class'
In end of data:
idlw-help.el:1180:1:Warning: the following functions are not known to be
defined: idlwave-what-module-find-class, idlwave-where,
idlwave-downcase-safe, idlwave-beginning-of-statement,
idlwave-sintern-sysvar, idlwave-sintern-sysvartag,
idlwave-substitute-link-target, idlwave-in-quote, idlwave-sintern-class,
idlwave-class-or-superclass-with-tag, idlwave-current-routine,
idlwave-class-found-in, idlwave-prepare-structure-tag-completion,
idlwave-expand-keyword, idlwave-make-full-name, idlwave-this-word,
idlwave-all-method-classes, idlwave-sintern-method, idlwave-members-only,
idlwave-popup-select, idlwave-find-inherited-class,
idlwave-sintern-routine-or-method, idlwave-all-method-keyword-classes,
idlwave-sintern-keyword, idlwave-best-rinfo-assoc, idlwave-routines,
idlwave-entry-find-keyword, idlwave-routine-source-file,
idlwave-get-buffer-visiting, idlwave-find-class-definition,
idlwave-find-struct-tag
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-help.elc
In toplevel form:
idlw-rinfo.el:1901:7:Warning: assignment to free variable
`idlwave-system-variables-alist'
idlw-rinfo.el:1934:7:Warning: assignment to free variable
`idlwave-system-class-info'
idlw-rinfo.el:2016:7:Warning: assignment to free variable
`idlwave-executive-commands-alist'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-rinfo.elc
In end of data:
idlw-shell.el:4501:1:Warning: the function `mouse-track' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-shell.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlw-toolbar.elc
In idlwave-mode:
idlwave.el:1944:4:Warning: `make-local-hook' is an obsolete function (as of
Emacs 21.1); not necessary any more.
idlwave.el:1940:59:Warning: `make-local-hook' is an obsolete function (as of
Emacs 21.1); not necessary any more.
idlwave.el:1945:64:Warning: `make-local-hook' is an obsolete function (as of
Emacs 21.1); not necessary any more.
In idlwave-expand-equal:
idlwave.el:2699:23:Warning: assignment to free variable `begin'
In idlwave-update-routine-info:
idlwave.el:4464:43:Warning: reference to free variable
`idlwave-shell-path-query'
In idlwave-load-rinfo-next-step:
idlwave.el:4540:20:Warning: reference to free variable
`idlwave-library-routines'
idlwave.el:4542:27:Warning: assignment to free variable
`idlwave-library-routines'
In idlwave-scan-library-catalogs:
idlwave.el:5171:36:Warning: reference to free variable
`idlwave-library-catalog-libname'
In idlwave-complete-sysvar-help:
idlwave.el:7169:42:Warning: assignment to free variable `link'
In idlwave-complete-sysvar-tag-help:
idlwave.el:7186:17:Warning: assignment to free variable `link'
In idlwave-mouse-active-rinfo:
idlwave.el:8092:20:Warning: assignment to free variable `keyword'
idlwave.el:8070:33:Warning: assignment to free variable `link'
idlwave.el:8094:37:Warning: reference to free variable `link'
idlwave.el:8095:44:Warning: reference to free variable `keyword'
In end of data:
idlwave.el:8831:1:Warning: the following functions are not known to be
defined: itimerp, idlwave-shell-is-running, idlwave-shell-get-path-info,
idlwave-shell-temp-file, comint-dynamic-complete-filename,
idlwave-sintern-class-tag, idlwave-sintern-sysvar,
idlwave-sintern-sysvartag
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/idlwave.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/inf-lisp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ld-script.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/m4-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/make-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/mantemp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/meta-mode.elc
In mixal-mode:
mixal-mode.el:1304:55:Warning: assignment to free variable `compile-command'
In end of data:
mixal-mode.el:1316:1:Warning: the function `mixvm' is not known to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/mixal-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/modula2.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/octave-hlp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/octave-inf.elc
In end of data:
octave-mod.el:1525:1:Warning: the following functions are not known to be
defined: event-to-character, next-event,
inferior-octave-send-list-and-digest
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/octave-mod.elc
In end of data:
pascal.el:1631:1:Warning: the following functions are not known to be defined:
set-keymap-name, redraw-mode-line
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/pascal.elc
In perl-font-lock-syntactic-face-function:
perl-mode.el:298:25:Warning: reference to free variable `font-lock-doc-face'
perl-mode.el:298:44:Warning: reference to free variable
`font-lock-comment-face'
perl-mode.el:308:9:Warning: reference to free variable `font-lock-string-face'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/perl-mode.elc
In inferior-prolog-mode:
prolog.el:251:9:Warning: assignment to free variable `comint-prompt-regexp'
In end of data:
prolog.el:286:1:Warning: the function `comint-mode' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/prolog.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/ps-mode.elc
In end of data:
python.el:1774:1:Warning: the function `compilation-shell-minor-mode' might
not be defined at runtime.
python.el:1774:1:Warning: the following functions are not known to be defined:
syntax-ppss-context, syntax-ppss-depth
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/python.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/scheme.elc
In sh-font-lock-syntactic-face-function:
sh-script.el:981:11:Warning: reference to free variable
`font-lock-string-face'
sh-script.el:983:5:Warning: reference to free variable
`font-lock-comment-face'
In sh-get-indent-info:
sh-script.el:2015:22:Warning: reference to free variable
`font-lock-string-face'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/sh-script.elc
In toplevel form:
simula.el:1618:35:Warning: reference to free variable `hilit-patterns-alist'
In end of data:
simula.el:1660:1:Warning: the function `hilit-set-mode-patterns' is not known
to be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/simula.elc
In sql-product-font-lock:
sql.el:1688:15:Warning: assignment to free variable `font-lock-set-defaults'
sql.el:1686:21:Warning: reference to free variable `font-lock-keyword-face'
sql.el:1687:44:Warning: reference to free variable `font-lock-string-face'
In end of data:
sql.el:2979:1:Warning: the following functions are not known to be defined:
set-keymap-parents, set-keymap-name, ange-ftp-read-passwd
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/sql.elc
In tcl-mode:
tcl.el:577:41:Warning: reference to free variable `filladapt-mode'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/tcl.elc
In vhdl-keep-region-active:
vhdl-mode.el:1953:14:Warning: assignment to free variable `zmacs-region-stays'
vhdl-mode.el:1995:33:Warning: reference to free variable `itimer-version'
In vhdl-mode:
vhdl-mode.el:4602:63:Warning: assignment to free variable
`lazy-lock-defer-contextually'
vhdl-mode.el:4594:32:Warning: assignment to free variable
`lazy-lock-defer-on-the-fly'
vhdl-mode.el:4596:32:Warning: assignment to free variable
`lazy-lock-defer-on-scrolling'
vhdl-mode.el:4602:32:Warning: assignment to free variable
`compilation-file-regexp-alist'
vhdl-mode.el:11847:35:Warning: reference to free variable `viper-mode'
In vhdl-compile-init:
vhdl-mode.el:15732:13:Warning: reference to free variable
`compilation-file-regexp-alist'
vhdl-mode.el:15733:21:Warning: assignment to free variable
`compilation-file-regexp-alist'
In end of data:
vhdl-mode.el:16596:1:Warning: the function `font-lock-set-defaults' might not
be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/vhdl-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/which-func.elc
In run-scheme:
xscheme.el:105:31:Warning: reference to free variable `xscheme-process-name'
xscheme.el:105:52:Warning: reference to free variable `xscheme-buffer-name'
In xscheme-start:
xscheme.el:112:9:Warning: assignment to free variable
`xscheme-process-command-line'
In xscheme-read-command-line:
xscheme.el:116:15:Warning: reference to free variable
`xscheme-process-command-line'
In reset-scheme:
xscheme.el:134:31:Warning: reference to free variable `xscheme-process-name'
xscheme.el:144:35:Warning: reference to free variable
`xscheme-process-command-line'
xscheme.el:146:35:Warning: reference to free variable `xscheme-buffer-name'
In start-scheme:
xscheme.el:156:23:Warning: reference to free variable `xscheme-buffer-name'
In global-set-scheme-interaction-buffer:
xscheme.el:183:23:Warning: reference to free variable `xscheme-buffer-name'
xscheme.el:189:47:Warning: reference to free variable
`xscheme-runlight-string'
xscheme.el:193:23:Warning: reference to free variable
`default-xscheme-runlight'
In local-set-scheme-interaction-buffer:
xscheme.el:200:23:Warning: reference to free variable `xscheme-buffer-name'
xscheme.el:208:56:Warning: assignment to free variable `xscheme-buffer-name'
xscheme.el:208:6:Warning: assignment to free variable `xscheme-process-name'
xscheme.el:209:44:Warning: reference to free variable `xscheme-runlight'
xscheme.el:209:44:Warning: assignment to free variable `xscheme-runlight'
In scheme-interaction-mode:
xscheme.el:323:15:Warning: assignment to free variable `xscheme-previous-mode'
xscheme.el:335:48:Warning: assignment to free variable `xscheme-buffer-name'
xscheme.el:326:17:Warning: assignment to free variable
`xscheme-last-input-end'
xscheme.el:330:25:Warning: assignment to free variable `xscheme-process-name'
xscheme.el:338:23:Warning: assignment to free variable
`xscheme-previous-process-state'
xscheme.el:335:20:Warning: reference to free variable `xscheme-buffer-name'
In exit-scheme-interaction-mode:
xscheme.el:348:25:Warning: reference to free variable
`xscheme-previous-process-state'
xscheme.el:349:14:Warning: reference to free variable `xscheme-previous-mode'
In scheme-interaction-mode-initialize:
xscheme.el:359:18:Warning: reference to free variable
`scheme-interaction-mode-map'
In scheme-interaction-mode-commands:
xscheme.el:364:18:Warning: reference to free variable
`scheme-interaction-mode-commands-alist'
In scheme-debugger-mode-initialize:
xscheme.el:415:18:Warning: reference to free variable
`scheme-debugger-mode-map'
In xscheme-send-string:
xscheme.el:467:15:Warning: reference to free variable `xscheme-running-p'
In xscheme-send-string-2:
xscheme.el:478:31:Warning: reference to free variable `xscheme-process-name'
In xscheme-select-process-buffer:
xscheme.el:487:27:Warning: reference to free variable `xscheme-process-name'
In xscheme-insert-expression:
xscheme.el:499:47:Warning: reference to free variable
`xscheme-expressions-ring'
xscheme.el:500:18:Warning: assignment to free variable
`xscheme-expressions-ring'
xscheme.el:501:27:Warning: reference to free variable
`xscheme-expressions-ring-max'
xscheme.el:504:9:Warning: assignment to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-rotate-yank-pointer:
xscheme.el:509:25:Warning: reference to free variable
`xscheme-expressions-ring'
xscheme.el:516:39:Warning: reference to free variable
`xscheme-expressions-ring-yank-pointer'
xscheme.el:521:25:Warning: assignment to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-yank:
xscheme.el:533:16:Warning: reference to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-yank-pop:
xscheme.el:565:22:Warning: reference to free variable
`xscheme-expressions-ring-yank-pointer'
In xscheme-send-region:
xscheme.el:593:48:Warning: reference to free variable `xscheme-process-name'
xscheme.el:595:21:Warning: reference to free variable `xscheme-last-input-end'
In xscheme-send-char:
xscheme.el:648:24:Warning: reference to free variable `xscheme-process-name'
In xscheme-delete-output:
xscheme.el:658:8:Warning: reference to free variable `xscheme-last-input-end'
In xscheme-send-proceed:
xscheme.el:676:24:Warning: reference to free variable `xscheme-process-name'
In xscheme-send-control-g-interrupt:
xscheme.el:683:17:Warning: reference to free variable
`xscheme-control-g-synchronization-p'
xscheme.el:684:31:Warning: reference to free variable `xscheme-process-name'
xscheme.el:686:26:Warning: reference to free variable `xscheme-buffer-name'
xscheme.el:687:14:Warning: reference to free variable
`xscheme-control-g-disabled-p'
xscheme.el:692:20:Warning: assignment to free variable
`xscheme-control-g-disabled-p'
xscheme.el:693:21:Warning: reference to free variable
`xscheme-control-g-message-string'
In xscheme-send-interrupt:
xscheme.el:719:17:Warning: reference to free variable `xscheme-process-name'
xscheme.el:722:19:Warning: reference to free variable
`xscheme-control-g-synchronization-p'
In xscheme-process-filter:
xscheme.el:947:45:Warning: reference to free variable
`xscheme-process-filter-alist'
In xscheme-prompt-for-expression:
xscheme.el:1201:44:Warning: reference to free variable
`xscheme-prompt-for-expression-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/progmodes/xscheme.elc
In bg-mouse-report:
bg-mouse.el:94:22:Warning: reference to free variable `mouse-map'
In bg-set-point:
bg-mouse.el:116:25:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:116:36:Warning: reference to free variable `bg-mouse-y'
In bg-set-mark:
bg-mouse.el:124:25:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:124:36:Warning: reference to free variable `bg-mouse-y'
In bg-yank:
bg-mouse.el:130:25:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:130:36:Warning: reference to free variable `bg-mouse-y'
In bg-move-by-percentage:
bg-mouse.el:155:18:Warning: reference to free variable `bg-mouse-x'
In bg-mouse-line-to-top:
bg-mouse.el:171:14:Warning: reference to free variable `bg-mouse-y'
In bg-mouse-line-to-center:
bg-mouse.el:177:22:Warning: reference to free variable `bg-mouse-y'
In bg-mouse-line-to-bottom:
bg-mouse.el:182:17:Warning: reference to free variable `bg-mouse-y'
In bg-insert-moused-sexp:
bg-mouse.el:194:35:Warning: reference to free variable `bg-mouse-x'
bg-mouse.el:194:46:Warning: reference to free variable `bg-mouse-y'
bg-mouse.el:200:20:Warning: reference to free variable `bg-cursor-window'
bg-mouse.el:273:14:Warning: reference to free variable `mouse-map'
bg-mouse.el:274:11:Warning: assignment to free variable `mouse-map'
In bind-bg-mouse-click:
bg-mouse.el:278:15:Warning: reference to free variable `mouse-map'
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/bg-mouse.elc
In toplevel form:
mac-win.el:1101:30:Warning: reference to free variable
`mac-system-script-code'
mac-win.el:1120:7:Warning: assignment to free variable
`mac-charset-info-alist'
In mac-services-open-file:
mac-win.el:1370:42:Warning: reference to free variable
`mac-services-selection'
In mac-services-open-selection:
mac-win.el:1375:30:Warning: reference to free variable
`mac-services-selection'
In mac-services-insert-text:
mac-win.el:1382:34:Warning: reference to free variable
`mac-services-selection'
In end of data:
mac-win.el:1889:1:Warning: the following functions are not known to be
defined: x-get-selection-internal, mac-code-convert-string,
mac-clear-font-name-table, mac-scroll-down-line, mac-scroll-down,
mac-scroll-up, mac-scroll-up-line, mac-scroll-ignore-events
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/mac-win.elc
In end of data:
pc-win.el:244:1:Warning: the following functions are not known to be defined:
msdos-remember-default-colors, w16-set-clipboard-data,
w16-get-clipboard-data
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/pc-win.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/rxvt.elc
In global-set-mouse:
sun-mouse.el:88:17:Warning: reference to free variable
`current-global-mousemap'
In local-set-mouse:
sun-mouse.el:96:13:Warning: reference to free variable
`current-local-mousemap'
sun-mouse.el:98:17:Warning: assignment to free variable
`current-local-mousemap'
In use-global-mousemap:
sun-mouse.el:102:9:Warning: assignment to free variable
`current-global-mousemap'
In use-local-mousemap:
sun-mouse.el:107:9:Warning: assignment to free variable
`current-local-mousemap'
In mouse-lookup:
sun-mouse.el:436:32:Warning: reference to free variable
`current-local-mousemap'
sun-mouse.el:437:32:Warning: reference to free variable
`current-global-mousemap'
In mouse-code-function-pairs-of-region:
sun-mouse.el:474:35:Warning: reference to free variable
`current-local-mousemap'
sun-mouse.el:475:35:Warning: reference to free variable
`current-global-mousemap'
In end of data:
sun-mouse.el:683:1:Warning: the following functions are not known to be
defined: sit-for-millisecs, sun-menu-internal, sun-get-selection,
sun-set-selection
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/sun-mouse.elc
In end of data:
sun.el:278:1:Warning: the following functions are not known to be defined:
previous-complex-command, sun-window-init
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/sun.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/sup-mouse.elc
In tty-register-default-colors:
tty-colors.el:814:25:Warning: reference to free variable `msdos-color-values'
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/tty-colors.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/tvi970.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/vt100.elc
In toplevel form:
w32-win.el:1109:44:Warning: reference to free variable
`xlfd-regexp-registry-subnum'
In end of data:
w32-win.el:1233:1:Warning: the following functions are not known to be
defined: setup-default-fontset, create-fontset-from-fontset-spec,
create-fontset-from-x-resource, x-decompose-font-name,
x-complement-fontset-spec, create-fontset-from-ascii-font,
generate-fontset-menu
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/w32-win.elc
In x-handle-smid:
x-win.el:243:9:Warning: assignment to free variable `x-session-previous-id'
In emacs-session-save:
x-win.el:279:43:Warning: reference to free variable `x-session-id'
x-win.el:1265:47:Warning: reference to free variable `x-keysym-table'
x-win.el:2438:13:Warning: assignment to free variable `x-selection-timeout'
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/x-win.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/term/xterm.elc
In toplevel form:
artist.el:362:56:Warning: reference to free variable `x-pointer-crosshair'
In artist-make-prev-next-op-alist:
artist.el:1114:30:Warning: reference to free variable `artist-key-compl-table'
In artist-figlet-get-extra-args:
artist.el:2878:22:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
In artist-text-see-thru:
artist.el:2919:23:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
In artist-text-overwrite:
artist.el:2930:23:Warning: `read-input' is an obsolete function (as of Emacs
22.1); use `read-string' instead.
In end of data:
artist.el:5569:1:Warning: the function `artist-last' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/artist.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/bib-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/bibtex.elc
In conf-mode:
conf-mode.el:347:32:Warning: assignment to free variable
`outline-heading-end-regexp'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/conf-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/dns-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/enriched.elc
In end of data:
fill.el:1450:1:Warning: the following functions are not known to be defined:
line-move-invisible, comment-search-forward, comment-string-strip
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/fill.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/flyspell.elc
In ispell-message:
ispell.el:3347:43:Warning: reference to free variable `mail-yank-prefix'
In end of data:
ispell.el:3660:1:Warning: the following functions are not known to be defined:
extent-at, delete-extent, set-extent-property, ispell-int-char,
framepop-display-buffer, sc-cite-regexp
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/ispell.elc
In makeinfo-compile:
makeinfo.el:182:11:Warning: `compile-internal' is an obsolete function; use
`compilation-start' instead.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/makeinfo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/nroff-mode.elc
In org-set-regexps-and-options:
org.el:481:44:Warning: assignment to free variable `org-archive-location'
In org-mode:
org.el:1689:9:Warning: assignment to free variable
`font-lock-unfontify-region-function'
org.el:1692:4:Warning: `make-local-hook' is an obsolete function (as of Emacs
21.1); not necessary any more.
In org-table-copy-down:
org.el:6099:42:Warning: `string-to-int' is an obsolete function (as of Emacs
22.1); use `string-to-number' instead.
In org-table-eval-formula:
org.el:6889:22:Warning: `string-to-int' is an obsolete function (as of Emacs
22.1); use `string-to-number' instead.
In orgtbl-mode:
org.el:6976:12:Warning: `make-local-hook' is an obsolete function (as of Emacs
21.1); not necessary any more.
In org-init-section-numbers:
org.el:8381:42:Warning: `string-to-int' is an obsolete function (as of Emacs
22.1); use `string-to-number' instead.
In end of data:
org.el:9153:1:Warning: the following functions might not be defined at
runtime: calendar-forward-day, calendar-goto-date, calendar-goto-today,
calendar-iso-date-string, calendar-julian-date-string,
calendar-astro-date-string, calendar-hebrew-date-string,
calendar-islamic-date-string, calendar-french-date-string,
calendar-mayan-date-string, calendar-coptic-date-string,
calendar-ethiopic-date-string, calendar-persian-date-string,
calendar-chinese-date-string
org.el:9153:1:Warning: the following functions are not known to be defined:
list-diary-entries, add-to-diary-list, org-compile-agenda-prefix-format,
bbdb-name, bbdb-company, bbdb, gnus-summary-goto-article,
vm-select-folder-buffer, vm-isearch-update, vm-isearch-narrow,
vm-beginning-of-message, vm-summarize, wl-summary-goto-folder-subr,
wl-summary-jump-to-msg-by-message-id, wl-summary-redisplay,
rmail-what-message, rmail-show-message, bbdb-record-name,
bbdb-current-record, bbdb-record-company, vm-follow-summary-cursor,
vm-su-subject, vm-su-full-name, vm-su-message-id,
wl-summary-message-number, elmo-message-field,
elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb,
wl-summary-line-from, rmail-narrow-to-non-pruned-header,
gnus-article-show-summary, gnus-summary-beginning-of-article,
gnus-summary-article-header, mail-header-from, mail-header-id,
mail-header-date, gnus-summary-subject-string, remember-buffer-desc,
table--at-cell-p, delete-menu-item, set-menubar-dirty-flag,
region-active-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/org.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/page-ext.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/page.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/paragraphs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/picture.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/po.elc
In toplevel form:
refbib.el:224:7:Warning: assignment to free variable `r2b-variables'
In r2b-clear-variables:
refbib.el:258:16:Warning: reference to free variable `r2b-variables'
In r2b-convert-month:
refbib.el:324:8:Warning: reference to free variable `r2bv-month'
refbib.el:338:25:Warning: assignment to free variable `r2bv-month'
In r2b-snarf-input:
refbib.el:361:11:Warning: reference to free variable `r2bv-author'
refbib.el:365:11:Warning: reference to free variable `r2bv-editor'
refbib.el:370:19:Warning: assignment to free variable `r2bv-primary-author'
refbib.el:377:64:Warning: reference to free variable `r2bv-date'
refbib.el:377:26:Warning: reference to free variable `r2bv-year'
refbib.el:379:50:Warning: assignment to free variable `r2bv-year'
refbib.el:382:64:Warning: reference to free variable `r2bv-month'
refbib.el:383:52:Warning: assignment to free variable `r2bv-month'
refbib.el:389:10:Warning: reference to free variable `r2bv-title'
In r2b-barf-output:
refbib.el:513:29:Warning: reference to free variable `r2bv-primary-author'
refbib.el:513:49:Warning: reference to free variable `r2bv-decade'
refbib.el:514:25:Warning: reference to free variable `r2bv-title-first-word'
refbib.el:605:14:Warning: assignment to free variable `r2bv-kn'
refbib.el:518:35:Warning: reference to free variable `r2bv-journal'
refbib.el:526:35:Warning: assignment to free variable `r2bv-booktitle'
refbib.el:612:32:Warning: assignment to free variable `r2bv-journal'
refbib.el:521:48:Warning: reference to free variable `r2bv-institution'
refbib.el:528:30:Warning: assignment to free variable `r2bv-organization'
refbib.el:528:48:Warning: assignment to free variable `r2bv-institution'
refbib.el:529:30:Warning: assignment to free variable `r2bv-publisher'
refbib.el:530:37:Warning: reference to free variable `r2bv-tr'
refbib.el:530:27:Warning: assignment to free variable `r2bv-note'
refbib.el:533:19:Warning: assignment to free variable `r2bv-tr'
refbib.el:616:34:Warning: reference to free variable `r2bv-booktitle'
refbib.el:535:30:Warning: assignment to free variable `r2bv-school'
refbib.el:567:18:Warning: reference to free variable `r2bv-author'
refbib.el:566:18:Warning: reference to free variable `r2bv-editor'
refbib.el:560:35:Warning: reference to free variable `r2bv-title'
refbib.el:614:29:Warning: assignment to free variable `r2bv-type'
refbib.el:587:30:Warning: assignment to free variable `r2bv-number'
refbib.el:603:14:Warning: assignment to free variable `r2bv-entry-kind'
refbib.el:603:8:Warning: reference to free variable `r2bv-entry-kind'
refbib.el:605:8:Warning: reference to free variable `r2bv-kn'
refbib.el:609:29:Warning: reference to free variable `r2bv-year'
refbib.el:611:30:Warning: reference to free variable `r2bv-month'
refbib.el:613:31:Warning: reference to free variable `r2bv-volume'
refbib.el:614:8:Warning: reference to free variable `r2bv-type'
refbib.el:615:8:Warning: reference to free variable `r2bv-number'
refbib.el:618:8:Warning: reference to free variable `r2bv-publisher'
refbib.el:620:8:Warning: reference to free variable `r2bv-organization'
refbib.el:621:8:Warning: reference to free variable `r2bv-school'
refbib.el:622:30:Warning: reference to free variable `r2bv-pages'
refbib.el:623:32:Warning: reference to free variable `r2bv-address'
refbib.el:624:8:Warning: reference to free variable `r2bv-note'
refbib.el:625:33:Warning: reference to free variable `r2bv-keywords'
refbib.el:626:30:Warning: reference to free variable `r2bv-where'
refbib.el:627:33:Warning: reference to free variable `r2bv-ordering'
refbib.el:628:31:Warning: reference to free variable `r2bv-annote'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/refbib.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/refer.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/refill.elc
In end of data:
reftex-auc.el:215:1:Warning: the following functions are not known to be
defined: TeX-argument-prompt, LaTeX-label-list, LaTeX-add-labels,
TeX-argument-insert, multi-prompt, LaTeX-bibitem-list,
LaTeX-index-entry-list, LaTeX-add-index-entries
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-auc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-cite.elc
In end of data:
reftex-dcr.el:484:1:Warning: the following functions are not known to be
defined: itimer-live-p, start-itimer, bibtex-beginning-of-entry
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-dcr.elc
In reftex-find-duplicate-labels:
reftex-global.el:136:32:Warning: assignment to free variable `TeX-master'
In reftex-isearch-wrap-function:
reftex-global.el:345:17:Warning: reference to free variable
`isearch-next-buffer-function'
In reftex-isearch-isearch-search:
reftex-global.el:374:33:Warning: reference to free variable
`isearch-next-buffer-function'
In reftex-isearch-minor-mode:
reftex-global.el:455:37:Warning: assignment to free variable
`isearch-next-buffer-function'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-global.elc
In reftex-index-initialize-phrases-buffer:
reftex-index.el:1240:15:Warning: assignment to free variable `TeX-master'
In reftex-index-phrases-mode:
reftex-index.el:1310:60:Warning: assignment to free variable
`reftex-index-phrases-marker'
In end of data:
reftex-index.el:2091:1:Warning: the following functions are not known to be
defined: region-exists-p, texmathp, LaTeX-add-index-entries
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-index.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-parse.elc
In end of data:
reftex-ref.el:850:1:Warning: the function `LaTeX-add-labels' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-ref.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-sel.elc
In reftex-toc-mode:
reftex-toc.el:74:65:Warning: assignment to free variable `zmacs-regions'
reftex-toc.el:63:23:Warning: assignment to free variable
`reftex-toc-include-labels-indicator'
reftex-toc.el:59:25:Warning: assignment to free variable
`reftex-toc-max-level-indicator'
In reftex-make-separate-toc-frame:
reftex-toc.el:991:35:Warning: `focus-frame' is an obsolete function (as of
Emacs 22.1); it does nothing.
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-toc.elc
In reftex-set-dirty:
reftex-vars.el:32:11:Warning: assignment to free variable
`reftex-tables-dirty'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex-vars.elc
In reftex-TeX-master-file:
reftex.el:530:8:Warning: `buffer-file-name' called for effect
In reftex-fontify-select-label-buffer:
reftex.el:2300:48:Warning: assignment to free variable `font-lock-keywords'
In end of data:
reftex.el:2608:1:Warning: the following functions might not be defined at
runtime: easy-menu-add, easy-menu-remove
reftex.el:2608:1:Warning: the following functions are not known to be defined:
reftex-plug-into-AUCTeX, reftex-toggle-auto-view-crossref,
reftex-toggle-auto-toc-recenter, TeX-update-style, reftex-do-parse,
reftex-make-overlay, reftex-overlay-put, reftex-move-overlay,
reftex-delete-overlay
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/reftex.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/sgml-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/spell.elc
In table--test-cell-list:
table.el:4965:17:Warning: `replace-regexp' used from Lisp code
That command is designed for interactive use only
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/table.elc
In tex-font-lock-syntactic-face-function:
tex-mode.el:674:18:Warning: reference to free variable
`font-lock-comment-face'
In tex-mode:
tex-mode.el:827:8:Warning: function `tex-mode' defined multiple times in this
file
In doctex-font-lock-syntactic-face-function:
tex-mode.el:2470:5:Warning: reference to free variable `font-lock-doc-face'
In end of data:
tex-mode.el:2502:1:Warning: the following functions are not known to be
defined: font-lock-default-unfontify-region,
reftex-scanning-info-available-p
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/tex-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/texinfmt.elc
In texinfo-mode:
texinfo.el:620:16:Warning: assignment to free variable `outline-heading-alist'
texinfo.el:622:17:Warning: reference to free variable `outline-heading-alist'
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/texinfo.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/texnfo-upd.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/text-mode.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/tildify.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/two-column.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/textmodes/underline.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/toolbar/tool-bar.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-about.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-auth.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-cache.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-cid.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-cookie.elc
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-dav.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-dired.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-expand.elc
In end of data:
url-file.el:244:1:Warning: the following functions are not known to be
defined: ange-ftp-set-passwd, efs-set-passwd,
url-generate-unique-filename, ange-ftp-copy-file-internal,
efs-copy-file-internal, efs-ftp-path
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-file.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-ftp.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-gw.elc
In end of data:
url-handlers.el:273:1:Warning: the function `url-scheme-get-property' might
not be defined at runtime.
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-handlers.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-history.elc
In url-http-handle-cookies:
url-http.el:346:29:Warning: reference to free variable
`url-http-cookies-sources'
In url-http:
url-http.el:1062:15:Warning: assignment to free variable
`url-http-cookies-sources'
In end of data:
url-http.el:1231:1:Warning: the following functions are not known to be
defined: url-expand-file-name, url-http-symbol-value-in-buffer
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-http.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-https.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-imap.elc
In end of data:
url-irc.el:80:1:Warning: the following functions are not known to be defined:
zenirc, zenirc-send-line
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-irc.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-ldap.elc
In end of data:
url-mailto.el:130:1:Warning: the function `mail-send-and-exit' is not known to
be defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-mailto.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-methods.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-misc.elc
In url-snews:
url-news.el:131:44:Warning: reference to free variable `nntp-open-tls-stream'
url-news.el:132:42:Warning: reference to free variable `nntp-open-ssl-stream'
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-news.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-nfs.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-ns.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-parse.elc
In end of data:
url-privacy.el:83:1:Warning: the function `url-device-type' is not known to be
defined.
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-privacy.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-proxy.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-util.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url-vars.elc
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/url.elc
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...
Wrote c:/bin/emacs/gcc/HEAD/lisp/url/vc-dav.elc
Directories: calc calendar emacs-lisp emulation eshell gnus international language mail mh-e net obsolete play progmodes term textmodes toolbar url
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l finder -f finder-compile-keywords-make-dist C:/bin/emacs/gcc/HEAD/lisp calc calendar emacs-lisp emulation eshell gnus international language mail mh-e net obsolete play progmodes term textmodes toolbar url
Loading vc-cvs...
Directory C:/bin/emacs/gcc/HEAD/lisp
Directory calc
Directory calendar
Directory emacs-lisp
Directory emulation
Directory eshell
Directory gnus
Directory international
Directory language
Directory mail
Directory mh-e
Directory net
Directory obsolete
Directory play
Directory progmodes
Directory term
Directory textmodes
Directory toolbar
Directory url
Wrote c:/bin/emacs/gcc/HEAD/lisp/finder-inf.el
Directories: calc calendar emacs-lisp emulation eshell gnus international language mail mh-e net obsolete play progmodes term textmodes toolbar url
"./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l cus-dep --eval "(setq find-file-hook nil)" -f custom-make-dependencies C:/bin/emacs/gcc/HEAD/lisp calc calendar emacs-lisp emulation eshell gnus international language mail mh-e net obsolete play progmodes term textmodes toolbar url
Directory C:/bin/emacs/gcc/HEAD/lisp
Directory calc
Directory calendar
Directory emacs-lisp
Directory emulation
Directory eshell
Directory gnus
Directory international
Directory language
Directory mail
Directory mh-e
Directory net
Directory obsolete
Directory play
Directory progmodes
Directory term
Directory textmodes
Directory toolbar
Directory url
Generating cus-load.el...
Saving file c:/bin/emacs/gcc/HEAD/lisp/cus-load.el...
Loading vc-cvs...
Wrote c:/bin/emacs/gcc/HEAD/lisp/cus-load.el
Generating cus-load.el...done
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/lisp'
make -C ../lib-src DOC
make[1]: Entering directory `C:/bin/emacs/gcc/HEAD/lib-src'
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -g -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -IC:/bin/emacs/build/include -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc -I../src -o oo-spd/i386/make-docfile.o make-docfile.c
Assembler messages:
FATAL: can't create oo-spd/i386/make-docfile.o: No such file or directory
make[1]: *** [oo-spd/i386/make-docfile.o] Error 1
make[1]: Leaving directory `C:/bin/emacs/gcc/HEAD/lib-src'
make: *** [bootstrap-gmake] Error 2
[-- Attachment #3: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
@ 2005-06-13 10:39 LENNART BORGMAN
2005-06-13 10:43 ` Juanma Barranquero
0 siblings, 1 reply; 14+ messages in thread
From: LENNART BORGMAN @ 2005-06-13 10:39 UTC (permalink / raw)
Cc: Juanma Barranquero, emacs-devel
From: Eli Zaretskii <eliz@gnu.org>
> > Date: Mon, 13 Jun 2005 03:32:54 +0200
> > From: Juanma Barranquero <lekktu@gmail.com>
> >
> > This change breaks bootstrapping:
I do not know if it is of any interest, but it seems like my automated built worked nicely this morning on W32. It downloads CVS and compiles with MinGW.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 10:39 LENNART BORGMAN
@ 2005-06-13 10:43 ` Juanma Barranquero
2005-06-13 12:30 ` Eli Zaretskii
0 siblings, 1 reply; 14+ messages in thread
From: Juanma Barranquero @ 2005-06-13 10:43 UTC (permalink / raw)
Cc: Eli Zaretskii, emacs-devel
> I do not know if it is of any interest, but it seems like my automated built worked nicely this morning on W32. It downloads CVS and compiles with MinGW.
I can *build*. In fact, a single "make install", or:
make bootstrap ; -> error
make install
works.
--
/L/e/k/t/u
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 7:46 ` Lennart Borgman
@ 2005-06-13 12:06 ` Eli Zaretskii
0 siblings, 0 replies; 14+ messages in thread
From: Eli Zaretskii @ 2005-06-13 12:06 UTC (permalink / raw)
Cc: emacs-devel
> Date: Mon, 13 Jun 2005 09:46:04 +0200
> From: Lennart Borgman <lennart.borgman.073@student.lu.se>
> CC: Juanma Barranquero <lekktu@gmail.com>, emacs-devel@gnu.org
>
> Are there any scripts that produces the W32 Makefiles?
No, not AFAIK. They are hand-crafted, I think.
What I was thinking was to _introduce_ such scripts, and then use them
to edit the normal *.in files.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 8:36 ` Juanma Barranquero
2005-06-13 8:37 ` Juanma Barranquero
@ 2005-06-13 12:29 ` Eli Zaretskii
2005-06-13 13:54 ` Juanma Barranquero
1 sibling, 1 reply; 14+ messages in thread
From: Eli Zaretskii @ 2005-06-13 12:29 UTC (permalink / raw)
Cc: emacs-devel
> Date: Mon, 13 Jun 2005 10:36:19 +0200
> From: Juanma Barranquero <lekktu@gmail.com>
> Cc: emacs-devel@gnu.org
>
> > Please post the transcript of the entire failed bootstrap session,
>
> Entire? Really? Well, OK. But there's no difference between a normal
> bootstrap and this one except on the last ten lines or so.
Since I'm debugging a problem that happens on your machine, sending me
all the relevant info at once is the most efficient way of telling me
everything I might wish to know, depending on what I see. It is much
less efficient to ask you to supply the information piecewise as the
need for it arises, because I'm online only a small fraction of the
day.
Thanks for the data, I think I fixed the problem now. Please try with
the current CVS, and see if bootstrap works again for you.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 10:43 ` Juanma Barranquero
@ 2005-06-13 12:30 ` Eli Zaretskii
0 siblings, 0 replies; 14+ messages in thread
From: Eli Zaretskii @ 2005-06-13 12:30 UTC (permalink / raw)
Cc: lennart.borgman.073, emacs-devel
> Date: Mon, 13 Jun 2005 12:43:17 +0200
> From: Juanma Barranquero <lekktu@gmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
>
> > I do not know if it is of any interest, but it seems like my automated built worked nicely this morning on W32. It downloads CVS and compiles with MinGW.
>
> I can *build*. In fact, a single "make install", or:
>
> make bootstrap ; -> error
> make install
>
> works.
Yes. The problem was that the $(BLD) directory didn't exist, and was
not created because I inadvertently deleted the prerequisite that
caused it to be created.
Sorry.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 12:29 ` Eli Zaretskii
@ 2005-06-13 13:54 ` Juanma Barranquero
2005-06-13 18:43 ` Eli Zaretskii
0 siblings, 1 reply; 14+ messages in thread
From: Juanma Barranquero @ 2005-06-13 13:54 UTC (permalink / raw)
Cc: emacs-devel
> Please try with
> the current CVS, and see if bootstrap works again for you.
Yes, both MSVC and MinGW builds do bootstrap now.
Thanks,
/L/e/k/t/u
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 8:39 ` Juanma Barranquero
@ 2005-06-13 17:24 ` Werner LEMBERG
0 siblings, 0 replies; 14+ messages in thread
From: Werner LEMBERG @ 2005-06-13 17:24 UTC (permalink / raw)
Cc: eliz, emacs-devel
> I'll send the log attached, because Gmail is not groking the full
> log inline.
Uh, oh, any reason not to compress it? Sometimes I have to use a 28k
modem...
Werner
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Change in lib-src/makefile.w32-in breaks bootstrapping
2005-06-13 13:54 ` Juanma Barranquero
@ 2005-06-13 18:43 ` Eli Zaretskii
0 siblings, 0 replies; 14+ messages in thread
From: Eli Zaretskii @ 2005-06-13 18:43 UTC (permalink / raw)
Cc: emacs-devel
> Date: Mon, 13 Jun 2005 15:54:46 +0200
> From: Juanma Barranquero <lekktu@gmail.com>
> Cc: emacs-devel@gnu.org
>
> Yes, both MSVC and MinGW builds do bootstrap now.
>
> Thanks,
Thanks for checking.
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2005-06-13 18:43 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-13 1:32 Change in lib-src/makefile.w32-in breaks bootstrapping Juanma Barranquero
2005-06-13 6:31 ` Eli Zaretskii
2005-06-13 7:46 ` Lennart Borgman
2005-06-13 12:06 ` Eli Zaretskii
2005-06-13 8:36 ` Juanma Barranquero
2005-06-13 8:37 ` Juanma Barranquero
2005-06-13 8:39 ` Juanma Barranquero
2005-06-13 17:24 ` Werner LEMBERG
2005-06-13 12:29 ` Eli Zaretskii
2005-06-13 13:54 ` Juanma Barranquero
2005-06-13 18:43 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2005-06-13 10:39 LENNART BORGMAN
2005-06-13 10:43 ` Juanma Barranquero
2005-06-13 12:30 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).