diff options
Diffstat (limited to 'emacs')
-rwxr-xr-x | emacs/PKGBUILD | 84 | ||||
-rw-r--r-- | emacs/emacs-29.4-2-x86_64-build.log | 1213 | ||||
-rw-r--r-- | emacs/emacs-29.4-2-x86_64-package.log | 4551 | ||||
-rw-r--r-- | emacs/emacs-29.4-2-x86_64-prepare.log | 70 | ||||
-rwxr-xr-x | emacs/modify-startup.patch | 13 |
5 files changed, 5931 insertions, 0 deletions
diff --git a/emacs/PKGBUILD b/emacs/PKGBUILD new file mode 100755 index 0000000..076ad99 --- /dev/null +++ b/emacs/PKGBUILD @@ -0,0 +1,84 @@ +# Maintainer (Arch): Juergen Hoetzel <juergen@archlinux.org> +# Contributor (Arch): Renchi Raju <renchi@green.tam.uiuc.edu> +# Maintainer: André Silva <emulatorman@hyperbola.info> +# Contributor: Jesús E. <heckyel@hyperbola.info> +# Contributor: Tobias Dausend <throgh@hyperbola.info> +pkgname=emacs +pkgver=29.4 +_debver=$pkgver +_debrel=2 +pkgrel=2 +pkgdesc="The extensible, customizable, self-documenting real-time display editor" +arch=('i686' 'x86_64') +url='https://www.gnu.org/software/emacs/emacs.html' +license=('GPL-3') +depends=('librsvg-legacy' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk' 'hicolor-icon-theme' + 'desktop-file-utils' 'alsa-lib' 'gnutls' 'jansson') +makedepends=('quilt') +source=("https://ftp.gnu.org/gnu/emacs/${pkgname}-${pkgver}.tar.xz" + "https://deb.debian.org/debian/pool/main/e/emacs/emacs_${_debver}+1-${_debrel}~bpo12+1.debian.tar.xz" + "modify-startup.patch") +sha512sums=('66b38081cb01d2c46ff7beefb45986cc225b4c922c30712ad0d456c6cae5507176ed99418c8f26948c5375c8afde4e4b2507d23ed997dbb5392d12150a121d80' + '19e4cdda20009d9dcb65ebc4f6d6b15cb2d0d2927d0a77911196f6a29225b2ebc0a84e9e3cab4dbf6de6dad1ee916b8a8d4cee9c10910b19218874158226ca76' + '223c8992b730678ea67edda8b8a92e779e96cbf9f41b2cb0fc70029ded6bfbedfbebf90f19af6f9a17c9dd16564aa3b6b97623cec8e1d55ead3a3438efbb8250') +prepare() { + cd "$srcdir"/$pkgname-$pkgver + if [[ ${pkgver%.*} = ${_debver%.*} ]]; then + # Debian patches + export QUILT_PATCHES=debian/patches + export QUILT_REFRESH_ARGS='-p ab --no-timestamps --no-index' + export QUILT_DIFF_ARGS='--no-timestamps' + mv "$srcdir"/debian . + # Doesn't apply + rm -v debian/patches/0001-Prefer-usr-share-info-emacs.patch || true + rm -v debian/patches/0002-Run-debian-startup-and-set-debian-emacs-flavor.patch || true + rm -v debian/patches/0003-Remove-files-that-appear-to-be-incompatible-with-the.patch || true + rm -v debian/patches/0004-Adjust-documentation-references-for-Debian.patch || true + rm -v debian/patches/0005-Modify-the-output-of-version-to-indicate-Debian-modi.patch || true + rm -v debian/patches/0008-Mark-vc-bzr-test-fauilt-bzr-autoloads-as-unstable-fo.patch || true + quilt push -av + fi + # patchout startup-links + rm lisp/startup.elc + patch -Np1 -i ${srcdir}/modify-startup.patch +} +build() { +cd "$srcdir"/$pkgname-$pkgver +ac_cv_lib_gif_EGifPutExtensionLast=yes +CFLAGS="-O3 -march=native" ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-x-toolkit=gtk \ + --with-modules \ + --with-json \ + --without-dbus \ + --without-libsystemd \ + --without-tiff \ + --without-xft \ + --without-sound \ + --without-toolkit-scroll-bars \ + --without-xaw3d +make ${MAKEFLAGS} +# --without-imagemagick \ +# --without-compress \ +} + +package() { + cd "$srcdir"/$pkgname-$pkgver + make ${MAKEFLAGS} DESTDIR="$pkgdir" install + # remove conflict with ctags package + mv "$pkgdir"/usr/bin/{ctags,ctags.emacs} + mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1} + # remove systemd-related data + rm -rf "$pkgdir"/usr/lib + rm "$pkgdir"/usr/share/emacs/$pkgver/etc/emacs.service + # remove internal package-manager for emacs + # we do not support such as of being a high risk to endanger user-freedom + rm "$pkgdir"/usr/share/emacs/$pkgver/etc/package-keyring.gpg + rm "$pkgdir"/usr/share/emacs/$pkgver/lisp/emacs-lisp/{package,package-vc,package-x}.el.gz + rm "$pkgdir"/usr/share/emacs/$pkgver/lisp/emacs-lisp/{package,package-vc,package-x}.elc + # fix user/root permissions on usr/share files + find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \; + install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname" +} diff --git a/emacs/emacs-29.4-2-x86_64-build.log b/emacs/emacs-29.4-2-x86_64-build.log new file mode 100644 index 0000000..243b17b --- /dev/null +++ b/emacs/emacs-29.4-2-x86_64-build.log @@ -0,0 +1,1213 @@ +checking for xcrun... no +checking for GNU Make... make +checking build system type... x86_64-pc-linux-gnu +checking host system type... x86_64-pc-linux-gnu +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 the compiler supports GNU C... 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 for stdio.h... yes +checking for stdlib.h... yes +checking for string.h... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for strings.h... yes +checking for sys/stat.h... yes +checking for sys/types.h... yes +checking for unistd.h... yes +checking for wchar.h... yes +checking for minix/config.h... no +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... yes +checking for sys/socket.h... 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 vfork.h... no +checking for dirent.h... yes +checking for execinfo.h... yes +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... yes +checking for sys/time.h... yes +checking for ieee754.h... yes +checking for limits.h... yes +checking for sys/select.h... yes +checking for stdalign.h... yes +checking for stdbool.h... yes +checking for stdckdint.h... no +checking for sys/random.h... yes +checking whether it is safe to define __EXTENSIONS__... yes +checking whether _XOPEN_SOURCE should be defined... no +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 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 the compiler is clang... no +checking whether C compiler handles -Werror -Wunknown-warning-option... no +checking for a BSD-compatible install... /usr/bin/install -c +checking command to symlink files in the same directory... ln -s +checking for install-info... /usr/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 math library... -lm +checking for pkg-config... /usr/bin/pkg-config +checking pkg-config is at least version 0.9.0... yes +checking for ADDR_NO_RANDOMIZE... yes +checking if Linux sysinfo may be used... 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 sbrk... yes +checking for getpagesize... yes +checking for __lsan_ignore_object... no +checking for fork... yes +checking for vfork... yes +checking for fchmod... yes +checking for canonicalize_file_name... yes +checking for faccessat... yes +checking for realpath... yes +checking for lstat... yes +checking for readlinkat... yes +checking for explicit_bzero... yes +checking for memset_s... no +checking for fchmodat... yes +checking for lchmod... no +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 mkostemp... yes +checking for pipe2... yes +checking for pselect... yes +checking for pthread_sigmask... no +checking for readlink... 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 working mmap... yes +checking for main in -lXbsd... no +checking for pthread library... -lpthread +checking for thread support... yes +checking whether X on GNU/Linux needs -b to link... no +checking for Xkb... yes +checking for XkbRefreshKeyboardMapping... yes +checking for XkbFreeNames... yes +checking for XrmSetDatabase... yes +checking for XScreenResourceString... yes +checking for XScreenNumberOfScreen... yes +checking for XDisplayCells... yes +checking for XDestroySubwindows... yes +checking X11 version 6... 6 or newer +checking for XICCallback.callback... yes +checking for librsvg-2.0 >= 2.14.0... yes +checking for libwebpdemux >= 0.6.0... no +checking for WebPGetInfo... no +checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no +checking for sqlite3_open_v2 in -lsqlite3... yes +checking for sqlite3_load_extension in -lsqlite3... yes +checking for getaddrinfo_a in -lanl... yes +checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5... yes +checking whether GTK compiles... yes +configure: WARNING: Your version of Gtk+ will have problems with + closing open displays. This is no problem if you just use + one display, but if you use more than one and close one of them + Emacs may crash. + See https://gitlab.gnome.org/GNOME/gtk/issues/221 +checking for malloc_trim... yes +checking for gio-2.0 >= 2.26... yes +checking whether GSettings is in gio... yes +checking for gobject-2.0 >= 2.0... yes +checking for lgetfilecon in -lselinux... no +checking for gnutls >= 2.12.2... yes +checking for jansson >= 2.7... yes +checking for tree-sitter >= 0.20.2... no +checking for tree-sitter >= 0.6.3... no +checking for sys/inotify.h... yes +checking for inotify_init1... 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... yes +checking for harfbuzz >= 0.9.42... yes +checking for X11/Xlib-xcb.h... yes +checking for xcb_translate_coordinates in -lxcb... yes +checking for XGetXCBConnection in -lX11-xcb... yes +checking for xcb_aux_sync in -lxcb-util... no +checking for xcb_aux_sync in -lxcb-aux... no +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... no +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 for gif_lib.h... yes +checking for GifMakeMapObject in -lgif... yes +checking for gpm.h... yes +checking for Gpm_Open in -lgpm... 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 xi... yes +checking for X11/extensions/XInput2.h... yes +checking for XIGrabButton in -lXi... yes +checking for XIScrollClassInfo.type... yes +checking for XITouchClassInfo.type... yes +checking for XIBarrierReleasePointerInfo.deviceid... yes +checking for XIGestureClassInfo.type... no +checking for X11/extensions/sync.h... yes +checking for XSyncQueryExtension in -lXext... yes +checking for XSyncTriggerFence... yes +checking for X11/extensions/Xdbe.h... yes +checking for XdbeAllocateBackBufferName in -lXext... yes +checking for X11/extensions/shape.h... yes +checking for XShapeQueryVersion in -lXext... yes +checking for xcb/shape.h... yes +checking for xcb_shape_combine in -lxcb-shape... yes +checking for X11/extensions/Xcomposite.h... yes +checking for XCompositeRedirectWindow in -lXcomposite... 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 for maillock.h... no +checking for linux/seccomp.h... yes +checking whether SECCOMP_SET_MODE_FILTER is declared... yes +checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes +checking for linux/filter.h... yes +checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes +checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes +checking for libseccomp >= 2.5.2... no +checking size of long... 8 +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 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... yes +checking for posix_openpt... yes +checking for library containing tputs... -lncurses +checking whether -lncurses library defines BC... yes +checking for timerfd interface... yes +checking whether signals can be handled on alternate stack... yes +checking for valgrind/valgrind.h... no +checking for struct unipair.unicode... yes +checking for pid_t... yes +checking for working fork... yes +checking for working vfork... (cached) yes +checking for snprintf... yes +checking for spawn.h... yes +checking for posix_spawn... yes +checking for posix_spawn_file_actions_addchdir... no +checking for posix_spawn_file_actions_addchdir_np... yes +checking for posix_spawnattr_setflags... yes +checking whether POSIX_SPAWN_SETSID is declared... yes +checking whether GLib is linked in... yes +checking for nl_langinfo and CODESET... yes +checking for nl_langinfo and _NL_PAPER_WIDTH... yes +checking for mbstate_t... yes +checking for signals via characters... yes +checking for _setjmp... yes +checking for sigsetjmp... yes +checking POSIX termios... yes +checking size of speed_t... 4 +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 whether malloc (0) returns nonnull... yes +checking for working alloca.h... yes +checking for alloca... yes +checking for a race-free mkdir -p... /bin/mkdir -p +checking whether the preprocessor supports include_next... yes +checking whether source code line length is unlimited... yes +checking whether lstat correctly handles trailing slash... 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 if environ is properly declared... yes +checking for complete errno.h... yes +checking whether ctype.h defines __header_inline... no +checking for mode_t... yes +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... yes +checking for working GNU getopt function... yes +checking for working GNU getopt_long function... yes +checking for timespec_get... yes +checking for struct timeval... yes +checking for wide-enough struct timeval.tv_sec member... yes +checking whether limits.h has WORD_BIT, BOOL_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.... yes +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... no +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 sigset_t... yes +checking for volatile sig_atomic_t... yes +checking for sighandler_t... yes +checking for wchar_t... yes +checking for good max_align_t... yes +checking whether NULL can be used in arbitrary expressions... yes +checking whether fcloseall is declared... yes +checking which flavor of printf attribute matches inttypes macros... system +checking whether ecvt is declared... yes +checking whether fcvt is declared... yes +checking whether gcvt is declared... yes +checking whether strnlen is declared... yes +checking whether strtoimax is declared... yes +checking whether stat file-mode macros are broken... no +checking for nlink_t... yes +checking for struct timespec in <time.h>... yes +checking for TIME_UTC in <time.h>... yes +checking whether execvpe is declared... 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 whether malloc is ptrdiff_t safe... yes +checking whether malloc, realloc, calloc set errno on failure... yes +checking for O_CLOEXEC... yes +checking for promoted mode_t type... mode_t +checking whether the utimes function works... yes +checking for C compiler option to allow warnings... -Wno-error +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 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 static_assert... no +checking for __builtin_expect... yes +checking for byteswap.h... yes +checking for library containing clock_gettime... none required +checking for clock_getres... yes +checking for clock_gettime... yes +checking for clock_settime... yes +checking for copy_file_range... yes +checking whether copy_file_range is known to work... yes +checking for d_type member in directory struct... yes +checking whether // is distinct from /... (cached) no +checking whether dup2 works... yes +checking for library containing backtrace_symbols_fd... none required +checking whether fchmodat works... no +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 getxattr with XATTR_NAME_POSIX_ACL macros... yes +checking for flexible array member... yes +checking for __fpending... yes +checking whether __fpending is declared... yes +checking whether free is known to preserve errno... no +checking whether fstatat (..., 0) works... yes +checking for sys/mount.h... yes +checking for statvfs function (SVR4)... yes +checking whether to use statvfs64... no +checking for two-argument statfs with statfs.f_frsize member... yes +checking for sys/fs/s5param.h... no +checking for sys/statfs.h... yes +checking for statfs that truncates block counts... no +checking whether futimens works... yes +checking for getloadavg... yes +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... almost +checking whether the compiler supports the __inline keyword... 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 for library containing nanosleep... none required +checking for working nanosleep... no (mishandles large arguments) +checking for sys/pstat.h... no +checking for sys/sysmp.h... no +checking for sys/param.h... (cached) yes +checking for sys/sysctl.h... yes +checking for sched_getaffinity... yes +checking for sched_getaffinity_np... no +checking for pstat_getdynamic... no +checking for sysmp... no +checking for sysctl... yes +checking for glibc compatible sched_getaffinity... 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 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 readlink truncates results correctly... yes +checking whether readlinkat signature is correct... yes +checking for working re_compile_pattern... no +checking for libintl.h... yes +checking whether isblank is declared... yes +checking for sig2str... no +checking for sigdescr_np... no +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 alignas and alignof... yes, <stdalign.h> macros +checking for bool, true, false... no +checking for stpcpy... yes +checking for working strnlen... yes +checking whether strtoimax works... yes +checking whether symlink handles trailing slash correctly... 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 whether timer_settime is declared... yes +checking for library containing timer_settime... -lrt +checking for timer_settime... yes +checking whether utimensat works... yes +checking for variable-length arrays... yes +checking whether getdtablesize works... yes +checking for __mktime_internal... no +checking for timer_getoverrun... yes +checking for gcc option to disable position independent executables... not needed + +Configured for 'x86_64-pc-linux-gnu'. + + Where should the build process find the source code? . + What compiler should emacs be built with? gcc -O3 -march=native + 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? GTK3 + 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? no + 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 -lwebp? no + Does Emacs use -lsqlite3? yes + Does Emacs use cairo? yes + Does Emacs use -llcms2? no + Does Emacs use imagemagick? no + Does Emacs use native APIs for images? no + Does Emacs support sound? no + Does Emacs use -lgpm? yes + Does Emacs use -ldbus? no + Does Emacs use -lgconf? no + Does Emacs use GSettings? yes + 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? yes + Does Emacs use -lotf? yes + Does Emacs use -lxft? no + Does Emacs use -lsystemd? no + Does Emacs use -ljansson? yes + Does Emacs use -ltree-sitter? no + 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? no + 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 + Does Emacs have native lisp compiler? no + Does Emacs use version 2 of the X Input Extension? yes + Does Emacs generate a smaller-size Japanese dictionary? no + + +configure: creating ./config.status +config.status: creating src/verbose.mk +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 test/manual/noverlay/Makefile +config.status: creating test/infra/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 +config.status: executing src/.gdbinit commands +config.status: executing doc/emacs/emacsver.texi commands +config.status: executing etc-refcards-emacsver.tex commands +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 actual-all || make advice-on-failure make-target=all exit-status=$? +make[1]: Entering directory '/build/emacs/src/emacs-29.4' +make -C lib all +make -C doc/lispref info +make -C doc/lispintro info +make -C doc/emacs info +make[2]: Entering directory '/build/emacs/src/emacs-29.4/doc/lispintro' +make[2]: Nothing to be done for 'info'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/doc/lispintro' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/doc/emacs' + GEN ../../info/emacs.info +make[2]: Entering directory '/build/emacs/src/emacs-29.4/doc/lispref' +make[2]: Nothing to be done for 'info'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/doc/lispref' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/lib' + GEN alloca.h + GEN assert.h + GEN dirent.h + GEN fcntl.h + GEN malloc/dynarray.gl.h + GEN malloc/dynarray-skeleton.gl.h + GEN inttypes.h + GEN limits.h + GEN signal.h + GEN stdckdint.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 mktime.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-stream.o + CC md5.o + CC sha1.o + CC sha256.o + CC sha512.o + CC dtoastr.o + CC dtotimespec.o + CC fchmodat.o + CC fcntl.o + CC file-has-acl.o + CC filemode.o + CC filevercmp.o + CC free.o + CC fsusage.o + CC gettime.o + CC malloc/dynarray_at_failure.o + CC malloc/dynarray_emplace_enlarge.o + CC malloc/dynarray_finalize.o + CC malloc/dynarray_resize.o + CC malloc/dynarray_resize_clear.o + CC nanosleep.o + CC nproc.o + CC nstrftime.o + CC pipe2.o + CC qcopy-acl.o + CC regex.o + CC sig2str.o + CC sigdescr_np.o + CC stat-time.o + CC tempname.o + CC time_rz.o + CC timegm.o + CC timespec.o + CC timespec-add.o + CC timespec-sub.o + CC u64.o + CC unistd.o + CC openat-die.o + CC save-cwd.o + AR libgnu.a +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/lib' +make -C lib-src all +make[2]: Entering directory '/build/emacs/src/emacs-29.4/lib-src' + CCLD etags + CCLD ctags + CCLD emacsclient + CCLD ebrowse + CCLD hexl + CC pop.o + CCLD make-docfile + CCLD make-fingerprint + CCLD movemail +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/lib-src' +make -C src BIN_DESTDIR=''/usr/bin/'' \ + ELN_DESTDIR='/usr/lib/emacs/29.4/' all +make[2]: Entering directory '/build/emacs/src/emacs-29.4/src' + GEN lisp.mk + GEN globals.h + GEN buildobj.h +make -C ../admin/charsets all +make -C ../admin/unidata charscript.el +make -C ../admin/unidata emoji-zwj.el +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make -C ../admin/charsets cp51932.el +make -C ../admin/charsets eucjp-ms.el +make[3]: Nothing to be done for 'charscript.el'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[3]: Nothing to be done for 'emoji-zwj.el'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[3]: Nothing to be done for 'cp51932.el'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[3]: Nothing to be done for 'eucjp-ms.el'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[3]: Nothing to be done for 'all'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' + CC dispnew.o + CC frame.o + CC scroll.o + 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 gtkutil.o + CC emacsgtkfixed.o + CC emacs.o + CC keyboard.o + CC macros.o + CC keymap.o + CC sysdep.o + CC bignum.o + CC buffer.o +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/doc/emacs' + 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 sort.o + CC font.o + CC print.o + CC lread.o + CC emacs-module.o + CC syntax.o + CC bytecode.o + CC comp.o + CC dynlib.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 sqlite.o + CC treesit.o + CC itree.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 + CC json.o + CC terminfo.o + CC lastfile.o + CCLD temacs + GEN ../etc/DOC +/bin/mkdir -p ../etc +make -C ../lisp update-subdirs +make[3]: Entering directory '/build/emacs/src/emacs-29.4/lisp' +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/lisp' +cp -f temacs bootstrap-emacs +rm -f bootstrap-emacs.pdmp +./temacs --batch -l loadup --temacs=pbootstrap \ + --bin-dest /usr/bin/ --eln-dest /usr/lib/emacs/29.4/ +Loading loadup.el (source)... +Dump mode: pbootstrap +Using load-path (/build/emacs/src/emacs-29.4/lisp /build/emacs/src/emacs-29.4/lisp/emacs-lisp /build/emacs/src/emacs-29.4/lisp/progmodes /build/emacs/src/emacs-29.4/lisp/language /build/emacs/src/emacs-29.4/lisp/international /build/emacs/src/emacs-29.4/lisp/textmodes /build/emacs/src/emacs-29.4/lisp/vc) +Loading emacs-lisp/debug-early... +Loading emacs-lisp/byte-run... +Loading emacs-lisp/backquote... +Loading subr... +Loading keymap... +Loading version... +Loading widget... +Loading custom... +Loading emacs-lisp/map-ynp... +Loading international/mule... +Loading international/mule-conf... +Loading env... +Loading format... +Loading bindings... +Loading window... +Loading files... +Loading emacs-lisp/macroexp... +Loading cus-face... +Loading faces... +Loading loaddefs... +Loading /build/emacs/src/emacs-29.4/lisp/theme-loaddefs.el (source)... +Loading button... +Loading emacs-lisp/cl-preloaded... +Loading emacs-lisp/oclosure... +Loading obarray... +Loading abbrev... +Loading help... +Loading jka-cmpr-hook... +Loading epa-hook... +Loading international/mule-cmds... +Loading case-table... +Loading /build/emacs/src/emacs-29.4/lisp/international/charprop.el (source)... +Loading international/characters... +Loading international/charscript... +Loading international/emoji-zwj... +Loading composite... +Loading language/chinese... +Loading language/cyrillic... +Loading language/indian... +Loading language/sinhala... +Loading language/english... +Loading language/ethiopic... +Loading language/european... +Loading language/czech... +Loading language/slovak... +Loading language/romanian... +Loading language/greek... +Loading language/hebrew... +Loading international/cp51932... +Loading international/eucjp-ms... +Loading language/japanese... +Loading language/korean... +Loading language/lao... +Loading language/tai-viet... +Loading language/thai... +Loading language/tibetan... +Loading language/vietnamese... +Loading language/misc-lang... +Loading language/utf-8-lang... +Loading language/georgian... +Loading language/khmer... +Loading language/burmese... +Loading language/cham... +Loading language/philippine... +Loading language/indonesian... +Loading indent... +Loading emacs-lisp/cl-generic... +Loading simple... +Loading emacs-lisp/seq... +Loading emacs-lisp/nadvice... +Loading minibuffer... +Loading frame... +Loading /build/emacs/src/emacs-29.4/lisp/startup.el (source)... +Loading term/tty-colors... +Loading font-core... +Loading emacs-lisp/syntax... +Loading font-lock... +Loading jit-lock... +Loading mouse... +Loading scroll-bar... +Loading select... +Loading emacs-lisp/timer... +Loading emacs-lisp/easymenu... +Loading isearch... +Loading rfn-eshadow... +Loading menu-bar... +Loading tab-bar... +Loading emacs-lisp/lisp... +Loading textmodes/page... +Loading register... +Loading textmodes/paragraphs... +Loading progmodes/prog-mode... +Loading emacs-lisp/lisp-mode... +Loading textmodes/text-mode... +Loading textmodes/fill... +Loading newcomment... +Loading replace... +Loading emacs-lisp/tabulated-list... +Loading buff-menu... +Loading fringe... +Loading emacs-lisp/regexp-opt... +Loading image... +Loading international/fontset... +Loading dnd... +Loading tool-bar... +Loading dynamic-setting... +Loading x-dnd... +Loading term/common-win... +Loading term/x-win... +Loading mwheel... +Loading progmodes/elisp-mode... +Loading emacs-lisp/float-sup... +Loading vc/vc-hooks... +Loading vc/ediff-hook... +Loading uniquify... +Loading electric... +Loading paren... +Loading emacs-lisp/shorthands... +Loading emacs-lisp/eldoc... +Loading emacs-lisp/cconv... +Loading cus-start... +Loading tooltip... +Loading international/iso-transl... +Loading /build/emacs/src/emacs-29.4/lisp/leim/leim-list.el (source)... +Loading emacs-lisp/rmc... +Finding pointers to doc strings... +Finding pointers to doc strings...done +Dumping under the name bootstrap-emacs.pdmp +Dumping fingerprint: 1cc380ea1ae5569c29b5e4bda81a3e054154c78c010d77d21936e1f74e7fba14 +Dump complete +Byte counts: header=100 hot=8963260 discardable=150680 cold=4330888 +Reloc counts: hot=503578 discardable=5349 +ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" +make[3]: Entering directory '/build/emacs/src/emacs-29.4/lisp' +make[3]: Nothing to be done for 'compile-first'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/lisp' +make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" +make[3]: Entering directory '/build/emacs/src/emacs-29.4/lisp' +make[3]: Nothing to be done for 'compile-first'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/lisp' +make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[3]: Nothing to be done for 'all'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' + ELC ../lisp/startup.elc +rm -f emacs && cp -f temacs emacs +LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ + --bin-dest /usr/bin/ --eln-dest /usr/lib/emacs/29.4/ +Loading loadup.el (source)... +Dump mode: pdump +Using load-path (/build/emacs/src/emacs-29.4/lisp) +Loading emacs-lisp/debug-early... +Loading emacs-lisp/byte-run... +Loading emacs-lisp/backquote... +Loading subr... +Loading keymap... +Loading version... +Loading widget... +Loading custom... +Loading emacs-lisp/map-ynp... +Loading international/mule... +Loading international/mule-conf... +Loading env... +Loading format... +Loading bindings... +Loading window... +Loading files... +Loading emacs-lisp/macroexp... +Loading cus-face... +Loading faces... +Loading loaddefs... +Loading theme-loaddefs.el (source)... +Loading button... +Loading emacs-lisp/cl-preloaded... +Loading emacs-lisp/oclosure... +Loading obarray... +Loading abbrev... +Loading help... +Loading jka-cmpr-hook... +Loading epa-hook... +Loading international/mule-cmds... +Loading case-table... +Loading international/charprop.el (source)... +Loading international/characters... +Loading international/charscript... +Loading international/emoji-zwj... +Loading composite... +Loading language/chinese... +Loading language/cyrillic... +Loading language/indian... +Loading language/sinhala... +Loading language/english... +Loading language/ethiopic... +Loading language/european... +Loading language/czech... +Loading language/slovak... +Loading language/romanian... +Loading language/greek... +Loading language/hebrew... +Loading international/cp51932... +Loading international/eucjp-ms... +Loading language/japanese... +Loading language/korean... +Loading language/lao... +Loading language/tai-viet... +Loading language/thai... +Loading language/tibetan... +Loading language/vietnamese... +Loading language/misc-lang... +Loading language/utf-8-lang... +Loading language/georgian... +Loading language/khmer... +Loading language/burmese... +Loading language/cham... +Loading language/philippine... +Loading language/indonesian... +Loading indent... +Loading emacs-lisp/cl-generic... +Loading simple... +Loading emacs-lisp/seq... +Loading emacs-lisp/nadvice... +Loading minibuffer... +Loading frame... +Loading startup... +Loading term/tty-colors... +Loading font-core... +Loading emacs-lisp/syntax... +Loading font-lock... +Loading jit-lock... +Loading mouse... +Loading scroll-bar... +Loading select... +Loading emacs-lisp/timer... +Loading emacs-lisp/easymenu... +Loading isearch... +Loading rfn-eshadow... +Loading menu-bar... +Loading tab-bar... +Loading emacs-lisp/lisp... +Loading textmodes/page... +Loading register... +Loading textmodes/paragraphs... +Loading progmodes/prog-mode... +Loading emacs-lisp/lisp-mode... +Loading textmodes/text-mode... +Loading textmodes/fill... +Loading newcomment... +Loading replace... +Loading emacs-lisp/tabulated-list... +Loading buff-menu... +Loading fringe... +Loading emacs-lisp/regexp-opt... +Loading image... +Loading international/fontset... +Loading dnd... +Loading tool-bar... +Loading dynamic-setting... +Loading x-dnd... +Loading term/common-win... +Loading term/x-win... +Loading mwheel... +Loading progmodes/elisp-mode... +Loading emacs-lisp/float-sup... +Loading vc/vc-hooks... +Loading vc/ediff-hook... +Loading uniquify... +Loading electric... +Loading paren... +Loading emacs-lisp/shorthands... +Loading emacs-lisp/eldoc... +Loading emacs-lisp/cconv... +Loading cus-start... +Loading tooltip... +Loading international/iso-transl... +Loading leim/leim-list.el (source)... +Loading emacs-lisp/rmc... +Waiting for git... +Error running git rev-parse: (permission-denied "Searching for program" "Permission denied" "git") +Waiting for git... +Error running git rev-parse --abbrev-ref: (permission-denied "Searching for program" "Permission denied" "git") +Finding pointers to doc strings... +Finding pointers to doc strings...done +Pure-hashed: 18582 strings, 5788 vectors, 52571 conses, 5212 bytecodes, 351 others +Dumping under the name emacs.pdmp +Dumping fingerprint: 1cc380ea1ae5569c29b5e4bda81a3e054154c78c010d77d21936e1f74e7fba14 +Dump complete +Byte counts: header=100 hot=8039500 discardable=150680 cold=3860168 +Reloc counts: hot=457452 discardable=5329 +Adding name emacs-29.4.1 +Adding name emacs-29.4.1.pdmp +cp -f emacs.pdmp bootstrap-emacs.pdmp +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/src' +make -C lisp all +make[2]: Entering directory '/build/emacs/src/emacs-29.4/lisp' +make -C ../leim all EMACS="../src/emacs" +make -C ../admin/grammars all EMACS="../../src/emacs" +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/grammars' +make[3]: Nothing to be done for 'all'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/grammars' +make[3]: Entering directory '/build/emacs/src/emacs-29.4/leim' +make[3]: Nothing to be done for 'all'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/leim' + GEN autoloads +make[3]: Entering directory '/build/emacs/src/emacs-29.4/lisp' +make[3]: Nothing to be done for 'compile-targets'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/lisp' +make[3]: Entering directory '/build/emacs/src/emacs-29.4/doc/misc' +make[3]: 'org.texi' is up to date. +make[3]: 'modus-themes.texi' is up to date. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/doc/misc' +make[3]: Entering directory '/build/emacs/src/emacs-29.4/leim' + GEN small-ja-dic-option +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/leim' +make[3]: Entering directory '/build/emacs/src/emacs-29.4/lisp' +make[3]: Nothing to be done for 'compile-targets'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/lisp' + INFO Scraping files for loaddefs... + INFO Scraping files for loaddefs...done + INFO Scraping files for loaddefs... + INFO Scraping files for loaddefs...done +make[3]: Entering directory '/build/emacs/src/emacs-29.4/lisp' +make[3]: Nothing to be done for 'compile-targets'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/lisp' +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/lisp' +make -C doc/misc info +make -C src BIN_DESTDIR=''/usr/bin/'' ELN_DESTDIR='/usr/lib/emacs/29.4/' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/doc/misc' +make[2]: Nothing to be done for 'info'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/doc/misc' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/src' +make -C ../admin/charsets all +make -C ../admin/unidata charscript.el +make -C ../admin/unidata emoji-zwj.el +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make -C ../admin/charsets cp51932.el +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make -C ../admin/charsets eucjp-ms.el +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[3]: Nothing to be done for 'eucjp-ms.el'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[3]: Nothing to be done for 'emoji-zwj.el'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[3]: Nothing to be done for 'cp51932.el'. +make[3]: Nothing to be done for 'charscript.el'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[3]: Nothing to be done for 'all'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' +make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" +make[3]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[3]: Nothing to be done for 'all'. +make[3]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/src' +make[1]: Leaving directory '/build/emacs/src/emacs-29.4' +make sanity-check make-target=all +make[1]: Entering directory '/build/emacs/src/emacs-29.4' +make[1]: Leaving directory '/build/emacs/src/emacs-29.4' diff --git a/emacs/emacs-29.4-2-x86_64-package.log b/emacs/emacs-29.4-2-x86_64-package.log new file mode 100644 index 0000000..5d8d210 --- /dev/null +++ b/emacs/emacs-29.4-2-x86_64-package.log @@ -0,0 +1,4551 @@ +make -C lib all +make -C doc/lispref info +make -C doc/lispintro info +make -C doc/emacs info +make[1]: Entering directory '/build/emacs/src/emacs-29.4/doc/lispintro' +make[1]: Nothing to be done for 'info'. +make[1]: Leaving directory '/build/emacs/src/emacs-29.4/doc/lispintro' +umask 022; /bin/mkdir -p "/build/emacs/pkg/emacs/usr/share/man/man1" +umask 022; /bin/mkdir -p "/build/emacs/pkg/emacs/usr/share/applications" +make[1]: Entering directory '/build/emacs/src/emacs-29.4/doc/lispref' +make[1]: Nothing to be done for 'info'. +make[1]: Leaving directory '/build/emacs/src/emacs-29.4/doc/lispref' +make[1]: Entering directory '/build/emacs/src/emacs-29.4/doc/emacs' +make[1]: Nothing to be done for 'info'. +make[1]: Leaving directory '/build/emacs/src/emacs-29.4/doc/emacs' +tmp=etc/emacs.tmpdesktop; rm -f ${tmp}; \ +sed -e "/^Exec=emacs/ s/emacs/`echo emacs | sed 's,x,x,'`/" \ + -e "/^Icon=emacs/ s/emacs/`echo emacs | sed 's,x,x,'`/" \ + \ + ./etc/emacs.desktop > ${tmp}; \ +/usr/bin/install -c -m 644 ${tmp} "/build/emacs/pkg/emacs/usr/share/applications/`echo emacs | sed 's,x,x,'`.desktop"; \ +rm -f ${tmp} +thisdir=`pwd -P`; \ +cd ./doc/man; \ +for page in *.1; do \ + test "$page" = ChangeLog.1 && continue; \ + dest=`echo "${page}" | sed -e 's/\.1$//' -e 's,x,x,'`.1; \ + (cd "${thisdir}"; \ + /usr/bin/install -c -m 644 ./doc/man/${page} "/build/emacs/pkg/emacs/usr/share/man/man1/${dest}"); \ + [ -n "/bin/gzip" ] || continue ; \ + rm -f "/build/emacs/pkg/emacs/usr/share/man/man1/${dest}.gz"; \ + /bin/gzip -9n "/build/emacs/pkg/emacs/usr/share/man/man1/${dest}" || true; \ +done +tmp=etc/emacsclient.tmpdesktop; rm -f ${tmp}; \ +client_name=`echo emacsclient | sed 's,x,x,'`; \ +sed -e "/^Exec=/ s|emacsclient|/usr/bin/${client_name}|" \ + -e "/^Icon=emacs/ s/emacs/`echo emacs | sed 's,x,x,'`/" \ + \ + \ + ./etc/emacsclient.desktop > ${tmp}; \ +/usr/bin/install -c -m 644 ${tmp} "/build/emacs/pkg/emacs/usr/share/applications/${client_name}.desktop"; \ +rm -f ${tmp} +tmp=etc/emacs-mail.tmpdesktop; rm -f ${tmp}; \ +sed -e "/^Exec=emacs/ s/emacs/`echo emacs | sed 's,x,x,'`/" \ + -e "/^Icon=emacs/ s/emacs/`echo emacs | sed 's,x,x,'`/" \ + ./etc/emacs-mail.desktop > ${tmp}; \ +/usr/bin/install -c -m 644 ${tmp} "/build/emacs/pkg/emacs/usr/share/applications/`echo emacs | sed 's,x,x,'`-mail.desktop"; \ +rm -f ${tmp} +tmp=etc/emacsclient-mail.tmpdesktop; rm -f ${tmp}; \ +client_name=`echo emacsclient | sed 's,x,x,'`; \ +sed -e "/^Exec=/ s|emacsclient|/usr/bin/${client_name}|" \ + -e "/^Icon=emacs/ s/emacs/`echo emacs | sed 's,x,x,'`/" \ + \ + ./etc/emacsclient-mail.desktop > ${tmp}; \ +/usr/bin/install -c -m 644 ${tmp} "/build/emacs/pkg/emacs/usr/share/applications/${client_name}-mail.desktop"; \ +rm -f ${tmp} +umask 022; /bin/mkdir -p "/build/emacs/pkg/emacs/usr/share/metainfo" +make[1]: Entering directory '/build/emacs/src/emacs-29.4/lib' +make[1]: Nothing to be done for 'all'. +make[1]: Leaving directory '/build/emacs/src/emacs-29.4/lib' +make -C lib-src all +tmp=etc/emacs.tmpmetainfo; rm -f ${tmp}; \ +sed -e "s/emacs\.desktop/`echo emacs | sed 's,x,x,'`.desktop/" \ + ./etc/emacs.metainfo.xml > ${tmp}; \ +/usr/bin/install -c -m 644 ${tmp} "/build/emacs/pkg/emacs/usr/share/metainfo/`echo emacs | sed 's,x,x,'`.metainfo.xml"; \ +rm -f ${tmp} +make[1]: Entering directory '/build/emacs/src/emacs-29.4/lib-src' +make[1]: Nothing to be done for 'all'. +make[1]: Leaving directory '/build/emacs/src/emacs-29.4/lib-src' +make -C src BIN_DESTDIR=''/build/emacs/pkg/emacs/usr/bin/'' \ + ELN_DESTDIR='/build/emacs/pkg/emacs/usr/lib/emacs/29.4/' all +umask 022; /bin/mkdir -p "/build/emacs/pkg/emacs/usr/lib/systemd/user" +tmp=etc/emacs.tmpservice; rm -f ${tmp}; \ +client_name=`echo emacsclient | sed 's,x,x,'`; \ +sed -e '/^##/d' \ + -e "/^Documentation/ s/emacs(1)/`echo emacs | sed 's,x,x,'`(1)/" \ + -e "/^ExecStart/ s|emacs|/usr/bin/`echo emacs | sed 's,x,x,'`|" \ + -e "/^ExecStop/ s|emacsclient|/usr/bin/${client_name}|" \ + ./etc/emacs.service > ${tmp}; \ +/usr/bin/install -c -m 644 ${tmp} "/build/emacs/pkg/emacs/usr/lib/systemd/user/`echo emacs | sed 's,x,x,'`.service"; \ +rm -f ${tmp} +thisdir=`pwd -P`; \ +cd ./etc/images/icons || exit 1; umask 022 ; \ +for dir in */*/apps */*/mimetypes; do \ + [ -d ${dir} ] || continue ; \ + ( cd "${thisdir}"; /bin/mkdir -p "/build/emacs/pkg/emacs/usr/share/icons/${dir}" ) ; \ + for icon in ${dir}/emacs[.-]*; do \ + [ -r ${icon} ] || continue ; \ + ext=`echo "${icon}" | sed -e 's|.*\.||'`; \ + dest=`echo "${icon}" | sed -e 's|.*/||' -e "s|\\.${ext}\$||" -e 's/emacs/emacs/' -e 's,x,x,'`.${ext} ; \ + ( cd "${thisdir}"; \ + /usr/bin/install -c -m 644 ./etc/images/icons/${icon} "/build/emacs/pkg/emacs/usr/share/icons/${dir}/${dest}" ) \ + || exit 1; \ + done ; \ +done +make[1]: Entering directory '/build/emacs/src/emacs-29.4/src' +make -C ../admin/charsets all +make -C ../admin/unidata charscript.el +make -C ../admin/unidata emoji-zwj.el +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make -C ../admin/charsets cp51932.el +make -C ../admin/charsets eucjp-ms.el +make[2]: Nothing to be done for 'emoji-zwj.el'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[2]: Nothing to be done for 'charscript.el'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[2]: Nothing to be done for 'eucjp-ms.el'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[2]: Nothing to be done for 'cp51932.el'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' +make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[1]: Leaving directory '/build/emacs/src/emacs-29.4/src' +make -C lisp all +make -C lib-src maybe-blessmail +make[1]: Entering directory '/build/emacs/src/emacs-29.4/lisp' +make[1]: Entering directory '/build/emacs/src/emacs-29.4/lib-src' +make[1]: Nothing to be done for 'maybe-blessmail'. +make[1]: Leaving directory '/build/emacs/src/emacs-29.4/lib-src' +make -C ../leim all EMACS="../src/emacs" +make -C ../admin/grammars all EMACS="../../src/emacs" +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/grammars' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/grammars' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/leim' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/leim' + GEN autoloads +make[2]: Entering directory '/build/emacs/src/emacs-29.4/lisp' +make[2]: Nothing to be done for 'compile-targets'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/lisp' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/doc/misc' +make[2]: 'org.texi' is up to date. +make[2]: 'modus-themes.texi' is up to date. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/doc/misc' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/leim' + GEN small-ja-dic-option +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/leim' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/lisp' +make[2]: Nothing to be done for 'compile-targets'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/lisp' + INFO Scraping files for loaddefs... + INFO Scraping files for loaddefs...done + INFO Scraping files for loaddefs... + INFO Scraping files for loaddefs...done +make[2]: Entering directory '/build/emacs/src/emacs-29.4/lisp' +make[2]: Nothing to be done for 'compile-targets'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/lisp' +make[1]: Leaving directory '/build/emacs/src/emacs-29.4/lisp' +make -C doc/misc info +make -C src BIN_DESTDIR=''/build/emacs/pkg/emacs/usr/bin/'' ELN_DESTDIR='/build/emacs/pkg/emacs/usr/lib/emacs/29.4/' +make[1]: Entering directory '/build/emacs/src/emacs-29.4/doc/misc' +make[1]: Nothing to be done for 'info'. +make[1]: Leaving directory '/build/emacs/src/emacs-29.4/doc/misc' +umask 022; /bin/mkdir -p "/build/emacs/pkg/emacs/usr/share/info" +unset CDPATH; \ +thisdir=`pwd -P`; \ +exp_infodir=`cd "/build/emacs/pkg/emacs/usr/share/info" && pwd -P`; \ +if [ "`cd ./info && pwd -P`" = "$exp_infodir" ]; then \ + true; \ +else \ + [ -f "/build/emacs/pkg/emacs/usr/share/info/dir" ] || \ + [ ! -f ./info/dir ] || \ + /usr/bin/install -c -m 644 ./info/dir "/build/emacs/pkg/emacs/usr/share/info/dir"; \ + info_misc=`MAKEFLAGS= make --no-print-directory -s -C doc/misc echo-info`; \ + cd ./info ; \ + for elt in emacs.info eintr.info elisp.info ${info_misc}; do \ + for f in `ls $elt $elt-[1-9] $elt-[1-9][0-9] 2>/dev/null`; do \ + (cd "${thisdir}"; \ + /usr/bin/install -c -m 644 ./info/$f "/build/emacs/pkg/emacs/usr/share/info/$f"); \ + [ -n "/bin/gzip" ] || continue ; \ + rm -f "/build/emacs/pkg/emacs/usr/share/info/$f.gz"; \ + /bin/gzip -9n "/build/emacs/pkg/emacs/usr/share/info/$f"; \ + done; \ + (cd "${thisdir}"; \ + /usr/bin/install-info --info-dir="/build/emacs/pkg/emacs/usr/share/info" "/build/emacs/pkg/emacs/usr/share/info/$elt"); \ + done; \ +fi +make[1]: Entering directory '/build/emacs/src/emacs-29.4/src' +make -C ../admin/charsets all +make -C ../admin/unidata charscript.el +make -C ../admin/unidata emoji-zwj.el +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make -C ../admin/charsets cp51932.el +make -C ../admin/charsets eucjp-ms.el +make[2]: Nothing to be done for 'charscript.el'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[2]: Nothing to be done for 'emoji-zwj.el'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[2]: Nothing to be done for 'cp51932.el'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[2]: Nothing to be done for 'eucjp-ms.el'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/charsets' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/charsets' +make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs" +make[2]: Entering directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '/build/emacs/src/emacs-29.4/admin/unidata' +make[1]: Leaving directory '/build/emacs/src/emacs-29.4/src' +umask 022 && /bin/mkdir -p "/build/emacs/pkg/emacs/usr/include" +/usr/bin/install -c -m 644 src/emacs-module.h "/build/emacs/pkg/emacs/usr/include/emacs-module.h" +set "/build/emacs/pkg/emacs/usr/share/emacs/29.4/etc" "/build/emacs/pkg/emacs/usr/share/emacs/29.4/lisp" ; \ +unset CDPATH; \ +for installuser in ${LOGNAME} ${USERNAME} ${USER} `(id -u) 2> /dev/null`; do [ -n "${installuser}" ] && break ; done; installgroup=`(id -g) 2>/dev/null` && [ -n "$installgroup" ] && installuser=$installuser:$installgroup; \ +for dir in ./etc ./lisp ; do \ + [ -d ${dir} ] || exit 1 ; \ + dest="$1" ; shift ; \ + if [ -d "${dest}" ]; then \ + exp_dest=`cd "${dest}" && pwd -P`; \ + [ "$exp_dest" = "`cd ${dir} && pwd -P`" ] && continue ; \ + else true; \ + fi; \ + rm -rf "${dest}" ; \ + umask 022; /bin/mkdir -p "${dest}" ; \ + printf 'Copying %s to %s...\n' "$dir" "$dest" ; \ + (cd ${dir}; tar -chf - . ) \ + | (cd "${dest}"; umask 022; \ + tar -xvf - && cat > /dev/null) || exit 1; \ + if [ "${dir}" = "./etc" ]; then \ + rm -f "${dest}/DOC"* ; \ + rm -f "${dest}/refcards"/*.aux "${dest}/refcards"/*.dvi; \ + rm -f "${dest}/refcards"/*.log "${dest}/refcards"/*.in; \ + else true; \ + fi; \ + (cd "${dest}" || exit 1; \ + for subdir in `find . -type d -print` ; do \ + chmod a+rx ${subdir} ; \ + rm -f ${subdir}/.gitignore ; \ + rm -f ${subdir}/.arch-inventory ; \ + rm -f ${subdir}/.DS_Store ; \ + rm -f ${subdir}/#* ; \ + rm -f ${subdir}/.#* ; \ + rm -f ${subdir}/*~ ; \ + rm -f ${subdir}/*.orig ; \ + rm -f ${subdir}/ChangeLog* ; \ + [ "${dir}" != "./etc" ] && \ + rm -f ${subdir}/[mM]akefile*[.-]in ${subdir}/[mM]akefile ; \ + done ); \ + find "${dest}" -exec chown ${installuser} {} ';' ;\ +done +Copying ./etc to /build/emacs/pkg/emacs/usr/share/emacs/29.4/etc... +./ +./w32-feature.el +./NXML-NEWS +./charsets/ +./charsets/GB2312.map +./charsets/8859-4.map +./charsets/GBK.map +./charsets/JISX2131.map +./charsets/IBM866.map +./charsets/IBM870.map +./charsets/CNS-4.map +./charsets/CNS-3.map +./charsets/KOI-8.map +./charsets/CP1125.map +./charsets/8859-15.map +./charsets/KSC5601.map +./charsets/CP932-2BYTE.map +./charsets/GB180304.map +./charsets/CNS-7.map +./charsets/IBM273.map +./charsets/IBM874.map +./charsets/VSCII-2.map +./charsets/IBM424.map +./charsets/IBM864.map +./charsets/JISX213A.map +./charsets/8859-7.map +./charsets/IBM1004.map +./charsets/IBM423.map +./charsets/MULE-lviscii.map +./charsets/JISC6226.map +./charsets/IBM850.map +./charsets/IBM038.map +./charsets/CP737.map +./charsets/IBM869.map +./charsets/MACINTOSH.map +./charsets/IBM860.map +./charsets/IBM285.map +./charsets/IBM290.map +./charsets/IBM275.map +./charsets/CP1253.map +./charsets/CP1252.map +./charsets/IBM437.map +./charsets/IBM274.map +./charsets/BIG5-2.map +./charsets/8859-14.map +./charsets/MULE-ethiopic.map +./charsets/JISX0201.map +./charsets/JISX2132.map +./charsets/symbol.map +./charsets/8859-9.map +./charsets/CNS-6.map +./charsets/8859-3.map +./charsets/MULE-uviscii.map +./charsets/CNS-2.map +./charsets/MULE-is13194.map +./charsets/IBM904.map +./charsets/KOI8-U.map +./charsets/IBM863.map +./charsets/CP858.map +./charsets/IBM297.map +./charsets/IBM865.map +./charsets/MULE-tibetan.map +./charsets/8859-11.map +./charsets/IBM875.map +./charsets/CP949-2BYTE.map +./charsets/IBM857.map +./charsets/KA-ACADEMY.map +./charsets/HP-ROMAN8.map +./charsets/8859-2.map +./charsets/BIG5.map +./charsets/EBCDICUS.map +./charsets/8859-10.map +./charsets/CP1255.map +./charsets/JISX0212.map +./charsets/IBM852.map +./charsets/8859-13.map +./charsets/CP1251.map +./charsets/IBM871.map +./charsets/IBM281.map +./charsets/IBM862.map +./charsets/VSCII.map +./charsets/EBCDICUK.map +./charsets/CP10007.map +./charsets/CP1257.map +./charsets/IBM280.map +./charsets/README +./charsets/IBM278.map +./charsets/8859-8.map +./charsets/8859-16.map +./charsets/IBM256.map +./charsets/MULE-ipa.map +./charsets/IBM861.map +./charsets/IBM284.map +./charsets/stdenc.map +./charsets/CP1256.map +./charsets/IBM868.map +./charsets/KA-PS.map +./charsets/CP1258.map +./charsets/CP1254.map +./charsets/IBM1047.map +./charsets/IBM037.map +./charsets/IBM918.map +./charsets/IBM1026.map +./charsets/BIG5-1.map +./charsets/JOHAB.map +./charsets/TIS-620.map +./charsets/CP775.map +./charsets/IBM855.map +./charsets/IBM277.map +./charsets/MIK.map +./charsets/IBM851.map +./charsets/VISCII.map +./charsets/KOI8-T.map +./charsets/IBM856.map +./charsets/CP1250.map +./charsets/KOI8-R.map +./charsets/IBM903.map +./charsets/8859-5.map +./charsets/IBM500.map +./charsets/IBM891.map +./charsets/CNS-1.map +./charsets/IBM905.map +./charsets/PTCP154.map +./charsets/CNS-5.map +./charsets/IBM880.map +./charsets/NEXTSTEP.map +./charsets/ALTERNATIVNYJ.map +./charsets/JISX0208.map +./charsets/CP720.map +./charsets/MULE-sisheng.map +./charsets/8859-6.map +./charsets/CNS-F.map +./charsets/GB180302.map +./charsets/BIG5-HKSCS.map +./charsets/KSC5636.map +./charsets/IBM420.map +./spook.lines +./yow.lines +./NEWS.21 +./nxml/ +./nxml/test-valid.xml +./nxml/README +./nxml/test-invalid.xml +./emacs-mail.desktop +./ETAGS.EBNF +./emacs.desktop +./DEBUG +./HELLO +./TODO +./ORG-NEWS +./PROBLEMS +./publicsuffix.txt +./NEWS.27 +./edt-user.el +./CALC-NEWS +./NEWS.19 +./images/ +./images/paste.xpm +./images/jump-to.xpm +./images/unchecked.svg +./images/sort-criteria.pbm +./images/describe.pbm +./images/exit.pbm +./images/attach.pbm +./images/prev-node.xpm +./images/zoom-in.xpm +./images/save.pbm +./images/redo.pbm +./images/custom/ +./images/custom/down-pushed.xpm +./images/custom/right-pushed.pbm +./images/custom/down.pbm +./images/custom/right-pushed.xpm +./images/custom/down.xpm +./images/custom/README +./images/custom/down-pushed.pbm +./images/custom/right.pbm +./images/custom/right.xpm +./images/redo.xpm +./images/zoom-in.pbm +./images/up-arrow.pbm +./images/splash.png +./images/close.pbm +./images/lock-ok.xpm +./images/next-node.pbm +./images/contact.pbm +./images/back-arrow.pbm +./images/radio.svg +./images/outline-close.pbm +./images/ezimage/ +./images/ezimage/tag.xpm +./images/ezimage/page-plus.pbm +./images/ezimage/dir-minus.xpm +./images/ezimage/page-plus.xpm +./images/ezimage/page-minus.pbm +./images/ezimage/tag-plus.xpm +./images/ezimage/page-minus.xpm +./images/ezimage/box-minus.pbm +./images/ezimage/tag-gt.pbm +./images/ezimage/box-plus.pbm +./images/ezimage/doc-minus.xpm +./images/ezimage/tag-v.xpm +./images/ezimage/dir-plus.pbm +./images/ezimage/dir-plus.xpm +./images/ezimage/lock.pbm +./images/ezimage/box.xpm +./images/ezimage/info.xpm +./images/ezimage/doc.pbm +./images/ezimage/mail.pbm +./images/ezimage/bitsbang.xpm +./images/ezimage/box-minus.xpm +./images/ezimage/dir.pbm +./images/ezimage/label.pbm +./images/ezimage/page.pbm +./images/ezimage/unlock.xpm +./images/ezimage/bits.xpm +./images/ezimage/info.pbm +./images/ezimage/doc-plus.pbm +./images/ezimage/dir.xpm +./images/ezimage/key.pbm +./images/ezimage/lock.xpm +./images/ezimage/mail.xpm +./images/ezimage/tag-v.pbm +./images/ezimage/README +./images/ezimage/tag.pbm +./images/ezimage/box.pbm +./images/ezimage/box-plus.xpm +./images/ezimage/dir-minus.pbm +./images/ezimage/bits.pbm +./images/ezimage/bitsbang.pbm +./images/ezimage/label.xpm +./images/ezimage/page.xpm +./images/ezimage/tag-type.pbm +./images/ezimage/tag-plus.pbm +./images/ezimage/tag-minus.pbm +./images/ezimage/doc-minus.pbm +./images/ezimage/tag-minus.xpm +./images/ezimage/checkmark.xpm +./images/ezimage/tag-gt.xpm +./images/ezimage/checkmark.pbm +./images/ezimage/unlock.pbm +./images/ezimage/doc-plus.xpm +./images/ezimage/tag-type.xpm +./images/ezimage/key.xpm +./images/ezimage/doc.xpm +./images/connect.xpm +./images/delete.pbm +./images/left-arrow.xpm +./images/sort-ascending.pbm +./images/bookmark_add.pbm +./images/new.xpm +./images/describe.xpm +./images/lock-broken.xpm +./images/unchecked.pbm +./images/radio-checked.svg +./images/search-replace.pbm +./images/sort-row-ascending.xpm +./images/sort-descending.xpm +./images/checked.svg +./images/jump-to.pbm +./images/open.xpm +./images/up-node.xpm +./images/tree-widget/ +./images/tree-widget/folder/ +./images/tree-widget/folder/empty.xpm +./images/tree-widget/folder/end-guide.png +./images/tree-widget/folder/close.png +./images/tree-widget/folder/no-handle.png +./images/tree-widget/folder/leaf.png +./images/tree-widget/folder/open.xpm +./images/tree-widget/folder/end-guide.xpm +./images/tree-widget/folder/handle.xpm +./images/tree-widget/folder/open.png +./images/tree-widget/folder/nohandle-guide.xpm +./images/tree-widget/folder/nohandle-guide.png +./images/tree-widget/folder/handle.png +./images/tree-widget/folder/empty.png +./images/tree-widget/folder/guide.xpm +./images/tree-widget/folder/README +./images/tree-widget/folder/no-handle.xpm +./images/tree-widget/folder/no-guide.xpm +./images/tree-widget/folder/no-guide.png +./images/tree-widget/folder/close.xpm +./images/tree-widget/folder/guide.png +./images/tree-widget/folder/leaf.xpm +./images/tree-widget/default/ +./images/tree-widget/default/empty.xpm +./images/tree-widget/default/end-guide.png +./images/tree-widget/default/close.png +./images/tree-widget/default/no-handle.png +./images/tree-widget/default/leaf.png +./images/tree-widget/default/open.xpm +./images/tree-widget/default/end-guide.xpm +./images/tree-widget/default/handle.xpm +./images/tree-widget/default/open.png +./images/tree-widget/default/nohandle-guide.xpm +./images/tree-widget/default/nohandle-guide.png +./images/tree-widget/default/handle.png +./images/tree-widget/default/empty.png +./images/tree-widget/default/guide.xpm +./images/tree-widget/default/README +./images/tree-widget/default/no-handle.xpm +./images/tree-widget/default/no-guide.xpm +./images/tree-widget/default/no-guide.png +./images/tree-widget/default/close.xpm +./images/tree-widget/default/guide.png +./images/tree-widget/default/leaf.xpm +./images/next-page.xpm +./images/saveas.pbm +./images/open.pbm +./images/lock-ok.pbm +./images/disconnect.pbm +./images/cut.xpm +./images/bookmark_add.xpm +./images/lock.pbm +./images/connect-to-url.xpm +./images/outline-close.svg +./images/show.pbm +./images/spell.xpm +./images/search-replace.xpm +./images/undo.pbm +./images/info.xpm +./images/index.xpm +./images/sort-column-ascending.pbm +./images/letter.pbm +./images/low-color/ +./images/low-color/paste.xpm +./images/low-color/jump-to.xpm +./images/low-color/prev-node.xpm +./images/low-color/left-arrow.xpm +./images/low-color/new.xpm +./images/low-color/open.xpm +./images/low-color/up-node.xpm +./images/low-color/cut.xpm +./images/low-color/spell.xpm +./images/low-color/index.xpm +./images/low-color/fwd-arrow.xpm +./images/low-color/back-arrow.xpm +./images/low-color/save.xpm +./images/low-color/copy.xpm +./images/low-color/undo.xpm +./images/low-color/search.xpm +./images/low-color/right-arrow.xpm +./images/low-color/README +./images/low-color/help.xpm +./images/low-color/saveas.xpm +./images/low-color/preferences.xpm +./images/low-color/home.xpm +./images/low-color/up-arrow.xpm +./images/low-color/print.xpm +./images/low-color/next-node.xpm +./images/sort-row-ascending.pbm +./images/attach.xpm +./images/copy.pbm +./images/fwd-arrow.xpm +./images/mpc/ +./images/mpc/next.xpm +./images/mpc/pause.pbm +./images/mpc/play.pbm +./images/mpc/play.xpm +./images/mpc/prev.xpm +./images/mpc/add.xpm +./images/mpc/rewind.xpm +./images/mpc/next.pbm +./images/mpc/stop.pbm +./images/mpc/README +./images/mpc/ffwd.xpm +./images/mpc/prev.pbm +./images/mpc/stop.xpm +./images/mpc/pause.xpm +./images/mpc/ffwd.pbm +./images/mpc/add.pbm +./images/mpc/rewind.pbm +./images/newsticker/ +./images/newsticker/next-feed.xpm +./images/newsticker/rss-feed.svg +./images/newsticker/browse-url.xpm +./images/newsticker/update.xpm +./images/newsticker/prev-feed.xpm +./images/newsticker/narrow.xpm +./images/newsticker/rss-feed.png +./images/newsticker/mark-immortal.xpm +./images/newsticker/README +./images/newsticker/prev-item.xpm +./images/newsticker/mark-read.xpm +./images/newsticker/next-item.xpm +./images/newsticker/get-all.xpm +./images/help.pbm +./images/sort-column-ascending.xpm +./images/back-arrow.xpm +./images/mh-logo.pbm +./images/cancel.xpm +./images/delete.xpm +./images/connect-to-url.pbm +./images/unchecked.xpm +./images/lock-broken.pbm +./images/mh-logo.xpm +./images/sort-descending.pbm +./images/paste.pbm +./images/mail/ +./images/mail/reply-to.pbm +./images/mail/forward.pbm +./images/mail/reply-all.pbm +./images/mail/forward.xpm +./images/mail/save-draft.xpm +./images/mail/reply.pbm +./images/mail/flag-for-followup.pbm +./images/mail/compose.pbm +./images/mail/save-draft.pbm +./images/mail/reply-from.pbm +./images/mail/spam.xpm +./images/mail/compose.xpm +./images/mail/copy.pbm +./images/mail/repack.xpm +./images/mail/preview.xpm +./images/mail/reply.xpm +./images/mail/reply-from.xpm +./images/mail/preview.pbm +./images/mail/save.xpm +./images/mail/copy.xpm +./images/mail/move.xpm +./images/mail/reply-to.xpm +./images/mail/outbox.pbm +./images/mail/inbox.pbm +./images/mail/repack.pbm +./images/mail/README +./images/mail/reply-all.xpm +./images/mail/send.pbm +./images/mail/not-spam.xpm +./images/mail/not-spam.pbm +./images/mail/inbox.xpm +./images/mail/flag-for-followup.xpm +./images/mail/outbox.xpm +./images/mail/send.xpm +./images/mail/move.pbm +./images/save.xpm +./images/spell.pbm +./images/checked.xpm +./images/copy.xpm +./images/refresh.xpm +./images/splash.bmp +./images/gud/ +./images/gud/pp.pbm +./images/gud/next.xpm +./images/gud/run.pbm +./images/gud/step.xpm +./images/gud/rcont.xpm +./images/gud/break.xpm +./images/gud/step.pbm +./images/gud/finish.xpm +./images/gud/remove.pbm +./images/gud/until.pbm +./images/gud/down.pbm +./images/gud/pp.xpm +./images/gud/rfinish.pbm +./images/gud/rstep.pbm +./images/gud/until.xpm +./images/gud/rfinish.xpm +./images/gud/cont.xpm +./images/gud/rnexti.pbm +./images/gud/down.xpm +./images/gud/next.pbm +./images/gud/go.pbm +./images/gud/thread.pbm +./images/gud/watch.xpm +./images/gud/stop.pbm +./images/gud/rcont.pbm +./images/gud/rnext.pbm +./images/gud/all.pbm +./images/gud/break.pbm +./images/gud/nexti.xpm +./images/gud/recstart.xpm +./images/gud/all.xpm +./images/gud/rnext.xpm +./images/gud/rstep.xpm +./images/gud/recstop.pbm +./images/gud/README +./images/gud/run.xpm +./images/gud/pstar.xpm +./images/gud/cont.pbm +./images/gud/rnexti.xpm +./images/gud/print.pbm +./images/gud/stop.xpm +./images/gud/watch.pbm +./images/gud/go.xpm +./images/gud/stepi.xpm +./images/gud/up.xpm +./images/gud/stepi.pbm +./images/gud/remove.xpm +./images/gud/up.pbm +./images/gud/thread.xpm +./images/gud/recstop.xpm +./images/gud/rstepi.pbm +./images/gud/pstar.pbm +./images/gud/print.xpm +./images/gud/recstart.pbm +./images/gud/nexti.pbm +./images/gud/rstepi.xpm +./images/gud/finish.pbm +./images/exit.xpm +./images/home.pbm +./images/undo.xpm +./images/data-save.xpm +./images/fwd-arrow.pbm +./images/icons/ +./images/icons/hicolor/ +./images/icons/hicolor/32x32/ +./images/icons/hicolor/32x32/apps/ +./images/icons/hicolor/32x32/apps/emacs.png +./images/icons/hicolor/32x32/apps/emacs22.png +./images/icons/hicolor/32x32/apps/emacs23.png +./images/icons/hicolor/128x128/ +./images/icons/hicolor/128x128/apps/ +./images/icons/hicolor/128x128/apps/emacs.png +./images/icons/hicolor/128x128/apps/emacs23.png +./images/icons/hicolor/24x24/ +./images/icons/hicolor/24x24/apps/ +./images/icons/hicolor/24x24/apps/emacs.png +./images/icons/hicolor/24x24/apps/emacs22.png +./images/icons/hicolor/24x24/apps/emacs23.png +./images/icons/hicolor/16x16/ +./images/icons/hicolor/16x16/apps/ +./images/icons/hicolor/16x16/apps/emacs.png +./images/icons/hicolor/16x16/apps/emacs22.png +./images/icons/hicolor/16x16/apps/emacs23.png +./images/icons/hicolor/scalable/ +./images/icons/hicolor/scalable/apps/ +./images/icons/hicolor/scalable/apps/emacs23.svg +./images/icons/hicolor/scalable/apps/emacs.svg +./images/icons/hicolor/scalable/apps/emacs.ico +./images/icons/hicolor/scalable/mimetypes/ +./images/icons/hicolor/scalable/mimetypes/emacs-document23.svg +./images/icons/hicolor/scalable/mimetypes/emacs-document.svg +./images/icons/hicolor/48x48/ +./images/icons/hicolor/48x48/apps/ +./images/icons/hicolor/48x48/apps/emacs.png +./images/icons/hicolor/48x48/apps/emacs22.png +./images/icons/hicolor/48x48/apps/emacs23.png +./images/icons/allout-widgets/ +./images/icons/allout-widgets/dark-bg/ +./images/icons/allout-widgets/dark-bg/empty.xpm +./images/icons/allout-widgets/dark-bg/through-descender.png +./images/icons/allout-widgets/dark-bg/mid-connector.png +./images/icons/allout-widgets/dark-bg/closed.png +./images/icons/allout-widgets/dark-bg/locked-encrypted.xpm +./images/icons/allout-widgets/dark-bg/through-descender.xpm +./images/icons/allout-widgets/dark-bg/leaf.png +./images/icons/allout-widgets/dark-bg/end-connector.xpm +./images/icons/allout-widgets/dark-bg/end-connector.png +./images/icons/allout-widgets/dark-bg/closed.xpm +./images/icons/allout-widgets/dark-bg/locked-encrypted.png +./images/icons/allout-widgets/dark-bg/unlocked-encrypted.xpm +./images/icons/allout-widgets/dark-bg/extender-connector.png +./images/icons/allout-widgets/dark-bg/empty.png +./images/icons/allout-widgets/dark-bg/opened.xpm +./images/icons/allout-widgets/dark-bg/opened.png +./images/icons/allout-widgets/dark-bg/skip-descender.xpm +./images/icons/allout-widgets/dark-bg/unlocked-encrypted.png +./images/icons/allout-widgets/dark-bg/extender-connector.xpm +./images/icons/allout-widgets/dark-bg/mid-connector.xpm +./images/icons/allout-widgets/dark-bg/skip-descender.png +./images/icons/allout-widgets/dark-bg/leaf.xpm +./images/icons/allout-widgets/light-bg/ +./images/icons/allout-widgets/light-bg/empty.xpm +./images/icons/allout-widgets/light-bg/through-descender.png +./images/icons/allout-widgets/light-bg/mid-connector.png +./images/icons/allout-widgets/light-bg/closed.png +./images/icons/allout-widgets/light-bg/locked-encrypted.xpm +./images/icons/allout-widgets/light-bg/through-descender.xpm +./images/icons/allout-widgets/light-bg/leaf.png +./images/icons/allout-widgets/light-bg/end-connector.xpm +./images/icons/allout-widgets/light-bg/end-connector.png +./images/icons/allout-widgets/light-bg/closed.xpm +./images/icons/allout-widgets/light-bg/locked-encrypted.png +./images/icons/allout-widgets/light-bg/unlocked-encrypted.xpm +./images/icons/allout-widgets/light-bg/extender-connector.png +./images/icons/allout-widgets/light-bg/empty.png +./images/icons/allout-widgets/light-bg/opened.xpm +./images/icons/allout-widgets/light-bg/opened.png +./images/icons/allout-widgets/light-bg/skip-descender.xpm +./images/icons/allout-widgets/light-bg/unlocked-encrypted.png +./images/icons/allout-widgets/light-bg/extender-connector.xpm +./images/icons/allout-widgets/light-bg/mid-connector.xpm +./images/icons/allout-widgets/light-bg/skip-descender.png +./images/icons/allout-widgets/light-bg/leaf.xpm +./images/icons/README +./images/left-arrow.pbm +./images/sort-ascending.xpm +./images/info.pbm +./images/contact.xpm +./images/diropen.xpm +./images/connect.pbm +./images/down.svg +./images/disconnect.xpm +./images/diropen.pbm +./images/zoom-out.pbm +./images/new.pbm +./images/lock.xpm +./images/search.xpm +./images/separator.xpm +./images/right-arrow.xpm +./images/README +./images/help.xpm +./images/saveas.xpm +./images/up.svg +./images/show.xpm +./images/prev-node.pbm +./images/preferences.xpm +./images/print.pbm +./images/cut.pbm +./images/zoom-out.xpm +./images/cancel.pbm +./images/next-page.pbm +./images/splash.pbm +./images/checkbox-mixed.svg +./images/data-save.pbm +./images/gnus.pbm +./images/home.xpm +./images/search.pbm +./images/radio-mixed.svg +./images/letter.xpm +./images/left.svg +./images/close.xpm +./images/outline-open.svg +./images/gnus/ +./images/gnus/mail-reply.pbm +./images/gnus/kill-group.xpm +./images/gnus/toggle-subscription.pbm +./images/gnus/preview.xpm +./images/gnus/mail-send.xpm +./images/gnus/mail-send.pbm +./images/gnus/gnus-pointer.xpm +./images/gnus/mail-reply.xpm +./images/gnus/gnus-pointer.xbm +./images/gnus/kill-group.pbm +./images/gnus/README +./images/gnus/preview.xbm +./images/gnus/gnus.svg +./images/gnus/followup.xpm +./images/gnus/fuwo.xpm +./images/gnus/toggle-subscription.xpm +./images/gnus/fuwo.pbm +./images/gnus/gnus.xbm +./images/gnus/followup.pbm +./images/gnus/gnus.png +./images/gnus/gnus.xpm +./images/preferences.pbm +./images/index.pbm +./images/up-node.pbm +./images/separator.pbm +./images/right-arrow.pbm +./images/tabs/ +./images/tabs/left-arrow.xpm +./images/tabs/new.xpm +./images/tabs/right-arrow.xpm +./images/tabs/README +./images/tabs/close.xpm +./images/up-arrow.xpm +./images/right.svg +./images/splash.svg +./images/print.xpm +./images/sort-criteria.xpm +./images/outline-open.pbm +./images/smilies/ +./images/smilies/braindamaged.xpm +./images/smilies/braindamaged.pbm +./images/smilies/blink.xpm +./images/smilies/forced.xpm +./images/smilies/evil.xpm +./images/smilies/sad.pbm +./images/smilies/cry.pbm +./images/smilies/grin.pbm +./images/smilies/indifferent.xpm +./images/smilies/sad.xpm +./images/smilies/grin.xpm +./images/smilies/indifferent.pbm +./images/smilies/wry.xpm +./images/smilies/medium/ +./images/smilies/medium/braindamaged.xpm +./images/smilies/medium/blink.xpm +./images/smilies/medium/forced.xpm +./images/smilies/medium/evil.xpm +./images/smilies/medium/indifferent.xpm +./images/smilies/medium/sad.xpm +./images/smilies/medium/grin.xpm +./images/smilies/medium/wry.xpm +./images/smilies/medium/smile.xpm +./images/smilies/medium/README +./images/smilies/medium/cry.xpm +./images/smilies/medium/dead.xpm +./images/smilies/medium/frown.xpm +./images/smilies/medium/reverse-smile.xpm +./images/smilies/smile.xpm +./images/smilies/evil.pbm +./images/smilies/blink.pbm +./images/smilies/README +./images/smilies/forced.pbm +./images/smilies/smile.pbm +./images/smilies/cry.xpm +./images/smilies/frown.pbm +./images/smilies/dead.xpm +./images/smilies/frown.xpm +./images/smilies/dead.pbm +./images/smilies/wry.pbm +./images/smilies/grayscale/ +./images/smilies/grayscale/braindamaged.xpm +./images/smilies/grayscale/blink.xpm +./images/smilies/grayscale/forced.xpm +./images/smilies/grayscale/evil.xpm +./images/smilies/grayscale/indifferent.xpm +./images/smilies/grayscale/sad.xpm +./images/smilies/grayscale/grin.xpm +./images/smilies/grayscale/wry.xpm +./images/smilies/grayscale/smile.xpm +./images/smilies/grayscale/README +./images/smilies/grayscale/cry.xpm +./images/smilies/grayscale/dead.xpm +./images/smilies/grayscale/frown.xpm +./images/smilies/grayscale/reverse-smile.xpm +./images/next-node.xpm +./images/splash.xpm +./images/refresh.pbm +./EGLOT-NEWS +./compilation.txt +./tutorials/ +./tutorials/TUTORIAL.ro +./tutorials/TUTORIAL.nl +./tutorials/TUTORIAL.translators +./tutorials/TUTORIAL.pt_BR +./tutorials/TUTORIAL.eo +./tutorials/TUTORIAL.uk +./tutorials/TUTORIAL.fa +./tutorials/TUTORIAL.sk +./tutorials/TUTORIAL.cn +./tutorials/TUTORIAL.ko +./tutorials/TUTORIAL.he +./tutorials/TUTORIAL.zh +./tutorials/TUTORIAL.pl +./tutorials/TUTORIAL.it +./tutorials/TUTORIAL.fr +./tutorials/TUTORIAL.ja +./tutorials/TUTORIAL.de +./tutorials/TUTORIAL.cs +./tutorials/TUTORIAL.sl +./tutorials/TUTORIAL.th +./tutorials/TUTORIAL.bg +./tutorials/TUTORIAL +./tutorials/TUTORIAL.sv +./tutorials/TUTORIAL.es +./tutorials/TUTORIAL.el_GR +./tutorials/TUTORIAL.ru +./emacs.service +./HISTORY +./NEWS.24 +./emacs.icon +./emacs-buffer.gdb +./ses-example.ses +./NEWS.1-17 +./package-keyring.gpg +./emacsclient.desktop +./ETAGS.README +./MH-E-NEWS +./ERC-NEWS +./org/ +./org/OrgOdtContentTemplate.xml +./org/README +./org/csl/ +./org/csl/locales-en-US.xml +./org/csl/chicago-author-date.csl +./org/csl/README +./org/OrgOdtStyles.xml +./NEWS.25 +./future-bug +./schema/ +./schema/xhtml-bdo.rnc +./schema/xhtml-form.rnc +./schema/xhtml-edit.rnc +./schema/relaxng.rnc +./schema/dbnotn.rnc +./schema/xhtml-btable.rnc +./schema/xhtml-table.rnc +./schema/dbhier.rnc +./schema/dbcalstbl.rnc +./schema/xhtml-xstyle.rnc +./schema/xhtml-csismap.rnc +./schema/xhtml-object.rnc +./schema/xhtml.rnc +./schema/xhtml-text.rnc +./schema/OpenDocument-schema-v1.3+libreoffice.rnc +./schema/schemas.xml +./schema/xhtml-ssismap.rnc +./schema/xhtml-pres.rnc +./schema/xhtml-iframe.rnc +./schema/xhtml-legacy.rnc +./schema/xhtml-param.rnc +./schema/xhtml-frames.rnc +./schema/xhtml-applet.rnc +./schema/xhtml-events.rnc +./schema/xhtml-ruby.rnc +./schema/xhtml-script.rnc +./schema/xhtml-datatypes.rnc +./schema/xhtml-nameident.rnc +./schema/calstbl.rnc +./schema/docbook.rnc +./schema/xhtml-bform.rnc +./schema/xhtml-struct.rnc +./schema/xhtml-image.rnc +./schema/xhtml-inlstyle.rnc +./schema/xhtml-base.rnc +./schema/README +./schema/dbstart.rnc +./schema/od-manifest-schema-v1.2-os.rnc +./schema/xhtml-meta.rnc +./schema/xhtml-hypertext.rnc +./schema/xhtml-link.rnc +./schema/dbpool.rnc +./schema/xhtml-attribs.rnc +./schema/rdfxml.rnc +./schema/xhtml-tgt.rnc +./schema/xslt.rnc +./schema/locate.rnc +./schema/OpenDocument-schema-v1.3.rnc +./schema/xhtml-lst.rnc +./srecode/ +./srecode/cpp.srt +./srecode/proj-test.srt +./srecode/java.srt +./srecode/doc-cpp.srt +./srecode/texi.srt +./srecode/make.srt +./srecode/default.srt +./srecode/template.srt +./srecode/wisent.srt +./srecode/ede-make.srt +./srecode/el.srt +./srecode/test.srt +./srecode/c.srt +./srecode/doc-default.srt +./srecode/doc-java.srt +./srecode/ede-autoconf.srt +./srecode/getset-cpp.srt +./forms/ +./forms/forms-d2.el +./forms/forms-d2.dat +./forms/README +./forms/forms-pass.el +./DOC +./NEWS.23 +./emacsclient-mail.desktop +./NEWS.18 +./grep.txt +./DISTRIB +./README +./JOKES +./refcards/ +./refcards/fr-refcard.pdf +./refcards/emacsver.tex +./refcards/emacsver.tex.in +./refcards/gnus-refcard.pdf +./refcards/sk-refcard.pdf +./refcards/sk-survival.tex +./refcards/fr-dired-ref.pdf +./refcards/sk-refcard.tex +./refcards/cs-survival.pdf +./refcards/gnus-logo.eps +./refcards/de-refcard.pdf +./refcards/refcard.tex +./refcards/sk-dired-ref.pdf +./refcards/cs-refcard.pdf +./refcards/pt-br-refcard.tex +./refcards/ru-refcard.tex +./refcards/gnus-refcard.tex +./refcards/calccard.tex +./refcards/cs-survival.tex +./refcards/sk-survival.pdf +./refcards/pl-refcard.tex +./refcards/fr-survival.pdf +./refcards/cs-dired-ref.tex +./refcards/fr-refcard.tex +./refcards/pl-refcard.pdf +./refcards/survival.tex +./refcards/gnus-logo.pdf +./refcards/survival.pdf +./refcards/gnus-booklet.pdf +./refcards/pdflayout.sty +./refcards/sk-dired-ref.tex +./refcards/cs-dired-ref.pdf +./refcards/vipcard.tex +./refcards/README +./refcards/cs-refcard.tex +./refcards/Makefile +./refcards/dired-ref.tex +./refcards/pt-br-refcard.pdf +./refcards/dired-ref.pdf +./refcards/de-refcard.tex +./refcards/refcard.pdf +./refcards/orgcard.pdf +./refcards/ru-refcard.pdf +./refcards/viperCard.pdf +./refcards/fr-survival.tex +./refcards/viperCard.tex +./refcards/vipcard.pdf +./refcards/fr-dired-ref.tex +./refcards/orgcard.tex +./refcards/calccard.pdf +./COPYING +./MACHINES +./NEWS.20 +./rgb.txt +./NEXTSTEP +./NEWS +./gnus-tut.txt +./ps-prin1.ps +./emacs_lldb.py +./NEWS.26 +./DEVEL.HUMOR +./emacs.metainfo.xml +./themes/ +./themes/dichromacy-theme.el +./themes/leuven-dark-theme.el +./themes/adwaita-theme.el +./themes/whiteboard-theme.el +./themes/wombat-theme.el +./themes/leuven-theme.el +./themes/light-blue-theme.el +./themes/modus-vivendi-theme.el +./themes/tsdh-light-theme.el +./themes/tango-dark-theme.el +./themes/deeper-blue-theme.el +./themes/misterioso-theme.el +./themes/modus-themes.el +./themes/modus-operandi-theme.el +./themes/tsdh-dark-theme.el +./themes/manoj-dark-theme.el +./themes/wheatgrass-theme.el +./themes/tango-theme.el +./e/ +./e/eterm-color.ti +./e/README +./e/eterm-color +./e/eterm-direct +./gnus/ +./gnus/gnus-setup.ast +./gnus/news-server.ast +./org.gnu.emacs.defaults.gschema.xml +./enriched.txt +./ChangeLog.1 +./NEWS.22 +./TERMS +./NEWS.28 +./ps-prin0.ps +./AUTHORS +Copying ./lisp to /build/emacs/pkg/emacs/usr/share/emacs/29.4/lisp... +./ +./epa.el +./term.el +./font-lock.elc +./help-fns.elc +./face-remap.el +./hl-line.elc +./bs.el +./help-mode.elc +./ChangeLog.6 +./xml.elc +./dired.elc +./outline.el +./info-xref.elc +./register.elc +./term.elc +./mouse-drag.el +./master.elc +./scroll-bar.el +./find-file.el +./wid-edit.elc +./cus-theme.elc +./json.el +./env.el +./xt-mouse.elc +./cdl.elc +./subdirs.el +./paren.el +./hexl.el +./startup.el.orig +./pcmpl-linux.el +./misearch.el +./desktop.el +./woman.elc +./jka-compr.elc +./calculator.elc +./ibuf-ext.el +./filecache.elc +./cus-load.el +./window.elc +./mpc.elc +./nxml/ +./nxml/xsd-regexp.el +./nxml/nxml-rap.el +./nxml/rng-nxml.el +./nxml/nxml-maint.elc +./nxml/rng-parse.el +./nxml/rng-xsd.elc +./nxml/rng-util.el +./nxml/xmltok.elc +./nxml/nxml-ns.elc +./nxml/nxml-util.el +./nxml/rng-util.elc +./nxml/rng-pttrn.elc +./nxml/rng-loc.el +./nxml/rng-pttrn.el +./nxml/nxml-mode.elc +./nxml/nxml-parse.el +./nxml/xsd-regexp.elc +./nxml/nxml-maint.el +./nxml/rng-uri.el +./nxml/nxml-outln.el +./nxml/rng-cmpct.el +./nxml/nxml-util.elc +./nxml/nxml-enc.elc +./nxml/rng-parse.elc +./nxml/nxml-rap.elc +./nxml/rng-match.elc +./nxml/nxml-ns.el +./nxml/rng-uri.elc +./nxml/nxml-outln.elc +./nxml/rng-maint.el +./nxml/rng-loc.elc +./nxml/nxml-enc.el +./nxml/nxml-mode.el +./nxml/rng-valid.el +./nxml/nxml-parse.elc +./nxml/rng-match.el +./nxml/rng-dt.elc +./nxml/rng-maint.elc +./nxml/rng-xsd.el +./nxml/rng-valid.elc +./nxml/xmltok.el +./nxml/rng-dt.el +./nxml/rng-nxml.elc +./nxml/rng-cmpct.elc +./finder-inf.el +./dom.elc +./tar-mode.elc +./ehelp.elc +./pcmpl-cvs.el +./ebuff-menu.el +./autorevert.elc +./autorevert.el +./reveal.elc +./transient.elc +./files.el +./auth-source.elc +./mouse-drag.elc +./isearchb.el +./forms.elc +./userlock.elc +./jsonrpc.el +./minibuffer.el +./scroll-all.elc +./ffap.elc +./skeleton.elc +./epa-file.elc +./scroll-all.el +./tool-bar.elc +./rfn-eshadow.el +./isearch.elc +./sqlite.elc +./epa-ks.elc +./sqlite-mode.el +./completion.elc +./so-long.elc +./ChangeLog.17 +./pcmpl-unix.el +./tutorial.elc +./elec-pair.elc +./htmlfontify.el +./newcomment.elc +./allout-widgets.el +./format.el +./mwheel.el +./bindings.el +./printing.elc +./tar-mode.el +./vcursor.elc +./env.elc +./image-file.elc +./epa-ks.el +./edmacro.elc +./mb-depth.elc +./epa.elc +./t-mouse.elc +./info-look.el +./help-macro.elc +./ido.el +./ibuf-macs.elc +./emacs-lock.elc +./reveal.el +./info.el +./vcursor.el +./pcmpl-unix.elc +./w32-fns.elc +./soundex.el +./ps-samp.el +./ansi-osc.elc +./sqlite-mode.elc +./delim-col.elc +./dirtrack.el +./indent.el +./dnd.el +./hilit-chg.el +./info-xref.el +./image/ +./image/image-dired-dired.elc +./image/image-converter.el +./image/gravatar.elc +./image/image-dired.elc +./image/image-dired.el +./image/image-crop.el +./image/wallpaper.elc +./image/image-converter.elc +./image/image-dired-external.elc +./image/image-dired-dired.el +./image/exif.elc +./image/gravatar.el +./image/compface.elc +./image/exif.el +./image/compface.el +./image/image-dired-util.el +./image/image-crop.elc +./image/image-dired-util.elc +./image/image-dired-tags.el +./image/image-dired-external.el +./image/image-dired-tags.elc +./image/wallpaper.el +./bookmark.elc +./foldout.el +./json.elc +./help.el +./uniquify.el +./cdl.el +./plstore.el +./tool-bar.el +./cus-theme.el +./info-look.elc +./epg-config.el +./reposition.el +./dynamic-setting.el +./emacs-lisp/ +./emacs-lisp/subr-x.el +./emacs-lisp/oclosure.el +./emacs-lisp/benchmark.elc +./emacs-lisp/multisession.elc +./emacs-lisp/eieio-custom.elc +./emacs-lisp/benchmark.el +./emacs-lisp/cl-generic.elc +./emacs-lisp/float-sup.el +./emacs-lisp/cl-extra.el +./emacs-lisp/range.el +./emacs-lisp/comp-cstr.elc +./emacs-lisp/disass.elc +./emacs-lisp/comp-cstr.el +./emacs-lisp/derived.el +./emacs-lisp/lisp-mnt.elc +./emacs-lisp/syntax.elc +./emacs-lisp/timer.el +./emacs-lisp/bytecomp.el +./emacs-lisp/map.elc +./emacs-lisp/easy-mmode.elc +./emacs-lisp/backtrace.elc +./emacs-lisp/seq.elc +./emacs-lisp/byte-run.elc +./emacs-lisp/nadvice.elc +./emacs-lisp/cl-seq.elc +./emacs-lisp/re-builder.el +./emacs-lisp/easy-mmode.el +./emacs-lisp/tq.elc +./emacs-lisp/cl-macs.elc +./emacs-lisp/find-func.elc +./emacs-lisp/lisp-mode.elc +./emacs-lisp/cl-indent.elc +./emacs-lisp/eieio-speedbar.el +./emacs-lisp/cl-lib.el +./emacs-lisp/bytecomp.elc +./emacs-lisp/ert.el +./emacs-lisp/easymenu.el +./emacs-lisp/radix-tree.elc +./emacs-lisp/shadow.el +./emacs-lisp/ewoc.el +./emacs-lisp/timer.elc +./emacs-lisp/cl-extra.elc +./emacs-lisp/eieio-datadebug.elc +./emacs-lisp/ert-x.el +./emacs-lisp/package-vc.elc +./emacs-lisp/icons.elc +./emacs-lisp/cl-loaddefs.elc +./emacs-lisp/testcover.elc +./emacs-lisp/ring.elc +./emacs-lisp/gv.elc +./emacs-lisp/eieio-base.elc +./emacs-lisp/testcover.el +./emacs-lisp/vtable.el +./emacs-lisp/nadvice.el +./emacs-lisp/lisp-mode.el +./emacs-lisp/map-ynp.elc +./emacs-lisp/hierarchy.elc +./emacs-lisp/rmc.elc +./emacs-lisp/helper.elc +./emacs-lisp/crm.elc +./emacs-lisp/comp.el +./emacs-lisp/let-alist.elc +./emacs-lisp/inline.elc +./emacs-lisp/copyright.elc +./emacs-lisp/shorthands.el +./emacs-lisp/gv.el +./emacs-lisp/copyright.el +./emacs-lisp/edebug.el +./emacs-lisp/eieio-base.el +./emacs-lisp/shorthands.elc +./emacs-lisp/generic.el +./emacs-lisp/easymenu.elc +./emacs-lisp/debug.elc +./emacs-lisp/warnings.elc +./emacs-lisp/radix-tree.el +./emacs-lisp/seq.el +./emacs-lisp/cl-indent.el +./emacs-lisp/cursor-sensor.elc +./emacs-lisp/regi.el +./emacs-lisp/faceup.el +./emacs-lisp/package-x.elc +./emacs-lisp/tq.el +./emacs-lisp/eieio.elc +./emacs-lisp/let-alist.el +./emacs-lisp/backquote.elc +./emacs-lisp/rmc.el +./emacs-lisp/float-sup.elc +./emacs-lisp/checkdoc.el +./emacs-lisp/loaddefs-gen.el +./emacs-lisp/elint.el +./emacs-lisp/icons.el +./emacs-lisp/vtable.elc +./emacs-lisp/eldoc.elc +./emacs-lisp/memory-report.el +./emacs-lisp/ert-x.elc +./emacs-lisp/cl-preloaded.elc +./emacs-lisp/warnings.el +./emacs-lisp/check-declare.elc +./emacs-lisp/chart.elc +./emacs-lisp/unsafep.elc +./emacs-lisp/re-builder.elc +./emacs-lisp/cl-print.elc +./emacs-lisp/tcover-ses.elc +./emacs-lisp/checkdoc.elc +./emacs-lisp/eieio-custom.el +./emacs-lisp/bindat.elc +./emacs-lisp/pcase.elc +./emacs-lisp/byte-opt.el +./emacs-lisp/eieio-opt.elc +./emacs-lisp/generator.elc +./emacs-lisp/generate-lisp-file.el +./emacs-lisp/pcase.el +./emacs-lisp/cl-macs.el +./emacs-lisp/ert.elc +./emacs-lisp/macroexp.el +./emacs-lisp/advice.el +./emacs-lisp/backtrace.el +./emacs-lisp/smie.el +./emacs-lisp/cl-preloaded.el +./emacs-lisp/elp.elc +./emacs-lisp/rx.elc +./emacs-lisp/shortdoc.el +./emacs-lisp/memory-report.elc +./emacs-lisp/loaddefs-gen.elc +./emacs-lisp/inline.el +./emacs-lisp/range.elc +./emacs-lisp/thunk.el +./emacs-lisp/avl-tree.el +./emacs-lisp/text-property-search.el +./emacs-lisp/cl-seq.el +./emacs-lisp/package.elc +./emacs-lisp/map-ynp.el +./emacs-lisp/tcover-ses.el +./emacs-lisp/text-property-search.elc +./emacs-lisp/macroexp.elc +./emacs-lisp/smie.elc +./emacs-lisp/tabulated-list.el +./emacs-lisp/edebug.elc +./emacs-lisp/crm.el +./emacs-lisp/eldoc.el +./emacs-lisp/lisp-mnt.el +./emacs-lisp/elint.elc +./emacs-lisp/backquote.el +./emacs-lisp/rx.el +./emacs-lisp/eieio-core.elc +./emacs-lisp/bindat.el +./emacs-lisp/check-declare.el +./emacs-lisp/subr-x.elc +./emacs-lisp/find-func.el +./emacs-lisp/package-vc.el +./emacs-lisp/pp.el +./emacs-lisp/unsafep.el +./emacs-lisp/thunk.elc +./emacs-lisp/eieio-speedbar.elc +./emacs-lisp/hierarchy.el +./emacs-lisp/helper.el +./emacs-lisp/eieio.el +./emacs-lisp/package.el +./emacs-lisp/timer-list.elc +./emacs-lisp/lisp.el +./emacs-lisp/pp.elc +./emacs-lisp/cconv.elc +./emacs-lisp/shadow.elc +./emacs-lisp/trace.elc +./emacs-lisp/generic.elc +./emacs-lisp/cl-loaddefs.el +./emacs-lisp/derived.elc +./emacs-lisp/faceup.elc +./emacs-lisp/advice.elc +./emacs-lisp/generator.el +./emacs-lisp/regi.elc +./emacs-lisp/cl-print.el +./emacs-lisp/generate-lisp-file.elc +./emacs-lisp/comp.elc +./emacs-lisp/elp.el +./emacs-lisp/shortdoc.elc +./emacs-lisp/cl-generic.el +./emacs-lisp/chart.el +./emacs-lisp/avl-tree.elc +./emacs-lisp/disass.el +./emacs-lisp/oclosure.elc +./emacs-lisp/debug-early.el +./emacs-lisp/package-x.el +./emacs-lisp/cconv.el +./emacs-lisp/regexp-opt.elc +./emacs-lisp/lisp.elc +./emacs-lisp/regexp-opt.el +./emacs-lisp/cl-lib.elc +./emacs-lisp/cursor-sensor.el +./emacs-lisp/multisession.el +./emacs-lisp/timer-list.el +./emacs-lisp/tabulated-list.elc +./emacs-lisp/eieio-datadebug.el +./emacs-lisp/eieio-opt.el +./emacs-lisp/debug-early.elc +./emacs-lisp/map.el +./emacs-lisp/syntax.el +./emacs-lisp/byte-opt.elc +./emacs-lisp/ewoc.elc +./emacs-lisp/debug.el +./emacs-lisp/eieio-core.el +./emacs-lisp/byte-run.el +./emacs-lisp/trace.el +./emacs-lisp/ring.el +./cus-face.elc +./woman.el +./md4.el +./vc/ +./vc/vc-svn.el +./vc/pcvs-parse.elc +./vc/vc-annotate.el +./vc/pcvs.elc +./vc/pcvs-defs.elc +./vc/ediff-wind.el +./vc/vc.el +./vc/log-view.elc +./vc/ediff-vers.elc +./vc/add-log.elc +./vc/compare-w.el +./vc/vc-annotate.elc +./vc/ediff-hook.elc +./vc/vc-rcs.elc +./vc/ediff-wind.elc +./vc/vc-svn.elc +./vc/vc-dispatcher.elc +./vc/ediff-merg.elc +./vc/vc-sccs.elc +./vc/ediff-hook.el +./vc/smerge-mode.elc +./vc/ediff.elc +./vc/diff-mode.elc +./vc/log-edit.elc +./vc/compare-w.elc +./vc/vc-dir.elc +./vc/pcvs-util.elc +./vc/vc-rcs.el +./vc/cvs-status.el +./vc/ediff-help.el +./vc/pcvs-parse.el +./vc/vc-cvs.el +./vc/vc-bzr.elc +./vc/smerge-mode.el +./vc/vc-filewise.elc +./vc/ediff-mult.el +./vc/pcvs.el +./vc/add-log.el +./vc/vc-git.el +./vc/ediff-ptch.el +./vc/vc-filewise.el +./vc/vc-hooks.el +./vc/vc-sccs.el +./vc/pcvs-defs.el +./vc/vc-dispatcher.el +./vc/ediff-util.elc +./vc/ediff-diff.elc +./vc/vc-src.elc +./vc/ediff-util.el +./vc/ediff-vers.el +./vc/vc-hg.el +./vc/diff.elc +./vc/vc-src.el +./vc/ediff-ptch.elc +./vc/vc-cvs.elc +./vc/pcvs-info.elc +./vc/pcvs-info.el +./vc/ediff-help.elc +./vc/vc.elc +./vc/ediff-diff.el +./vc/log-edit.el +./vc/vc-dav.elc +./vc/vc-dir.el +./vc/vc-hg.elc +./vc/emerge.elc +./vc/vc-dav.el +./vc/diff.el +./vc/vc-hooks.elc +./vc/cvs-status.elc +./vc/ediff-mult.elc +./vc/vc-git.elc +./vc/diff-mode.el +./vc/pcvs-util.el +./vc/ediff-init.el +./vc/log-view.el +./vc/vc-bzr.el +./vc/emerge.el +./vc/ediff-merg.el +./vc/ediff.el +./vc/ediff-init.elc +./window.el +./char-fold.el +./master.el +./align.el +./so-long.el +./proced.elc +./subr.elc +./leim/ +./leim/quail/ +./leim/quail/hanja.elc +./leim/quail/czech.el +./leim/quail/TONEPY.elc +./leim/quail/persian.elc +./leim/quail/latin-ltx.elc +./leim/quail/tsang-cns.el +./leim/quail/slovak.elc +./leim/quail/japanese.elc +./leim/quail/hanja.el +./leim/quail/vnvni.elc +./leim/quail/indonesian.el +./leim/quail/indian.elc +./leim/quail/croatian.elc +./leim/quail/tamil-dvorak.elc +./leim/quail/latin-ltx.el +./leim/quail/4Corner.el +./leim/quail/thai.elc +./leim/quail/sisheng.el +./leim/quail/pypunct-b5.el +./leim/quail/ipa.el +./leim/quail/QJ-b5.elc +./leim/quail/cyril-jis.elc +./leim/quail/rfc1345.elc +./leim/quail/hanja-jis.elc +./leim/quail/cham.elc +./leim/quail/welsh.el +./leim/quail/hangul.el +./leim/quail/hanja-jis.el +./leim/quail/uni-input.el +./leim/quail/tsang-b5.el +./leim/quail/arabic.el +./leim/quail/vnvni.el +./leim/quail/TONEPY.el +./leim/quail/misc-lang.elc +./leim/quail/latin-alt.elc +./leim/quail/Punct.el +./leim/quail/sgml-input.el +./leim/quail/QJ.el +./leim/quail/ethiopic.el +./leim/quail/CTLau.el +./leim/quail/philippine.elc +./leim/quail/cyrillic.elc +./leim/quail/georgian.el +./leim/quail/hebrew.el +./leim/quail/ARRAY30.elc +./leim/quail/viqr.el +./leim/quail/ethiopic.elc +./leim/quail/latin-post.el +./leim/quail/sami.elc +./leim/quail/lrt.el +./leim/quail/programmer-dvorak.elc +./leim/quail/arabic.elc +./leim/quail/latin-alt.el +./leim/quail/cyril-jis.el +./leim/quail/ETZY.el +./leim/quail/PY-b5.elc +./leim/quail/emoji.elc +./leim/quail/japanese.el +./leim/quail/tibetan.elc +./leim/quail/ETZY.elc +./leim/quail/hanja3.elc +./leim/quail/ipa-praat.elc +./leim/quail/quick-b5.el +./leim/quail/sami.el +./leim/quail/latin-pre.elc +./leim/quail/pypunct-b5.elc +./leim/quail/sisheng.elc +./leim/quail/vntelex.elc +./leim/quail/greek.el +./leim/quail/ZOZY.elc +./leim/quail/vntelex.el +./leim/quail/ARRAY30.el +./leim/quail/CCDOSPY.el +./leim/quail/tsang-b5.elc +./leim/quail/CTLau-b5.el +./leim/quail/thai.el +./leim/quail/hebrew.elc +./leim/quail/indian.el +./leim/quail/4Corner.elc +./leim/quail/tamil-dvorak.el +./leim/quail/ZIRANMA.el +./leim/quail/Punct-b5.el +./leim/quail/ipa.elc +./leim/quail/ECDICT.elc +./leim/quail/tibetan.el +./leim/quail/hangul.elc +./leim/quail/ipa-praat.el +./leim/quail/CCDOSPY.elc +./leim/quail/SW.elc +./leim/quail/CTLau.elc +./leim/quail/emoji.el +./leim/quail/ZIRANMA.elc +./leim/quail/quick-b5.elc +./leim/quail/cyrillic.el +./leim/quail/czech.elc +./leim/quail/symbol-ksc.elc +./leim/quail/cham.el +./leim/quail/rfc1345.el +./leim/quail/latin-pre.el +./leim/quail/compose.elc +./leim/quail/latin-post.elc +./leim/quail/compose.el +./leim/quail/greek.elc +./leim/quail/georgian.elc +./leim/quail/welsh.elc +./leim/quail/programmer-dvorak.el +./leim/quail/philippine.el +./leim/quail/tsang-cns.elc +./leim/quail/lrt.elc +./leim/quail/PY-b5.el +./leim/quail/indonesian.elc +./leim/quail/QJ.elc +./leim/quail/py-punct.elc +./leim/quail/CTLau-b5.elc +./leim/quail/symbol-ksc.el +./leim/quail/hanja3.el +./leim/quail/PY.elc +./leim/quail/viqr.elc +./leim/quail/QJ-b5.el +./leim/quail/quick-cns.elc +./leim/quail/quick-cns.el +./leim/quail/slovak.el +./leim/quail/Punct.elc +./leim/quail/lao.elc +./leim/quail/persian.el +./leim/quail/PY.el +./leim/quail/lao.el +./leim/quail/croatian.el +./leim/quail/ECDICT.el +./leim/quail/misc-lang.el +./leim/quail/py-punct.el +./leim/quail/SW.el +./leim/quail/sgml-input.elc +./leim/quail/uni-input.elc +./leim/quail/ZOZY.el +./leim/quail/Punct-b5.elc +./leim/leim-list.el +./leim/ja-dic/ +./leim/ja-dic/ja-dic.elc +./leim/ja-dic/ja-dic.el +./menu-bar.el +./ibuffer.elc +./composite.el +./wdired.el +./autoinsert.el +./filesets.elc +./talk.el +./dos-fns.elc +./flow-ctrl.el +./international/ +./international/uni-special-uppercase.el +./international/mule-diag.elc +./international/kinsoku.elc +./international/uni-bidi.el +./international/uni-decomposition.el +./international/kkc.elc +./international/uni-special-lowercase.el +./international/mule-cmds.elc +./international/textsec.el +./international/latexenc.el +./international/utf-7.el +./international/characters.elc +./international/mule-conf.elc +./international/ja-dic-cnv.el +./international/mule-cmds.el +./international/fontset.el +./international/ccl.el +./international/mule-conf.el +./international/utf7.el +./international/ucs-normalize.el +./international/ja-dic-cnv.elc +./international/iso-transl.elc +./international/uni-uppercase.el +./international/utf7.elc +./international/latin1-disp.el +./international/rfc1843.elc +./international/robin.elc +./international/kkc.el +./international/iso-transl.el +./international/textsec.elc +./international/emoji.elc +./international/uni-name.el +./international/eucjp-ms.el +./international/mule-diag.el +./international/uni-digit.el +./international/iso-cvt.elc +./international/uni-comment.el +./international/uni-combining.el +./international/uni-decimal.el +./international/robin.el +./international/mule-util.el +./international/cp51932.el +./international/uni-numeric.el +./international/ja-dic-utl.elc +./international/uni-titlecase.el +./international/quail.elc +./international/mule.elc +./international/titdic-cnv.el +./international/latin1-disp.elc +./international/uni-category.el +./international/isearch-x.elc +./international/iso-ascii.elc +./international/textsec-check.elc +./international/ucs-normalize.elc +./international/uni-brackets.el +./international/textsec-check.el +./international/emoji.el +./international/charprop.el +./international/latexenc.elc +./international/iso-cvt.el +./international/characters.el +./international/ccl.elc +./international/quail.el +./international/emoji-zwj.el +./international/kinsoku.el +./international/isearch-x.el +./international/ogonek.el +./international/charscript.el +./international/fontset.elc +./international/cp51932.elc +./international/uni-confusable.el +./international/charscript.elc +./international/rfc1843.el +./international/idna-mapping.el +./international/ja-dic-utl.el +./international/uni-mirrored.el +./international/mule.el +./international/titdic-cnv.elc +./international/uni-scripts.el +./international/emoji-zwj.elc +./international/uni-lowercase.el +./international/emoji-labels.el +./international/uni-special-titlecase.el +./international/uni-old-name.el +./international/iso-ascii.el +./international/mule-util.elc +./international/eucjp-ms.elc +./international/ogonek.elc +./international/utf-7.elc +./macros.el +./shell.el +./chistory.el +./mpc.el +./obarray.el +./double.el +./avoid.elc +./electric.elc +./winner.el +./pcmpl-rpm.elc +./md4.elc +./expand.el +./epg-config.elc +./midnight.elc +./format-spec.elc +./ps-samp.elc +./notifications.elc +./mh-e/ +./mh-e/mh-identity.elc +./mh-e/mh-scan.elc +./mh-e/mh-letter.elc +./mh-e/mh-junk.elc +./mh-e/mh-thread.el +./mh-e/mh-speed.el +./mh-e/mh-gnus.elc +./mh-e/mh-search.elc +./mh-e/mh-search.el +./mh-e/mh-show.el +./mh-e/mh-utils.elc +./mh-e/mh-inc.elc +./mh-e/mh-show.elc +./mh-e/mh-comp.el +./mh-e/mh-utils.el +./mh-e/mh-mime.elc +./mh-e/mh-identity.el +./mh-e/mh-mime.el +./mh-e/mh-inc.el +./mh-e/mh-comp.elc +./mh-e/mh-folder.elc +./mh-e/mh-folder.el +./mh-e/mh-speed.elc +./mh-e/mh-limit.elc +./mh-e/mh-print.el +./mh-e/mh-gnus.el +./mh-e/mh-xface.elc +./mh-e/mh-loaddefs.elc +./mh-e/mh-funcs.elc +./mh-e/mh-alias.elc +./mh-e/mh-junk.el +./mh-e/mh-limit.el +./mh-e/mh-alias.el +./mh-e/mh-acros.el +./mh-e/mh-xface.el +./mh-e/mh-seq.elc +./mh-e/mh-e.elc +./mh-e/ChangeLog.2 +./mh-e/mh-print.elc +./mh-e/mh-scan.el +./mh-e/mh-letter.el +./mh-e/mh-buffers.elc +./mh-e/mh-tool-bar.el +./mh-e/mh-acros.elc +./mh-e/ChangeLog.1 +./mh-e/mh-seq.el +./mh-e/mh-e.el +./mh-e/mh-tool-bar.elc +./mh-e/mh-buffers.el +./mh-e/mh-loaddefs.el +./mh-e/mh-thread.elc +./mh-e/mh-funcs.el +./ps-bdf.elc +./timezone.el +./view.elc +./format-spec.el +./pcmpl-rpm.el +./filecache.el +./help-at-pt.elc +./type-break.elc +./repeat.el +./filesets.el +./faces.el +./align.elc +./ruler-mode.el +./tempo.el +./loadup.el +./w32-vars.elc +./scroll-lock.el +./winner.elc +./ls-lisp.el +./registry.elc +./dynamic-setting.elc +./tabify.elc +./epa-mail.el +./mouse.elc +./rtree.elc +./sort.elc +./select.el +./locate.elc +./elide-head.el +./delim-col.el +./elide-head.elc +./elec-pair.el +./isearchb.elc +./register.el +./time.elc +./replace.elc +./obsolete/ +./obsolete/mh-compat.elc +./obsolete/bruce.elc +./obsolete/sb-image.elc +./obsolete/rlogin.elc +./obsolete/info-edit.el +./obsolete/yow.elc +./obsolete/vt100-led.elc +./obsolete/rlogin.el +./obsolete/vc-mtn.elc +./obsolete/sb-image.el +./obsolete/iswitchb.el +./obsolete/tls.el +./obsolete/cl.el +./obsolete/ps-def.elc +./obsolete/pgg-pgp5.elc +./obsolete/cl-compat.el +./obsolete/gs.elc +./obsolete/thumbs.elc +./obsolete/pgg.el +./obsolete/iswitchb.elc +./obsolete/messcompat.el +./obsolete/html2text.el +./obsolete/vt100-led.el +./obsolete/netrc.el +./obsolete/vc-arch.elc +./obsolete/linum.el +./obsolete/tpu-edt.el +./obsolete/starttls.elc +./obsolete/tpu-extras.el +./obsolete/quickurl.elc +./obsolete/ws-mode.el +./obsolete/landmark.elc +./obsolete/yow.el +./obsolete/mantemp.elc +./obsolete/eudcb-ph.el +./obsolete/meese.elc +./obsolete/vc-arch.el +./obsolete/rcompile.elc +./obsolete/linum.elc +./obsolete/longlines.elc +./obsolete/inversion.el +./obsolete/mantemp.el +./obsolete/tpu-edt.elc +./obsolete/ps-def.el +./obsolete/meese.el +./obsolete/pgg-gpg.el +./obsolete/ws-mode.elc +./obsolete/uce.el +./obsolete/vt-control.el +./obsolete/quickurl.el +./obsolete/tpu-extras.elc +./obsolete/nnir.elc +./obsolete/starttls.el +./obsolete/landmark.el +./obsolete/rfc2368.el +./obsolete/pgg-parse.elc +./obsolete/autoarg.elc +./obsolete/autoarg.el +./obsolete/nnir.el +./obsolete/mh-compat.el +./obsolete/tpu-mapper.el +./obsolete/vip.elc +./obsolete/autoload.el +./obsolete/inversion.elc +./obsolete/longlines.el +./obsolete/makesum.el +./obsolete/pgg-def.el +./obsolete/cc-compat.el +./obsolete/terminal.el +./obsolete/crisp.el +./obsolete/eieio-compat.elc +./obsolete/makesum.elc +./obsolete/bruce.el +./obsolete/info-edit.elc +./obsolete/autoload.elc +./obsolete/uce.elc +./obsolete/otodo-mode.elc +./obsolete/pgg-gpg.elc +./obsolete/pgg-parse.el +./obsolete/netrc.elc +./obsolete/cc-compat.elc +./obsolete/sup-mouse.elc +./obsolete/otodo-mode.el +./obsolete/url-about.elc +./obsolete/thumbs.el +./obsolete/sup-mouse.el +./obsolete/cl.elc +./obsolete/url-about.el +./obsolete/pgg-pgp5.el +./obsolete/pgg.elc +./obsolete/crisp.elc +./obsolete/html2text.elc +./obsolete/vt-control.elc +./obsolete/rcompile.el +./obsolete/pgg-def.elc +./obsolete/metamail.el +./obsolete/metamail.elc +./obsolete/gulp.elc +./obsolete/eieio-compat.el +./obsolete/tls.elc +./obsolete/tpu-mapper.elc +./obsolete/url-ns.el +./obsolete/vc-mtn.el +./obsolete/rfc2368.elc +./obsolete/eudcb-ph.elc +./obsolete/cl-compat.elc +./obsolete/vi.elc +./obsolete/pgg-pgp.elc +./obsolete/url-dired.elc +./obsolete/vi.el +./obsolete/vip.el +./obsolete/terminal.elc +./obsolete/gulp.el +./obsolete/gs.el +./obsolete/pgg-pgp.el +./obsolete/url-dired.el +./obsolete/url-ns.elc +./char-fold.elc +./pcmpl-cvs.elc +./ansi-color.elc +./xwidget.el +./button.elc +./ibuf-ext.elc +./ChangeLog.11 +./treesit.el +./dired-x.el +./uniquify.elc +./startup.elc +./minibuffer.elc +./w32-fns.el +./ChangeLog.14 +./windmove.el +./msb.elc +./shadowfile.elc +./ps-print.elc +./color.el +./x-dnd.elc +./widget.el +./abbrev.elc +./x-dnd.el +./pixel-scroll.el +./ps-mule.el +./ChangeLog.5 +./svg.elc +./whitespace.el +./array.el +./version.el +./url/ +./url/url-http.el +./url/url-future.el +./url/url-dav.el +./url/url-ldap.el +./url/url-irc.el +./url/url-gw.elc +./url/url-expand.el +./url/url-vars.elc +./url/url-domsuf.elc +./url/url-cookie.elc +./url/url-cid.el +./url/url-vars.el +./url/url-mailto.elc +./url/url-handlers.el +./url/url-privacy.elc +./url/url-file.el +./url/url-mailto.el +./url/url-future.elc +./url/url-util.elc +./url/url-misc.elc +./url/url-history.el +./url/url-cid.elc +./url/url-methods.elc +./url/url-parse.elc +./url/url-imap.elc +./url/url-cookie.el +./url/url-proxy.el +./url/url-queue.el +./url/url-gw.el +./url/url-history.elc +./url/url-parse.el +./url/url-irc.elc +./url/url-dav.elc +./url/url-ldap.elc +./url/url-auth.elc +./url/url-handlers.elc +./url/url-nfs.el +./url/url.elc +./url/url-ftp.elc +./url/url-imap.el +./url/url-ftp.el +./url/url-cache.el +./url/url-auth.el +./url/url-tramp.elc +./url/url-tramp.el +./url/url-news.elc +./url/url-nfs.elc +./url/url-cache.elc +./url/url-privacy.el +./url/url-domsuf.el +./url/url-methods.el +./url/url-misc.el +./url/url-expand.elc +./url/url-queue.elc +./url/ChangeLog.1 +./url/url-file.elc +./url/url.el +./url/url-news.el +./url/url-util.el +./url/url-proxy.elc +./url/url-http.elc +./facemenu.elc +./progmodes/ +./progmodes/hideshow.elc +./progmodes/make-mode.elc +./progmodes/cc-vars.el +./progmodes/go-ts-mode.el +./progmodes/cperl-mode.elc +./progmodes/flymake-cc.el +./progmodes/octave.elc +./progmodes/cc-langs.elc +./progmodes/idlwave.elc +./progmodes/mixal-mode.el +./progmodes/cc-fonts.el +./progmodes/autoconf.el +./progmodes/flymake-proc.elc +./progmodes/f90.el +./progmodes/ebnf-otz.elc +./progmodes/pascal.el +./progmodes/cc-bytecomp.elc +./progmodes/cmacexp.elc +./progmodes/m4-mode.elc +./progmodes/erts-mode.el +./progmodes/xref.el +./progmodes/antlr-mode.el +./progmodes/idlw-toolbar.elc +./progmodes/antlr-mode.elc +./progmodes/executable.elc +./progmodes/tcl.el +./progmodes/project.elc +./progmodes/c-ts-mode.el +./progmodes/asm-mode.elc +./progmodes/m4-mode.el +./progmodes/ebnf-yac.elc +./progmodes/icon.el +./progmodes/executable.el +./progmodes/vhdl-mode.el +./progmodes/subword.elc +./progmodes/ps-mode.el +./progmodes/json-ts-mode.elc +./progmodes/cc-menus.elc +./progmodes/idlw-help.elc +./progmodes/dockerfile-ts-mode.elc +./progmodes/idlw-toolbar.el +./progmodes/gdb-mi.elc +./progmodes/c-ts-common.el +./progmodes/typescript-ts-mode.el +./progmodes/idlw-shell.el +./progmodes/ebnf-otz.el +./progmodes/cc-align.elc +./progmodes/cc-mode.elc +./progmodes/dockerfile-ts-mode.el +./progmodes/simula.elc +./progmodes/grep.el +./progmodes/bug-reference.elc +./progmodes/vera-mode.el +./progmodes/vera-mode.elc +./progmodes/cfengine.el +./progmodes/meta-mode.elc +./progmodes/gud.el +./progmodes/opascal.elc +./progmodes/cc-menus.el +./progmodes/cc-fonts.elc +./progmodes/gdb-mi.el +./progmodes/meta-mode.el +./progmodes/ebnf-iso.el +./progmodes/js.elc +./progmodes/octave.el +./progmodes/prolog.el +./progmodes/bug-reference.el +./progmodes/cc-defs.el +./progmodes/csharp-mode.el +./progmodes/cpp.el +./progmodes/ebnf-ebx.elc +./progmodes/cmacexp.el +./progmodes/python.el +./progmodes/f90.elc +./progmodes/cc-langs.el +./progmodes/c-ts-mode.elc +./progmodes/scheme.elc +./progmodes/vhdl-mode.elc +./progmodes/simula.el +./progmodes/gud.elc +./progmodes/python.elc +./progmodes/ruby-mode.el +./progmodes/ebnf-dtd.el +./progmodes/mixal-mode.elc +./progmodes/eglot.elc +./progmodes/dcl-mode.el +./progmodes/autoconf.elc +./progmodes/glasses.elc +./progmodes/fortran.elc +./progmodes/cc-engine.el +./progmodes/idlw-complete-structtag.elc +./progmodes/csharp-mode.elc +./progmodes/ebrowse.elc +./progmodes/c-ts-common.elc +./progmodes/pascal.elc +./progmodes/idlw-help.el +./progmodes/etags.el +./progmodes/cwarn.elc +./progmodes/modula2.el +./progmodes/ld-script.elc +./progmodes/bat-mode.elc +./progmodes/flymake.elc +./progmodes/tcl.elc +./progmodes/cwarn.el +./progmodes/make-mode.el +./progmodes/project.el +./progmodes/grep.elc +./progmodes/which-func.el +./progmodes/cc-styles.elc +./progmodes/flymake.el +./progmodes/flymake-cc.elc +./progmodes/cc-styles.el +./progmodes/cc-vars.elc +./progmodes/cc-bytecomp.el +./progmodes/flymake-proc.el +./progmodes/cc-awk.el +./progmodes/prog-mode.el +./progmodes/scheme.el +./progmodes/glasses.el +./progmodes/which-func.elc +./progmodes/ebnf-iso.elc +./progmodes/cl-font-lock.el +./progmodes/ebnf-yac.el +./progmodes/json-ts-mode.el +./progmodes/modula2.elc +./progmodes/hideshow.el +./progmodes/erts-mode.elc +./progmodes/xref.elc +./progmodes/perl-mode.elc +./progmodes/prog-mode.elc +./progmodes/sh-script.el +./progmodes/hideif.el +./progmodes/fortran.el +./progmodes/ebnf-dtd.elc +./progmodes/cperl-mode.el +./progmodes/bat-mode.el +./progmodes/cfengine.elc +./progmodes/cc-cmds.el +./progmodes/ebnf-abn.el +./progmodes/hideif.elc +./progmodes/icon.elc +./progmodes/ebnf-bnf.el +./progmodes/sql.elc +./progmodes/cc-mode.el +./progmodes/ruby-mode.elc +./progmodes/xscheme.el +./progmodes/inf-lisp.el +./progmodes/ebnf-bnf.elc +./progmodes/rust-ts-mode.elc +./progmodes/compile.elc +./progmodes/perl-mode.el +./progmodes/eglot.el +./progmodes/ebnf-ebx.el +./progmodes/java-ts-mode.el +./progmodes/asm-mode.el +./progmodes/inf-lisp.elc +./progmodes/ld-script.el +./progmodes/cc-engine.elc +./progmodes/cc-guess.elc +./progmodes/typescript-ts-mode.elc +./progmodes/cmake-ts-mode.el +./progmodes/ps-mode.elc +./progmodes/idlw-complete-structtag.el +./progmodes/cpp.elc +./progmodes/idlwave.el +./progmodes/xscheme.elc +./progmodes/verilog-mode.el +./progmodes/go-ts-mode.elc +./progmodes/ebrowse.el +./progmodes/subword.el +./progmodes/ebnf2ps.el +./progmodes/js.el +./progmodes/etags.elc +./progmodes/verilog-mode.elc +./progmodes/cc-cmds.elc +./progmodes/elisp-mode.elc +./progmodes/cc-awk.elc +./progmodes/java-ts-mode.elc +./progmodes/ruby-ts-mode.elc +./progmodes/sh-script.elc +./progmodes/opascal.el +./progmodes/cc-align.el +./progmodes/rust-ts-mode.el +./progmodes/cc-defs.elc +./progmodes/sql.el +./progmodes/prolog.elc +./progmodes/ruby-ts-mode.el +./progmodes/cl-font-lock.elc +./progmodes/cmake-ts-mode.elc +./progmodes/cc-guess.el +./progmodes/idlw-shell.elc +./progmodes/dcl-mode.elc +./progmodes/compile.el +./progmodes/ebnf-abn.elc +./progmodes/elisp-mode.el +./progmodes/ebnf2ps.elc +./files-x.el +./mouse.el +./ChangeLog.3 +./fileloop.elc +./userlock.el +./epg.elc +./ezimage.el +./use-package/ +./use-package/use-package-lint.elc +./use-package/bind-key.el +./use-package/use-package-bind-key.el +./use-package/use-package.elc +./use-package/bind-key.elc +./use-package/use-package-lint.el +./use-package/use-package-core.elc +./use-package/use-package-ensure.el +./use-package/use-package-bind-key.elc +./use-package/use-package.el +./use-package/use-package-jump.el +./use-package/use-package-jump.elc +./use-package/use-package-delight.el +./use-package/use-package-ensure-system-package.el +./use-package/use-package-core.el +./use-package/use-package-ensure.elc +./use-package/use-package-delight.elc +./use-package/use-package-diminish.el +./use-package/use-package-diminish.elc +./use-package/use-package-ensure-system-package.elc +./treesit.elc +./kermit.elc +./server.elc +./pgtk-dnd.el +./misc.el +./indent.elc +./w32-vars.el +./ezimage.elc +./battery.elc +./loadhist.elc +./format.elc +./ecomplete.elc +./apropos.el +./image-mode.el +./loaddefs.elc +./ruler-mode.elc +./autoinsert.elc +./array.elc +./rect.el +./epa-dired.elc +./jsonrpc.elc +./jka-cmpr-hook.el +./font-core.elc +./follow.elc +./ielm.elc +./buff-menu.el +./auth-source.el +./epa-hook.el +./hex-util.elc +./whitespace.elc +./novice.elc +./talk.elc +./misc.elc +./ps-print-loaddefs.elc +./ChangeLog.7 +./display-line-numbers.elc +./cus-edit.elc +./info.elc +./find-dired.elc +./ChangeLog.9 +./proced.el +./ChangeLog.4 +./custom.elc +./find-file.elc +./pcmpl-x.elc +./ebuff-menu.elc +./display-fill-column-indicator.el +./disp-table.elc +./mail/ +./mail/undigest.elc +./mail/mail-utils.elc +./mail/emacsbug.elc +./mail/rmailout.elc +./mail/mail-extr.elc +./mail/rmailsum.elc +./mail/footnote.el +./mail/rmailkwd.elc +./mail/rfc2047.el +./mail/mailclient.elc +./mail/rmail-spam-filter.el +./mail/mspools.elc +./mail/rfc6068.elc +./mail/sendmail.el +./mail/reporter.elc +./mail/mailheader.el +./mail/mail-parse.elc +./mail/rfc2231.el +./mail/binhex.elc +./mail/mail-prsvr.elc +./mail/reporter.el +./mail/rmailmm.el +./mail/mailalias.el +./mail/emacsbug.el +./mail/hashcash.el +./mail/supercite.el +./mail/mail-hist.el +./mail/feedmail.el +./mail/yenc.elc +./mail/mspools.el +./mail/mailclient.el +./mail/rfc2045.el +./mail/undigest.el +./mail/rmailsum.el +./mail/rfc2231.elc +./mail/qp.el +./mail/binhex.el +./mail/uudecode.elc +./mail/ietf-drums-date.el +./mail/rmailedit.el +./mail/ietf-drums.el +./mail/rfc2047.elc +./mail/rmailout.el +./mail/rmailsort.el +./mail/rfc6068.el +./mail/sendmail.elc +./mail/hashcash.elc +./mail/blessmail.el +./mail/unrmail.elc +./mail/mail-parse.el +./mail/rmailedit.elc +./mail/rmailsort.elc +./mail/rfc2045.elc +./mail/rfc822.elc +./mail/smtpmail.el +./mail/ietf-drums-date.elc +./mail/ietf-drums.elc +./mail/flow-fill.elc +./mail/unrmail.el +./mail/supercite.elc +./mail/uudecode.el +./mail/rmail-spam-filter.elc +./mail/footnote.elc +./mail/mailheader.elc +./mail/mailabbrev.elc +./mail/rmail.elc +./mail/mail-hist.elc +./mail/feedmail.elc +./mail/mail-extr.el +./mail/mail-prsvr.el +./mail/mailabbrev.el +./mail/mailalias.elc +./mail/smtpmail.elc +./mail/rmailkwd.el +./mail/mail-utils.el +./mail/yenc.el +./mail/qp.elc +./mail/rmailmsc.el +./mail/rmailmm.elc +./mail/flow-fill.el +./mail/rfc822.el +./mail/rmail.el +./mail/rmailmsc.elc +./shell.elc +./help-mode.el +./pcmpl-gnu.elc +./ansi-osc.el +./speedbar.el +./hfy-cmap.el +./help-at-pt.el +./cus-dep.elc +./ffap.el +./imenu.el +./select.elc +./image-file.el +./svg.el +./finder.el +./display-fill-column-indicator.elc +./windmove.elc +./cmuscheme.el +./lpr.el +./auth-source-pass.elc +./emacs-lock.el +./dos-vars.elc +./bs.elc +./password-cache.elc +./loaddefs.el +./frame.el +./pcmpl-gnu.el +./ps-mule.elc +./kmacro.elc +./ChangeLog.12 +./ibuf-macs.el +./external-completion.elc +./pixel-scroll.elc +./tabify.el +./reposition.elc +./dframe.elc +./help-macro.el +./generic-x.elc +./ps-print.el +./pgtk-dnd.elc +./org/ +./org/ox-publish.el +./org/org-footnote.el +./org/org-loaddefs.elc +./org/ob-core.el +./org/ol.elc +./org/org-ctags.elc +./org/org-macs.el +./org/org-table.el +./org/ob-processing.elc +./org/ob-lisp.el +./org/ob-forth.elc +./org/ob-haskell.elc +./org/ob-clojure.elc +./org/org-loaddefs.el +./org/org-colview.elc +./org/org-compat.elc +./org/oc-natbib.elc +./org/ob-exp.elc +./org/ol-bbdb.el +./org/ob-plantuml.el +./org/ol-rmail.el +./org/ob-gnuplot.elc +./org/ob-scheme.elc +./org/ob.elc +./org/ob-ocaml.elc +./org/ob-fortran.el +./org/org-tempo.el +./org/ox-beamer.elc +./org/org-id.elc +./org/ox-md.elc +./org/org-footnote.elc +./org/org-habit.el +./org/org-habit.elc +./org/ob-sass.el +./org/ob-octave.elc +./org/ob-groovy.elc +./org/org-archive.el +./org/org-attach-git.el +./org/oc.elc +./org/org-fold.elc +./org/org-feed.elc +./org/ox-man.elc +./org/org-goto.elc +./org/org-lint.el +./org/ob-emacs-lisp.el +./org/ob-matlab.el +./org/ob-plantuml.elc +./org/ob-maxima.el +./org/ob-groovy.el +./org/org-lint.elc +./org/ol-eww.elc +./org/ob-matlab.elc +./org/org-entities.elc +./org/org-timer.el +./org/org-plot.elc +./org/ob-ref.elc +./org/ob-ruby.elc +./org/ol-info.elc +./org/org-agenda.el +./org/org-colview.el +./org/ob-shell.elc +./org/ob-java.el +./org/ox-org.el +./org/org-mouse.el +./org/org-src.elc +./org/ob-R.el +./org/org-datetree.el +./org/oc-biblatex.el +./org/oc-bibtex.el +./org/org-agenda.elc +./org/ob-julia.elc +./org/org-mobile.el +./org/ob-css.el +./org/org-archive.elc +./org/ob-gnuplot.el +./org/ol-w3m.elc +./org/org-id.el +./org/ob-python.el +./org/ob-latex.el +./org/oc-csl.el +./org/ox-latex.elc +./org/org-cycle.el +./org/org-mouse.elc +./org/org-attach.elc +./org/org-num.elc +./org/org-persist.elc +./org/org-duration.el +./org/org-pcomplete.el +./org/ol-docview.el +./org/ob-C.el +./org/ob-lilypond.el +./org/org.el +./org/org-fold-core.el +./org/ob-perl.el +./org/org-plot.el +./org/ox.el +./org/ob-core.elc +./org/ob-exp.el +./org/ob-screen.el +./org/ob-lilypond.elc +./org/ob-table.elc +./org/ob-js.el +./org/ox-html.elc +./org/ob-css.elc +./org/ob-eshell.el +./org/org-capture.el +./org/ob-eval.el +./org/ol-eww.el +./org/ob-sass.elc +./org/org-macro.el +./org/ob-table.el +./org/ol-mhe.elc +./org/ob-sql.el +./org/ob-comint.el +./org/ob-emacs-lisp.elc +./org/ob-scheme.el +./org/ob-clojure.el +./org/org-version.el +./org/org-attach-git.elc +./org/ol-irc.elc +./org/ol.el +./org/ox-md.el +./org/ox-texinfo.elc +./org/org-inlinetask.el +./org/org-capture.elc +./org/org-indent.elc +./org/ob-ref.el +./org/ol-eshell.elc +./org/org-keys.elc +./org/ob-octave.el +./org/ol-w3m.el +./org/org-list.elc +./org/ol-docview.elc +./org/ob-C.elc +./org/ol-gnus.el +./org/ob-haskell.el +./org/ob-lua.elc +./org/org-fold-core.elc +./org/ob-ditaa.el +./org/org-duration.elc +./org/oc-bibtex.elc +./org/org-macs.elc +./org/oc-natbib.el +./org/ob-tangle.elc +./org/ox-ascii.elc +./org/ob-screen.elc +./org/ob-fortran.elc +./org/ob-calc.elc +./org/ox-man.el +./org/ox.elc +./org/ol-eshell.el +./org/org-datetree.elc +./org/ob-makefile.elc +./org/org.elc +./org/org-element.el +./org/oc-basic.elc +./org/org-faces.elc +./org/ob-julia.el +./org/ol-gnus.elc +./org/org-refile.el +./org/ob-makefile.el +./org/ob-sqlite.elc +./org/ol-mhe.el +./org/ox-koma-letter.elc +./org/org-compat.el +./org/org-entities.el +./org/ox-odt.elc +./org/ol-bbdb.elc +./org/ob-eshell.elc +./org/ob-sed.el +./org/org-src.el +./org/ob-tangle.el +./org/ox-odt.el +./org/ob-lua.el +./org/ob-eval.elc +./org/ol-doi.el +./org/org-inlinetask.elc +./org/org-goto.el +./org/ob-org.elc +./org/ob-awk.el +./org/org-feed.el +./org/oc-biblatex.elc +./org/ol-doi.elc +./org/ol-man.el +./org/ob-java.elc +./org/ox-org.elc +./org/ox-publish.elc +./org/ob-maxima.elc +./org/ob-dot.el +./org/org-pcomplete.elc +./org/oc.el +./org/ol-rmail.elc +./org/ox-latex.el +./org/ob-ocaml.el +./org/ol-irc.el +./org/org-clock.elc +./org/ob-ruby.el +./org/ob-comint.elc +./org/ol-man.elc +./org/org-persist.el +./org/org-timer.elc +./org/ob-awk.elc +./org/org-faces.el +./org/org-keys.el +./org/org-tempo.elc +./org/org-cycle.elc +./org/ob-python.elc +./org/ob.el +./org/ob-sqlite.el +./org/ox-koma-letter.el +./org/ox-html.el +./org/org-clock.el +./org/ob-shell.el +./org/org-crypt.elc +./org/org-mobile.elc +./org/ob-lob.elc +./org/ob-org.el +./org/ob-forth.el +./org/ol-bibtex.el +./org/ox-texinfo.el +./org/org-indent.el +./org/org-fold.el +./org/oc-basic.el +./org/org-list.el +./org/ob-dot.elc +./org/org-attach.el +./org/ob-calc.el +./org/ox-icalendar.el +./org/org-refile.elc +./org/ox-icalendar.elc +./org/ob-processing.el +./org/org-num.el +./org/org-protocol.elc +./org/org-crypt.el +./org/org-macro.elc +./org/ob-lisp.elc +./org/ol-bibtex.elc +./org/ChangeLog.1 +./org/ob-ditaa.elc +./org/oc-csl.elc +./org/ob-sql.elc +./org/org-table.elc +./org/ob-R.elc +./org/ox-ascii.el +./org/ob-perl.elc +./org/ox-beamer.el +./org/ob-sed.elc +./org/org-protocol.el +./org/ob-latex.elc +./org/org-ctags.el +./org/org-element.elc +./org/ob-lob.el +./org/ol-info.el +./org/ob-js.elc +./fringe.el +./ses.elc +./repeat.elc +./icomplete.elc +./net/ +./net/tramp-gvfs.elc +./net/soap-inspect.elc +./net/eudcb-macos-contacts.elc +./net/dictionary.elc +./net/eudcb-ecomplete.el +./net/dig.el +./net/tramp-cache.elc +./net/sasl-scram-rfc.el +./net/shr.el +./net/net-utils.el +./net/webjump.elc +./net/tramp-ftp.elc +./net/tramp.el +./net/goto-addr.elc +./net/dbus.el +./net/sieve.elc +./net/sasl-scram-sha256.elc +./net/ange-ftp.el +./net/shr.elc +./net/zeroconf.el +./net/sasl-scram-sha256.el +./net/tramp-loaddefs.el +./net/eudc-export.el +./net/eudc-hotlist.elc +./net/eww.el +./net/soap-inspect.el +./net/eudc.el +./net/tramp-integration.el +./net/pop3.elc +./net/ange-ftp.elc +./net/ntlm.elc +./net/tramp-sh.el +./net/eudcb-mab.elc +./net/tramp-crypt.el +./net/tramp-compat.el +./net/tramp-sudoedit.el +./net/sasl-ntlm.el +./net/mairix.elc +./net/socks.elc +./net/mailcap.el +./net/eudc-bob.elc +./net/tramp-archive.el +./net/eudcb-mab.el +./net/rfc2104.el +./net/ldap.elc +./net/tramp-integration.elc +./net/newsticker.elc +./net/newst-ticker.el +./net/soap-client.elc +./net/gnutls.el +./net/newst-plainview.el +./net/eudcb-bbdb.elc +./net/sieve.el +./net/eudc-capf.el +./net/newsticker.el +./net/eudc-vars.el +./net/nsm.el +./net/eudc-capf.elc +./net/dns.el +./net/tramp-cmds.elc +./net/hmac-def.el +./net/eudcb-mailabbrev.elc +./net/newst-reader.el +./net/trampver.elc +./net/hmac-md5.elc +./net/webjump.el +./net/tramp.elc +./net/tramp-fuse.elc +./net/pop3.el +./net/dictionary.el +./net/browse-url.el +./net/ldap.el +./net/sieve-mode.elc +./net/sasl-cram.el +./net/sieve-manage.elc +./net/sasl.elc +./net/sasl-scram-rfc.elc +./net/sasl-ntlm.elc +./net/goto-addr.el +./net/eudcb-ldap.el +./net/shr-color.elc +./net/newst-backend.el +./net/tramp-sshfs.el +./net/tramp-container.elc +./net/tramp-loaddefs.elc +./net/dictionary-connection.elc +./net/newst-ticker.elc +./net/tramp-sudoedit.elc +./net/eudcb-ecomplete.elc +./net/tramp-adb.el +./net/zeroconf.elc +./net/tramp-smb.el +./net/imap.el +./net/eww.elc +./net/eudc.elc +./net/sieve-manage.el +./net/rfc2104.elc +./net/eudcb-mailabbrev.el +./net/browse-url.elc +./net/mailcap.elc +./net/sasl-cram.elc +./net/eudc-vars.elc +./net/tramp-uu.elc +./net/tramp-smb.elc +./net/sasl-digest.el +./net/dictionary-connection.el +./net/tramp-archive.elc +./net/secrets.el +./net/snmp-mode.elc +./net/newst-plainview.elc +./net/socks.el +./net/tramp-compat.elc +./net/eudc-hotlist.el +./net/newst-treeview.elc +./net/tramp-cmds.el +./net/sasl-digest.elc +./net/snmp-mode.el +./net/sieve-mode.el +./net/trampver.el +./net/newst-backend.elc +./net/mairix.el +./net/newst-treeview.el +./net/puny.el +./net/soap-client.el +./net/eudcb-bbdb.el +./net/network-stream.elc +./net/tramp-rclone.el +./net/tramp-rclone.elc +./net/tramp-adb.elc +./net/network-stream.el +./net/tramp-ftp.el +./net/tramp-gvfs.el +./net/eudcb-macos-contacts.el +./net/tramp-fuse.el +./net/hmac-def.elc +./net/net-utils.elc +./net/sasl.el +./net/dbus.elc +./net/imap.elc +./net/tramp-sshfs.elc +./net/tramp-uu.el +./net/telnet.el +./net/gnutls.elc +./net/rcirc.elc +./net/newst-reader.elc +./net/puny.elc +./net/nsm.elc +./net/telnet.elc +./net/rcirc.el +./net/tramp-sh.elc +./net/tramp-crypt.elc +./net/dig.elc +./net/tramp-container.el +./net/eudcb-ldap.elc +./net/eudc-bob.el +./net/secrets.elc +./net/eudc-export.elc +./net/hmac-md5.el +./net/tramp-cache.el +./net/dns.elc +./net/ntlm.el +./net/shr-color.el +./xdg.elc +./epa-file.el +./bookmark.el +./hfy-cmap.elc +./wdired.elc +./t-mouse.el +./descr-text.elc +./lpr.elc +./hl-line.el +./mwheel.elc +./allout-widgets.elc +./registry.el +./profiler.el +./time-stamp.el +./chistory.elc +./calc/ +./calc/calc-ext.el +./calc/calc-funcs.el +./calc/calc-yank.el +./calc/calc-nlfit.el +./calc/calc-prog.elc +./calc/calc-math.elc +./calc/calc-graph.el +./calc/calc-help.elc +./calc/calc-fin.el +./calc/calc-fin.elc +./calc/calc-alg.elc +./calc/calc-frac.elc +./calc/calccomp.elc +./calc/calc-bin.el +./calc/calc-stat.el +./calc/calc-misc.elc +./calc/calc-graph.elc +./calc/calc-trail.elc +./calc/calc.el +./calc/calc-trail.el +./calc/calcalg2.el +./calc/calc-units.el +./calc/calc.elc +./calc/calc-aent.el +./calc/calc-undo.elc +./calc/calc-comb.elc +./calc/calc-ext.elc +./calc/calc-rewr.el +./calc/calc-keypd.el +./calc/calc-stat.elc +./calc/calc-rules.elc +./calc/calc-rewr.elc +./calc/calc-misc.el +./calc/calc-aent.elc +./calc/calc-rules.el +./calc/calc-mtx.el +./calc/calccomp.el +./calc/calc-menu.elc +./calc/calc-units.elc +./calc/calc-forms.el +./calc/calc-menu.el +./calc/calc-vec.el +./calc/calc-math.el +./calc/calc-funcs.elc +./calc/calc-map.el +./calc/calc-incom.elc +./calc/calcalg3.el +./calc/calc-vec.elc +./calc/calc-mode.elc +./calc/calc-alg.el +./calc/calc-forms.elc +./calc/calc-embed.el +./calc/calc-arith.el +./calc/calc-stuff.el +./calc/calc-store.el +./calc/calc-poly.elc +./calc/calc-loaddefs.el +./calc/calc-cplx.el +./calc/calc-nlfit.elc +./calc/calc-incom.el +./calc/calcalg2.elc +./calc/calc-keypd.elc +./calc/calc-poly.el +./calc/calc-loaddefs.elc +./calc/calc-help.el +./calc/calc-sel.el +./calc/calc-map.elc +./calc/calc-comb.el +./calc/calc-undo.el +./calc/calc-macs.elc +./calc/calc-frac.el +./calc/calc-store.elc +./calc/calc-cplx.elc +./calc/calc-macs.el +./calc/calc-arith.elc +./calc/calc-sel.elc +./calc/calc-lang.elc +./calc/calc-bin.elc +./calc/calc-mtx.elc +./calc/calc-prog.el +./calc/calcsel2.elc +./calc/calc-yank.elc +./calc/calc-stuff.elc +./calc/calcsel2.el +./calc/calc-lang.el +./calc/calc-mode.el +./calc/calc-embed.elc +./calc/calcalg3.elc +./forms.el +./image.elc +./novice.el +./subr.el +./frameset.elc +./find-dired.el +./custom.el +./yank-media.el +./fileloop.el +./savehist.elc +./files.elc +./image-mode.elc +./plstore.elc +./color.elc +./shadowfile.el +./hilit-chg.elc +./notifications.el +./help.elc +./menu-bar.elc +./cmuscheme.elc +./font-core.el +./dabbrev.elc +./ChangeLog.2 +./time.el +./minibuf-eldef.el +./arc-mode.el +./epa-dired.el +./face-remap.elc +./frameset.el +./pcmpl-git.el +./replace.el +./loadhist.el +./language/ +./language/korean.elc +./language/czech.el +./language/slovak.elc +./language/japanese.elc +./language/tibet-util.el +./language/ethio-util.el +./language/indonesian.el +./language/indian.elc +./language/thai.elc +./language/lao-util.el +./language/korea-util.elc +./language/chinese.el +./language/korean.el +./language/cham.elc +./language/tai-viet.elc +./language/misc-lang.elc +./language/utf-8-lang.el +./language/burmese.elc +./language/ethiopic.el +./language/pinyin.elc +./language/philippine.elc +./language/cyrillic.elc +./language/georgian.el +./language/hebrew.el +./language/viet-util.el +./language/vietnamese.elc +./language/cyril-util.el +./language/ethiopic.elc +./language/lao-util.elc +./language/japan-util.elc +./language/japanese.el +./language/tibetan.elc +./language/japan-util.el +./language/pinyin.el +./language/chinese.elc +./language/european.el +./language/greek.el +./language/ind-util.el +./language/vietnamese.el +./language/english.elc +./language/tv-util.elc +./language/thai-util.elc +./language/tibet-util.elc +./language/thai.el +./language/hebrew.elc +./language/indian.el +./language/romanian.el +./language/china-util.el +./language/hanja-util.el +./language/tibetan.el +./language/thai-util.el +./language/sinhala.elc +./language/cyril-util.elc +./language/european.elc +./language/burmese.el +./language/utf-8-lang.elc +./language/cyrillic.el +./language/czech.elc +./language/cham.el +./language/china-util.elc +./language/sinhala.el +./language/greek.elc +./language/ethio-util.elc +./language/georgian.elc +./language/khmer.el +./language/thai-word.el +./language/tv-util.el +./language/philippine.el +./language/indonesian.elc +./language/tai-viet.el +./language/korea-util.el +./language/slovak.el +./language/lao.elc +./language/english.el +./language/thai-word.elc +./language/lao.el +./language/misc-lang.el +./language/viet-util.elc +./language/hanja-util.elc +./language/khmer.elc +./language/romanian.elc +./language/ind-util.elc +./pcmpl-git.elc +./thingatpt.elc +./tree-widget.el +./hippie-exp.elc +./tmm.el +./strokes.el +./xml.el +./saveplace.elc +./ls-lisp.elc +./ps-bdf.el +./README +./dos-fns.el +./frame.elc +./epa-mail.elc +./follow.el +./image.el +./isearch.el +./newcomment.el +./external-completion.el +./iimage.el +./faces.elc +./type-break.el +./simple.elc +./profiler.elc +./ansi-color.el +./tooltip.el +./avoid.el +./Makefile +./dired-x.elc +./password-cache.el +./tooltip.elc +./ecomplete.el +./version.elc +./htmlfontify.elc +./comint.elc +./hippie-exp.el +./COPYING +./dnd.elc +./timezone.elc +./allout.el +./foldout.elc +./calculator.el +./ielm.el +./widget.elc +./jka-cmpr-hook.elc +./xt-mouse.el +./theme-loaddefs.el +./strokes.elc +./rtree.el +./rot13.el +./mb-depth.el +./cus-edit.el +./desktop.elc +./outline.elc +./rot13.elc +./skeleton.el +./rfn-eshadow.elc +./macros.elc +./find-lisp.el +./icomplete.el +./wid-browse.el +./filenotify.elc +./epg.el +./ehelp.el +./apropos.elc +./rect.elc +./cus-dep.el +./hex-util.el +./bindings.elc +./mouse-copy.elc +./ChangeLog.10 +./thread.el +./scroll-lock.elc +./arc-mode.elc +./allout.elc +./startup.el +./ldefs-boot.el +./tempo.elc +./tab-line.elc +./find-cmd.elc +./calendar/ +./calendar/cal-hebrew.el +./calendar/cal-loaddefs.elc +./calendar/diary-loaddefs.elc +./calendar/cal-move.elc +./calendar/todo-mode.elc +./calendar/diary-lib.el +./calendar/time-date.elc +./calendar/calendar.el +./calendar/cal-bahai.elc +./calendar/cal-loaddefs.el +./calendar/cal-x.el +./calendar/iso8601.el +./calendar/iso8601.elc +./calendar/holidays.elc +./calendar/cal-french.el +./calendar/cal-julian.el +./calendar/lunar.el +./calendar/cal-dst.el +./calendar/diary-lib.elc +./calendar/holiday-loaddefs.elc +./calendar/parse-time.elc +./calendar/cal-china.el +./calendar/cal-tex.elc +./calendar/cal-iso.el +./calendar/solar.elc +./calendar/timeclock.el +./calendar/time-date.el +./calendar/cal-coptic.el +./calendar/cal-move.el +./calendar/todo-mode.el +./calendar/icalendar.elc +./calendar/cal-html.el +./calendar/cal-bahai.el +./calendar/cal-islam.elc +./calendar/holidays.el +./calendar/cal-china.elc +./calendar/cal-tex.el +./calendar/cal-iso.elc +./calendar/cal-persia.el +./calendar/cal-persia.elc +./calendar/cal-x.elc +./calendar/appt.el +./calendar/appt.elc +./calendar/parse-time.el +./calendar/cal-html.elc +./calendar/cal-dst.elc +./calendar/cal-julian.elc +./calendar/icalendar.el +./calendar/lunar.elc +./calendar/solar.el +./calendar/diary-loaddefs.el +./calendar/cal-menu.el +./calendar/holiday-loaddefs.el +./calendar/cal-islam.el +./calendar/cal-mayan.elc +./calendar/calendar.elc +./calendar/cal-mayan.el +./calendar/cal-french.elc +./calendar/timeclock.elc +./calendar/cal-coptic.elc +./calendar/cal-hebrew.elc +./calendar/cal-menu.elc +./tab-line.el +./server.el +./help-fns.el +./delsel.el +./time-stamp.elc +./kmacro.el +./dabbrev.el +./echistory.el +./battery.el +./dirtrack.elc +./tab-bar.el +./mouse-copy.el +./font-lock.el +./xdg.el +./scroll-bar.elc +./keymap.el +./finder.elc +./cus-start.el +./ChangeLog.16 +./kermit.el +./tab-bar.elc +./printing.el +./composite.elc +./delsel.elc +./jit-lock.elc +./transient.el +./dired-aux.el +./paren.elc +./tutorial.el +./dos-w32.elc +./tmm.elc +./thingatpt.el +./completion.el +./play/ +./play/handwrite.elc +./play/tetris.el +./play/dunnet.elc +./play/bubbles.elc +./play/spook.elc +./play/animate.elc +./play/morse.el +./play/tetris.elc +./play/hanoi.el +./play/blackbox.elc +./play/decipher.elc +./play/pong.el +./play/handwrite.el +./play/animate.el +./play/gomoku.elc +./play/gamegrid.el +./play/spook.el +./play/cookie1.elc +./play/life.elc +./play/5x5.elc +./play/solitaire.el +./play/gomoku.el +./play/gamegrid.elc +./play/fortune.el +./play/mpuz.elc +./play/doctor.el +./play/dissociate.elc +./play/snake.el +./play/zone.elc +./play/gametree.el +./play/dunnet.el +./play/snake.elc +./play/life.el +./play/studly.el +./play/dissociate.el +./play/5x5.el +./play/mpuz.el +./play/hanoi.elc +./play/pong.elc +./play/cookie1.el +./play/doctor.elc +./play/gametree.elc +./play/bubbles.el +./play/morse.elc +./play/zone.el +./play/decipher.el +./play/solitaire.elc +./play/blackbox.el +./play/studly.elc +./play/fortune.elc +./savehist.el +./buff-menu.elc +./keymap.elc +./misearch.elc +./locate.el +./informat.elc +./electric.el +./dframe.el +./comint.el +./cus-face.el +./dos-vars.el +./erc/ +./erc/erc-xdcc.elc +./erc/erc-lang.el +./erc/erc-list.el +./erc/erc-backend.el +./erc/erc-loaddefs.el +./erc/erc-truncate.elc +./erc/erc-spelling.elc +./erc/erc-networks.elc +./erc/erc-button.el +./erc/erc-xdcc.el +./erc/erc-sasl.el +./erc/erc-speedbar.elc +./erc/erc-stamp.el +./erc/erc-match.el +./erc/erc-page.el +./erc/erc-replace.el +./erc/erc-dcc.el +./erc/erc-imenu.elc +./erc/erc-log.elc +./erc/erc-list.elc +./erc/erc-button.elc +./erc/erc-pcomplete.el +./erc/erc-track.elc +./erc/erc-fill.el +./erc/erc-identd.el +./erc/erc-speedbar.el +./erc/erc-join.elc +./erc/erc-loaddefs.elc +./erc/erc-notify.el +./erc/erc-menu.elc +./erc/erc-spelling.el +./erc/erc-match.elc +./erc/erc-lang.elc +./erc/erc-join.el +./erc/erc-services.elc +./erc/erc-imenu.el +./erc/erc-ring.elc +./erc/erc-backend.elc +./erc/erc-dcc.elc +./erc/erc-status-sidebar.elc +./erc/erc-status-sidebar.el +./erc/ChangeLog.2 +./erc/erc-ezbounce.elc +./erc/erc-ibuffer.el +./erc/erc-replace.elc +./erc/erc-netsplit.elc +./erc/erc-fill.elc +./erc/erc-track.el +./erc/erc-compat.elc +./erc/erc-desktop-notifications.elc +./erc/erc-ibuffer.elc +./erc/erc-common.el +./erc/erc-ezbounce.el +./erc/erc-autoaway.el +./erc/erc-goodies.el +./erc/erc-stamp.elc +./erc/erc-capab.el +./erc/erc-desktop-notifications.el +./erc/erc-identd.elc +./erc/erc-sound.elc +./erc/erc-autoaway.elc +./erc/erc-compat.el +./erc/erc-pcomplete.elc +./erc/erc-ring.el +./erc/erc-capab.elc +./erc/erc-log.el +./erc/erc-menu.el +./erc/erc-netsplit.el +./erc/erc-page.elc +./erc/erc-sound.el +./erc/erc-truncate.el +./erc/erc.el +./erc/erc-sasl.elc +./erc/erc.elc +./erc/ChangeLog.1 +./erc/erc-networks.el +./erc/erc-common.elc +./erc/erc-notify.elc +./erc/erc-services.el +./erc/erc-goodies.elc +./wid-edit.el +./button.el +./ido.elc +./soundex.elc +./gnus/ +./gnus/nnnil.el +./gnus/mml-sec.elc +./gnus/nnmbox.el +./gnus/nnbabyl.elc +./gnus/gnus-msg.el +./gnus/mm-bodies.elc +./gnus/nndir.elc +./gnus/mm-encode.el +./gnus/nnrss.elc +./gnus/nnmairix.elc +./gnus/nnnil.elc +./gnus/gnus.el +./gnus/legacy-gnus-agent.elc +./gnus/gnus-sieve.el +./gnus/gnus-topic.el +./gnus/nndiary.elc +./gnus/mm-view.elc +./gnus/nnweb.el +./gnus/nnoo.elc +./gnus/mm-uu.elc +./gnus/nnweb.elc +./gnus/gnus-logic.el +./gnus/mml1991.elc +./gnus/gnus-start.elc +./gnus/mml.elc +./gnus/gnus-util.el +./gnus/mm-decode.el +./gnus/gnus-search.el +./gnus/gnus-range.el +./gnus/nnmail.el +./gnus/gnus-sum.elc +./gnus/gnus-dup.el +./gnus/gnus-eform.elc +./gnus/gnus-notifications.elc +./gnus/mml-smime.elc +./gnus/smiley.el +./gnus/smime.elc +./gnus/nnagent.el +./gnus/canlock.elc +./gnus/gnus-delay.el +./gnus/spam-wash.elc +./gnus/gnus-group.elc +./gnus/gnus-uu.elc +./gnus/gnus-demon.elc +./gnus/gnus-agent.el +./gnus/gnus-kill.el +./gnus/mm-url.el +./gnus/gnus-art.el +./gnus/gnus-undo.el +./gnus/mm-archive.el +./gnus/gnus-mlspl.elc +./gnus/mm-archive.elc +./gnus/spam-stat.elc +./gnus/gnus-gravatar.elc +./gnus/gnus-ml.el +./gnus/nnml.elc +./gnus/gnus-rmail.el +./gnus/gnus-bookmark.el +./gnus/spam.elc +./gnus/mail-source.elc +./gnus/gnus-html.el +./gnus/mm-partial.elc +./gnus/gnus-salt.el +./gnus/nngateway.el +./gnus/nnspool.elc +./gnus/mml2015.el +./gnus/gnus-vm.elc +./gnus/nntp.elc +./gnus/gnus-draft.elc +./gnus/gnus-util.elc +./gnus/nnselect.elc +./gnus/gnus-cus.el +./gnus/nnvirtual.el +./gnus/mm-bodies.el +./gnus/gnus-eform.el +./gnus/nndir.el +./gnus/nnheader.el +./gnus/gnus-bcklg.el +./gnus/gnus-diary.elc +./gnus/mm-encode.elc +./gnus/gnus-cus.elc +./gnus/nndraft.elc +./gnus/ChangeLog.3 +./gnus/gnus-uu.el +./gnus/gnus-rfc1843.elc +./gnus/gnus-async.elc +./gnus/gnus-cloud.el +./gnus/gnus-score.elc +./gnus/nndraft.el +./gnus/gnus-registry.elc +./gnus/gnus-spec.elc +./gnus/nnoo.el +./gnus/nnmairix.el +./gnus/gnus-bookmark.elc +./gnus/gnus-async.el +./gnus/gnus-srvr.elc +./gnus/gnus-fun.el +./gnus/mm-view.el +./gnus/message.el +./gnus/gmm-utils.el +./gnus/nnregistry.el +./gnus/gnus-delay.elc +./gnus/mm-util.elc +./gnus/gnus-topic.elc +./gnus/nnimap.elc +./gnus/legacy-gnus-agent.el +./gnus/gssapi.el +./gnus/nnagent.elc +./gnus/nndiary.el +./gnus/nnmaildir.elc +./gnus/nnregistry.elc +./gnus/nnbabyl.el +./gnus/gnus-sum.el +./gnus/gnus-vm.el +./gnus/gnus-win.elc +./gnus/gnus-undo.elc +./gnus/gnus-dired.elc +./gnus/deuglify.elc +./gnus/smime.el +./gnus/mm-util.el +./gnus/gnus-registry.el +./gnus/score-mode.el +./gnus/mm-extern.elc +./gnus/ChangeLog.2 +./gnus/mm-extern.el +./gnus/gnus-diary.el +./gnus/spam-wash.el +./gnus/nnmaildir.el +./gnus/nndoc.el +./gnus/spam.el +./gnus/gnus-msg.elc +./gnus/gnus-picon.elc +./gnus/gnus-art.elc +./gnus/gnus-agent.elc +./gnus/gnus-dbus.el +./gnus/gnus-notifications.el +./gnus/gnus-bcklg.elc +./gnus/gnus-picon.el +./gnus/gnus-demon.el +./gnus/gnus-logic.elc +./gnus/gnus-win.el +./gnus/spam-report.elc +./gnus/nnfolder.el +./gnus/message.elc +./gnus/gnus-int.elc +./gnus/nngateway.elc +./gnus/nnmh.el +./gnus/nneething.elc +./gnus/mml-sec.el +./gnus/gnus.elc +./gnus/mail-source.el +./gnus/mml1991.el +./gnus/nnmbox.elc +./gnus/gnus-dup.elc +./gnus/gnus-mh.el +./gnus/mml.el +./gnus/gnus-salt.elc +./gnus/mml2015.elc +./gnus/nnvirtual.elc +./gnus/gnus-score.el +./gnus/gnus-kill.elc +./gnus/gnus-mh.elc +./gnus/gnus-srvr.el +./gnus/gnus-dbus.elc +./gnus/gnus-ml.elc +./gnus/gnus-cite.elc +./gnus/smiley.elc +./gnus/nnmail.elc +./gnus/gnus-cite.el +./gnus/gnus-cloud.elc +./gnus/gnus-html.elc +./gnus/nnfolder.elc +./gnus/gnus-sieve.elc +./gnus/gnus-cache.el +./gnus/nnrss.el +./gnus/deuglify.el +./gnus/nnml.el +./gnus/nnspool.el +./gnus/gnus-dired.el +./gnus/mm-url.elc +./gnus/nneething.el +./gnus/mm-partial.el +./gnus/canlock.el +./gnus/nnselect.el +./gnus/gnus-icalendar.el +./gnus/spam-report.el +./gnus/mm-uu.el +./gnus/ChangeLog.1 +./gnus/score-mode.elc +./gnus/gnus-start.el +./gnus/gmm-utils.elc +./gnus/spam-stat.el +./gnus/gnus-icalendar.elc +./gnus/gnus-cache.elc +./gnus/gnus-fun.elc +./gnus/gnus-draft.el +./gnus/gnus-spec.el +./gnus/mml-smime.el +./gnus/nnheader.elc +./gnus/gnus-int.el +./gnus/nnmh.elc +./gnus/gnus-gravatar.el +./gnus/gnus-rmail.elc +./gnus/gssapi.elc +./gnus/gnus-group.el +./gnus/gnus-rfc1843.el +./gnus/mm-decode.elc +./gnus/gnus-mlspl.el +./gnus/nntp.el +./gnus/nnimap.el +./gnus/nndoc.elc +./gnus/gnus-range.elc +./gnus/gnus-search.elc +./dired-loaddefs.el +./man.elc +./jka-compr.el +./ChangeLog.8 +./saveplace.el +./informat.el +./pcomplete.el +./speedbar.elc +./eshell/ +./eshell/em-cmpl.el +./eshell/esh-var.elc +./eshell/esh-ext.el +./eshell/em-tramp.el +./eshell/esh-mode.el +./eshell/em-banner.elc +./eshell/esh-groups.elc +./eshell/esh-var.el +./eshell/em-prompt.elc +./eshell/em-ls.elc +./eshell/em-hist.elc +./eshell/esh-opt.el +./eshell/esh-module.el +./eshell/esh-proc.el +./eshell/em-basic.el +./eshell/em-script.elc +./eshell/esh-proc.elc +./eshell/em-script.el +./eshell/em-xtra.elc +./eshell/em-glob.el +./eshell/em-elecslash.el +./eshell/em-alias.el +./eshell/esh-mode.elc +./eshell/esh-io.el +./eshell/em-rebind.el +./eshell/em-extpipe.elc +./eshell/em-extpipe.el +./eshell/esh-opt.elc +./eshell/em-cmpl.elc +./eshell/em-term.elc +./eshell/em-pred.elc +./eshell/em-smart.el +./eshell/em-banner.el +./eshell/em-alias.elc +./eshell/esh-util.el +./eshell/em-rebind.elc +./eshell/em-ls.el +./eshell/esh-cmd.el +./eshell/em-dirs.elc +./eshell/eshell.el +./eshell/esh-groups.el +./eshell/esh-cmd.elc +./eshell/em-unix.elc +./eshell/em-unix.el +./eshell/esh-ext.elc +./eshell/esh-module.elc +./eshell/em-basic.elc +./eshell/em-pred.el +./eshell/em-elecslash.elc +./eshell/esh-util.elc +./eshell/em-xtra.el +./eshell/em-smart.elc +./eshell/esh-arg.el +./eshell/em-term.el +./eshell/esh-io.elc +./eshell/em-dirs.el +./eshell/em-hist.el +./eshell/em-tramp.elc +./eshell/eshell.elc +./eshell/em-prompt.el +./eshell/esh-arg.elc +./eshell/em-glob.elc +./midnight.el +./ibuffer.el +./emulation/ +./emulation/viper-mous.el +./emulation/cua-base.el +./emulation/viper-cmd.elc +./emulation/cua-rect.el +./emulation/cua-base.elc +./emulation/edt-mapper.el +./emulation/cua-gmrk.elc +./emulation/viper-init.elc +./emulation/edt-pc.el +./emulation/viper-mous.elc +./emulation/viper-keym.el +./emulation/viper-macs.el +./emulation/edt-vt100.elc +./emulation/edt.el +./emulation/keypad.el +./emulation/viper-util.el +./emulation/cua-gmrk.el +./emulation/viper.elc +./emulation/viper.el +./emulation/viper-init.el +./emulation/edt-lk201.el +./emulation/viper-ex.elc +./emulation/edt-mapper.elc +./emulation/edt.elc +./emulation/viper-util.elc +./emulation/viper-keym.elc +./emulation/edt-lk201.elc +./emulation/keypad.elc +./emulation/edt-vt100.el +./emulation/cua-rect.elc +./emulation/viper-ex.el +./emulation/edt-pc.elc +./emulation/viper-macs.elc +./emulation/viper-cmd.el +./dired-loaddefs.elc +./recentf.el +./sort.el +./ChangeLog.15 +./ses.el +./ibuffer-loaddefs.elc +./Makefile.in +./jit-lock.el +./disp-table.el +./generic-x.el +./thread.elc +./man.el +./sqlite.el +./find-cmd.el +./ChangeLog.13 +./ibuffer-loaddefs.el +./minibuf-eldef.elc +./hexl.elc +./ChangeLog.1 +./xwidget.elc +./find-lisp.elc +./files-x.elc +./recentf.elc +./cus-start.elc +./case-table.el +./dired.el +./filenotify.el +./dos-w32.el +./doc-view.el +./view.el +./case-table.elc +./facemenu.el +./flow-ctrl.elc +./pcmpl-linux.elc +./fringe.elc +./iimage.elc +./tree-widget.elc +./pcmpl-x.el +./double.elc +./pcomplete.elc +./hi-lock.el +./yank-media.elc +./doc-view.elc +./term/ +./term/bobcat.elc +./term/lk201.elc +./term/wyse50.elc +./term/vt200.elc +./term/linux.elc +./term/wyse50.el +./term/news.el +./term/w32console.el +./term/st.elc +./term/ns-win.elc +./term/xterm.el +./term/rxvt.elc +./term/x-win.el +./term/news.elc +./term/vt100.el +./term/w32-win.elc +./term/bobcat.el +./term/pgtk-win.el +./term/ns-win.el +./term/fbterm.el +./term/common-win.elc +./term/lk201.el +./term/sun.el +./term/cygwin.el +./term/internal.elc +./term/w32-win.el +./term/tty-colors.el +./term/AT386.el +./term/vt100.elc +./term/pc-win.el +./term/tmux.el +./term/tvi970.elc +./term/vt200.el +./term/x-win.elc +./term/screen.el +./term/st.el +./term/w32console.elc +./term/iris-ansi.el +./term/README +./term/pc-win.elc +./term/konsole.el +./term/fbterm.elc +./term/internal.el +./term/tmux.elc +./term/konsole.elc +./term/haiku-win.el +./term/common-win.el +./term/sun.elc +./term/pgtk-win.elc +./term/haiku-win.elc +./term/tty-colors.elc +./term/tvi970.el +./term/iris-ansi.elc +./term/AT386.elc +./term/screen.elc +./term/xterm.elc +./term/cygwin.elc +./term/rxvt.el +./term/linux.el +./ps-print-loaddefs.el +./cedet/ +./cedet/semantic.elc +./cedet/cedet-global.elc +./cedet/data-debug.elc +./cedet/cedet-idutils.el +./cedet/pulse.el +./cedet/pulse.elc +./cedet/ede.el +./cedet/semantic/ +./cedet/semantic/db-global.elc +./cedet/semantic/util-modes.elc +./cedet/semantic/db-file.elc +./cedet/semantic/db-debug.elc +./cedet/semantic/lex.el +./cedet/semantic/db-debug.el +./cedet/semantic/decorate.el +./cedet/semantic/grammar.el +./cedet/semantic/doc.el +./cedet/semantic/wisent.el +./cedet/semantic/tag.elc +./cedet/semantic/grammar.elc +./cedet/semantic/ctxt.el +./cedet/semantic/grm-wy-boot.elc +./cedet/semantic/analyze/ +./cedet/semantic/analyze/complete.elc +./cedet/semantic/analyze/refs.elc +./cedet/semantic/analyze/debug.elc +./cedet/semantic/analyze/refs.el +./cedet/semantic/analyze/fcn.el +./cedet/semantic/analyze/fcn.elc +./cedet/semantic/analyze/debug.el +./cedet/semantic/analyze/complete.el +./cedet/semantic/db-javascript.el +./cedet/semantic/format.el +./cedet/semantic/analyze.elc +./cedet/semantic/lex-spp.elc +./cedet/semantic/lex.elc +./cedet/semantic/complete.elc +./cedet/semantic/db-el.elc +./cedet/semantic/sb.el +./cedet/semantic/dep.el +./cedet/semantic/bovine.el +./cedet/semantic/db-find.elc +./cedet/semantic/tag.el +./cedet/semantic/edit.el +./cedet/semantic/symref/ +./cedet/semantic/symref/global.elc +./cedet/semantic/symref/idutils.elc +./cedet/semantic/symref/global.el +./cedet/semantic/symref/list.el +./cedet/semantic/symref/grep.el +./cedet/semantic/symref/idutils.el +./cedet/semantic/symref/list.elc +./cedet/semantic/symref/grep.elc +./cedet/semantic/symref/cscope.el +./cedet/semantic/symref/cscope.elc +./cedet/semantic/symref/filter.elc +./cedet/semantic/symref/filter.el +./cedet/semantic/java.elc +./cedet/semantic/db.elc +./cedet/semantic/doc.elc +./cedet/semantic/tag-ls.el +./cedet/semantic/grammar-wy.elc +./cedet/semantic/wisent.elc +./cedet/semantic/db-ebrowse.el +./cedet/semantic/db-global.el +./cedet/semantic/sort.elc +./cedet/semantic/edit.elc +./cedet/semantic/mru-bookmark.el +./cedet/semantic/ia.elc +./cedet/semantic/debug.elc +./cedet/semantic/tag-write.el +./cedet/semantic/mru-bookmark.elc +./cedet/semantic/bovine.elc +./cedet/semantic/format.elc +./cedet/semantic/find.elc +./cedet/semantic/loaddefs.elc +./cedet/semantic/db.el +./cedet/semantic/decorate.elc +./cedet/semantic/ctxt.elc +./cedet/semantic/db-mode.elc +./cedet/semantic/tag-write.elc +./cedet/semantic/fw.el +./cedet/semantic/tag-file.el +./cedet/semantic/imenu.el +./cedet/semantic/grammar-wy.el +./cedet/semantic/chart.elc +./cedet/semantic/loaddefs.el +./cedet/semantic/ede-grammar.el +./cedet/semantic/symref.el +./cedet/semantic/db-ref.elc +./cedet/semantic/lex-spp.el +./cedet/semantic/db-typecache.elc +./cedet/semantic/db-el.el +./cedet/semantic/symref.elc +./cedet/semantic/db-typecache.el +./cedet/semantic/sb.elc +./cedet/semantic/idle.el +./cedet/semantic/util.el +./cedet/semantic/util-modes.el +./cedet/semantic/idle.elc +./cedet/semantic/analyze.el +./cedet/semantic/tag-ls.elc +./cedet/semantic/texi.elc +./cedet/semantic/ia-sb.elc +./cedet/semantic/html.el +./cedet/semantic/db-mode.el +./cedet/semantic/grm-wy-boot.el +./cedet/semantic/fw.elc +./cedet/semantic/db-file.el +./cedet/semantic/wisent/ +./cedet/semantic/wisent/grammar.el +./cedet/semantic/wisent/wisent.el +./cedet/semantic/wisent/grammar.elc +./cedet/semantic/wisent/wisent.elc +./cedet/semantic/wisent/javascript.elc +./cedet/semantic/wisent/python.el +./cedet/semantic/wisent/comp.el +./cedet/semantic/wisent/python.elc +./cedet/semantic/wisent/js-wy.el +./cedet/semantic/wisent/javascript.el +./cedet/semantic/wisent/python-wy.el +./cedet/semantic/wisent/python-wy.elc +./cedet/semantic/wisent/javat-wy.el +./cedet/semantic/wisent/java-tags.el +./cedet/semantic/wisent/java-tags.elc +./cedet/semantic/wisent/comp.elc +./cedet/semantic/wisent/javat-wy.elc +./cedet/semantic/wisent/js-wy.elc +./cedet/semantic/find.el +./cedet/semantic/util.elc +./cedet/semantic/ede-grammar.elc +./cedet/semantic/senator.elc +./cedet/semantic/ia-sb.el +./cedet/semantic/senator.el +./cedet/semantic/db-ebrowse.elc +./cedet/semantic/dep.elc +./cedet/semantic/html.elc +./cedet/semantic/db-find.el +./cedet/semantic/bovine/ +./cedet/semantic/bovine/grammar.el +./cedet/semantic/bovine/scm.el +./cedet/semantic/bovine/grammar.elc +./cedet/semantic/bovine/make.el +./cedet/semantic/bovine/c.el +./cedet/semantic/bovine/make.elc +./cedet/semantic/bovine/c-by.elc +./cedet/semantic/bovine/scm-by.elc +./cedet/semantic/bovine/el.el +./cedet/semantic/bovine/debug.elc +./cedet/semantic/bovine/el.elc +./cedet/semantic/bovine/c-by.el +./cedet/semantic/bovine/make-by.el +./cedet/semantic/bovine/c.elc +./cedet/semantic/bovine/gcc.el +./cedet/semantic/bovine/scm.elc +./cedet/semantic/bovine/scm-by.el +./cedet/semantic/bovine/gcc.elc +./cedet/semantic/bovine/make-by.elc +./cedet/semantic/bovine/debug.el +./cedet/semantic/tag-file.elc +./cedet/semantic/sort.el +./cedet/semantic/chart.el +./cedet/semantic/ia.el +./cedet/semantic/texi.el +./cedet/semantic/scope.elc +./cedet/semantic/java.el +./cedet/semantic/scope.el +./cedet/semantic/db-javascript.elc +./cedet/semantic/debug.el +./cedet/semantic/decorate/ +./cedet/semantic/decorate/include.el +./cedet/semantic/decorate/mode.el +./cedet/semantic/decorate/include.elc +./cedet/semantic/decorate/mode.elc +./cedet/semantic/imenu.elc +./cedet/semantic/db-ref.el +./cedet/semantic/complete.el +./cedet/data-debug.el +./cedet/ede.elc +./cedet/srecode.elc +./cedet/srecode.el +./cedet/mode-local.el +./cedet/cedet-cscope.elc +./cedet/cedet-cscope.el +./cedet/srecode/ +./cedet/srecode/dictionary.elc +./cedet/srecode/semantic.elc +./cedet/srecode/extract.el +./cedet/srecode/ctxt.el +./cedet/srecode/map.elc +./cedet/srecode/srt-wy.el +./cedet/srecode/srt-mode.elc +./cedet/srecode/getset.el +./cedet/srecode/fields.elc +./cedet/srecode/getset.elc +./cedet/srecode/java.elc +./cedet/srecode/cpp.el +./cedet/srecode/el.el +./cedet/srecode/document.elc +./cedet/srecode/filters.el +./cedet/srecode/filters.elc +./cedet/srecode/el.elc +./cedet/srecode/find.elc +./cedet/srecode/loaddefs.elc +./cedet/srecode/dictionary.el +./cedet/srecode/ctxt.elc +./cedet/srecode/table.el +./cedet/srecode/srt-mode.el +./cedet/srecode/loaddefs.el +./cedet/srecode/srt-wy.elc +./cedet/srecode/fields.el +./cedet/srecode/insert.elc +./cedet/srecode/table.elc +./cedet/srecode/srt.elc +./cedet/srecode/template.el +./cedet/srecode/srt.el +./cedet/srecode/texi.elc +./cedet/srecode/template.elc +./cedet/srecode/document.el +./cedet/srecode/compile.elc +./cedet/srecode/find.el +./cedet/srecode/mode.el +./cedet/srecode/cpp.elc +./cedet/srecode/insert.el +./cedet/srecode/args.el +./cedet/srecode/expandproto.el +./cedet/srecode/args.elc +./cedet/srecode/extract.elc +./cedet/srecode/texi.el +./cedet/srecode/expandproto.elc +./cedet/srecode/java.el +./cedet/srecode/compile.el +./cedet/srecode/map.el +./cedet/srecode/semantic.el +./cedet/srecode/mode.elc +./cedet/cedet.el +./cedet/cedet-global.el +./cedet/cedet.elc +./cedet/cedet-files.el +./cedet/cedet-files.elc +./cedet/ChangeLog.1 +./cedet/cedet-idutils.elc +./cedet/mode-local.elc +./cedet/semantic.el +./cedet/ede/ +./cedet/ede/config.elc +./cedet/ede/dired.elc +./cedet/ede/pconf.el +./cedet/ede/pconf.elc +./cedet/ede/proj-info.elc +./cedet/ede/proj-misc.el +./cedet/ede/linux.elc +./cedet/ede/system.elc +./cedet/ede/base.elc +./cedet/ede/files.el +./cedet/ede/emacs.elc +./cedet/ede/autoconf-edit.elc +./cedet/ede/autoconf-edit.el +./cedet/ede/make.el +./cedet/ede/cpp-root.elc +./cedet/ede/proj-misc.elc +./cedet/ede/proj-elisp.elc +./cedet/ede/proj-scheme.el +./cedet/ede/proj-info.el +./cedet/ede/make.elc +./cedet/ede/shell.el +./cedet/ede/proj-archive.el +./cedet/ede/proj-shared.el +./cedet/ede/proj-comp.el +./cedet/ede/emacs.el +./cedet/ede/locate.elc +./cedet/ede/pmake.el +./cedet/ede/proj.elc +./cedet/ede/makefile-edit.el +./cedet/ede/auto.el +./cedet/ede/base.el +./cedet/ede/proj-archive.elc +./cedet/ede/generic.el +./cedet/ede/source.el +./cedet/ede/loaddefs.elc +./cedet/ede/srecode.elc +./cedet/ede/srecode.el +./cedet/ede/makefile-edit.elc +./cedet/ede/detect.elc +./cedet/ede/custom.elc +./cedet/ede/pmake.elc +./cedet/ede/shell.elc +./cedet/ede/project-am.el +./cedet/ede/speedbar.el +./cedet/ede/proj-aux.elc +./cedet/ede/auto.elc +./cedet/ede/config.el +./cedet/ede/loaddefs.el +./cedet/ede/proj-aux.el +./cedet/ede/proj-shared.elc +./cedet/ede/proj-prog.el +./cedet/ede/custom.el +./cedet/ede/files.elc +./cedet/ede/util.el +./cedet/ede/proj-scheme.elc +./cedet/ede/proj.el +./cedet/ede/proj-prog.elc +./cedet/ede/proj-elisp.el +./cedet/ede/simple.elc +./cedet/ede/source.elc +./cedet/ede/proj-obj.el +./cedet/ede/util.elc +./cedet/ede/proj-comp.elc +./cedet/ede/generic.elc +./cedet/ede/locate.el +./cedet/ede/cpp-root.el +./cedet/ede/speedbar.elc +./cedet/ede/proj-obj.elc +./cedet/ede/detect.el +./cedet/ede/dired.el +./cedet/ede/project-am.elc +./cedet/ede/system.el +./cedet/ede/simple.el +./cedet/ede/linux.el +./display-line-numbers.el +./descr-text.el +./dired-aux.elc +./epa-hook.elc +./hi-lock.elc +./dom.el +./textmodes/ +./textmodes/less-css-mode.elc +./textmodes/conf-mode.el +./textmodes/reftex-parse.elc +./textmodes/dns-mode.el +./textmodes/picture.el +./textmodes/reftex-index.elc +./textmodes/reftex-toc.elc +./textmodes/bib-mode.el +./textmodes/reftex-global.el +./textmodes/reftex.el +./textmodes/refbib.el +./textmodes/emacs-news-mode.elc +./textmodes/remember.el +./textmodes/texinfo-loaddefs.el +./textmodes/mhtml-mode.elc +./textmodes/less-css-mode.el +./textmodes/glyphless-mode.el +./textmodes/css-mode.el +./textmodes/nroff-mode.el +./textmodes/glyphless-mode.elc +./textmodes/enriched.elc +./textmodes/reftex-global.elc +./textmodes/two-column.el +./textmodes/enriched.el +./textmodes/makeinfo.el +./textmodes/text-mode.el +./textmodes/bibtex.el +./textmodes/underline.elc +./textmodes/ispell.elc +./textmodes/reftex-loaddefs.elc +./textmodes/word-wrap-mode.el +./textmodes/toml-ts-mode.el +./textmodes/sgml-mode.elc +./textmodes/paragraphs.elc +./textmodes/texinfmt.el +./textmodes/refer.elc +./textmodes/texnfo-upd.el +./textmodes/emacs-authors-mode.el +./textmodes/reftex-auc.elc +./textmodes/reftex.elc +./textmodes/reftex-cite.el +./textmodes/bibtex.elc +./textmodes/texinfo-loaddefs.elc +./textmodes/rst.elc +./textmodes/texinfmt.elc +./textmodes/bibtex-style.elc +./textmodes/reftex-sel.el +./textmodes/reftex-loaddefs.el +./textmodes/rst.el +./textmodes/artist.el +./textmodes/table.el +./textmodes/page.elc +./textmodes/reftex-index.el +./textmodes/mhtml-mode.el +./textmodes/reftex-parse.el +./textmodes/texinfo.elc +./textmodes/bibtex-style.el +./textmodes/reftex-ref.el +./textmodes/reftex-ref.elc +./textmodes/paragraphs.el +./textmodes/pixel-fill.elc +./textmodes/po.elc +./textmodes/yaml-ts-mode.elc +./textmodes/reftex-sel.elc +./textmodes/string-edit.elc +./textmodes/string-edit.el +./textmodes/underline.el +./textmodes/yaml-ts-mode.el +./textmodes/table.elc +./textmodes/refbib.elc +./textmodes/two-column.elc +./textmodes/fill.el +./textmodes/text-mode.elc +./textmodes/page-ext.elc +./textmodes/reftex-dcr.el +./textmodes/tildify.el +./textmodes/flyspell.el +./textmodes/bib-mode.elc +./textmodes/toml-ts-mode.elc +./textmodes/fill.elc +./textmodes/ispell.el +./textmodes/texnfo-upd.elc +./textmodes/texinfo.el +./textmodes/reftex-vars.elc +./textmodes/tildify.elc +./textmodes/page.el +./textmodes/sgml-mode.el +./textmodes/makeinfo.elc +./textmodes/refill.elc +./textmodes/emacs-authors-mode.elc +./textmodes/dns-mode.elc +./textmodes/word-wrap-mode.elc +./textmodes/conf-mode.elc +./textmodes/nroff-mode.elc +./textmodes/reftex-toc.el +./textmodes/reftex-dcr.elc +./textmodes/emacs-news-mode.el +./textmodes/artist.elc +./textmodes/picture.elc +./textmodes/reftex-vars.el +./textmodes/flyspell.elc +./textmodes/po.el +./textmodes/remember.elc +./textmodes/tex-mode.el +./textmodes/reftex-auc.el +./textmodes/refill.el +./textmodes/refer.el +./textmodes/css-mode.elc +./textmodes/pixel-fill.el +./textmodes/reftex-cite.elc +./textmodes/tex-mode.elc +./textmodes/page-ext.el +./msb.el +./auth-source-pass.el +./simple.el +./imenu.elc +./obarray.elc +./echistory.elc +./abbrev.el +./expand.elc +./edmacro.el +./wid-browse.elc +rm -f "/build/emacs/pkg/emacs/usr/share/emacs/29.4/lisp/subdirs.el" +umask 022; ./build-aux/update-subdirs "/build/emacs/pkg/emacs/usr/share/emacs/29.4/lisp" +subdir="/build/emacs/pkg/emacs/usr/share/emacs/29.4/site-lisp" ; \ + if [ -f "${subdir}/subdirs.el" ]; then true; else umask 022; /bin/mkdir -p "${subdir}"; (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; echo " (normal-top-level-add-subdirs-to-load-path))") > "${subdir}/subdirs.el"; fi +subdir="/build/emacs/pkg/emacs/usr/share/emacs/site-lisp" ; \ + if [ -f "${subdir}/subdirs.el" ]; then true; else umask 022; /bin/mkdir -p "${subdir}"; (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; echo " (normal-top-level-add-subdirs-to-load-path))") > "${subdir}/subdirs.el"; fi || true +[ -z "/bin/gzip" ] || { \ + echo "Compressing *.el etc. ..." && \ + cd "/build/emacs/pkg/emacs/usr/share/emacs/29.4/lisp" && \ + for f in `find . -name "*.elc" -print | sed 's/.elc$/.el/'`; do \ + /bin/gzip -9n "$f"; \ + done; \ + /bin/gzip -9n "../etc/publicsuffix.txt"; \ +} +Compressing *.el etc. ... +chmod -R a+r "/build/emacs/pkg/emacs/usr/share/emacs/29.4" "/build/emacs/pkg/emacs/usr/share/emacs/29.4/etc" "/build/emacs/pkg/emacs/usr/share/emacs/29.4/lisp" +unset CDPATH; \ +umask 022; /bin/mkdir -p "/build/emacs/pkg/emacs/usr/share/emacs/29.4/etc" ; \ +exp_etcdocdir=`cd "/build/emacs/pkg/emacs/usr/share/emacs/29.4/etc"; pwd -P`; \ +if [ "`cd ./etc; pwd -P`" != "$exp_etcdocdir" ]; \ +then \ + docfile="DOC"; \ + printf 'Copying %s to %s ...\n' "etc/$docfile" \ + "/build/emacs/pkg/emacs/usr/share/emacs/29.4/etc"; \ + /usr/bin/install -c -m 644 etc/${docfile} "/build/emacs/pkg/emacs/usr/share/emacs/29.4/etc/${docfile}"; \ +else true; fi +Copying etc/DOC to /build/emacs/pkg/emacs/usr/share/emacs/29.4/etc ... +umask 022; /bin/mkdir -p "/build/emacs/pkg/emacs/usr/bin" +make -C lib-src install +make[1]: Entering directory '/build/emacs/src/emacs-29.4/lib-src' + +Installing utilities run internally by Emacs. +umask 022 && /bin/mkdir -p "/build/emacs/pkg/emacs/usr/libexec/emacs/29.4/x86_64-pc-linux-gnu" +exp_archlibdir=`cd "/build/emacs/pkg/emacs/usr/libexec/emacs/29.4/x86_64-pc-linux-gnu" && pwd -P` && \ +if [ "$exp_archlibdir" != "`pwd -P`" ]; then \ + for file in hexl movemail ; do \ + /usr/bin/install -c $file \ + "/build/emacs/pkg/emacs/usr/libexec/emacs/29.4/x86_64-pc-linux-gnu/$file" || exit; \ + done ; \ + fi +exp_archlibdir=`cd "/build/emacs/pkg/emacs/usr/libexec/emacs/29.4/x86_64-pc-linux-gnu" && pwd -P` && \ +if [ "$exp_archlibdir" != "`cd . && pwd -P`" ]; then \ + for file in rcs2log; do \ + /usr/bin/install -c ./$file \ + "/build/emacs/pkg/emacs/usr/libexec/emacs/29.4/x86_64-pc-linux-gnu/$file" || exit; \ + done ; \ +fi + +Installing utilities for users to run. +umask 022 && /bin/mkdir -p "/build/emacs/pkg/emacs/usr/bin" +for file in etags ctags emacsclient ebrowse ; do \ + /usr/bin/install -c ${file} \ + "/build/emacs/pkg/emacs/usr/bin"/` \ + echo ${file} | sed -e 's/$//' -e 's,x,x,' \ + ` || exit; \ +done +make[1]: Leaving directory '/build/emacs/src/emacs-29.4/lib-src' +/usr/bin/install -c src/emacs "/build/emacs/pkg/emacs/usr/bin/`echo emacs-29.4 | sed 's,x,x,'`" +/usr/bin/install -c -m 644 src/emacs.pdmp "/build/emacs/pkg/emacs/usr/libexec/emacs/29.4/x86_64-pc-linux-gnu"/emacs-`./src/emacs --fingerprint`.pdmp +chmod 755 "/build/emacs/pkg/emacs/usr/bin/`echo emacs-29.4 | sed 's,x,x,'`" +rm -f "/build/emacs/pkg/emacs/usr/bin/`echo emacs | sed 's,x,x,'`" +cd "/build/emacs/pkg/emacs/usr/bin" && ln -s "`echo emacs-29.4 | sed 's,x,x,'`" "`echo emacs | sed 's,x,x,'`" diff --git a/emacs/emacs-29.4-2-x86_64-prepare.log b/emacs/emacs-29.4-2-x86_64-prepare.log new file mode 100644 index 0000000..20487f2 --- /dev/null +++ b/emacs/emacs-29.4-2-x86_64-prepare.log @@ -0,0 +1,70 @@ +removed 'debian/patches/0001-Prefer-usr-share-info-emacs.patch' +removed 'debian/patches/0002-Run-debian-startup-and-set-debian-emacs-flavor.patch' +removed 'debian/patches/0003-Remove-files-that-appear-to-be-incompatible-with-the.patch' +removed 'debian/patches/0004-Adjust-documentation-references-for-Debian.patch' +removed 'debian/patches/0005-Modify-the-output-of-version-to-indicate-Debian-modi.patch' +removed 'debian/patches/0008-Mark-vc-bzr-test-fauilt-bzr-autoloads-as-unstable-fo.patch' +Applying patch debian/patches/0001-Prefer-usr-share-info-emacs.patch +Patch debian/patches/0001-Prefer-usr-share-info-emacs.patch does not exist; applied empty patch + +Applying patch debian/patches/0002-Run-debian-startup-and-set-debian-emacs-flavor.patch +Patch debian/patches/0002-Run-debian-startup-and-set-debian-emacs-flavor.patch does not exist; applied empty patch + +Applying patch debian/patches/0003-Remove-files-that-appear-to-be-incompatible-with-the.patch +Patch debian/patches/0003-Remove-files-that-appear-to-be-incompatible-with-the.patch does not exist; applied empty patch + +Applying patch debian/patches/0004-Adjust-documentation-references-for-Debian.patch +Patch debian/patches/0004-Adjust-documentation-references-for-Debian.patch does not exist; applied empty patch + +Applying patch debian/patches/0005-Modify-the-output-of-version-to-indicate-Debian-modi.patch +Patch debian/patches/0005-Modify-the-output-of-version-to-indicate-Debian-modi.patch does not exist; applied empty patch + +Applying patch debian/patches/0006-Don-t-try-to-build-src-macuvs.h-via-IVD_Sequences.tx.patch +patching file admin/unidata/Makefile.in + +Applying patch debian/patches/0007-Kill-gpg-agent-in-package-test.el-to-avoid-a-race.patch +patching file test/lisp/emacs-lisp/package-tests.el + +Applying patch debian/patches/0008-Mark-vc-bzr-test-fauilt-bzr-autoloads-as-unstable-fo.patch +Patch debian/patches/0008-Mark-vc-bzr-test-fauilt-bzr-autoloads-as-unstable-fo.patch does not exist; applied empty patch + +Applying patch debian/patches/0009-pdumper-set-DUMP_RELOC_ALIGNMENT_BITS-1-for-m68k.patch +patching file src/pdumper.c + +Applying patch debian/patches/0010-Mark-test-undo-region-as-unstable.patch +patching file test/lisp/simple-tests.el + +Applying patch debian/patches/0011-Mark-flaky-test-process-tests-multiple-threads-waiti.patch +patching file test/src/process-tests.el + +Applying patch debian/patches/0012-Add-inhibit-native-compilation.patch +patching file lisp/emacs-lisp/comp.el +patching file lisp/startup.el +Hunk #1 succeeded at 542 (offset -4 lines). +Hunk #2 succeeded at 579 (offset -4 lines). +Hunk #3 succeeded at 600 (offset -4 lines). +patching file src/comp.c + +Applying patch debian/patches/0013-Rename-to-inhibit-automatic-native-compilation.patch +patching file lisp/emacs-lisp/comp.el +patching file lisp/startup.el +Hunk #1 succeeded at 542 (offset -4 lines). +Hunk #2 succeeded at 580 (offset -4 lines). +Hunk #3 succeeded at 601 (offset -4 lines). +patching file src/comp.c + +Applying patch debian/patches/0014-Patch-project-vc-recognizes-git-test-for-Debian-buil.patch +patching file test/lisp/progmodes/project-tests.el + +Applying patch debian/patches/0015-Change-native-comp-async-jobs-number-default-to-1.patch +patching file lisp/emacs-lisp/comp.el + +Applying patch debian/patches/0016-Change-native-comp-async-report-warnings-errors-to-s.patch +patching file lisp/emacs-lisp/comp.el + +Applying patch debian/patches/0017-Mark-dired-test-bug27243-02-as-unstable-for-now.patch +patching file test/lisp/dired-tests.el + +Now at patch debian/patches/0017-Mark-dired-test-bug27243-02-as-unstable-for-now.patch +patching file lisp/startup.el +Hunk #1 succeeded at 1984 (offset 4 lines). diff --git a/emacs/modify-startup.patch b/emacs/modify-startup.patch new file mode 100755 index 0000000..28ff766 --- /dev/null +++ b/emacs/modify-startup.patch @@ -0,0 +1,13 @@ +--- a/lisp/startup.el 2024-06-21 15:08:53.000000000 +0200 ++++ b/lisp/startup.el 2024-09-19 23:54:42.409822828 +0200 +@@ -1980,10 +1980,6 @@ + :link `("Customize Startup" + ,(lambda (_button) (customize-group 'initialization)) + "Change initialization settings including this screen") +- "\t" +- :link `("Explore Packages" +- ,(lambda (_button) (call-interactively 'package-list-packages)) +- "Explore, install and remove Emacs packages (requires Internet connection)") + "\n")) + (fancy-splash-insert + :face 'variable-pitch "To quit a partially entered command, type " |