unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Flappy Bird <birdsite@airmail.cc>
To: Lars Ingebrigtsen <larsi@gnus.org>, Eli Zaretskii <eliz@gnu.org>
Cc: 50058@debbugs.gnu.org
Subject: bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info
Date: Sun, 15 Aug 2021 07:44:52 +0545	[thread overview]
Message-ID: <85lf53lb6v.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <87h7fsq61d.fsf@gnus.org>

[-- Attachment #1: Type: text/plain, Size: 871 bytes --]

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Eli Zaretskii <eliz@gnu.org> writes:
>
>> Yes.  Or we could use something to single out glibc, if there is such
>> a macro.
>...
> birdsite@airmail.cc, can you try the following trivial patch and see
> whether that allows you to compile Emacs again?
>
> diff --git a/src/alloc.c b/src/alloc.c
> index 8edcd06c84..4ea337ddba 100644
> --- a/src/alloc.c
> +++ b/src/alloc.c
> ...
> -#ifdef GNU_LINUX
> +#if defined GNU_LINUX && defined __GLIBC__

Thank you larsi! the patch works and the initial compilation is
fine. The build log is attached below. Although now i'm getting a new
error such as:

LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump
Loading loadup.el (source)...
dump mode: pdump
...
Loading files.el (source)...
(require pcase) while preparing to dump
make[1]: *** [Makefile:584: emacs.pdmp] Error 255

Thanks!


[-- Attachment #2: build log after patch by larsi --]
[-- Type: text/plain, Size: 289284 bytes --]

cd . && ./autogen.sh autoconf
Checking whether you have the necessary tools...
(Read INSTALL.REPO for more details on building Emacs)
Checking for autoconf (need at least version 2.65) ... ok
Your system has the required tools.
Building aclocal.m4 ...
Running 'autoreconf -fi -I m4' ...
You can now run './autogen.sh git'.
if [ -x ./config.status ]; then	\
     ./config.status --recheck;	\
else				\
     ./configure --cache-file=/dev/null; \
fi
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --with-imagemagick --with-cairo --with-modules --without-dbus --without-gconf --without-gsettings --no-create --no-recursion
checking for xcrun... no
checking for GNU Make... make
checking build system type... x86_64-pc-linux-musl
checking host system type... x86_64-pc-linux-musl
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc accepts -g3 -O2... yes
checking whether the compiler is clang... no
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking whether -Wno-missing-field-initializers is supported... yes
checking whether -Wno-missing-field-initializers is needed... no
checking whether -Wuninitialized is supported... yes
checking whether C compiler handles -fno-common... yes
checking whether C compiler handles -Wall... yes
checking whether C compiler handles -Warith-conversion... yes
checking whether C compiler handles -Wdate-time... yes
checking whether C compiler handles -Wdisabled-optimization... yes
checking whether C compiler handles -Wdouble-promotion... yes
checking whether C compiler handles -Wduplicated-cond... yes
checking whether C compiler handles -Wextra... yes
checking whether C compiler handles -Wformat-signedness... yes
checking whether C compiler handles -Winit-self... yes
checking whether C compiler handles -Winvalid-pch... yes
checking whether C compiler handles -Wlogical-op... yes
checking whether C compiler handles -Wmissing-declarations... yes
checking whether C compiler handles -Wmissing-include-dirs... yes
checking whether C compiler handles -Wmissing-prototypes... yes
checking whether C compiler handles -Wnested-externs... yes
checking whether C compiler handles -Wnull-dereference... yes
checking whether C compiler handles -Wold-style-definition... yes
checking whether C compiler handles -Wopenmp-simd... yes
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-final-methods... yes
checking whether C compiler handles -Wsuggest-final-types... yes
checking whether C compiler handles -Wtrampolines... yes
checking whether C compiler handles -Wuninitialized... yes
checking whether C compiler handles -Wunknown-pragmas... yes
checking whether C compiler handles -Wunused-macros... yes
checking whether C compiler handles -Wvariadic-macros... yes
checking whether C compiler handles -Wvector-operation-performance... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Warray-bounds=2... yes
checking whether C compiler handles -Wattribute-alias=2... yes
checking whether C compiler handles -Wformat=2... yes
checking whether C compiler handles -Wformat-truncation=2... yes
checking whether C compiler handles -Wimplicit-fallthrough=5... yes
checking whether C compiler handles -Wshift-overflow=2... yes
checking whether C compiler handles -Wvla-larger-than=4031... yes
checking whether C compiler handles -Wredundant-decls... yes
checking whether C compiler handles -Wno-missing-field-initializers... yes
checking whether C compiler handles -Wno-override-init... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wno-type-limits... yes
checking whether C compiler handles -Wno-unused-parameter... yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking for a BSD-compatible install... /bin/install -c
checking command to symlink files in the same directory... ln -s
checking for install-info... /bin/install-info
checking for gzip... /bin/gzip
checking for 'find' args to delete a file... -delete
checking for brew... no
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for library containing sqrt... none required
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for machine/soundcard.h... no
checking for sys/soundcard.h... yes
checking for soundcard.h... no
checking for mmsystem.h... no
checking for _oss_ioctl in -lossaudio... no
checking for alsa >= 1.0.0... yes
checking for linux/fs.h... yes
checking for malloc.h... yes
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... yes
checking for coff.h... no
checking for pty.h... yes
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... no
checking for sanitizer/lsan_interface.h... no
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... no
checking for sys/un.h... yes
checking for dirent.h... yes
checking for execinfo.h... no
checking for stdio_ext.h... yes
checking for sys/vfs.h... yes
checking for sys/fs_types.h... no
checking for getopt.h... yes
checking for sys/cdefs.h... no
checking for sys/time.h... yes
checking for ieee754.h... no
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/select.h... yes
checking for sys/random.h... yes
checking for sys/stat.h... (cached) yes
checking for ADDR_NO_RANDOMIZE... yes
checking if Linux sysinfo may be used... yes
checking for term.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... no
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_netmask... yes
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... no
checking whether gcc understands -MMD -MF... yes
checking for X... libraries , headers 
checking whether malloc is Doug Lea style... no
checking for getpagesize... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... none needed
checking for thread support... yes
checking whether X on GNU/Linux needs -b to link... no
checking for Xkb... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking X11 version 6... 6 or newer
checking for librsvg-2.0 >= 2.14.0... yes
checking for MagickWand >= 7... yes
checking for MagickRelinquishMemory... yes
checking for MagickExportImagePixels... yes
checking for MagickMergeImageLayers... yes
checking for MagickAutoOrientImage... yes
checking for getaddrinfo_a in -lanl... no
checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5... no
checking for gtk+-2.0 >= 2.24 glib-2.0 >= 2.28... no
checking for lgetfilecon in -lselinux... no
checking for gnutls >= 2.12.2... yes
checking for libsystemd >= 222... no
checking for jansson >= 2.7... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for inotify_init1... yes
checking for xaw3d... no
checking for libXaw... yes; using Lucid toolkit
checking X11 toolkit version... 6 or newer
checking for library containing XmuConvertStandardSelection... -lXmu
checking X11/extensions/Xrender.h usability... yes
checking X11/extensions/Xrender.h presence... yes
checking for X11/extensions/Xrender.h... yes
checking for XRenderQueryExtension in -lXrender... yes
checking for cairo >= 1.8.0... yes
checking for freetype2... yes
checking for fontconfig >= 2.2.0... yes
checking for FT_Face_GetCharVariantIndex... yes
checking for libotf... yes
checking for OTF_get_variation_glyphs in -lotf... yes
checking for m17n-flt... no
checking for harfbuzz >= 0.9.42... yes
checking X11/Xlib-xcb.h usability... yes
checking X11/Xlib-xcb.h presence... yes
checking for X11/Xlib-xcb.h... yes
checking for xcb_translate_coordinates in -lxcb... yes
checking for XGetXCBConnection in -lX11-xcb... yes
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmReadFileToPixmap in -lXpm... yes
checking for XpmReturnAllocPixels preprocessor define... yes
checking for jpeglib 6b or later... -ljpeg
checking for lcms2... yes
checking for library containing inflateEnd... -lz
checking for dladdr... yes
checking for dlfunc... no
checking for libpng >= 1.0.0... yes
checking whether png_longjmp is declared... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for GifMakeMapObject in -lgif... yes
checking gpm.h usability... no
checking gpm.h presence... no
checking for gpm.h... no
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking for xrandr >= 1.2.2... yes
checking for xinerama >= 1.0.2... yes
checking for xfixes >= 4.0.0... yes
checking for X11/extensions/Xdbe.h... yes
checking for XdbeAllocateBackBufferName in -lXext... yes
checking for libxml-2.0 > 2.6.17... yes
checking for htmlReadMemory in -lxml2... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking maillock.h usability... no
checking maillock.h presence... no
checking for maillock.h... no
checking for accept4... yes
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... yes
checking for lrand48... yes
checking for random... yes
checking for rint... yes
checking for trunc... yes
checking for select... yes
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for newlocale... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for shutdown... yes
checking for pthread_sigmask... (cached) yes
checking for strsignal... yes
checking for setitimer... yes
checking for timer_getoverrun... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockname... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for gai_strerror... yes
checking for sync... yes
checking for getpwent... yes
checking for endpwent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking for __executable_start... yes
checking for log2... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking whether pthread_setname_np takes a single argument... no
checking whether pthread_setname_np takes three arguments... no
checking for aligned_alloc... yes
checking whether aligned_alloc is declared... yes
checking for posix_madvise... yes
checking for __builtin_frame_address... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... no
checking for posix_openpt... yes
checking for library containing tputs... -ltinfo
checking for timerfd interface... yes
checking whether signals can be handled on alternate stack... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for struct unipair.unicode... yes
checking for __lsan_ignore_object... no
checking for sbrk... yes
checking for fchmod... yes
checking for canonicalize_file_name... no
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for explicit_bzero... yes
checking for memset_s... no
checking for faccessat... yes
checking for fchmodat... yes
checking for lchmod... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for futimens... yes
checking for getrandom... yes
checking for gettimeofday... yes
checking for lstat... yes
checking for mkostemp... yes
checking for pipe2... yes
checking for pselect... yes
checking for isblank... yes
checking for iswctype... yes
checking for strtoimax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for timegm... yes
checking for utimensat... yes
checking for getdtablesize... yes
checking for futimes... yes
checking for futimesat... yes
checking for lutimes... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking whether GLib is linked in... yes
checking for nl_langinfo and CODESET... yes
checking for nl_langinfo and _NL_PAPER_WIDTH... no
checking for mbstate_t... yes
checking for signals via characters... yes
checking for _setjmp... yes
checking for sigsetjmp... yes
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for struct alignment... yes
checking for typeof syntax and keyword spelling... typeof
checking for statement expressions... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for getcwd... yes
checking for C/C++ restrict keyword... __restrict
checking whether byte ordering is bigendian... no
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking whether lstat correctly handles trailing slash... yes
checking for mode_t... yes
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... no
checking for gawk... gawk
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether memmem is declared... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking for working mktime... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking whether <sys/select.h> is self-contained... yes
checking for inline... inline
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for sigset_t... yes
checking for wchar_t... yes
checking whether strnlen is declared... yes
checking whether strtoimax is declared... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking type of array argument to getgroups... gid_t
checking whether getdtablesize is declared... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... mode_t
checking whether the utimes function works... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for library containing acl_get_file... -lacl
checking for acl_get_file... yes
checking for acl_get_fd... yes
checking for acl_set_file... yes
checking for acl_set_fd... yes
checking for acl_free... yes
checking for acl_from_mode... yes
checking for acl_from_text... yes
checking for acl_delete_def_file... yes
checking for acl_extended_file... yes
checking for acl_delete_fd_np... no
checking for acl_delete_file_np... no
checking for acl_copy_ext_native... no
checking for acl_create_entry_np... no
checking for acl_to_short_text... no
checking for acl_free_text... no
checking for working acl_get_file... yes
checking acl/libacl.h usability... yes
checking acl/libacl.h presence... yes
checking for acl/libacl.h... yes
checking for acl_entries... yes
checking for ACL_FIRST_ENTRY... yes
checking for ACL_TYPE_EXTENDED... no
checking for alloca as a compiler built-in... yes
checking for __builtin_expect... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking for copy_file_range... yes
checking for d_type member in directory struct... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for flexible array member... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking whether fstatat (..., 0) works... yes
checking for sys/mount.h... yes
checking how to get file system space usage... checking for statvfs function (SVR4)... yes
checking whether to use statvfs64... no
checking for two-argument statfs with statfs.f_frsize member... yes
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking for statfs that truncates block counts... no
checking whether futimens works... no
checking for getloadavg... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking whether getrandom is compatible with its GNU+BSD signature... yes
checking for gettimeofday with POSIX signature... yes
checking whether the compiler supports the __inline keyword... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for library containing __gmpz_roinit_n... -lgmp
checking for memmem... yes
checking whether memmem works... yes
checking for mempcpy... yes
checking for memrchr... yes
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... yes
checking whether pthread_sigmask is a macro... no
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlinkat signature is correct... yes
checking for working re_compile_pattern... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking whether isblank is declared... yes
checking for sig2str... no
checking for sigdescr_np... no
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for working stdalign.h... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking for stpcpy... yes
checking for working strnlen... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... yes
checking for nlink_t... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether localtime works even near extrema... yes
checking for timezone_t... no
checking for library containing timer_settime... none required
checking for timer_settime... yes
checking whether utimensat works... yes
checking for variable-length arrays... yes
checking whether getdtablesize works... yes
checking for gcc option to disable position independent executables... not needed

Configured for 'x86_64-pc-linux-musl'.

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               gcc -g3 -O2
  Should Emacs use the GNU version of malloc?             no
    (The GNU allocators don't work with this system configuration.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use a png library?                           yes -lpng16 -lz
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use cairo?                                   yes
  Does Emacs use -llcms2?                                 yes
  Does Emacs use imagemagick?                             yes
  Does Emacs use native APIs for images?                  no
  Does Emacs support sound?                               yes
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               no
  Does Emacs use a file notification library?             yes -lglibc (inotify)
  Does Emacs use access control lists?                    yes -lacl
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use HarfBuzz?                                yes
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   no
  Does Emacs use -lsystemd?                               no
  Does Emacs use -ljansson?                               yes
  Does Emacs use the GMP library?                         yes
  Does Emacs directly use zlib?                           yes
  Does Emacs have dynamic modules support?                yes
  Does Emacs use toolkit scroll bars?                     yes
  Does Emacs support Xwidgets?                            no
  Does Emacs have threading support in lisp?              yes
  Does Emacs support the portable dumper?                 yes
  Does Emacs support legacy unexec dumping?               no
  Which dumping strategy does Emacs use?                  pdumper


configure: creating ./config.status
configure: WARNING: This configuration installs a 'movemail' program
that does not retrieve POP3 email.  By default, Emacs 25 and earlier
installed a 'movemail' program that retrieved POP3 email via only
insecure channels, a practice that is no longer recommended but that
you can continue to support by using './configure --with-pop'.
configure: You might want to install GNU Mailutils
<https://mailutils.org> and use './configure --with-mailutils'.
MAKE='make' ./config.status
config.status: creating src/emacs-module.h
config.status: creating Makefile
config.status: creating lib/gnulib.mk
config.status: creating ./doc/man/emacs.1
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating nextstep/Makefile
config.status: creating nt/Makefile
config.status: creating test/Makefile
config.status: creating admin/charsets/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating admin/grammars/Makefile
config.status: creating src/config.h
config.status: executing src/epaths.h commands
make[1]: Entering directory '/home/me/src/emacs'
make[1]: Leaving directory '/home/me/src/emacs'
config.status: executing src/.gdbinit commands
config.status: executing doc/emacs/emacsver.texi commands
config.status: executing etc-refcards-emacsver.tex commands
make -C lib all
make info-real info-dir
make[1]: Entering directory '/home/me/src/emacs/lib'
  GEN      alloca.h
  GEN      dirent.h
  GEN      execinfo.h
make[1]: Entering directory '/home/me/src/emacs'
make -C doc/lispref info
make -C doc/lispintro info
make[2]: Entering directory '/home/me/src/emacs/doc/lispintro'
  GEN      ../../info/eintr.info
make[2]: Entering directory '/home/me/src/emacs/doc/lispref'
  GEN      ../../info/elisp.info
make -C doc/emacs info
make[2]: Entering directory '/home/me/src/emacs/doc/emacs'
  GEN      ../../info/emacs.info
  GEN      fcntl.h
  GEN      getopt.h
  GEN      getopt-cdefs.h
  GEN      ieee754.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      signal.h
  GEN      stdint.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/random.h
  GEN      sys/select.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      unistd.h
  CC       fingerprint.o
  CC       canonicalize-lgpl.o
  CC       execinfo.o
  CC       fcntl.o
  CC       fsusage.o
  CC       futimens.o
  CC       getopt.o
  CC       getopt1.o
  CC       regex.o
  CC       sig2str.o
  CC       sigdescr_np.o
  CC       time_rz.o
  CC       acl-errno-valid.o
  CC       acl-internal.o
  CC       get-permissions.o
  CC       set-permissions.o
  CC       allocator.o
  CC       binary-io.o
  CC       c-ctype.o
  CC       c-strcasecmp.o
  CC       c-strncasecmp.o
  CC       careadlinkat.o
  CC       close-stream.o
  CC       count-leading-zeros.o
  CC       count-one-bits.o
  CC       count-trailing-zeros.o
  CC       md5.o
make[2]: Leaving directory '/home/me/src/emacs/doc/lispintro'
make -C doc/misc info
  CC       sha1.o
make[2]: Entering directory '/home/me/src/emacs/doc/misc'
  GEN      ../../info/auth.info
  CC       sha256.o
  GEN      ../../info/autotype.info
  GEN      ../../info/bovine.info
  CC       sha512.o
  GEN      ../../info/calc.info
  CC       dtoastr.o
  CC       dtotimespec.o
  CC       filemode.o
  CC       filevercmp.o
  CC       gettime.o
  CC       malloca.o
  CC       nstrftime.o
  CC       pipe2.o
  CC       qcopy-acl.o
  CC       stat-time.o
  CC       tempname.o
  CC       timespec.o
  CC       timespec-add.o
  CC       timespec-sub.o
  CC       u64.o
  CC       unistd.o
  CC       utimens.o
  CC       openat-die.o
  CC       save-cwd.o
  AR       libgnu.a
make[1]: Leaving directory '/home/me/src/emacs/lib'
make -C lib-src all
make[1]: Entering directory '/home/me/src/emacs/lib-src'
  CCLD     etags
  CCLD     ctags
  CCLD     emacsclient
  CCLD     ebrowse
  CCLD     hexl
  CC       pop.o
  CCLD     make-docfile
make[2]: Leaving directory '/home/me/src/emacs/doc/emacs'
  GEN      info/dir
  CCLD     make-fingerprint
  CCLD     movemail
  GEN      ../../info/ccmode.info
make[1]: Leaving directory '/home/me/src/emacs/lib-src'
  GEN      ../../info/cl.info
  GEN      ../../info/dbus.info
  GEN      ../../info/dired-x.info
  GEN      ../../info/ebrowse.info
  GEN      ../../info/ede.info
  GEN      ../../info/ediff.info
  GEN      ../../info/edt.info
  GEN      ../../info/eieio.info
  GEN      ../../info/emacs-mime.info
  GEN      ../../info/epa.info
  GEN      ../../info/erc.info
  GEN      ../../info/ert.info
  GEN      ../../info/eshell.info
  GEN      ../../info/eudc.info
  GEN      ../../info/efaq.info
  GEN      ../../info/eww.info
  GEN      ../../info/flymake.info
  GEN      ../../info/forms.info
  GEN      ../../info/gnus.info
  GEN      ../../info/emacs-gnutls.info
  GEN      ../../info/htmlfontify.info
  GEN      ../../info/idlwave.info
  GEN      ../../info/ido.info
  GEN      ../../info/info.info
  GEN      ../../info/mairix-el.info
  GEN      ../../info/message.info
  GEN      ../../info/mh-e.info
  GEN      ../../info/modus-themes.info
  GEN      ../../info/newsticker.info
  GEN      ../../info/nxml-mode.info
  GEN      ../../info/octave-mode.info
  GEN      ../../info/org.info
  GEN      ../../info/pcl-cvs.info
make[2]: Leaving directory '/home/me/src/emacs/doc/lispref'
  GEN      ../../info/pgg.info
  GEN      ../../info/rcirc.info
  GEN      ../../info/remember.info
  GEN      ../../info/reftex.info
  GEN      ../../info/sasl.info
  GEN      ../../info/sc.info
  GEN      ../../info/semantic.info
  GEN      ../../info/ses.info
make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all
make[1]: Entering directory '/home/me/src/emacs/src'
  GEN      lisp.mk
  GEN      ../../info/sieve.info
  GEN      globals.h
  GEN      buildobj.h
make -C ../admin/charsets all
make[2]: Entering directory '/home/me/src/emacs/admin/charsets'
  GEN      ../../etc/charsets/8859-2.map
  GEN      ../../etc/charsets/8859-3.map
  GEN      ../../etc/charsets/8859-4.map
  GEN      ../../etc/charsets/8859-5.map
  GEN      ../../etc/charsets/8859-6.map
  GEN      ../../info/smtpmail.info
  GEN      ../../etc/charsets/8859-7.map
  GEN      ../../etc/charsets/8859-8.map
  GEN      ../../etc/charsets/8859-9.map
  GEN      ../../etc/charsets/8859-10.map
  GEN      ../../etc/charsets/8859-11.map
  GEN      ../../etc/charsets/8859-13.map
  GEN      ../../etc/charsets/8859-14.map
  GEN      ../../etc/charsets/8859-15.map
  GEN      ../../etc/charsets/8859-16.map
  GEN      ../../etc/charsets/IBM037.map
  GEN      ../../etc/charsets/IBM038.map
  GEN      ../../etc/charsets/IBM256.map
  GEN      ../../etc/charsets/IBM273.map
  GEN      ../../etc/charsets/IBM274.map
  GEN      ../../etc/charsets/IBM275.map
  GEN      ../../etc/charsets/IBM277.map
  GEN      ../../etc/charsets/IBM278.map
  GEN      ../../etc/charsets/IBM280.map
  GEN      ../../etc/charsets/IBM281.map
  GEN      ../../etc/charsets/IBM284.map
  GEN      ../../etc/charsets/IBM285.map
  GEN      ../../etc/charsets/IBM290.map
  GEN      ../../etc/charsets/IBM297.map
  GEN      ../../etc/charsets/IBM420.map
  GEN      ../../etc/charsets/IBM423.map
  GEN      ../../etc/charsets/IBM424.map
  GEN      ../../info/speedbar.info
  GEN      ../../etc/charsets/IBM437.map
  GEN      ../../etc/charsets/IBM500.map
  GEN      ../../etc/charsets/IBM850.map
  GEN      ../../etc/charsets/IBM851.map
  GEN      ../../etc/charsets/IBM852.map
  GEN      ../../etc/charsets/IBM855.map
  GEN      ../../etc/charsets/IBM856.map
  GEN      ../../etc/charsets/IBM857.map
  GEN      ../../etc/charsets/IBM860.map
  GEN      ../../etc/charsets/IBM861.map
  GEN      ../../etc/charsets/IBM862.map
  GEN      ../../etc/charsets/IBM863.map
  GEN      ../../etc/charsets/IBM864.map
  GEN      ../../etc/charsets/IBM865.map
  GEN      ../../etc/charsets/IBM866.map
  GEN      ../../etc/charsets/IBM868.map
  GEN      ../../etc/charsets/IBM869.map
  GEN      ../../etc/charsets/IBM870.map
  GEN      ../../etc/charsets/IBM871.map
  GEN      ../../etc/charsets/IBM874.map
  GEN      ../../etc/charsets/IBM875.map
  GEN      ../../etc/charsets/IBM880.map
  GEN      ../../etc/charsets/IBM891.map
  GEN      ../../etc/charsets/IBM903.map
  GEN      ../../etc/charsets/IBM904.map
  GEN      ../../etc/charsets/IBM905.map
  GEN      ../../etc/charsets/IBM918.map
  GEN      ../../etc/charsets/IBM1004.map
  GEN      ../../etc/charsets/IBM1026.map
  GEN      ../../etc/charsets/IBM1047.map
  GEN      ../../etc/charsets/CP737.map
  GEN      ../../etc/charsets/CP775.map
  GEN      ../../etc/charsets/CP1125.map
  GEN      ../../etc/charsets/CP1250.map
  GEN      ../../etc/charsets/CP1251.map
  GEN      ../../info/srecode.info
  GEN      ../../etc/charsets/CP1252.map
  GEN      ../../etc/charsets/CP1253.map
  GEN      ../../etc/charsets/CP1254.map
  GEN      ../../etc/charsets/CP1255.map
  GEN      ../../etc/charsets/CP1256.map
  GEN      ../../etc/charsets/CP1257.map
  GEN      ../../etc/charsets/CP1258.map
  GEN      ../../etc/charsets/CP10007.map
  GEN      ../../etc/charsets/GB2312.map
  GEN      ../../etc/charsets/GBK.map
  GEN      ../../etc/charsets/GB180302.map
  GEN      ../../etc/charsets/BIG5.map
  GEN      ../../etc/charsets/BIG5-HKSCS.map
  GEN      ../../info/todo-mode.info
  GEN      ../../info/tramp.info
  GEN      ../../etc/charsets/CNS-1.map
  GEN      ../../etc/charsets/CNS-2.map
  GEN      ../../etc/charsets/CNS-3.map
  GEN      ../../etc/charsets/CNS-4.map
  GEN      ../../etc/charsets/CNS-5.map
  GEN      ../../etc/charsets/CNS-6.map
  GEN      ../../etc/charsets/CNS-7.map
  GEN      ../../etc/charsets/CNS-F.map
  GEN      ../../info/url.info
  GEN      ../../etc/charsets/JISX0201.map
  GEN      ../../etc/charsets/JISX0208.map
  GEN      ../../etc/charsets/JISX0212.map
  GEN      ../../etc/charsets/JISX2131.map
  GEN      ../../etc/charsets/JISX2132.map
  GEN      ../../etc/charsets/JISC6226.map
  GEN      ../../info/vhdl-mode.info
  GEN      ../../etc/charsets/CP932-2BYTE.map
  GEN      ../../etc/charsets/KSC5601.map
  GEN      ../../etc/charsets/KSC5636.map
  GEN      ../../etc/charsets/JOHAB.map
  GEN      ../../info/vip.info
  GEN      ../../info/viper.info
  GEN      ../../etc/charsets/KOI-8.map
  GEN      ../../etc/charsets/KOI8-R.map
  GEN      ../../etc/charsets/KOI8-U.map
  GEN      ../../etc/charsets/KOI8-T.map
  GEN      ../../etc/charsets/ALTERNATIVNYJ.map
  GEN      ../../etc/charsets/MIK.map
  GEN      ../../etc/charsets/PTCP154.map
  GEN      ../../etc/charsets/TIS-620.map
  GEN      ../../info/widget.info
  GEN      ../../etc/charsets/VISCII.map
  GEN      ../../etc/charsets/VSCII.map
  GEN      ../../etc/charsets/VSCII-2.map
  GEN      ../../etc/charsets/KA-PS.map
  GEN      ../../etc/charsets/KA-ACADEMY.map
  GEN      ../../etc/charsets/HP-ROMAN8.map
  GEN      ../../etc/charsets/NEXTSTEP.map
  GEN      ../../etc/charsets/MACINTOSH.map
  GEN      ../../etc/charsets/EBCDICUK.map
  GEN      ../../etc/charsets/EBCDICUS.map
  GEN      ../../etc/charsets/stdenc.map
  GEN      ../../etc/charsets/symbol.map
  GEN      ../../etc/charsets/CP949-2BYTE.map
  GEN      ../../etc/charsets/BIG5-1.map
  GEN      ../../etc/charsets/BIG5-2.map
  GEN      ../../lisp/international/cp51932.el
  GEN      ../../lisp/international/eucjp-ms.el
  GEN      ../../etc/charsets/GB180304.map
  GEN      charsets.stamp
make[2]: Leaving directory '/home/me/src/emacs/admin/charsets'
make -C ../admin/unidata charscript.el
make[2]: Entering directory '/home/me/src/emacs/admin/unidata'
  GEN      ../../lisp/international/charscript.el
make[2]: Leaving directory '/home/me/src/emacs/admin/unidata'
make -C ../admin/charsets cp51932.el
make[2]: Entering directory '/home/me/src/emacs/admin/charsets'
make[2]: Nothing to be done for 'cp51932.el'.
make[2]: Leaving directory '/home/me/src/emacs/admin/charsets'
make -C ../admin/charsets eucjp-ms.el
make[2]: Entering directory '/home/me/src/emacs/admin/charsets'
make[2]: Nothing to be done for 'eucjp-ms.el'.
make[2]: Leaving directory '/home/me/src/emacs/admin/charsets'
make -C ../lwlib/ liblw.a
make[2]: Entering directory '/home/me/src/emacs/lwlib'
  CC       lwlib.o
  GEN      ../../info/wisent.info
  GEN      ../../info/woman.info
  CC       lwlib-Xlw.o
  GEN      ../../info/efaq-w32.info
  CC       xlwmenu.o
  CC       dispnew.o
  CC       lwlib-Xaw.o
make[2]: Leaving directory '/home/me/src/emacs/doc/misc'
make[1]: Leaving directory '/home/me/src/emacs'
  CC       lwlib-utils.o
  CC       frame.o
  CC       scroll.o
  GEN      liblw.a
make[2]: Leaving directory '/home/me/src/emacs/lwlib'
  CC       xdisp.o
  CC       menu.o
  CC       xmenu.o
  CC       window.o
  CC       charset.o
  CC       coding.o
  CC       category.o
  CC       ccl.o
  CC       character.o
  CC       chartab.o
  CC       bidi.o
  CC       cm.o
  CC       term.o
  CC       terminal.o
  CC       xfaces.o
  CC       xterm.o
  CC       xfns.o
  CC       xselect.o
  CC       xrdb.o
  CC       xsmfns.o
  CC       xsettings.o
  CC       emacs.o
  CC       keyboard.o
  CC       macros.o
  CC       keymap.o
  CC       sysdep.o
  CC       bignum.o
  CC       buffer.o
  CC       filelock.o
  CC       insdel.o
  CC       marker.o
  CC       minibuf.o
  CC       fileio.o
  CC       dired.o
  CC       cmds.o
  CC       casetab.o
  CC       casefiddle.o
  CC       indent.o
  CC       search.o
  CC       regex-emacs.o
  CC       undo.o
  CC       alloc.o
  CC       pdumper.o
  CC       data.o
  CC       doc.o
  CC       editfns.o
  CC       callint.o
  CC       eval.o
  CC       floatfns.o
  CC       fns.o
  CC       font.o
  CC       print.o
In file included from print.c:44:
../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined
   44 | #   define __BYTE_ORDER __LITTLE_ENDIAN
      | 
In file included from /usr/include/sys/types.h:70,
                 from ../lib/sys/types.h:39,
                 from ../lib/fcntl.h:56,
                 from sysstdio.h:24,
                 from print.c:23:
/usr/include/endian.h:11: note: this is the location of the previous definition
   11 | #define __BYTE_ORDER __BYTE_ORDER__
      | 
  CC       lread.o
In file included from lread.c:74:
../lib/ieee754.h:44: warning: "__BYTE_ORDER" redefined
   44 | #   define __BYTE_ORDER __LITTLE_ENDIAN
      | 
In file included from /usr/include/sys/types.h:70,
                 from ../lib/sys/types.h:39,
                 from ../lib/fcntl.h:56,
                 from sysstdio.h:24,
                 from lread.c:25:
/usr/include/endian.h:11: note: this is the location of the previous definition
   11 | #define __BYTE_ORDER __BYTE_ORDER__
      | 
  CC       dynlib.o
  CC       emacs-module.o
  CC       syntax.o
  CC       bytecode.o
  CC       process.o
  CC       gnutls.o
  CC       callproc.o
  CC       region-cache.o
  CC       sound.o
  CC       timefns.o
  CC       atimer.o
  CC       doprnt.o
  CC       intervals.o
  CC       textprop.o
  CC       composite.o
  CC       xml.o
  CC       lcms.o
  CC       inotify.o
  CC       profiler.o
  CC       decompress.o
  CC       thread.o
  CC       systhread.o
  CC       xfont.o
  CC       ftfont.o
  CC       ftcrfont.o
  CC       hbfont.o
  CC       fontset.o
  CC       fringe.o
  CC       image.o
  CC       xgselect.o
image.c: In function 'tiff_load':
image.c:7869:3: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 7869 |   uint32 *buf;
      |   ^~~~~~
image.c:7995:7: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 7995 |       uint32 *row = buf + y * width;
      |       ^~~~~~
image.c:7999:4: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 7999 |    uint32 abgr = row[x];
      |    ^~~~~~
  CC       json.o
  CC       terminfo.o
  CC       lastfile.o
  CC       widget.o
  CCLD     temacs
/bin/mkdir -p ../etc
make -C ../lisp update-subdirs
make[2]: Entering directory '/home/me/src/emacs/lisp'
make[2]: Leaving directory '/home/me/src/emacs/lisp'
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
./temacs --batch  -l loadup --temacs=pbootstrap
Loading loadup.el (source)...
dump mode: pbootstrap
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading window (source)...
Loading /home/me/src/emacs/lisp/files.el (source)...
Loading /home/me/src/emacs/lisp/emacs-lisp/macroexp.el (source)...
Loading /home/me/src/emacs/lisp/emacs-lisp/pcase.el (source)...
Loading /home/me/src/emacs/lisp/emacs-lisp/macroexp.el (source)...
Loading /home/me/src/emacs/lisp/cus-face.el (source)...
Loading /home/me/src/emacs/lisp/faces.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
make[2]: Entering directory '/home/me/src/emacs/lisp'
  ELC      emacs-lisp/macroexp.elc
  ELC      emacs-lisp/cconv.elc
  ELC      emacs-lisp/byte-opt.elc
  ELC      emacs-lisp/bytecomp.elc
Loading loadup.el (source)...
Loading loadup.el (source)...
Loading loadup.el (source)...
Loading loadup.el (source)...
dump mode: nil
dump mode: nil
dump mode: nil
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  ELC      emacs-lisp/autoload.elc
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
make[2]: Leaving directory '/home/me/src/emacs/lisp'
make -C ../lisp autoloads EMACS="../src/bootstrap-emacs"
make[2]: Entering directory '/home/me/src/emacs/lisp'
  ELC      ../lisp/bindings.elc
  ELC      ../lisp/abbrev.elc
  ELC      international/titdic-cnv.elc
  ELC      ../lisp/buff-menu.elc
Loading loadup.el (source)...
Loading loadup.el (source)...
Loading loadup.el (source)...
Loading loadup.el (source)...
dump mode: nil
dump mode: nil
dump mode: nil
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs"
  GEN      calendar/cal-loaddefs.el
make[3]: Entering directory '/home/me/src/emacs/admin/grammars'
  GEN      ../../lisp/cedet/semantic/bovine/c-by.el
  ELC      ../lisp/button.elc
  ELC      ../lisp/case-table.elc
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading loadup.el (source)...
Loading loadup.el (source)...
dump mode: nil
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  GEN      ../../lisp/cedet/semantic/bovine/make-by.el
  GEN      ../../lisp/cedet/semantic/bovine/scm-by.el
Loading loadup.el (source)...
Loading loadup.el (source)...
dump mode: nil
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
  ELC      ../lisp/composite.elc
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  ELC      ../lisp/cus-face.elc
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
Loading loadup.el (source)...
dump mode: nil
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  GEN      ../../lisp/cedet/semantic/wisent/javat-wy.el
  GEN      ../../lisp/cedet/semantic/wisent/js-wy.el
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  GEN      mh-e/mh-loaddefs.el
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/cus-start.elc
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  GEN      ../../lisp/cedet/semantic/wisent/python-wy.el
  GEN      ../../lisp/cedet/srecode/srt-wy.el
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  GEN      net/tramp-loaddefs.el
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  ELC      ../lisp/custom.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Loading window (compiled; note, source file is newer)...
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
make[3]: Leaving directory '/home/me/src/emacs/admin/grammars'
make -C ../leim all EMACS="../src/bootstrap-emacs"
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
make[3]: Entering directory '/home/me/src/emacs/leim'
  GEN      ../lisp/leim/quail/PY.el
  ELC      ../lisp/disp-table.elc
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  GEN      calendar/diary-loaddefs.el
Loading loadup.el (source)...
Loading loadup.el (source)...
dump mode: nil
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Loading international/mule-conf (compiled; note, source file is newer)...
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/dnd.elc
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
  GEN      ../lisp/leim/quail/ZIRANMA.el
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
  ELC      ../lisp/dos-fns.elc
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading loadup.el (source)...
Loading widget (compiled; note, source file is newer)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
  ELC      ../lisp/dos-vars.elc
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  ELC      ../lisp/dos-w32.elc
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading faces (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
  GEN      ../lisp/leim/quail/CTLau.el
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
  ELC      ../lisp/dynamic-setting.elc
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/electric.elc
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/backquote.elc
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  GEN      ../lisp/leim/quail/CTLau-b5.el
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/byte-run.elc
Loading international/mule-conf (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/cl-generic.elc
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/cl-preloaded.elc
Loading loadup.el (source)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading window (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  GEN      ../lisp/language/pinyin.el
Loading window (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/eldoc.elc
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/float-sup.elc
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/lisp-mode.elc
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
  GEN      ../lisp/leim/ja-dic/ja-dic.el
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/lisp.elc
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/macroexp.elc
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  ELC      ../lisp/emacs-lisp/map-ynp.elc
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  GEN      ../lisp/leim/leim-list.el
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Loading bindings (compiled; note, source file is newer)...
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading faces (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/nadvice.elc
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/regexp-opt.elc
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  ELC      ../lisp/emacs-lisp/syntax.elc
Loading env (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
make[3]: Leaving directory '/home/me/src/emacs/leim'
  GEN      calendar/hol-loaddefs.el
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading faces (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/tabulated-list.elc
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/emacs-lisp/timer.elc
  ELC      ../lisp/env.elc
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
  GEN      loaddefs.el
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/epa-hook.elc
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/facemenu.elc
make[2]: Leaving directory '/home/me/src/emacs/lisp'
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
  ELC      ../lisp/faces.elc
Loading bindings (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
  ELC      ../lisp/files.elc
Loading window (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading loadup.el (source)...
Loading version (compiled; note, source file is newer)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/font-core.elc
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading faces (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/font-lock.elc
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/format.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
  ELC      ../lisp/frame.elc
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/fringe.elc
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading faces (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/help.elc
Loading env (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/image.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
  ELC      ../lisp/indent.elc
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/international/charscript.elc
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading faces (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
make[2]: Entering directory '/home/me/src/emacs/admin/unidata'
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      uvs.elc
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
  ELC      ../lisp/international/cp51932.elc
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/international/eucjp-ms.elc
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/international/fontset.elc
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  ELC      unidata-gen.elc
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/international/mule-cmds.elc
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/international/mule-conf.elc
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading loadup.el (source)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/international/mule-util.elc
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
  GEN      ../../src/macuvs.h
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
  ELC      ../lisp/international/mule.elc
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/isearch.elc
Loading window (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/jit-lock.elc
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-bidi.el
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
  ELC      ../lisp/jka-cmpr-hook.elc
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/language/burmese.elc
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Loading cus-face (compiled; note, source file is newer)...
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-brackets.el
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/language/cham.elc
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Loading faces (compiled; note, source file is newer)...
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading widget (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Loading custom (compiled; note, source file is newer)...
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/language/chinese.elc
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/language/cyrillic.elc
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading custom (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-category.el
Loading format (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/language/czech.elc
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/language/english.elc
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/language/ethiopic.elc
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-combining.el
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  ELC      ../lisp/language/european.elc
Loading files (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
  ELC      ../lisp/language/georgian.elc
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  ELC      ../lisp/language/greek.elc
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-comment.el
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/language/hebrew.elc
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/language/indian.elc
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/language/japanese.elc
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-decimal.el
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/language/khmer.elc
Loading files (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/language/lao.elc
  ELC      ../lisp/language/korean.elc
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-decomposition.el
Loading faces (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/language/misc-lang.elc
Loading env (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-digit.el
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/language/romanian.elc
  GEN      ../../lisp/international/uni-lowercase.el
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
Loading loadup.el (source)...
dump mode: nil
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/language/sinhala.elc
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-mirrored.el
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-name.el
Loading window (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/language/slovak.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
  ELC      ../lisp/language/tai-viet.elc
Loading files (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-numeric.el
  GEN      ../../lisp/international/uni-old-name.el
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  ELC      ../lisp/language/thai.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
  ELC      ../lisp/language/tibetan.elc
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  GEN      ../../lisp/international/uni-special-lowercase.el
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  ELC      ../lisp/language/utf-8-lang.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/language/vietnamese.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/ls-lisp.elc
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-special-titlecase.el
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/menu-bar.elc
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/minibuffer.elc
Loading env (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/mouse.elc
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  GEN      ../../lisp/international/uni-special-uppercase.el
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/mwheel.elc
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Loading files (compiled; note, source file is newer)...
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  ELC      ../lisp/newcomment.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/obarray.elc
  GEN      ../../lisp/international/uni-titlecase.el
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
Loading loadup.el (source)...
dump mode: nil
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/progmodes/elisp-mode.elc
Loading env (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/progmodes/prog-mode.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
  GEN      ../../lisp/international/uni-uppercase.el
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
  ELC      ../lisp/register.elc
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
  ELC      ../lisp/replace.elc
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
  ELC      ../lisp/rfn-eshadow.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  GEN      ../../lisp/international/charprop.el
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/scroll-bar.elc
Loading version (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/select.elc
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/simple.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
make[2]: Leaving directory '/home/me/src/emacs/admin/unidata'
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/startup.elc
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Loading format (compiled; note, source file is newer)...
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
  ELC      ../lisp/subr.elc
Loading version (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/tab-bar.elc
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/term/common-win.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/term/internal.elc
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Loading bindings (compiled; note, source file is newer)...
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
  ELC      ../lisp/term/ns-win.elc
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/term/pc-win.elc
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  ELC      ../lisp/term/tty-colors.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/term/w32-win.elc
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
  ELC      ../lisp/term/x-win.elc
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/textmodes/fill.elc
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  ELC      ../lisp/textmodes/page.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/textmodes/paragraphs.elc
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
  ELC      ../lisp/textmodes/text-mode.elc
Loading format (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/tool-bar.elc
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
  ELC      ../lisp/tooltip.elc
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/uniquify.elc
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/vc/ediff-hook.elc
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/vc/vc-hooks.elc
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
  ELC      ../lisp/version.elc
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/w32-fns.elc
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/w32-vars.elc
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/widget.elc
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
  ELC      ../lisp/window.elc
Loading format (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
  ELC      ../lisp/x-dnd.elc
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
  ELC      ../lisp/international/characters.elc
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
  ELC      ../lisp/international/ucs-normalize.elc
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading loadup.el (source)...
dump mode: nil
Using load-path (/home/me/src/emacs/lisp /home/me/src/emacs/lisp/emacs-lisp /home/me/src/emacs/lisp/progmodes /home/me/src/emacs/lisp/language /home/me/src/emacs/lisp/international /home/me/src/emacs/lisp/textmodes /home/me/src/emacs/lisp/vc)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote (compiled; note, source file is newer)...
Loading subr (compiled; note, source file is newer)...
Loading env (compiled; note, source file is newer)...
Loading version (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading widget (compiled; note, source file is newer)...
Loading custom (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading emacs-lisp/map-ynp (compiled; note, source file is newer)...
Loading international/mule (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading international/mule-conf (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
Loading env (compiled; note, source file is newer)...
Loading format (compiled; note, source file is newer)...
Loading bindings (compiled; note, source file is newer)...
Loading window (compiled; note, source file is newer)...
Loading files (compiled; note, source file is newer)...
Loading emacs-lisp/macroexp (compiled; note, source file is newer)...
Loading cus-face (compiled; note, source file is newer)...
Loading faces (compiled; note, source file is newer)...
Loading /home/me/src/emacs/lisp/loaddefs.el (source)...
  GEN      ../etc/DOC
rm -f emacs && cp -f temacs emacs
LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump
Loading loadup.el (source)...
dump mode: pdump
Using load-path (/home/me/src/emacs/lisp)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading window (source)...
Loading files.el (source)...
(require pcase) while preparing to dump
make[1]: *** [Makefile:584: emacs.pdmp] Error 255
make[1]: Leaving directory '/home/me/src/emacs/src'
make: *** [Makefile:424: src] Error 2

  reply	other threads:[~2021-08-15  1:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-14 13:41 bug#50058: 28.0.5; emacs build fails with undefined reference to malloc_info birdsite
2021-08-14 16:40 ` Eli Zaretskii
2021-08-14 17:08   ` Bird
2021-08-14 17:12   ` Lars Ingebrigtsen
2021-08-14 17:31     ` Eli Zaretskii
2021-08-14 17:39       ` Lars Ingebrigtsen
2021-08-15  1:59         ` Flappy Bird [this message]
2021-08-15 11:27           ` Lars Ingebrigtsen
2021-08-15 12:43             ` birdsite
2021-08-15 12:49               ` Lars Ingebrigtsen
2021-08-15 14:08                 ` birdsite
2021-08-15 14:20                   ` Lars Ingebrigtsen
2021-08-15 14:20               ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85lf53lb6v.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me \
    --to=birdsite@airmail.cc \
    --cc=50058@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).