Created
July 25, 2011 19:54
-
-
Save a3ammar/1105021 to your computer and use it in GitHub Desktop.
Emacs object malformed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Liz: ~ $ brew install -vd emacs | |
==> Downloading http://ftp.gnu.org/pub/gnu/emacs/emacs-23.3.tar.bz2 | |
/usr/bin/curl -f#LA Homebrew 0.8 (Ruby 1.8.7-249; Mac OS X 10.7) http://ftp.gnu.org/pub/gnu/emacs/emacs-23.3.tar.bz2 -o /Users/Bx7/Library/Caches/Homebrew/emacs-23.3.tar.bz2 | |
######################################################################## 100.0% | |
/usr/bin/tar xf /Users/Bx7/Library/Caches/Homebrew/emacs-23.3.tar.bz2 | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.8 (Ruby 1.8.7-249; Mac OS X 10.7) http://repo.or.cz/w/emacs.git/commitdiff_plain/c8bba48c5889c4773c62a10f7c3d4383881f11c1 -o 001-homebrew.diff https://raw.github.com/gist/1098107 -o 002-homebrew.diff | |
######################################################################## 100.0% | |
######################################################################## 100.0% | |
==> Patching | |
/usr/bin/patch -f -p1 -i 001-homebrew.diff | |
patching file src/ChangeLog | |
patching file src/unexmacosx.c | |
/usr/bin/patch -f -p1 -i 002-homebrew.diff | |
patching file src/s/darwin.h | |
==> ./configure --prefix=/usr/local/Cellar/emacs/23.3 --without-dbus --enable-locallisppath=/usr/local/share/emacs/site-lisp --infodir=/usr/local/Cellar/emacs/23.3/share/info/emacs --without-x | |
./configure --prefix=/usr/local/Cellar/emacs/23.3 --without-dbus --enable-locallisppath=/usr/local/share/emacs/site-lisp --infodir=/usr/local/Cellar/emacs/23.3/share/info/emacs --without-x | |
checking build system type... x86_64-apple-darwin11.0.0 | |
checking host system type... x86_64-apple-darwin11.0.0 | |
checking for gcc... /usr/bin/gcc-4.2 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E -no-cpp-precomp | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether gcc understands -Wno-pointer-sign... yes | |
checking whether gcc understands -Wdeclaration-after-statement... yes | |
checking whether ln -s works... yes | |
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E -no-cpp-precomp | |
checking for a BSD-compatible install... /usr/local/bin/install -c | |
checking for ranlib... ranlib | |
checking for install-info... /usr/bin/install-info | |
checking for install-info... (cached) /usr/bin/install-info | |
checking for install-info... (cached) /usr/bin/install-info | |
checking for gzip... /usr/bin/gzip | |
checking for makeinfo... /usr/bin/makeinfo | |
checking for -znocombreloc... no | |
configure: checking the machine- and system-dependent files to find out | |
- which libraries the lib-src programs will want, and | |
- whether the GNU malloc routines are usable... | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking machine/soundcard.h usability... no | |
checking machine/soundcard.h presence... no | |
checking for machine/soundcard.h... no | |
checking sys/soundcard.h usability... no | |
checking sys/soundcard.h presence... no | |
checking for sys/soundcard.h... no | |
checking soundcard.h usability... no | |
checking soundcard.h presence... no | |
checking for soundcard.h... no | |
checking for _oss_ioctl in -lossaudio... no | |
checking for pkg-config... no | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking linux/version.h usability... no | |
checking linux/version.h presence... no | |
checking for linux/version.h... no | |
checking sys/systeminfo.h usability... no | |
checking sys/systeminfo.h presence... no | |
checking for sys/systeminfo.h... no | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for string.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking stdio_ext.h usability... no | |
checking stdio_ext.h presence... no | |
checking for stdio_ext.h... no | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for strings.h... (cached) yes | |
checking coff.h usability... no | |
checking coff.h presence... no | |
checking for coff.h... no | |
checking pty.h usability... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/vlimit.h usability... no | |
checking sys/vlimit.h presence... no | |
checking for sys/vlimit.h... no | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking sys/_mbstate_t.h usability... no | |
checking sys/_mbstate_t.h presence... no | |
checking for sys/_mbstate_t.h... no | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking utmp.h usability... yes | |
checking utmp.h presence... yes | |
checking for utmp.h... yes | |
checking if personality LINUX32 can be set... no | |
checking for term.h... yes | |
checking for ANSI C header files... (cached) yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether sys_siglist is declared... no | |
checking whether __sys_siglist is declared... no | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for struct utimbuf... yes | |
checking return type of signal handlers... void | |
checking for speed_t... yes | |
checking for struct timeval... yes | |
checking for struct exception... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for net/if.h... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking for struct tm.tm_gmtoff... yes | |
checking for struct ifreq.ifr_flags... yes | |
checking for struct ifreq.ifr_hwaddr... no | |
checking for struct ifreq.ifr_netmask... no | |
checking for struct ifreq.ifr_broadaddr... yes | |
checking for struct ifreq.ifr_addr... yes | |
checking for function prototypes... yes | |
checking for working volatile... yes | |
checking for an ANSI C-conforming const... yes | |
checking for void * support... yes | |
checking whether make sets $(MAKE)... yes | |
checking whether we are using GNU Make... yes | |
checking whether gcc understands -MMD -MF... yes | |
checking for long file names... yes | |
checking for X... disabled | |
checking for malloc_get_state... no | |
checking for malloc_set_state... no | |
checking whether __after_morecore_hook exists... no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for sys/time.h... (cached) yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking for dnet_ntoa in -ldnet... no | |
checking for main in -lXbsd... no | |
checking for cma_open in -lpthreads... no | |
checking gpm.h usability... no | |
checking gpm.h presence... no | |
checking for gpm.h... no | |
checking malloc/malloc.h usability... yes | |
checking malloc/malloc.h presence... yes | |
checking for malloc/malloc.h... yes | |
checking whether netdb declares h_errno... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for sqrt in -lm... yes | |
checking for maillock in -lmail... no | |
checking for maillock in -llockfile... no | |
checking for liblockfile.so... no | |
checking for touchlock... no | |
checking maillock.h usability... no | |
checking maillock.h presence... no | |
checking for maillock.h... no | |
checking for gethostname... yes | |
checking for getdomainname... yes | |
checking for dup2... yes | |
checking for rename... yes | |
checking for closedir... yes | |
checking for mkdir... yes | |
checking for rmdir... yes | |
checking for sysinfo... no | |
checking for getrusage... yes | |
checking for get_current_dir_name... no | |
checking for random... yes | |
checking for lrand48... yes | |
checking for bcopy... yes | |
checking for bcmp... yes | |
checking for logb... yes | |
checking for frexp... yes | |
checking for fmod... yes | |
checking for rint... yes | |
checking for cbrt... yes | |
checking for ftime... yes | |
checking for setsid... yes | |
checking for strerror... yes | |
checking for fpathconf... yes | |
checking for select... yes | |
checking for mktime... yes | |
checking for euidaccess... no | |
checking for getpagesize... (cached) yes | |
checking for tzset... yes | |
checking for setlocale... yes | |
checking for utimes... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for setpgid... yes | |
checking for getcwd... yes | |
checking for getwd... yes | |
checking for shutdown... yes | |
checking for getaddrinfo... yes | |
checking for __fpending... no | |
checking for mblen... yes | |
checking for mbrlen... yes | |
checking for mbsinit... yes | |
checking for strsignal... yes | |
checking for setitimer... yes | |
checking for ualarm... yes | |
checking for index... yes | |
checking for rindex... yes | |
checking for sendto... yes | |
checking for recvfrom... yes | |
checking for getsockopt... yes | |
checking for setsockopt... yes | |
checking for getsockname... yes | |
checking for getpeername... yes | |
checking for gai_strerror... yes | |
checking for mkstemp... yes | |
checking for getline... yes | |
checking for getdelim... yes | |
checking for mremap... no | |
checking for memmove... yes | |
checking for fsync... yes | |
checking for sync... yes | |
checking for bzero... yes | |
checking for memset... yes | |
checking for memcmp... yes | |
checking for difftime... yes | |
checking for memcpy... yes | |
checking for mempcpy... no | |
checking for mblen... (cached) yes | |
checking for mbrlen... (cached) yes | |
checking for posix_memalign... yes | |
checking for cfmakeraw... yes | |
checking for cfsetspeed... yes | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking for alarm... yes | |
checking for working mktime... no | |
checking for getloadavg... yes | |
checking for pstat_getdynamic... no | |
checking for kstat_open in -lkstat... no | |
checking for getloadavg... yes | |
checking whether getloadavg requires setgid... no | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for getopt_long_only... yes | |
checking whether optreset is declared... yes | |
checking whether getpgrp requires zero arguments... yes | |
checking for strftime... yes | |
checking for grantpt... yes | |
checking for getpt... no | |
checking for tparm in -lncurses... yes | |
checking for res_init with -lresolv... yes | |
checking for dgettext in -lintl... no | |
checking whether localtime caches TZ... no | |
checking for gettimeofday... yes | |
checking whether gettimeofday can accept two arguments... yes | |
checking for socket... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking whether system supports dynamic ptys... no | |
checking for pid_t... yes | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for nl_langinfo and CODESET... yes | |
checking for size_t... yes | |
checking for mbstate_t... yes | |
checking for C restrict keyword... __restrict | |
checking for C restricted array declarations... yes | |
Configured for `x86_64-apple-darwin11.0.0'. | |
Where should the build process find the source code? /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3 | |
What operating system and machine description files should Emacs use? | |
`s/darwin.h' and `m/amdx86-64.h' | |
What compiler should emacs be built with? /usr/bin/gcc-4.2 -march=core2 -msse4.1 -w -pipe -O3 | |
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? none | |
What toolkit should Emacs use? none | |
Where do we find X Windows header files? NONE | |
Where do we find X Windows libraries? NONE | |
Does Emacs use -lXaw3d? no | |
Does Emacs use -lXpm? no | |
Does Emacs use -ljpeg? no | |
Does Emacs use -ltiff? no | |
Does Emacs use a gif library? no | |
Does Emacs use -lpng? no | |
Does Emacs use -lrsvg-2? no | |
Does Emacs use -lgpm? no | |
Does Emacs use -ldbus? no | |
Does Emacs use -lgconf? no | |
Does Emacs use -lfreetype? no | |
Does Emacs use -lm17n-flt? no | |
Does Emacs use -lotf? no | |
Does Emacs use -lxft? no | |
Does Emacs use toolkit scroll bars? no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating lib-src/Makefile.c | |
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.c | |
config.status: creating lwlib/Makefile | |
config.status: creating lisp/Makefile | |
config.status: creating leim/Makefile | |
config.status: creating src/config.h | |
config.status: executing default commands | |
creating src/epaths.h | |
creating lib-src/Makefile | |
creating src/Makefile | |
==> make | |
make | |
cd lib-src; make all - --jobserver-fds=3,5 -j \ | |
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -msse4.1 -w -pipe -O3' CPPFLAGS='' \ | |
LDFLAGS='' MAKE='make' | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 -o test-distrib /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/test-distrib.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/make-docfile.c -o make-docfile | |
./test-distrib /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/testfile | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/profile.c -o profile | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/digest-doc.c -o digest-doc | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/sorted-doc.c -o sorted-doc | |
cp /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/getopt_.h getopt.h-t | |
mv getopt.h-t getopt.h | |
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/pop.c | |
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/getopt.c | |
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/getopt1.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/fakemail.c -o fakemail | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/hexl.c -o hexl | |
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/update-game-score.c -DHAVE_SHARED_GAME_DIR="\"/usr/local/Cellar/emacs/23.3/var/games/emacs\"" | |
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src/regex.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/emacsclient.c getopt.o getopt1.o -DVERSION="\"23.3\"" -o emacsclient | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/b2m.c -DVERSION="\"23.3\"" getopt.o getopt1.o -o b2m | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 -DVERSION="\"23.3\"" /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/ebrowse.c getopt.o getopt1.o -o ebrowse | |
/usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/movemail.c | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 update-game-score.o getopt.o getopt1.o -o update-game-score | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 -DEMACS_NAME="\"GNU Emacs\"" -DVERSION="\"23.3\"" /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/etags.c getopt.o getopt1.o regex.o -o etags | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 movemail.o pop.o getopt.o getopt1.o -o movemail | |
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I../src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/../src -march=core2 -msse4.1 -w -pipe -O3 -DCTAGS -DEMACS_NAME="\"GNU Emacs\"" -DVERSION="\"23.3\"" /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/etags.c getopt.o getopt1.o regex.o -o ctags | |
boot=bootstrap-emacs; \ | |
if [ ! -x "src/$boot" ]; then \ | |
cd src; make all - --jobserver-fds=3,5 -j \ | |
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -msse4.1 -w -pipe -O3' CPPFLAGS='' \ | |
LDFLAGS='' MAKE='make' BOOTSTRAPEMACS="$boot"; \ | |
fi; | |
touch stamp-oldxmenu | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/pre-crt0.d pre-crt0.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/dispnew.d dispnew.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/frame.d frame.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/scroll.d scroll.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/xdisp.d xdisp.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/menu.d menu.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/window.d window.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/charset.d charset.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/coding.d coding.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/category.d category.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/ccl.d ccl.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/character.d character.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/chartab.d chartab.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/cm.d cm.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/term.d term.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/terminal.d terminal.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/xfaces.d xfaces.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/emacs.d emacs.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/macros.d macros.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/keyboard.d keyboard.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/keymap.d keymap.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/sysdep.d sysdep.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/buffer.d buffer.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/filelock.d filelock.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/insdel.d insdel.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/marker.d marker.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/minibuf.d minibuf.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/fileio.d fileio.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/dired.d dired.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/filemode.d filemode.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/cmds.d cmds.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/casetab.d casetab.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/casefiddle.d casefiddle.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/indent.d indent.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/search.d search.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/regex.d regex.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/undo.d undo.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/alloc.d alloc.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/data.d data.c | |
echo "#define BUILDOBJ \"dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o terminfo.o lastfile.o mktime.o " "\"" > buildobj.h | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/editfns.d editfns.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/callint.d callint.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/eval.d eval.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/floatfns.d floatfns.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/fns.d fns.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/font.d font.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/print.d print.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/lread.d lread.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/syntax.d syntax.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/unexmacosx.d unexmacosx.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/bytecode.d bytecode.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/process.d process.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/callproc.d callproc.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/region-cache.d region-cache.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/sound.d sound.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/atimer.d atimer.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/doprnt.d doprnt.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/strftime.d strftime.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/intervals.d intervals.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/textprop.d textprop.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/composite.d composite.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/md5.d md5.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/terminfo.d terminfo.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/lastfile.d lastfile.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/mktime.d mktime.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/prefix-args.d prefix-args.c | |
/usr/bin/gcc-4.2 -c -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/doc.d doc.c | |
/usr/bin/gcc-4.2 -Demacs -DHAVE_CONFIG_H -I. -I/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src -Dtemacs -march=core2 -msse4.1 -w -pipe -O3 -MMD -MF deps/.d prefix-args.o -o prefix-args | |
/usr/bin/gcc-4.2 -fno-pie -prebind -Xlinker -headerpad -Xlinker 690 -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o terminfo.o lastfile.o mktime.o -lncurses | |
cd ../lisp; make - --jobserver-fds=3,5 - --jobserver-fds=3,5 -j update-subdirs | |
wd=/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */cedet* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \ | |
for file in $wins; do \ | |
/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/../update-subdirs $file; \ | |
done; | |
`/bin/pwd`/temacs --batch --load loadup bootstrap | |
Loading loadup.el (source)... | |
Using load-path (/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emacs-lisp /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/international /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/textmodes) | |
Loading emacs-lisp/byte-run... | |
Loading emacs-lisp/backquote... | |
Loading subr... | |
Loading version.el (source)... | |
Loading widget... | |
Loading custom... | |
Loading emacs-lisp/map-ynp... | |
Loading cus-start... | |
Loading international/mule... | |
Loading international/mule-conf... | |
Loading env... | |
Loading format... | |
Loading bindings... | |
Loading files... | |
Loading cus-face... | |
Loading faces... | |
Loading minibuffer... | |
Loading button... | |
Loading startup... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Loading abbrev... | |
Loading simple... | |
Loading help... | |
Loading jka-cmpr-hook... | |
Loading epa-hook... | |
Loading international/mule-cmds... | |
Loading case-table... | |
Loading international/characters... | |
Loading composite... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/international/charprop.el (source)... | |
Loading language/chinese... | |
Loading language/cyrillic... | |
Loading language/indian... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/sinhala.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/english.el (source)... | |
Loading language/ethiopic... | |
Loading language/european... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/czech.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/slovak.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/romanian.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/greek.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/hebrew.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/japanese.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/international/cp51932.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/international/eucjp-ms.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/korean.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/lao.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/tai-viet.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/thai.el (source)... | |
Loading language/tibetan... | |
Loading language/vietnamese... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/misc-lang.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/utf-8-lang.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/georgian.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/khmer.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/burmese.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/cham.el (source)... | |
Loading indent... | |
Loading window... | |
Loading frame... | |
Loading term/tty-colors... | |
Loading font-core... | |
Loading facemenu... | |
Loading emacs-lisp/syntax... | |
Loading font-lock... | |
Loading jit-lock... | |
Loading emacs-lisp/timer... | |
Loading isearch... | |
Loading rfn-eshadow... | |
Loading menu-bar... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/paths.el (source)... | |
Loading emacs-lisp/lisp... | |
Loading textmodes/page... | |
Loading register... | |
Loading textmodes/paragraphs... | |
Loading emacs-lisp/lisp-mode... | |
Loading textmodes/text-mode... | |
Loading textmodes/fill... | |
Loading replace... | |
Loading buff-menu... | |
Loading emacs-lisp/float-sup... | |
Loading vc-hooks... | |
Loading ediff-hook... | |
Finding pointers to doc strings... | |
Finding pointers to doc strings...done | |
Dumping under the name emacs | |
--- List of All Regions --- | |
address size prot maxp | |
--- List of Regions to be Dumped --- | |
address size prot maxp | |
--- Header Information --- | |
Magic = 0xfeedfacf | |
CPUType = 16777223 | |
CPUSubType = -2147483645 | |
FileType = 0x2 | |
NCmds = 14 | |
SizeOfCmds = 2024 | |
Flags = 0x00000085 | |
Highest address of load commands in input file: 0x505000 | |
Lowest offset of all sections in __TEXT segment: 0x1330 | |
--- List of Load Commands in Input File --- | |
# cmd cmdsize name address size | |
0 LC_SEGMENT_64 72 __PAGEZERO 0 0x100000000 | |
1 LC_SEGMENT_64 632 __TEXT 0x100000000 0x1af000 | |
__text 0x100001330 0x179e2a | |
__stubs 0x10017b15a 0x4ce | |
__stub_helper 0x10017b628 0x814 | |
__cstring 0x10017be40 0x117bc | |
__const 0x10018d600 0x494 | |
__unwind_info 0x10018da94 0x15ec | |
__eh_frame 0x10018f080 0x1ff70 | |
2 LC_SEGMENT_64 712 __DATA 0x1001af000 0x30c000 | |
__program_vars 0x1001af000 0x28 | |
__got 0x1001af028 0x60 | |
__nl_symbol_ptr 0x1001af088 0x10 | |
__la_symbol_ptr 0x1001af098 0x668 | |
__data 0x1001af700 0x2a3128 | |
__const 0x100452840 0x1490 | |
__common 0x100453ce0 0x10599 | |
__bss 0x100464280 0x55d98 | |
3 LC_SEGMENT_64 72 __LINKEDIT 0x1004bb000 0x4a000 | |
4 LC_DYLD_INFO_ONLY 48 | |
5 LC_SYMTAB 24 | |
6 LC_DYSYMTAB 80 | |
7 LC_LOAD_DYLINKER 32 | |
8 LC_UUID 24 | |
9 unknown 16 | |
10 LC_UNIXTHREAD 184 | |
11 LC_LOAD_DYLIB 56 | |
12 LC_LOAD_DYLIB 56 | |
13 unknown 16 | |
0x100efc080 (sz: 0x3f2c/ 0x3f30) | |
0x100e00000 (sz: 0xfc080/ 0xfc080) | |
0x1020fc080 (sz: 0x3f2c/ 0x3f30) | |
0x102000000 (sz: 0xfc080/ 0xfc080) | |
0x100bfc080 (sz: 0x3f2d/ 0x3f30) | |
0x100b00000 (sz: 0xfc07d/ 0xfc080) | |
0x1021fc080 (sz: 0x3f2c/ 0x3f30) | |
0x102100000 (sz: 0xfc07f/ 0xfc080) | |
0x1017f8000 (sz: 0x6ab2/ 0x7fa8) | |
0x101000000 (sz: 0x6a87ff/0x7f8000) | |
0x100567000 (sz: 0/ 0x1000) | |
--- Load Commands written to Output File --- | |
Writing segment __PAGEZERO @ 0 ( 0/0x100000000 @ 0) | |
Writing segment __TEXT @ 0 (0x1af000/0x1af000 @ 0x100000000) | |
Writing segment __DATA @ 0x1af000 (0x30c000/0x30c000 @ 0x1001af000) | |
section __program_vars at 0x1af000 - 0x1af028 (sz: 0x28) | |
section __got at 0x1af028 - 0x1af088 (sz: 0x60) | |
section __nl_symbol_ptr at 0x1af088 - 0x1af098 (sz: 0x10) | |
section __la_symbol_ptr at 0x1af098 - 0x1af700 (sz: 0x668) | |
section __data at 0x1af700 - 0x452828 (sz: 0x2a3128) | |
section __const at 0x452840 - 0x453cd0 (sz: 0x1490) | |
section __common at 0x453ce0 - 0x464279 (sz: 0x10599) | |
section __bss at 0x464280 - 0x4ba018 (sz: 0x55d98) | |
Writing segment __DATA @ 0x4bb000 ( 0/ 0x1000 @ 0x100567000) | |
Writing segment __DATA @ 0x4bb000 ( 0xfffad/ 0xfffb0 @ 0x100b00000) | |
Writing segment __DATA @ 0x5bb000 ( 0xfffac/ 0xfffb0 @ 0x100e00000) | |
Writing segment __DATA @ 0x6bb000 (0x6a87ff/0x7f8000 @ 0x101000000) | |
Writing segment __DATA @ 0xd64000 ( 0x6ab2/ 0x7fa8 @ 0x1017f8000) | |
Writing segment __DATA @ 0xd6b000 ( 0xfffac/ 0xfffb0 @ 0x102000000) | |
Writing segment __DATA @ 0xe6b000 ( 0xfffac/ 0xfffb0 @ 0x102100000) | |
Writing segment __LINKEDIT @ 0xf6b000 ( 0x494d0/ 0x4a000 @ 0x1004bb000) | |
Writing LC_DYLD_INFO_ONLY command | |
Writing LC_SYMTAB command | |
Writing LC_DYSYMTAB command | |
Writing LC_LOAD_DYLINKER command | |
Writing LC_UUID command | |
Writing unknown command | |
Writing LC_UNIXTHREAD command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing unknown command | |
2352 unused bytes follow Mach-O header | |
74163 pure bytes used | |
mv -f emacs bootstrap-emacs | |
cd ../lisp; make - --jobserver-fds=3,5 - --jobserver-fds=3,5 -j compile-first EMACS=../src/bootstrap-emacs | |
make[2]: Nothing to be done for `compile-first'. | |
cd ../lisp; make - --jobserver-fds=3,5 - --jobserver-fds=3,5 -j autoloads EMACS=../src/bootstrap-emacs | |
chmod +w /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/ps-print.el /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emulation/tpu-edt.el \ | |
/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emacs-lisp/cl-loaddefs.el /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mail/rmail.el \ | |
/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/dired.el /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/ibuffer.el | |
wd=/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */obsolete | */term ) ;; *) wins="$wins $wd/$file" ;; esac; done; \ | |
echo Directories: $wins; \ | |
EMACSLOADPATH=/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp LC_ALL=C ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload --eval '(setq generated-autoload-file "/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el")' -f batch-update-autoloads $wins | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/abbrev.el | |
Directories: /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/. /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./calc /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./calendar /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./cedet /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./cedet/ede /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./cedet/semantic /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./cedet/semantic/analyze /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./cedet/semantic/bovine /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./cedet/semantic/decorate /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./cedet/semantic/symref /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./cedet/semantic/wisent /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./cedet/srecode /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./emacs-lisp /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./emulation /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./erc /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./eshell /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./gnus /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./international /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./language /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./mail /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./mh-e /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./net /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./nxml /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./org /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./play /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./progmodes /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./textmodes /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/./url | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/abbrev.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/buff-menu.el | |
Saving file /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el... | |
In end of data: | |
buff-menu.el:935:1:Warning: the function `mouse-select-window' is not known to | |
be defined. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/buff-menu.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/button.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/emacs-lisp/byte-run.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/button.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emacs-lisp/byte-run.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/composite.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/cus-face.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/cus-face.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/composite.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/cus-start.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/custom.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)...Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/cus-start.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/custom.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/emacs-lisp/backquote.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/emacs-lisp/lisp-mode.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emacs-lisp/backquote.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/emacs-lisp/lisp.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emacs-lisp/lisp-mode.elc | |
In beginning-of-defun-raw: | |
lisp.el:282:27:Warning: `font-lock-beginning-of-syntax-function' is an | |
obsolete variable (as of Emacs 23.3); use `syntax-begin-function' instead. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emacs-lisp/lisp.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/env.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/faces.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/env.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/files.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
In x-handle-named-frame-geometry: | |
faces.el:1974:34:Warning: reference to free variable `x-display-name' | |
In end of data: | |
faces.el:2739:1:Warning: the following functions are not known to be defined: | |
x-display-list, x-open-connection | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/faces.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/format.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/format.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/facemenu.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/files.elc | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/emacs-lisp/float-sup.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/facemenu.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emacs-lisp/float-sup.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/frame.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/help.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
In describe-key: | |
help.el:742:31:Warning: reference to free variable | |
`mouse-1-click-follows-link' | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/frame.elc | |
In end of data: | |
help.el:1253:1:Warning: the function `mouse-on-link-p' is not known to be | |
defined. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/help.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/indent.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/isearch.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/indent.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/rfn-eshadow.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
In end of data: | |
isearch.el:2768:1:Warning: the function `x-get-selection' is not known to be | |
defined. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/isearch.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/rfn-eshadow.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/bindings.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/emacs-lisp/map-ynp.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emacs-lisp/map-ynp.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/bindings.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/menu-bar.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/international/mule.el | |
Reloading stale loaddefs.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
In set-selection-coding-system: | |
mule.el:1374:9:Warning: assignment to free variable `selection-coding-system' | |
In set-next-selection-coding-system: | |
mule.el:1395:9:Warning: assignment to free variable | |
`next-selection-coding-system' | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/international/mule.elc | |
In end of data: | |
menu-bar.el:2018:1:Warning: the following functions are not known to be | |
defined: mouse-region-match, mouse-select-font | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/menu-bar.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/international/mule-conf.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/international/mule-cmds.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/international/mule-conf.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/international/characters.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/international/mule-cmds.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/case-table.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/case-table.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/language/chinese.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/chinese.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/language/cyrillic.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/international/characters.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/cyrillic.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/language/ethiopic.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/language/indian.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/indian.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/ethiopic.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/language/european.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/language/tibetan.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/tibetan.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/european.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/language/vietnamese.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/register.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/language/vietnamese.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/register.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/replace.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/simple.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/replace.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/minibuffer.el | |
In backward-delete-char-untabify: | |
simple.el:3214:27:Warning: `delete-backward-char' used from Lisp code | |
That command is designed for interactive use only | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
In choose-completion: | |
simple.el:5877:23:Warning: `completion-base-size' is an obsolete variable (as | |
of Emacs 23.2); use `completion-base-position' instead. | |
In completion-list-mode: | |
simple.el:6031:30:Warning: `completion-base-size' is an obsolete variable (as | |
of Emacs 23.2); use `completion-base-position' instead. | |
In completion-setup-function: | |
simple.el:6063:34:Warning: `completion-base-size' is an obsolete variable (as | |
of Emacs 23.2); use `completion-base-position' instead. | |
simple.el:6065:24:Warning: `completion-base-size' is an obsolete variable (as | |
of Emacs 23.2); use `completion-base-position' instead. | |
simple.el:6068:36:Warning: `completion-base-size' is an obsolete variable (as | |
of Emacs 23.2); use `completion-base-position' instead. | |
In end of data: | |
simple.el:6671:1:Warning: the function `x-set-selection' is not known to be | |
defined. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/simple.elc | |
In completion--file-name-table: | |
minibuffer.el:1385:32:Warning: `read-file-name-predicate' is an obsolete | |
variable (as of Emacs 23.2); use the regular PRED argument | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/startup.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/minibuffer.elc | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/subr.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/startup.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/term/tty-colors.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/subr.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/term/tty-colors.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/font-core.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/emacs-lisp/syntax.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/font-core.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/font-lock.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emacs-lisp/syntax.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/jit-lock.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
In font-lock-fontify-block: | |
font-lock.el:1278:40:Warning: `font-lock-beginning-of-syntax-function' is an | |
obsolete variable (as of Emacs 23.3); use `syntax-begin-function' instead. | |
In font-lock-compile-keywords: | |
font-lock.el:1703:25:Warning: `font-lock-beginning-of-syntax-function' is an | |
obsolete variable (as of Emacs 23.3); use `syntax-begin-function' instead. | |
In font-lock-set-defaults: | |
font-lock.el:1841:28:Warning: `font-lock-beginning-of-syntax-function' is an | |
obsolete variable (as of Emacs 23.3); use `syntax-begin-function' instead. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/font-lock.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/jit-lock.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/textmodes/fill.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/textmodes/page.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
In fill-region-as-paragraph: | |
fill.el:659:59:Warning: `delete-backward-char' used from Lisp code | |
That command is designed for interactive use only | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/textmodes/page.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/textmodes/fill.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/textmodes/paragraphs.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/textmodes/text-mode.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/textmodes/text-mode.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/textmodes/paragraphs.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/emacs-lisp/timer.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/jka-cmpr-hook.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emacs-lisp/timer.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/jka-cmpr-hook.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/vc-hooks.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/ediff-hook.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/ediff-hook.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/vc-hooks.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/epa-hook.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/widget.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/epa-hook.elcWrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/widget.elc | |
Compiling ../lisp/mouse.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src/../lisp/window.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
In font-menu-add-default: | |
mouse.el:2347:22:Warning: reference to free variable `x-fixed-font-alist' | |
In end of data: | |
mouse.el:2613:1:Warning: the following functions are not known to be defined: | |
track-mouse, x-get-selection, x-set-selection | |
In end of data: | |
window.el:1896:1:Warning: the function `menu-or-popup-active-p' is not known | |
to be defined. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mouse.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/window.elc | |
Compiling ../lisp/scroll-bar.el | |
Compiling ../lisp/select.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
In end of data: | |
scroll-bar.el:361:1:Warning: the function `track-mouse' is not known to be | |
defined. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/scroll-bar.elc | |
In xselect-convert-to-targets: | |
select.el:315:45:Warning: reference to free variable | |
`selection-converter-alist' | |
select.el:391:7:Warning: assignment to free variable | |
`selection-converter-alist' | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/select.elc | |
Compiling ../lisp/ls-lisp.el | |
Compiling ../lisp/dos-fns.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/dos-fns.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/ls-lisp.elc | |
Compiling ../lisp/w32-fns.el | |
Compiling ../lisp/dos-w32.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/w32-fns.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/dos-w32.elc | |
Compiling ../lisp/disp-table.el | |
Compiling ../lisp/dos-vars.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/disp-table.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/dos-vars.elc | |
Compiling ../lisp/tooltip.el | |
Compiling ../lisp/image.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/tooltip.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/image.elc | |
Compiling ../lisp/fringe.el | |
Compiling ../lisp/dnd.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/fringe.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/dnd.elc | |
Compiling ../lisp/mwheel.el | |
Compiling ../lisp/tool-bar.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mwheel.elc | |
In end of data: | |
tool-bar.el:324:1:Warning: the function `popup-menu' is not known to be | |
defined. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/tool-bar.elc | |
Compiling ../lisp/x-dnd.el | |
Compiling ../lisp/font-setting.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/font-setting.elc | |
In x-dnd-drop-data: | |
x-dnd.el:327:24:Warning: reference to free variable `mouse-yank-at-point' | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/x-dnd.elc | |
Compiling ../lisp/international/ccl.el | |
Compiling ../lisp/international/fontset.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/international/fontset.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/international/ccl.elc | |
Compiling ../lisp/term/common-win.el | |
Compiling ../lisp/term/x-win.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/term/common-win.elc | |
Compiling ../lisp/term/pc-win.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/term/x-win.elc | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Compiling ../lisp/term/internal.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/term/pc-win.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/term/internal.elc | |
Compiling ../lisp/term/ns-win.el | |
Compiling ../lisp/term/w32-win.el | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
In toplevel form: | |
w32-win.el:209:16:Warning: reference to free variable `libpng-version' | |
In end of data: | |
w32-win.el:329:1:Warning: the function `create-default-fontset' is not known | |
to be defined. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/term/w32-win.elc | |
Compiling ../lisp/emacs-lisp/easymenu.el | |
In end of data: | |
ns-win.el:1274:1:Warning: the function `track-mouse' is not known to be | |
defined. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/term/ns-win.elc | |
Reloading stale loaddefs.el | |
Loading /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/loaddefs.el (source)... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/emacs-lisp/easymenu.elc | |
rm -f ../etc/DOC | |
../lib-src/make-docfile -d /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src dosfns.o msdos.o xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o fontset.o dbusbind.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o w32.o w32console.o w32fns.o w32heap.o w32inevt.o w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o > ../etc/DOC | |
../lib-src/make-docfile -a ../etc/DOC -d /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/src ../lisp/mouse.elc ../lisp/select.elc ../lisp/scroll-bar.elc ../lisp/ls-lisp.elc ../lisp/dos-fns.elc ../lisp/w32-fns.elc ../lisp/dos-w32.elc ../lisp/disp-table.elc ../lisp/dos-vars.elc ../lisp/tooltip.elc ../lisp/image.elc ../lisp/fringe.elc ../lisp/dnd.elc ../lisp/mwheel.elc ../lisp/tool-bar.elc ../lisp/x-dnd.elc ../lisp/font-setting.elc ../lisp/international/ccl.elc ../lisp/international/fontset.elc ../lisp/mouse.elc ../lisp/term/common-win.elc ../lisp/term/x-win.elc ../lisp/term/pc-win.elc ../lisp/term/internal.elc ../lisp/term/ns-win.elc ../lisp/term/w32-win.elc ../lisp/emacs-lisp/easymenu.elc ../lisp/loaddefs.el ../lisp/abbrev.elc ../lisp/buff-menu.elc ../lisp/button.elc ../lisp/emacs-lisp/byte-run.elc ../lisp/composite.elc ../lisp/cus-face.elc ../lisp/cus-start.elc ../lisp/custom.elc ../lisp/emacs-lisp/backquote.elc ../lisp/emacs-lisp/lisp-mode.elc ../lisp/emacs-lisp/lisp.elc ../lisp/facemenu.elc ../lisp/faces.elc ../lisp/files.elc ../lisp/emacs-lisp/float-sup.elc ../lisp/format.elc ../lisp/frame.elc ../lisp/help.elc ../lisp/indent.elc ../lisp/isearch.elc ../lisp/rfn-eshadow.elc ../lisp/loadup.el ../lisp/bindings.elc ../lisp/emacs-lisp/map-ynp.elc ../lisp/env.elc ../lisp/international/mule.elc ../lisp/international/mule-conf.elc ../lisp/international/mule-cmds.elc ../lisp/international/characters.elc ../lisp/case-table.elc ../lisp/language/chinese.elc ../lisp/language/cyrillic.elc ../lisp/language/indian.elc ../lisp/language/sinhala.el ../lisp/language/english.el ../lisp/language/ethiopic.elc ../lisp/language/european.elc ../lisp/language/czech.el ../lisp/language/slovak.el ../lisp/language/romanian.el ../lisp/language/greek.el ../lisp/language/hebrew.el ../lisp/language/japanese.el ../lisp/language/korean.el ../lisp/language/lao.el ../lisp/language/cham.el ../lisp/language/tai-viet.el ../lisp/language/thai.el ../lisp/language/tibetan.elc ../lisp/language/vietnamese.elc ../lisp/language/misc-lang.el ../lisp/language/utf-8-lang.el ../lisp/language/georgian.el ../lisp/language/khmer.el ../lisp/language/burmese.el ../lisp/menu-bar.elc ../lisp/paths.el ../lisp/register.elc ../lisp/replace.elc ../lisp/simple.elc ../lisp/minibuffer.elc ../lisp/startup.elc ../lisp/subr.elc ../lisp/term/tty-colors.elc ../lisp/font-core.elc ../lisp/emacs-lisp/syntax.elc ../lisp/font-lock.elc ../lisp/jit-lock.elc ../lisp/textmodes/fill.elc ../lisp/textmodes/page.elc ../lisp/textmodes/paragraphs.elc ../lisp/textmodes/text-mode.elc ../lisp/emacs-lisp/timer.elc ../lisp/vc-hooks.elc ../lisp/jka-cmpr-hook.elc ../lisp/ediff-hook.elc ../lisp/epa-hook.elc ../lisp/widget.elc ../lisp/window.elc ../lisp/version.el | |
LC_ALL=C `/bin/pwd`/temacs -batch -l loadup dump | |
Loading loadup.el (source)... | |
Using load-path (/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp) | |
Loading emacs-lisp/byte-run... | |
Loading emacs-lisp/backquote... | |
Loading subr... | |
Loading version.el (source)... | |
Loading widget... | |
Loading custom... | |
Loading emacs-lisp/map-ynp... | |
Loading cus-start... | |
Loading international/mule... | |
Loading international/mule-conf... | |
Loading env... | |
Loading format... | |
Loading bindings... | |
Loading files... | |
Loading cus-face... | |
Loading faces... | |
Loading minibuffer... | |
Loading button... | |
Loading startup... | |
Loading loaddefs.el (source)... | |
Loading abbrev... | |
Loading simple... | |
Loading help... | |
Loading jka-cmpr-hook... | |
Loading epa-hook... | |
Loading international/mule-cmds... | |
Loading case-table... | |
Loading international/characters... | |
Loading composite... | |
Loading international/charprop.el (source)... | |
Loading language/chinese... | |
Loading language/cyrillic... | |
Loading language/indian... | |
Loading language/sinhala.el (source)... | |
Loading language/english.el (source)... | |
Loading language/ethiopic... | |
Loading language/european... | |
Loading language/czech.el (source)... | |
Loading language/slovak.el (source)... | |
Loading language/romanian.el (source)... | |
Loading language/greek.el (source)... | |
Loading language/hebrew.el (source)... | |
Loading language/japanese.el (source)... | |
Loading international/cp51932.el (source)... | |
Loading international/eucjp-ms.el (source)... | |
Loading language/korean.el (source)... | |
Loading language/lao.el (source)... | |
Loading language/tai-viet.el (source)... | |
Loading language/thai.el (source)... | |
Loading language/tibetan... | |
Loading language/vietnamese... | |
Loading language/misc-lang.el (source)... | |
Loading language/utf-8-lang.el (source)... | |
Loading language/georgian.el (source)... | |
Loading language/khmer.el (source)... | |
Loading language/burmese.el (source)... | |
Loading language/cham.el (source)... | |
Loading indent... | |
Loading window... | |
Loading frame... | |
Loading term/tty-colors... | |
Loading font-core... | |
Loading facemenu... | |
Loading emacs-lisp/syntax... | |
Loading font-lock... | |
Loading jit-lock... | |
Loading emacs-lisp/timer... | |
Loading isearch... | |
Loading rfn-eshadow... | |
Loading menu-bar... | |
Loading paths.el (source)... | |
Loading emacs-lisp/lisp... | |
Loading textmodes/page... | |
Loading register... | |
Loading textmodes/paragraphs... | |
Loading emacs-lisp/lisp-mode... | |
Loading textmodes/text-mode... | |
Loading textmodes/fill... | |
Loading replace... | |
Loading buff-menu... | |
Loading emacs-lisp/float-sup... | |
Loading vc-hooks... | |
Loading ediff-hook... | |
Finding pointers to doc strings... | |
Finding pointers to doc strings...done | |
Dumping under the name emacs | |
--- List of All Regions --- | |
address size prot maxp | |
--- List of Regions to be Dumped --- | |
address size prot maxp | |
--- Header Information --- | |
Magic = 0xfeedfacf | |
CPUType = 16777223 | |
CPUSubType = -2147483645 | |
FileType = 0x2 | |
NCmds = 14 | |
SizeOfCmds = 2024 | |
Flags = 0x00000085 | |
Highest address of load commands in input file: 0x505000 | |
Lowest offset of all sections in __TEXT segment: 0x1330 | |
--- List of Load Commands in Input File --- | |
# cmd cmdsize name address size | |
0 LC_SEGMENT_64 72 __PAGEZERO 0 0x100000000 | |
1 LC_SEGMENT_64 632 __TEXT 0x100000000 0x1af000 | |
__text 0x100001330 0x179e2a | |
__stubs 0x10017b15a 0x4ce | |
__stub_helper 0x10017b628 0x814 | |
__cstring 0x10017be40 0x117bc | |
__const 0x10018d600 0x494 | |
__unwind_info 0x10018da94 0x15ec | |
__eh_frame 0x10018f080 0x1ff70 | |
2 LC_SEGMENT_64 712 __DATA 0x1001af000 0x30c000 | |
__program_vars 0x1001af000 0x28 | |
__got 0x1001af028 0x60 | |
__nl_symbol_ptr 0x1001af088 0x10 | |
__la_symbol_ptr 0x1001af098 0x668 | |
__data 0x1001af700 0x2a3128 | |
__const 0x100452840 0x1490 | |
__common 0x100453ce0 0x10599 | |
__bss 0x100464280 0x55d98 | |
3 LC_SEGMENT_64 72 __LINKEDIT 0x1004bb000 0x4a000 | |
4 LC_DYLD_INFO_ONLY 48 | |
5 LC_SYMTAB 24 | |
6 LC_DYSYMTAB 80 | |
7 LC_LOAD_DYLINKER 32 | |
8 LC_UUID 24 | |
9 unknown 16 | |
10 LC_UNIXTHREAD 184 | |
11 LC_LOAD_DYLIB 56 | |
12 LC_LOAD_DYLIB 56 | |
13 unknown 16 | |
0x100efc080 (sz: 0x3f2c/ 0x3f30) | |
0x100e00000 (sz: 0xfc07f/ 0xfc080) | |
0x1020fc080 (sz: 0x3f2d/ 0x3f30) | |
0x102000000 (sz: 0xfc05f/ 0xfc080) | |
0x100bfc080 (sz: 0x3f2c/ 0x3f30) | |
0x100b00000 (sz: 0xfc080/ 0xfc080) | |
0x1017f8000 (sz: 0x4638/ 0x7fa8) | |
0x101000000 (sz: 0x460dff/0x7f8000) | |
0x100567000 (sz: 0/ 0x1000) | |
--- Load Commands written to Output File --- | |
Writing segment __PAGEZERO @ 0 ( 0/0x100000000 @ 0) | |
Writing segment __TEXT @ 0 (0x1af000/0x1af000 @ 0x100000000) | |
Writing segment __DATA @ 0x1af000 (0x30c000/0x30c000 @ 0x1001af000) | |
section __program_vars at 0x1af000 - 0x1af028 (sz: 0x28) | |
section __got at 0x1af028 - 0x1af088 (sz: 0x60) | |
section __nl_symbol_ptr at 0x1af088 - 0x1af098 (sz: 0x10) | |
section __la_symbol_ptr at 0x1af098 - 0x1af700 (sz: 0x668) | |
section __data at 0x1af700 - 0x452828 (sz: 0x2a3128) | |
section __const at 0x452840 - 0x453cd0 (sz: 0x1490) | |
section __common at 0x453ce0 - 0x464279 (sz: 0x10599) | |
section __bss at 0x464280 - 0x4ba018 (sz: 0x55d98) | |
Writing segment __DATA @ 0x4bb000 ( 0/ 0x1000 @ 0x100567000) | |
Writing segment __DATA @ 0x4bb000 ( 0xfffac/ 0xfffb0 @ 0x100b00000) | |
Writing segment __DATA @ 0x5bb000 ( 0xfffac/ 0xfffb0 @ 0x100e00000) | |
Writing segment __DATA @ 0x6bb000 (0x460dff/0x7f8000 @ 0x101000000) | |
Writing segment __DATA @ 0xb1c000 ( 0x4638/ 0x7fa8 @ 0x1017f8000) | |
Writing segment __DATA @ 0xb21000 ( 0xfffad/ 0xfffb0 @ 0x102000000) | |
Writing segment __LINKEDIT @ 0xc21000 ( 0x494d0/ 0x4a000 @ 0x1004bb000) | |
Writing LC_DYLD_INFO_ONLY command | |
Writing LC_SYMTAB command | |
Writing LC_DYSYMTAB command | |
Writing LC_LOAD_DYLINKER command | |
Writing LC_UUID command | |
Writing unknown command | |
Writing LC_UNIXTHREAD command | |
Writing LC_LOAD_DYLIB command | |
Writing LC_LOAD_DYLIB command | |
Writing unknown command | |
2424 unused bytes follow Mach-O header | |
2364116 pure bytes used | |
Adding name emacs-23.3.1 | |
ln -f emacs bootstrap-emacs | |
./emacs -q -batch -f list-load-path-shadows | |
cd src; make all - --jobserver-fds=3,5 -j \ | |
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -msse4.1 -w -pipe -O3' CPPFLAGS='' \ | |
LDFLAGS='' MAKE='make' BOOTSTRAPEMACS="" | |
make[1]: Nothing to be done for `all'. | |
cd lisp; make all - --jobserver-fds=3,5 -j \ | |
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -msse4.1 -w -pipe -O3' CPPFLAGS='' \ | |
LDFLAGS='' MAKE='make' | |
(export PARALLEL; PARALLEL=0; cd leim; make all - --jobserver-fds=3,5 -j \ | |
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -msse4.1 -w -pipe -O3' CPPFLAGS='' \ | |
LDFLAGS='' MAKE='make') | |
EMACSLOADPATH=/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/../lisp/international/titdic-cnv \ | |
-f batch-titdic-convert -dir quail /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC; \ | |
echo "changed" > changed.tit | |
Converting all tit files in the directory /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/4Corner.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-e.el | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/ARRAY30.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/CCDOSPY.tit to quail-package... | |
Decoding with coding system euc-china... | |
Processing header part... | |
Formatting translation rules... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-e.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-vars.el | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/ECDICT.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/ETZY.tit to quail-package... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-vars.elc | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-alias.el | |
No MH variant found on the system | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/PY-b5.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
In mh-alias-ali: | |
mh-alias.el:237:14:Warning: `delete-backward-char' used from Lisp code | |
That command is designed for interactive use only | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/Punct-b5.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-alias.elc | |
Formatting translation rules... | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-scan.el | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/Punct.tit to quail-package... | |
Decoding with coding system euc-china... | |
Processing header part... | |
No MH variant found on the system | |
Formatting translation rules... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-scan.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-identity.el | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/QJ-b5.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/QJ.tit to quail-package... | |
Decoding with coding system euc-china... | |
Processing header part... | |
Formatting translation rules... | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/SW.tit to quail-package... | |
Decoding with coding system euc-china... | |
Processing header part... | |
Formatting translation rules... | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/TONEPY.tit to quail-package... | |
Decoding with coding system euc-china... | |
Processing header part... | |
Formatting translation rules... | |
Converting /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/CXTERM-DIC/ZOZY.tit to quail-package... | |
Decoding with coding system cn-big5... | |
Processing header part... | |
Formatting translation rules... | |
Byte-compile the created files by: | |
% emacs -batch -f batch-byte-compile XXX.elNo MH variant found on the system | |
EMACSLOADPATH=/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/../lisp/international/titdic-cnv \ | |
-f batch-miscdic-convert -dir quail /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/MISC-DIC; \ | |
echo "changed" > changed.misc | |
Converting ziranma.cin to ZIRANMA.el... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-identity.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-inc.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-inc.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-junk.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-junk.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-letter.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-letter.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-limit.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-limit.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-mime.el | |
No MH variant found on the system | |
Converting ziranma.cin to ZIRANMA.el...done | |
Converting pinyin.map to PY.el... | |
Converting pinyin.map to PY.el...done | |
Converting CTLau.html to CTLau.el... | |
Converting CTLau.html to CTLau.el...done | |
Converting CTLau-b5.html to CTLau-b5.el... | |
Converting CTLau-b5.html to CTLau-b5.el...done | |
Converting cangjie-table.cns to tsang-cns.el... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-mime.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-print.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-print.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-search.el | |
Converting cangjie-table.cns to tsang-cns.el...done | |
Converting cangjie-table.cns to quick-cns.el... | |
No MH variant found on the system | |
Converting cangjie-table.cns to quick-cns.el...done | |
Converting cangjie-table.b5 to tsang-b5.el... | |
In mh-index-generate-pretty-name: | |
mh-search.el:1511:8:Warning: `delete-backward-char' used from Lisp code | |
That command is designed for interactive use only | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-search.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-seq.el | |
No MH variant found on the system | |
Converting cangjie-table.b5 to tsang-b5.el...done | |
Converting cangjie-table.b5 to quick-b5.el... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-seq.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-show.el | |
Converting cangjie-table.b5 to quick-b5.el...done | |
No MH variant found on the system | |
Compiling quail/CCDOSPY.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/CCDOSPY.elc | |
Compiling quail/Punct.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/Punct.elc | |
Compiling quail/QJ.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/QJ.elc | |
Compiling quail/SW.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/SW.elc | |
Compiling quail/TONEPY.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/TONEPY.elc | |
Compiling quail/4Corner.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/4Corner.elc | |
Compiling quail/ARRAY30.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-show.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-speed.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ARRAY30.elc | |
Compiling quail/ECDICT.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-speed.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-thread.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ECDICT.elc | |
Compiling quail/ETZY.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-thread.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ETZY.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-tool-bar.el | |
Compiling quail/Punct-b5.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/Punct-b5.elc | |
Compiling quail/PY-b5.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/PY-b5.elc | |
Compiling quail/QJ-b5.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-tool-bar.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-utils.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/QJ-b5.elc | |
Compiling quail/ZOZY.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ZOZY.elc | |
Compiling quail/tsang-b5.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-utils.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-xface.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-xface.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-langs.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/tsang-b5.elc | |
Compiling quail/quick-b5.el | |
In toplevel form: | |
cc-langs.el:135:1:Warning: cl package required at runtime | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/quick-b5.elc | |
Compiling quail/tsang-cns.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-langs.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-comp.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/tsang-cns.elc | |
Compiling quail/quick-cns.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-comp.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-folder.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/quick-cns.elc | |
Compiling quail/PY.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/PY.elc | |
Compiling quail/ZIRANMA.el | |
In end of data: | |
mh-folder.el:1979:1:Warning: the function `mouse-set-point' is not known to be | |
defined. | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-folder.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-funcs.el | |
No MH variant found on the system | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/mh-e/mh-funcs.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-engine.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ZIRANMA.elc | |
Compiling quail/CTLau.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/CTLau.elc | |
Compiling quail/CTLau-b5.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/CTLau-b5.elc | |
rm -f leim-list.el | |
EMACSLOADPATH=/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/../lisp/international/quail \ | |
-f batch-byte-compile-if-not-done quail/CCDOSPY.el quail/Punct.el quail/QJ.el quail/SW.el quail/TONEPY.el quail/4Corner.el quail/ARRAY30.el quail/ECDICT.el quail/ETZY.el quail/Punct-b5.el quail/PY-b5.el quail/QJ-b5.el quail/ZOZY.el quail/tsang-b5.el quail/quick-b5.el quail/tsang-cns.el quail/quick-cns.el quail/PY.el quail/ZIRANMA.el quail/CTLau.el quail/CTLau-b5.el | |
if [ x`(cd /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ | |
EMACSLOADPATH=/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/../lisp/international/quail \ | |
--eval "(update-leim-list-file \".\")" ; \ | |
else \ | |
EMACSLOADPATH=/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/../lisp/international/quail \ | |
--eval "(update-leim-list-file \".\" \"/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim\")" ; \ | |
fi | |
Updating /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/leim-list.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ZOZY.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ZIRANMA.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/welsh.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/vntelex.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/viqr.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/uni-input.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/tsang-cns.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/tsang-b5.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/TONEPY.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/tibetan.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/thai.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/symbol-ksc.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/SW.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/slovak.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/sisheng.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/sgml-input.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/rfc1345.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/quick-cns.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/quick-b5.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/QJ.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/QJ-b5.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/pypunct-b5.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/PY.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/py-punct.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/PY-b5.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/Punct.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/Punct-b5.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/lrt.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/latin-pre.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/latin-post.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/latin-ltx.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/latin-alt.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/lao.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/japanese.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ipa.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/indian.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/hebrew.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/hanja3.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/hanja.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/hanja-jis.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/hangul.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/greek.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/georgian.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ETZY.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ethiopic.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ECDICT.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/czech.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/cyrillic.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/cyril-jis.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/CTLau.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/CTLau-b5.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/croatian.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/CCDOSPY.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/ARRAY30.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/arabic.el ... | |
Checking /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/quail/4Corner.el ... | |
Saving file /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/leim-list.el... | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/leim-list.el | |
Updating /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/leim-list.el ... done | |
sed -n '/^[^;]/ p' < /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/leim-ext.el >> leim-list.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-engine.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-align.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-cmds.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-align.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-fonts.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-cmds.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-styles.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-fonts.elcWrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-styles.elc | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-compat.el | |
Compiling /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-mode.el | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-compat.elc | |
Wrote /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp/progmodes/cc-mode.elc | |
make - --jobserver-fds=3,5 - --jobserver-fds=3,5 -j compile-last EMACS=../src/emacs | |
==> make install | |
make install | |
cd lib-src; make all - --jobserver-fds=3,5 -j \ | |
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -msse4.1 -w -pipe -O3' CPPFLAGS='' \ | |
LDFLAGS='' MAKE='make' | |
icondirs= ; \ | |
for dir in /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/etc/images/icons/*/*/apps /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/etc/images/icons/*/*/mimetypes; do \ | |
if [ -d ${dir} ]; then \ | |
icondirs="${icondirs} ${dir}" ; \ | |
fi ; \ | |
done ; \ | |
icondirs=`echo "${icondirs}" | sed 's,/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/etc/images/icons,/usr/local/Cellar/emacs/23.3/share/icons,g'` ; \ | |
umask 022 ; \ | |
/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/mkinstalldirs /usr/local/Cellar/emacs/23.3/share /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp \ | |
/usr/local/Cellar/emacs/23.3/share/info/emacs /usr/local/Cellar/emacs/23.3/share/man/man1 \ | |
/usr/local/Cellar/emacs/23.3/bin /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc /usr/local/Cellar/emacs/23.3/libexec \ | |
/usr/local/Cellar/emacs/23.3/share/emacs/site-lisp \ | |
/usr/local/Cellar/emacs/23.3/share/emacs/23.3/site-lisp \ | |
`echo /usr/local/share/emacs/site-lisp | sed 's,:, ,g'` \ | |
/usr/local/Cellar/emacs/23.3/share/applications ${icondirs} | |
make[1]: Nothing to be done for `all'. | |
mkdir -p -- /usr/local/Cellar/emacs/23.3/share /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp /usr/local/Cellar/emacs/23.3/share/info/emacs /usr/local/Cellar/emacs/23.3/share/man/man1 /usr/local/Cellar/emacs/23.3/bin /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc /usr/local/Cellar/emacs/23.3/libexec /usr/local/Cellar/emacs/23.3/share/emacs/site-lisp /usr/local/Cellar/emacs/23.3/share/emacs/23.3/site-lisp /usr/local/share/emacs/site-lisp /usr/local/Cellar/emacs/23.3/share/applications /usr/local/Cellar/emacs/23.3/share/icons/hicolor/128x128/apps /usr/local/Cellar/emacs/23.3/share/icons/hicolor/16x16/apps /usr/local/Cellar/emacs/23.3/share/icons/hicolor/24x24/apps /usr/local/Cellar/emacs/23.3/share/icons/hicolor/32x32/apps /usr/local/Cellar/emacs/23.3/share/icons/hicolor/48x48/apps /usr/local/Cellar/emacs/23.3/share/icons/hicolor/scalable/apps /usr/local/Cellar/emacs/23.3/share/icons/hicolor/scalable/mimetypes | |
boot=bootstrap-emacs; \ | |
if [ ! -x "src/$boot" ]; then \ | |
cd src; make all - --jobserver-fds=3,5 -j \ | |
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -msse4.1 -w -pipe -O3' CPPFLAGS='' \ | |
LDFLAGS='' MAKE='make' BOOTSTRAPEMACS="$boot"; \ | |
fi; | |
cd src; make all - --jobserver-fds=3,5 -j \ | |
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -msse4.1 -w -pipe -O3' CPPFLAGS='' \ | |
LDFLAGS='' MAKE='make' BOOTSTRAPEMACS="" | |
(cd doc/emacs; make - --jobserver-fds=3,5 - --jobserver-fds=3,5 -j info) | |
make[2]: Nothing to be done for `info'. | |
(cd doc/misc; make - --jobserver-fds=3,5 - --jobserver-fds=3,5 -j info) | |
make[2]: Nothing to be done for `info'. | |
(cd doc/lispref; make - --jobserver-fds=3,5 - --jobserver-fds=3,5 -j info) | |
make[1]: Nothing to be done for `all'. | |
/usr/local/bin/install -c -m 644 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/etc/emacs.desktop \ | |
/usr/local/Cellar/emacs/23.3/share/applications/emacs.desktop | |
for icon in /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/etc/images/icons/*/*/apps/*.* \ | |
/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/etc/images/icons/*/*/mimetypes/*.*; do \ | |
if [ -r ${icon} ]; then \ | |
iicon=`echo "${icon}" | sed 's,/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/etc/images/icons,/usr/local/Cellar/emacs/23.3/share/icons,'` ; \ | |
/usr/local/bin/install -c -m 644 ${icon} ${iicon} ; \ | |
make[2]: Nothing to be done for `info'. | |
fi ; \ | |
done | |
(cd doc/lispintro; make - --jobserver-fds=3,5 - --jobserver-fds=3,5 -j info) | |
make[2]: Nothing to be done for `info'. | |
(cd lib-src; \ | |
make install - --jobserver-fds=3,5 -j prefix=/usr/local/Cellar/emacs/23.3 \ | |
exec_prefix=/usr/local/Cellar/emacs/23.3 bindir=/usr/local/Cellar/emacs/23.3/bin \ | |
libexecdir=/usr/local/Cellar/emacs/23.3/libexec archlibdir=/usr/local/Cellar/emacs/23.3/libexec/emacs/23.3/x86_64-apple-darwin11.0.0 \ | |
INSTALL_STRIP=) | |
Installing utilities run internally by Emacs. | |
umask 022; /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/mkinstalldirs /usr/local/Cellar/emacs/23.3/libexec/emacs/23.3/x86_64-apple-darwin11.0.0 | |
mkdir -p -- /usr/local/Cellar/emacs/23.3/libexec/emacs/23.3/x86_64-apple-darwin11.0.0 | |
if [ `(cd /usr/local/Cellar/emacs/23.3/libexec/emacs/23.3/x86_64-apple-darwin11.0.0 && /bin/pwd)` != `/bin/pwd` ]; then for file in profile digest-doc sorted-doc movemail fakemail hexl update-game-score; do /usr/local/bin/install -c $file /usr/local/Cellar/emacs/23.3/libexec/emacs/23.3/x86_64-apple-darwin11.0.0/$file ; done ; fi | |
umask 022; /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/mkinstalldirs /usr/local/Cellar/emacs/23.3/var/games/emacs; touch /usr/local/Cellar/emacs/23.3/var/games/emacs/snake-scores; touch /usr/local/Cellar/emacs/23.3/var/games/emacs/tetris-scores | |
cd leim; make install | |
mkdir -p -- /usr/local/Cellar/emacs/23.3/var/games/emacs | |
if chown games /usr/local/Cellar/emacs/23.3/libexec/emacs/23.3/x86_64-apple-darwin11.0.0/update-game-score && chmod u+s /usr/local/Cellar/emacs/23.3/libexec/emacs/23.3/x86_64-apple-darwin11.0.0/update-game-score; then chown games /usr/local/Cellar/emacs/23.3/var/games/emacs; chmod u=rwx,g=rwx,o=rx /usr/local/Cellar/emacs/23.3/var/games/emacs; fi | |
chown: invalid user: `games' | |
if [ `(cd /usr/local/Cellar/emacs/23.3/libexec/emacs/23.3/x86_64-apple-darwin11.0.0 && /bin/pwd)` != `(cd /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src && /bin/pwd)` ]; then for file in rcs2log vcdiff; do /usr/local/bin/install -c /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/$file /usr/local/Cellar/emacs/23.3/libexec/emacs/23.3/x86_64-apple-darwin11.0.0/$file; done ; fi | |
Installing utilities for users to run. | |
for file in etags ctags emacsclient b2m ebrowse ; do /usr/local/bin/install -c ${file} /usr/local/Cellar/emacs/23.3/bin/`echo ${file} | sed 's,x,x,'` ; chmod a+rx /usr/local/Cellar/emacs/23.3/bin/`echo ${file} | sed 's,x,x,'`; done | |
if [ ! -d /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim ] ; then \ | |
umask 022; /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim/../mkinstalldirs /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim; \ | |
else true; fi | |
mkdir -p -- /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim | |
if [ x`(cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim && /bin/pwd)` != x`(/bin/pwd)` ] ; then \ | |
rm -f /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/leim-list.el; \ | |
rm -rf /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/quail /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/ja-dic ; \ | |
echo "Copying leim files to /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim ..." ; \ | |
if [ x`(cd /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ | |
tar -chf - leim-list.el quail ja-dic \ | |
| (cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim; umask 0; tar -xvf - && cat > /dev/null) ;\ | |
else \ | |
tar -chf - leim-list.el quail \ | |
| (cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim; umask 0; tar -xvf - && cat > /dev/null) ;\ | |
cd /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/leim; \ | |
tar -chf - quail/* ja-dic \ | |
| (cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim; umask 0; tar -xvf - && cat > /dev/null) ;\ | |
fi; \ | |
rm -rf /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/CVS /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/*/CVS; \ | |
rm -f /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/.cvsignore /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/*/.cvsignore; \ | |
rm -f /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/.gitignore /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/*/.gitignore; \ | |
rm -f /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/.arch-inventory /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/*/.arch-inventory; \ | |
rm -f /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/\#* /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/*/\#* ; \ | |
rm -f /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/.\#* /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/*/.\#* ; \ | |
rm -f /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/*~ /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/*/*~ ; \ | |
rm -f /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/*.orig /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim/*/*.orig ; \ | |
else true; fi | |
Copying leim files to /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim ... | |
for file in rcs-checkin grep-changelog ; do /usr/local/bin/install -c /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lib-src/${file} /usr/local/Cellar/emacs/23.3/bin/`echo ${file} | sed 's,x,x,'` ; chmod a+rx /usr/local/Cellar/emacs/23.3/bin/`echo ${file} | sed 's,x,x,'`; done | |
x leim-list.el | |
x quail/ | |
x quail/4Corner.el | |
x quail/4Corner.elc | |
x quail/arabic.el | |
x quail/arabic.elc | |
x quail/ARRAY30.el/usr/local/bin/install -c src/emacs /usr/local/Cellar/emacs/23.3/bin/`echo emacs-23.3 | sed 's,x,x,'` | |
x quail/ARRAY30.elc | |
x quail/CCDOSPY.el | |
x quail/CCDOSPY.elc | |
x quail/croatian.el | |
x quail/croatian.elc | |
x quail/CTLau-b5.el | |
x quail/CTLau-b5.elc | |
x quail/CTLau.el | |
x quail/CTLau.elc | |
x quail/cyril-jis.el | |
x quail/cyril-jis.elc | |
x quail/cyrillic.el | |
x quail/cyrillic.elc | |
x quail/czech.el | |
x quail/czech.elc | |
x quail/ECDICT.el | |
x quail/ECDICT.elc | |
x quail/ethiopic.el | |
x quail/ethiopic.elc | |
x quail/ETZY.el | |
x quail/ETZY.elc | |
x quail/georgian.el | |
x quail/georgian.elc | |
x quail/greek.el | |
x quail/greek.elc | |
x quail/hangul.el | |
x quail/hangul.elc | |
x quail/hanja-jis.elchmod 1755 /usr/local/Cellar/emacs/23.3/bin/`echo emacs-23.3 | sed 's,x,x,'` | |
x quail/hanja-jis.elc | |
x quail/hanja.el | |
x quail/hanja.elcrm -f /usr/local/Cellar/emacs/23.3/bin/`echo emacs | sed 's,x,x,'` | |
x quail/hanja3.el | |
x quail/hanja3.elc | |
x quail/hebrew.el | |
x quail/hebrew.elc | |
x quail/indian.el | |
x quail/indian.elc | |
x quail/ipa.el | |
x quail/ipa.elc | |
x quail/japanese.el | |
x quail/japanese.elc | |
x quail/lao.el | |
x quail/lao.elc | |
x quail/latin-alt.el | |
x quail/latin-alt.elcln /usr/local/Cellar/emacs/23.3/bin/`echo emacs-23.3 | sed 's,x,x,'` /usr/local/Cellar/emacs/23.3/bin/`echo emacs | sed 's,x,x,'` | |
x quail/latin-ltx.el | |
x quail/latin-ltx.elc | |
x quail/latin-post.el | |
x quail/latin-post.elc | |
x quail/latin-pre.el | |
x quail/latin-pre.elc | |
x quail/lrt.el | |
x quail/lrt.elc | |
x quail/Punct-b5.el | |
x quail/Punct-b5.elc | |
x quail/Punct.el | |
x quail/Punct.elc | |
x quail/PY-b5.el | |
x quail/PY-b5.elc | |
x quail/py-punct.el | |
x quail/py-punct.elc | |
x quail/PY.el | |
x quail/PY.elcunset CDPATH; \ | |
for f in `cd lib-src && echo fns-*.el`; do \ | |
if test -r lib-src/$f ; then \ | |
/usr/local/bin/install -c -m 644 lib-src/$f /usr/local/Cellar/emacs/23.3/libexec/emacs/23.3/x86_64-apple-darwin11.0.0/$f; \ | |
else true; fi ; \ | |
done | |
x quail/pypunct-b5.el | |
x quail/pypunct-b5.elc | |
x quail/QJ-b5.el | |
x quail/QJ-b5.elcif test "" != ""; then \ | |
( cd ; \ | |
if test -d share/emacs ; then dir=share/emacs/*/*; for i in $dir; do rm -fr `basename "$i"` ; mv "$i" . ; done; fi;\ | |
if test -d share/info ; then dir=share/info; for i in $dir; do rm -fr `basename "$i"` ; mv "$i" . ; done ; fi ; \ | |
rm -fr share ) ; \ | |
( cd /libexec ; dir=emacs/*/*/* ; for i in $dir; do rm -fr `basename "$i"` ; mv "$i" . ; done; \ | |
rm -fr emacs ) ; \ | |
( cd /bin ; rm -f emacs emacs-23* ; \ | |
ln -sf ../libexec/* .) ; \ | |
else true ; fi | |
x quail/QJ.el | |
x quail/QJ.elc | |
x quail/quick-b5.el | |
x quail/quick-b5.elccd lib-src; make maybe-blessmail - --jobserver-fds=3,5 -j \ | |
MAKE='make' archlibdir='/usr/local/Cellar/emacs/23.3/libexec/emacs/23.3/x86_64-apple-darwin11.0.0' | |
x quail/quick-cns.el | |
x quail/quick-cns.elcmake[1]: Nothing to be done for `maybe-blessmail'. | |
cd lisp; make all - --jobserver-fds=3,5 -j \ | |
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -msse4.1 -w -pipe -O3' CPPFLAGS='' \ | |
LDFLAGS='' MAKE='make' | |
x quail/rfc1345.el | |
x quail/rfc1345.elc | |
x quail/sgml-input.el | |
x quail/sgml-input.elc | |
x quail/sisheng.el | |
x quail/sisheng.elc | |
x quail/slovak.el | |
x quail/slovak.elc | |
x quail/SW.el | |
x quail/SW.elc | |
x quail/symbol-ksc.el | |
x quail/symbol-ksc.elc | |
x quail/thai.el | |
x quail/thai.elc | |
x quail/tibetan.el | |
x quail/tibetan.elc | |
x quail/TONEPY.el | |
x quail/TONEPY.elc | |
x quail/tsang-b5.el | |
x quail/tsang-b5.elc | |
x quail/tsang-cns.el | |
x quail/tsang-cns.elc | |
x quail/uni-input.el | |
x quail/uni-input.elc | |
x quail/viqr.el | |
x quail/viqr.elc | |
x quail/vntelex.el | |
x quail/vntelex.elc | |
x quail/welsh.el | |
x quail/welsh.elc | |
x quail/ZIRANMA.el | |
x quail/ZIRANMA.elc | |
x quail/ZOZY.el | |
x quail/ZOZY.elc | |
x ja-dic/ | |
x ja-dic/ja-dic.el | |
x ja-dic/ja-dic.elc | |
unset CDPATH; \ | |
if [ -n "/usr/bin/gzip" ]; \ | |
then \ | |
echo "Compressing *.el ..." ; \ | |
(cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim; for f in `find . -name "*.elc" -print`; do \ | |
/usr/bin/gzip -9n `echo $f|sed 's/.elc$/.el/'` ; \ | |
done) \ | |
else true; fi | |
Compressing *.el ... | |
make - --jobserver-fds=3,5 - --jobserver-fds=3,5 -j compile-last EMACS=../src/emacs | |
(export PARALLEL; PARALLEL=0; cd leim; make all - --jobserver-fds=3,5 -j \ | |
CC='/usr/bin/gcc-4.2' CFLAGS='-march=core2 -msse4.1 -w -pipe -O3' CPPFLAGS='' \ | |
LDFLAGS='' MAKE='make') | |
set /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp ; \ | |
unset CDPATH; \ | |
for dir in /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/etc /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp ; do \ | |
if [ `(cd $1 && /bin/pwd)` != `(cd ${dir} && /bin/pwd)` ] ; then \ | |
rm -rf $1 ; \ | |
fi ; \ | |
shift ; \ | |
done | |
set /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp ; \ | |
mkdir /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp ; \ | |
chmod ugo+rx /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp ; \ | |
unset CDPATH; \ | |
for installuser in ${LOGNAME} ${USERNAME} ${USER} `id -un 2> /dev/null`; do [ -n "${installuser}" ] && break ; done; \ | |
for dir in /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/etc /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp ; do \ | |
dest=$1 ; shift ; \ | |
[ -d ${dir} ] \ | |
&& [ `(cd ${dir} && /bin/pwd)` != `(cd ${dest} && /bin/pwd)` ] \ | |
&& (echo "Copying ${dir} to ${dest}..." ; \ | |
(cd ${dir}; tar -chf - . ) \ | |
| (cd ${dest}; umask 022; \ | |
tar -xvf - && cat > /dev/null) || exit 1; \ | |
find ${dest} -exec chown ${installuser} {} ';' ;\ | |
for subdir in `find ${dest} -type d ! -name RCS ! -name CVS -print` ; do \ | |
chmod a+rx ${subdir} ; \ | |
rm -rf ${subdir}/RCS ; \ | |
rm -rf ${subdir}/CVS ; \ | |
rm -f ${subdir}/.cvsignore ; \ | |
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 ; \ | |
[ "${dir}" != "/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/etc" ] && \ | |
rm -f ${subdir}/[mM]akefile*.c ${subdir}/[mM]akefile*[.-]in \ | |
${subdir}/[mM]akefile ; \ | |
rm -f ${subdir}/ChangeLog* ; \ | |
rm -f ${subdir}/dired.todo ; \ | |
done) ; \ | |
done | |
Copying /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/etc to /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc... | |
x ./ | |
x ./AUTHORS | |
x ./BABYL | |
x ./celibacy.1 | |
x ./CENSORSHIP | |
x ./ChangeLog | |
x ./charsets/ | |
x ./compilation.txt | |
x ./condom.1 | |
x ./CONTRIBUTE | |
x ./COOKIES | |
x ./COPYING | |
x ./copying.paper | |
x ./DEBUG | |
x ./DEVEL.HUMOR | |
x ./DISTRIB | |
x ./DOC | |
x ./DOC-23.3.1 | |
x ./e/ | |
x ./echo.msg | |
x ./edt-user.el | |
x ./emacs-buffer.gdb | |
x ./emacs.bash | |
x ./emacs.csh | |
x ./emacs.desktop | |
x ./emacs.icon | |
x ./emacs.py | |
x ./emacs2.py | |
x ./emacs3.py | |
x ./enriched.doc | |
x ./ERC-NEWS | |
x ./ETAGS.EBNF | |
x ./ETAGS.README | |
x ./forms-d2.dat | |
x ./FTP | |
x ./future-bug | |
x ./GNU | |
x ./gnus/ | |
x ./GNUS-NEWS | |
x ./gnus-tut.txt | |
x ./grep.txt | |
x ./HELLO | |
x ./images/ | |
x ./INTERVIEW | |
x ./JOKES | |
x ./LINUX-GNU | |
x ./MACHINES | |
x ./MAILINGLISTS | |
x ./MH-E-NEWS | |
x ./MORE.STUFF | |
x ./MOTIVATION | |
x ./ms-kermit | |
x ./NEWS | |
x ./NEWS.1-17 | |
x ./NEWS.18 | |
x ./NEWS.19 | |
x ./NEWS.20 | |
x ./NEWS.21 | |
x ./NEWS.22 | |
x ./nxml/ | |
x ./NXML-NEWS | |
x ./ORDERS | |
x ./PROBLEMS | |
x ./ps-prin0.ps | |
x ./ps-prin1.ps | |
x ./README | |
x ./refcards/ | |
x ./rgb.txt | |
x ./schema/ | |
x ./SERVICE | |
x ./ses-example.ses | |
x ./sex.6 | |
x ./spook.lines | |
x ./TERMS | |
x ./THE-GNU-PROJECT | |
x ./TODO | |
x ./tutorials/ | |
x ./WHY-FREE | |
x ./yow.lines | |
x ./tutorials/TUTORIAL | |
x ./tutorials/TUTORIAL.bg | |
x ./tutorials/TUTORIAL.cn | |
x ./tutorials/TUTORIAL.cs | |
x ./tutorials/TUTORIAL.de | |
x ./tutorials/TUTORIAL.eo | |
x ./tutorials/TUTORIAL.es | |
x ./tutorials/TUTORIAL.fr | |
x ./tutorials/TUTORIAL.it | |
x ./tutorials/TUTORIAL.ja | |
x ./tutorials/TUTORIAL.ko | |
x ./tutorials/TUTORIAL.nl | |
x ./tutorials/TUTORIAL.pl | |
x ./tutorials/TUTORIAL.pt_BR | |
x ./tutorials/TUTORIAL.ro | |
x ./tutorials/TUTORIAL.ru | |
x ./tutorials/TUTORIAL.sk | |
x ./tutorials/TUTORIAL.sl | |
x ./tutorials/TUTORIAL.sv | |
x ./tutorials/TUTORIAL.th | |
x ./tutorials/TUTORIAL.translators | |
x ./tutorials/TUTORIAL.zh | |
x ./schema/calstbl.rnc | |
x ./schema/dbcalstbl.rnc | |
x ./schema/dbhier.rnc | |
x ./schema/dbnotn.rnc | |
x ./schema/dbpool.rnc | |
x ./schema/dbstart.rnc | |
x ./schema/docbook.rnc | |
x ./schema/locate.rnc | |
x ./schema/rdfxml.rnc | |
x ./schema/README | |
x ./schema/relaxng.rnc | |
x ./schema/schemas.xml | |
x ./schema/xhtml-applet.rnc | |
x ./schema/xhtml-attribs.rnc | |
x ./schema/xhtml-base.rnc | |
x ./schema/xhtml-bdo.rnc | |
x ./schema/xhtml-bform.rnc | |
x ./schema/xhtml-btable.rnc | |
x ./schema/xhtml-csismap.rnc | |
x ./schema/xhtml-datatypes.rnc | |
x ./schema/xhtml-edit.rnc | |
x ./schema/xhtml-events.rnc | |
x ./schema/xhtml-form.rnc | |
x ./schema/xhtml-frames.rnc | |
x ./schema/xhtml-hypertext.rnc | |
x ./schema/xhtml-iframe.rnc | |
x ./schema/xhtml-image.rnc | |
x ./schema/xhtml-inlstyle.rnc | |
x ./schema/xhtml-legacy.rnc | |
x ./schema/xhtml-link.rnc | |
x ./schema/xhtml-lst.rnc | |
x ./schema/xhtml-meta.rnc | |
x ./schema/xhtml-nameident.rnc | |
x ./schema/xhtml-object.rnc | |
x ./schema/xhtml-param.rnc | |
x ./schema/xhtml-pres.rnc | |
x ./schema/xhtml-ruby.rnc | |
x ./schema/xhtml-script.rnc | |
x ./schema/xhtml-ssismap.rnc | |
x ./schema/xhtml-struct.rnc | |
x ./schema/xhtml-table.rnc | |
x ./schema/xhtml-text.rnc | |
x ./schema/xhtml-tgt.rnc | |
x ./schema/xhtml-xstyle.rnc | |
x ./schema/xhtml.rnc | |
x ./schema/xslt.rnc | |
x ./refcards/calccard.pdf | |
x ./refcards/calccard.tex | |
x ./refcards/cs-dired-ref.pdf | |
x ./refcards/cs-dired-ref.tex | |
x ./refcards/cs-refcard.pdf | |
x ./refcards/cs-refcard.tex | |
x ./refcards/cs-survival.tex | |
x ./refcards/de-refcard.pdf | |
x ./refcards/de-refcard.tex | |
x ./refcards/dired-ref.pdf | |
x ./refcards/dired-ref.tex | |
x ./refcards/fr-dired-ref.pdf | |
x ./refcards/fr-dired-ref.tex | |
x ./refcards/fr-refcard.pdf | |
x ./refcards/fr-refcard.tex | |
x ./refcards/fr-survival.tex | |
x ./refcards/gnus-booklet.pdf | |
x ./refcards/gnus-logo.eps | |
x ./refcards/gnus-logo.pdf | |
x ./refcards/gnus-refcard.pdf | |
x ./refcards/gnus-refcard.tex | |
x ./refcards/Makefile | |
x ./refcards/orgcard.pdf | |
x ./refcards/orgcard.tex | |
x ./refcards/pdflayout.sty | |
x ./refcards/pl-refcard.pdf | |
x ./refcards/pl-refcard.tex | |
x ./refcards/pt-br-refcard.pdf | |
x ./refcards/pt-br-refcard.tex | |
x ./refcards/README | |
x ./refcards/refcard.pdf | |
x ./refcards/refcard.tex | |
x ./refcards/ru-refcard.pdf | |
x ./refcards/ru-refcard.tex | |
x ./refcards/sk-dired-ref.pdf | |
x ./refcards/sk-dired-ref.tex | |
x ./refcards/sk-refcard.pdf | |
x ./refcards/sk-refcard.tex | |
x ./refcards/sk-survival.tex | |
x ./refcards/survival.tex | |
x ./refcards/vipcard.tex | |
x ./refcards/viperCard.tex | |
x ./nxml/00000-0007F.el | |
x ./nxml/00080-000FF.el | |
x ./nxml/00100-0017F.el | |
x ./nxml/00180-0024F.el | |
x ./nxml/00250-002AF.el | |
x ./nxml/002B0-002FF.el | |
x ./nxml/00300-0036F.el | |
x ./nxml/00370-003FF.el | |
x ./nxml/00400-004FF.el | |
x ./nxml/00500-0052F.el | |
x ./nxml/00530-0058F.el | |
x ./nxml/00590-005FF.el | |
x ./nxml/00600-006FF.el | |
x ./nxml/00700-0074F.el | |
x ./nxml/00780-007BF.el | |
x ./nxml/00900-0097F.el | |
x ./nxml/00980-009FF.el | |
x ./nxml/00A00-00A7F.el | |
x ./nxml/00A80-00AFF.el | |
x ./nxml/00B00-00B7F.el | |
x ./nxml/00B80-00BFF.el | |
x ./nxml/00C00-00C7F.el | |
x ./nxml/00C80-00CFF.el | |
x ./nxml/00D00-00D7F.el | |
x ./nxml/00D80-00DFF.el | |
x ./nxml/00E00-00E7F.el | |
x ./nxml/00E80-00EFF.el | |
x ./nxml/00F00-00FFF.el | |
x ./nxml/01000-0109F.el | |
x ./nxml/010A0-010FF.el | |
x ./nxml/01100-011FF.el | |
x ./nxml/01200-0137F.el | |
x ./nxml/013A0-013FF.el | |
x ./nxml/01400-0167F.el | |
x ./nxml/01680-0169F.el | |
x ./nxml/016A0-016FF.el | |
x ./nxml/01700-0171F.el | |
x ./nxml/01720-0173F.el | |
x ./nxml/01740-0175F.el | |
x ./nxml/01760-0177F.el | |
x ./nxml/01780-017FF.el | |
x ./nxml/01800-018AF.el | |
x ./nxml/01E00-01EFF.el | |
x ./nxml/01F00-01FFF.el | |
x ./nxml/02000-0206F.el | |
x ./nxml/02070-0209F.el | |
x ./nxml/020A0-020CF.el | |
x ./nxml/020D0-020FF.el | |
x ./nxml/02100-0214F.el | |
x ./nxml/02150-0218F.el | |
x ./nxml/02190-021FF.el | |
x ./nxml/02200-022FF.el | |
x ./nxml/02300-023FF.el | |
x ./nxml/02400-0243F.el | |
x ./nxml/02440-0245F.el | |
x ./nxml/02460-024FF.el | |
x ./nxml/02500-0257F.el | |
x ./nxml/02580-0259F.el | |
x ./nxml/025A0-025FF.el | |
x ./nxml/02600-026FF.el | |
x ./nxml/02700-027BF.el | |
x ./nxml/027C0-027EF.el | |
x ./nxml/027F0-027FF.el | |
x ./nxml/02800-028FF.el | |
x ./nxml/02900-0297F.el | |
x ./nxml/02980-029FF.el | |
x ./nxml/02A00-02AFF.el | |
x ./nxml/02E80-02EFF.el | |
x ./nxml/02F00-02FDF.el | |
x ./nxml/02FF0-02FFF.el | |
x ./nxml/03000-0303F.el | |
x ./nxml/03040-0309F.el | |
x ./nxml/030A0-030FF.el | |
x ./nxml/03100-0312F.el | |
x ./nxml/03130-0318F.el | |
x ./nxml/03190-0319F.el | |
x ./nxml/031A0-031BF.el | |
x ./nxml/031F0-031FF.el | |
x ./nxml/03200-032FF.el | |
x ./nxml/03300-033FF.el | |
x ./nxml/03400-04DBF.el | |
x ./nxml/0A000-0A48F.el | |
x ./nxml/0A490-0A4CF.el | |
x ./nxml/0FB00-0FB4F.el | |
x ./nxml/0FB50-0FDFF.el | |
x ./nxml/0FE00-0FE0F.el | |
x ./nxml/0FE20-0FE2F.el | |
x ./nxml/0FE30-0FE4F.el | |
x ./nxml/0FE50-0FE6F.el | |
x ./nxml/0FE70-0FEFF.el | |
x ./nxml/0FF00-0FFEF.el | |
x ./nxml/0FFF0-0FFFF.el | |
x ./nxml/10300-1032F.el | |
x ./nxml/10330-1034F.el | |
x ./nxml/10400-1044F.el | |
x ./nxml/1D000-1D0FF.el | |
x ./nxml/1D100-1D1FF.el | |
x ./nxml/1D400-1D7FF.el | |
x ./nxml/E0000-E007F.el | |
x ./nxml/README | |
x ./nxml/test-invalid.xml | |
x ./nxml/test-valid.xml | |
x ./images/attach.pbm | |
x ./images/attach.xpm | |
x ./images/back-arrow.pbm | |
x ./images/back-arrow.xpm | |
x ./images/bookmark_add.pbm | |
x ./images/bookmark_add.xpm | |
x ./images/cancel.pbm | |
x ./images/cancel.xpm | |
x ./images/close.pbm | |
x ./images/close.xpm | |
x ./images/connect.xpm | |
x ./images/contact.pbm | |
x ./images/contact.xpm | |
x ./images/copy.pbm | |
x ./images/copy.xpm | |
x ./images/custom/ | |
x ./images/cut.pbm | |
x ./images/cut.xpm | |
x ./images/data-save.pbm | |
x ./images/data-save.xpm | |
x ./images/delete.pbm | |
x ./images/delete.xpm | |
x ./images/describe.xpm | |
x ./images/diropen.pbm | |
x ./images/diropen.xpm | |
x ./images/disconnect.xpm | |
x ./images/exit.pbm | |
x ./images/exit.xpm | |
x ./images/ezimage/ | |
x ./images/fwd-arrow.pbm | |
x ./images/fwd-arrow.xpm | |
x ./images/gnus/ | |
x ./images/gnus.pbm | |
x ./images/gud/ | |
x ./images/help.pbm | |
x ./images/help.xpm | |
x ./images/home.pbm | |
x ./images/home.xpm | |
x ./images/icons/ | |
x ./images/index.pbm | |
x ./images/index.xpm | |
x ./images/info.pbm | |
x ./images/info.xpm | |
x ./images/jump-to.pbm | |
x ./images/jump-to.xpm | |
x ./images/left-arrow.pbm | |
x ./images/left-arrow.xpm | |
x ./images/letter.pbm | |
x ./images/letter.xpm | |
x ./images/lock-broken.xpm | |
x ./images/lock-ok.xpm | |
x ./images/lock.xpm | |
x ./images/low-color/ | |
x ./images/mail/ | |
x ./images/mh-logo.xpm | |
x ./images/mpc/ | |
x ./images/new.pbm | |
x ./images/new.xpm | |
x ./images/next-node.pbm | |
x ./images/next-node.xpm | |
x ./images/next-page.pbm | |
x ./images/next-page.xpm | |
x ./images/open.pbm | |
x ./images/open.xpm | |
x ./images/paste.pbm | |
x ./images/paste.xpm | |
x ./images/preferences.pbm | |
x ./images/preferences.xpm | |
x ./images/prev-node.pbm | |
x ./images/prev-node.xpm | |
x ./images/print.pbm | |
x ./images/print.xpm | |
x ./images/README | |
x ./images/redo.xpm | |
x ./images/refresh.pbm | |
x ./images/refresh.xpm | |
x ./images/right-arrow.pbm | |
x ./images/right-arrow.xpm | |
x ./images/save.pbm | |
x ./images/save.xpm | |
x ./images/saveas.pbm | |
x ./images/saveas.xpm | |
x ./images/search-replace.pbm | |
x ./images/search-replace.xpm | |
x ./images/search.pbm | |
x ./images/search.xpm | |
x ./images/separator.xpm | |
x ./images/show.pbm | |
x ./images/show.xpm | |
x ./images/smilies/ | |
x ./images/sort-ascending.xpm | |
x ./images/sort-column-ascending.xpm | |
x ./images/sort-criteria.xpm | |
x ./images/sort-descending.xpm | |
x ./images/sort-row-ascending.xpm | |
x ./images/spell.pbm | |
x ./images/spell.xpm | |
x ./images/splash.pbm | |
x ./images/splash.png | |
x ./images/splash.svg | |
x ./images/splash.xpm | |
x ./images/tree-widget/ | |
x ./images/undo.pbm | |
x ./images/undo.xpm | |
x ./images/up-arrow.pbm | |
x ./images/up-arrow.xpm | |
x ./images/up-node.pbm | |
x ./images/up-node.xpm | |
x ./images/zoom-in.xpm | |
x ./images/zoom-out.pbm | |
x ./images/zoom-out.xpm | |
x ./images/tree-widget/default/ | |
x ./images/tree-widget/folder/ | |
x ./images/tree-widget/folder/close.png | |
x ./images/tree-widget/folder/close.xpm | |
x ./images/tree-widget/folder/empty.png | |
x ./images/tree-widget/folder/empty.xpm | |
x ./images/tree-widget/folder/end-guide.png | |
x ./images/tree-widget/folder/end-guide.xpm | |
x ./images/tree-widget/folder/guide.png | |
x ./images/tree-widget/folder/guide.xpm | |
x ./images/tree-widget/folder/handle.png | |
x ./images/tree-widget/folder/handle.xpm | |
x ./images/tree-widget/folder/leaf.png | |
x ./images/tree-widget/folder/leaf.xpm | |
x ./images/tree-widget/folder/no-guide.png | |
x ./images/tree-widget/folder/no-guide.xpm | |
x ./images/tree-widget/folder/no-handle.png | |
x ./images/tree-widget/folder/no-handle.xpm | |
x ./images/tree-widget/folder/open.png | |
x ./images/tree-widget/folder/open.xpm | |
x ./images/tree-widget/folder/README | |
x ./images/tree-widget/default/close.png | |
x ./images/tree-widget/default/close.xpm | |
x ./images/tree-widget/default/empty.png | |
x ./images/tree-widget/default/empty.xpm | |
x ./images/tree-widget/default/end-guide.png | |
x ./images/tree-widget/default/end-guide.xpm | |
x ./images/tree-widget/default/guide.png | |
x ./images/tree-widget/default/guide.xpm | |
x ./images/tree-widget/default/handle.png | |
x ./images/tree-widget/default/handle.xpm | |
x ./images/tree-widget/default/leaf.png | |
x ./images/tree-widget/default/leaf.xpm | |
x ./images/tree-widget/default/no-guide.png | |
x ./images/tree-widget/default/no-guide.xpm | |
x ./images/tree-widget/default/no-handle.png | |
x ./images/tree-widget/default/no-handle.xpm | |
x ./images/tree-widget/default/open.png | |
x ./images/tree-widget/default/open.xpm | |
x ./images/tree-widget/default/README | |
x ./images/smilies/blink.pbm | |
x ./images/smilies/blink.xpm | |
x ./images/smilies/braindamaged.xpm | |
x ./images/smilies/cry.xpm | |
x ./images/smilies/dead.xpm | |
x ./images/smilies/evil.xpm | |
x ./images/smilies/forced.xpm | |
x ./images/smilies/frown.pbm | |
x ./images/smilies/frown.xpm | |
x ./images/smilies/grayscale/ | |
x ./images/smilies/grin.xpm | |
x ./images/smilies/indifferent.xpm | |
x ./images/smilies/medium/ | |
x ./images/smilies/README | |
x ./images/smilies/sad.pbm | |
x ./images/smilies/sad.xpm | |
x ./images/smilies/smile.pbm | |
x ./images/smilies/smile.xpm | |
x ./images/smilies/wry.pbm | |
x ./images/smilies/wry.xpm | |
x ./images/smilies/medium/blink.xpm | |
x ./images/smilies/medium/braindamaged.xpm | |
x ./images/smilies/medium/cry.xpm | |
x ./images/smilies/medium/dead.xpm | |
x ./images/smilies/medium/evil.xpm | |
x ./images/smilies/medium/forced.xpm | |
x ./images/smilies/medium/frown.xpm | |
x ./images/smilies/medium/grin.xpm | |
x ./images/smilies/medium/indifferent.xpm | |
x ./images/smilies/medium/README | |
x ./images/smilies/medium/reverse-smile.xpm | |
x ./images/smilies/medium/sad.xpm | |
x ./images/smilies/medium/smile.xpm | |
x ./images/smilies/medium/wry.xpm | |
x ./images/smilies/grayscale/blink.xpm | |
x ./images/smilies/grayscale/braindamaged.xpm | |
x ./images/smilies/grayscale/cry.xpm | |
x ./images/smilies/grayscale/dead.xpm | |
x ./images/smilies/grayscale/evil.xpm | |
x ./images/smilies/grayscale/forced.xpm | |
x ./images/smilies/grayscale/frown.xpm | |
x ./images/smilies/grayscale/grin.xpm | |
x ./images/smilies/grayscale/indifferent.xpm | |
x ./images/smilies/grayscale/README | |
x ./images/smilies/grayscale/reverse-smile.xpm | |
x ./images/smilies/grayscale/sad.xpm | |
x ./images/smilies/grayscale/smile.xpm | |
x ./images/smilies/grayscale/wry.xpm | |
x ./images/mpc/add.xpm | |
x ./images/mpc/ffwd.xpm | |
x ./images/mpc/next.xpm | |
x ./images/mpc/pause.xpm | |
x ./images/mpc/play.xpm | |
x ./images/mpc/prev.xpm | |
x ./images/mpc/README | |
x ./images/mpc/rewind.xpm | |
x ./images/mpc/stop.xpm | |
x ./images/mail/compose.pbm | |
x ./images/mail/compose.xpm | |
x ./images/mail/copy.xpm | |
x ./images/mail/flag-for-followup.pbm | |
x ./images/mail/flag-for-followup.xpm | |
x ./images/mail/forward.xpm | |
x ./images/mail/inbox.pbm | |
x ./images/mail/inbox.xpm | |
x ./images/mail/move.pbm | |
x ./images/mail/move.xpm | |
x ./images/mail/not-spam.xpm | |
x ./images/mail/outbox.xpm | |
x ./images/mail/preview.xpm | |
x ./images/mail/README | |
x ./images/mail/repack.pbm | |
x ./images/mail/repack.xpm | |
x ./images/mail/reply-all.pbm | |
x ./images/mail/reply-all.xpm | |
x ./images/mail/reply-from.pbm | |
x ./images/mail/reply-from.xpm | |
x ./images/mail/reply-to.pbm | |
x ./images/mail/reply-to.xpm | |
x ./images/mail/reply.pbm | |
x ./images/mail/reply.xpm | |
x ./images/mail/save-draft.xpm | |
x ./images/mail/save.xpm | |
x ./images/mail/send.pbm | |
x ./images/mail/send.xpm | |
x ./images/mail/spam.xpm | |
x ./images/low-color/back-arrow.xpm | |
x ./images/low-color/copy.xpm | |
x ./images/low-color/cut.xpm | |
x ./images/low-color/fwd-arrow.xpm | |
x ./images/low-color/help.xpm | |
x ./images/low-color/home.xpm | |
x ./images/low-color/index.xpm | |
x ./images/low-color/jump-to.xpm | |
x ./images/low-color/left-arrow.xpm | |
x ./images/low-color/new.xpm | |
x ./images/low-color/next-node.xpm | |
x ./images/low-color/open.xpm | |
x ./images/low-color/paste.xpm | |
x ./images/low-color/preferences.xpm | |
x ./images/low-color/prev-node.xpm | |
x ./images/low-color/print.xpm | |
x ./images/low-color/README | |
x ./images/low-color/right-arrow.xpm | |
x ./images/low-color/save.xpm | |
x ./images/low-color/saveas.xpm | |
x ./images/low-color/search.xpm | |
x ./images/low-color/spell.xpm | |
x ./images/low-color/undo.xpm | |
x ./images/low-color/up-arrow.xpm | |
x ./images/low-color/up-node.xpm | |
x ./images/icons/hicolor/ | |
x ./images/icons/README | |
x ./images/icons/hicolor/128x128/ | |
x ./images/icons/hicolor/16x16/ | |
x ./images/icons/hicolor/24x24/ | |
x ./images/icons/hicolor/32x32/ | |
x ./images/icons/hicolor/48x48/ | |
x ./images/icons/hicolor/scalable/ | |
x ./images/icons/hicolor/scalable/apps/ | |
x ./images/icons/hicolor/scalable/mimetypes/ | |
x ./images/icons/hicolor/scalable/mimetypes/emacs-document.svg | |
x ./images/icons/hicolor/scalable/apps/emacs.svg | |
x ./images/icons/hicolor/48x48/apps/ | |
x ./images/icons/hicolor/48x48/apps/emacs.png | |
x ./images/icons/hicolor/48x48/apps/emacs22.png | |
x ./images/icons/hicolor/32x32/apps/ | |
x ./images/icons/hicolor/32x32/apps/emacs.png | |
x ./images/icons/hicolor/32x32/apps/emacs22.png | |
x ./images/icons/hicolor/24x24/apps/ | |
x ./images/icons/hicolor/24x24/apps/emacs.png | |
x ./images/icons/hicolor/24x24/apps/emacs22.png | |
x ./images/icons/hicolor/16x16/apps/ | |
x ./images/icons/hicolor/16x16/apps/emacs.png | |
x ./images/icons/hicolor/16x16/apps/emacs22.png | |
x ./images/icons/hicolor/128x128/apps/ | |
x ./images/icons/hicolor/128x128/apps/emacs.png | |
x ./images/gud/all.xpm | |
x ./images/gud/break.pbm | |
x ./images/gud/break.xpm | |
x ./images/gud/cont.pbm | |
x ./images/gud/cont.xpm | |
x ./images/gud/down.pbm | |
x ./images/gud/down.xpm | |
x ./images/gud/finish.pbm | |
x ./images/gud/finish.xpm | |
x ./images/gud/go.pbm | |
x ./images/gud/go.xpm | |
x ./images/gud/next.pbm | |
x ./images/gud/next.xpm | |
x ./images/gud/nexti.pbm | |
x ./images/gud/nexti.xpm | |
x ./images/gud/pp.pbm | |
x ./images/gud/pp.xpm | |
x ./images/gud/print.pbm | |
x ./images/gud/print.xpm | |
x ./images/gud/pstar.pbm | |
x ./images/gud/pstar.xpm | |
x ./images/gud/rcont.xpm | |
x ./images/gud/README | |
x ./images/gud/recstart.xpm | |
x ./images/gud/recstop.xpm | |
x ./images/gud/remove.pbm | |
x ./images/gud/remove.xpm | |
x ./images/gud/rfinish.xpm | |
x ./images/gud/rnext.xpm | |
x ./images/gud/rnexti.xpm | |
x ./images/gud/rstep.xpm | |
x ./images/gud/rstepi.xpm | |
x ./images/gud/run.pbm | |
x ./images/gud/run.xpm | |
x ./images/gud/step.pbm | |
x ./images/gud/step.xpm | |
x ./images/gud/stepi.pbm | |
x ./images/gud/stepi.xpm | |
x ./images/gud/stop.pbm | |
x ./images/gud/stop.xpm | |
x ./images/gud/thread.xpm | |
x ./images/gud/until.pbm | |
x ./images/gud/until.xpm | |
x ./images/gud/up.pbm | |
x ./images/gud/up.xpm | |
x ./images/gud/watch.pbm | |
x ./images/gud/watch.xpm | |
x ./images/gnus/catchup.pbm | |
x ./images/gnus/catchup.xpm | |
x ./images/gnus/cu-exit.pbm | |
x ./images/gnus/cu-exit.xpm | |
x ./images/gnus/describe-group.pbm | |
x ./images/gnus/describe-group.xpm | |
x ./images/gnus/exit-gnus.pbm | |
x ./images/gnus/exit-gnus.xpm | |
x ./images/gnus/exit-summ.pbm | |
x ./images/gnus/exit-summ.xpm | |
x ./images/gnus/followup.pbm | |
x ./images/gnus/followup.xpm | |
x ./images/gnus/fuwo.pbm | |
x ./images/gnus/fuwo.xpm | |
x ./images/gnus/get-news.pbm | |
x ./images/gnus/get-news.xpm | |
x ./images/gnus/gnntg.pbm | |
x ./images/gnus/gnntg.xpm | |
x ./images/gnus/gnus-pointer.xbm | |
x ./images/gnus/gnus-pointer.xpm | |
x ./images/gnus/gnus.png | |
x ./images/gnus/gnus.svg | |
x ./images/gnus/gnus.xbm | |
x ./images/gnus/gnus.xpm | |
x ./images/gnus/important.xpm | |
x ./images/gnus/kill-group.pbm | |
x ./images/gnus/kill-group.xpm | |
x ./images/gnus/mail-reply.pbm | |
x ./images/gnus/mail-reply.xpm | |
x ./images/gnus/mail-send.xpm | |
x ./images/gnus/next-ur.pbm | |
x ./images/gnus/next-ur.xpm | |
x ./images/gnus/post.pbm | |
x ./images/gnus/post.xpm | |
x ./images/gnus/prev-ur.pbm | |
x ./images/gnus/prev-ur.xpm | |
x ./images/gnus/preview.xbm | |
x ./images/gnus/preview.xpm | |
x ./images/gnus/README | |
x ./images/gnus/receipt.xpm | |
x ./images/gnus/reply-wo.pbm | |
x ./images/gnus/reply-wo.xpm | |
x ./images/gnus/reply.pbm | |
x ./images/gnus/reply.xpm | |
x ./images/gnus/rot13.pbm | |
x ./images/gnus/rot13.xpm | |
x ./images/gnus/save-aif.pbm | |
x ./images/gnus/save-aif.xpm | |
x ./images/gnus/save-art.pbm | |
x ./images/gnus/save-art.xpm | |
x ./images/gnus/subscribe.pbm | |
x ./images/gnus/subscribe.xpm | |
x ./images/gnus/toggle-subscription.xpm | |
x ./images/gnus/unimportant.xpm | |
x ./images/gnus/unsubscribe.pbm | |
x ./images/gnus/unsubscribe.xpm | |
x ./images/gnus/uu-decode.pbm | |
x ./images/gnus/uu-decode.xpm | |
x ./images/gnus/uu-post.pbm | |
x ./images/gnus/uu-post.xpm | |
x ./images/ezimage/bits.xpm | |
x ./images/ezimage/bitsbang.xpm | |
x ./images/ezimage/box-minus.xpm | |
x ./images/ezimage/box-plus.xpm | |
x ./images/ezimage/box.xpm | |
x ./images/ezimage/checkmark.xpm | |
x ./images/ezimage/dir-minus.xpm | |
x ./images/ezimage/dir-plus.xpm | |
x ./images/ezimage/dir.xpm | |
x ./images/ezimage/doc-minus.xpm | |
x ./images/ezimage/doc-plus.xpm | |
x ./images/ezimage/doc.xpm | |
x ./images/ezimage/info.xpm | |
x ./images/ezimage/key.xpm | |
x ./images/ezimage/label.xpm | |
x ./images/ezimage/lock.xpm | |
x ./images/ezimage/mail.xpm | |
x ./images/ezimage/page-minus.xpm | |
x ./images/ezimage/page-plus.xpm | |
x ./images/ezimage/page.xpm | |
x ./images/ezimage/README | |
x ./images/ezimage/tag-gt.xpm | |
x ./images/ezimage/tag-minus.xpm | |
x ./images/ezimage/tag-plus.xpm | |
x ./images/ezimage/tag-type.xpm | |
x ./images/ezimage/tag-v.xpm | |
x ./images/ezimage/tag.xpm | |
x ./images/ezimage/unlock.xpm | |
x ./images/custom/down-pushed.xpm | |
x ./images/custom/down.xpm | |
x ./images/custom/README | |
x ./images/custom/right-pushed.xpm | |
x ./images/custom/right.xpm | |
x ./gnus/gnus-setup.ast | |
x ./gnus/news-server.ast | |
x ./e/eterm-color | |
x ./e/eterm-color.ti | |
x ./e/README | |
x ./charsets/8859-10.map | |
x ./charsets/8859-11.map | |
x ./charsets/8859-13.map | |
x ./charsets/8859-14.map | |
x ./charsets/8859-15.map | |
x ./charsets/8859-16.map | |
x ./charsets/8859-2.map | |
x ./charsets/8859-3.map | |
x ./charsets/8859-4.map | |
x ./charsets/8859-5.map | |
x ./charsets/8859-6.map | |
x ./charsets/8859-7.map | |
x ./charsets/8859-8.map | |
x ./charsets/8859-9.map | |
x ./charsets/ALTERNATIVNYJ.map | |
x ./charsets/BIG5-1.map | |
x ./charsets/BIG5-2.map | |
x ./charsets/BIG5-HKSCS.map | |
x ./charsets/BIG5.map | |
x ./charsets/CNS-1.map | |
x ./charsets/CNS-2.map | |
x ./charsets/CNS-3.map | |
x ./charsets/CNS-4.map | |
x ./charsets/CNS-5.map | |
x ./charsets/CNS-6.map | |
x ./charsets/CNS-7.map | |
x ./charsets/CNS-F.map | |
x ./charsets/CP10007.map | |
x ./charsets/CP1125.map | |
x ./charsets/CP1250.map | |
x ./charsets/CP1251.map | |
x ./charsets/CP1252.map | |
x ./charsets/CP1253.map | |
x ./charsets/CP1254.map | |
x ./charsets/CP1255.map | |
x ./charsets/CP1256.map | |
x ./charsets/CP1257.map | |
x ./charsets/CP1258.map | |
x ./charsets/CP720.map | |
x ./charsets/CP737.map | |
x ./charsets/CP775.map | |
x ./charsets/CP858.map | |
x ./charsets/CP932-2BYTE.map | |
x ./charsets/CP949-2BYTE.map | |
x ./charsets/EBCDICUK.map | |
x ./charsets/EBCDICUS.map | |
x ./charsets/GB180302.map | |
x ./charsets/GB180304.map | |
x ./charsets/GB2312.map | |
x ./charsets/GBK.map | |
x ./charsets/HP-ROMAN8.map | |
x ./charsets/IBM037.map | |
x ./charsets/IBM038.map | |
x ./charsets/IBM1004.map | |
x ./charsets/IBM1026.map | |
x ./charsets/IBM1047.map | |
x ./charsets/IBM256.map | |
x ./charsets/IBM273.map | |
x ./charsets/IBM274.map | |
x ./charsets/IBM275.map | |
x ./charsets/IBM277.map | |
x ./charsets/IBM278.map | |
x ./charsets/IBM280.map | |
x ./charsets/IBM281.map | |
x ./charsets/IBM284.map | |
x ./charsets/IBM285.map | |
x ./charsets/IBM290.map | |
x ./charsets/IBM297.map | |
x ./charsets/IBM420.map | |
x ./charsets/IBM423.map | |
x ./charsets/IBM424.map | |
x ./charsets/IBM437.map | |
x ./charsets/IBM500.map | |
x ./charsets/IBM850.map | |
x ./charsets/IBM851.map | |
x ./charsets/IBM852.map | |
x ./charsets/IBM855.map | |
x ./charsets/IBM856.map | |
x ./charsets/IBM857.map | |
x ./charsets/IBM860.map | |
x ./charsets/IBM861.map | |
x ./charsets/IBM862.map | |
x ./charsets/IBM863.map | |
x ./charsets/IBM864.map | |
x ./charsets/IBM865.map | |
x ./charsets/IBM866.map | |
x ./charsets/IBM868.map | |
x ./charsets/IBM869.map | |
x ./charsets/IBM870.map | |
x ./charsets/IBM871.map | |
x ./charsets/IBM874.map | |
x ./charsets/IBM875.map | |
x ./charsets/IBM880.map | |
x ./charsets/IBM891.map | |
x ./charsets/IBM903.map | |
x ./charsets/IBM904.map | |
x ./charsets/IBM905.map | |
x ./charsets/IBM918.map | |
x ./charsets/JISC6226.map | |
x ./charsets/JISX0201.map | |
x ./charsets/JISX0208.map | |
x ./charsets/JISX0212.map | |
x ./charsets/JISX2131.map | |
x ./charsets/JISX2132.map | |
x ./charsets/JISX213A.map | |
x ./charsets/JOHAB.map | |
x ./charsets/KA-ACADEMY.map | |
x ./charsets/KA-PS.map | |
x ./charsets/KOI-8.map | |
x ./charsets/KOI8-R.map | |
x ./charsets/KOI8-T.map | |
x ./charsets/KOI8-U.map | |
x ./charsets/KSC5601.map | |
x ./charsets/KSC5636.map | |
x ./charsets/MACINTOSH.map | |
x ./charsets/MIK.map | |
x ./charsets/MULE-ethiopic.map | |
x ./charsets/MULE-ipa.map | |
x ./charsets/MULE-is13194.map | |
x ./charsets/MULE-lviscii.map | |
x ./charsets/MULE-sisheng.map | |
x ./charsets/MULE-tibetan.map | |
x ./charsets/MULE-uviscii.map | |
x ./charsets/NEXTSTEP.map | |
x ./charsets/PTCP154.map | |
x ./charsets/README | |
x ./charsets/stdenc.map | |
x ./charsets/symbol.map | |
x ./charsets/TIS-620.map | |
x ./charsets/VISCII.map | |
x ./charsets/VSCII-2.map | |
x ./charsets/VSCII.map | |
chmod -R a+r /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim | |
for installuser in ${LOGNAME} ${USERNAME} ${USER} \ | |
`id -un 2> /dev/null`; do \ | |
[ -n "${installuser}" ] && break ; \ | |
done ; \ | |
find /usr/local/Cellar/emacs/23.3/share/emacs/23.3/leim -exec chown ${installuser} '{}' ';' | |
if [ "" != "" ]; then \ | |
( cd ; \ | |
if test -d share/emacs ; then dir=share/emacs/*/*; for i in $dir; do rm -fr `basename "$i"` ; mv "$i" . ; done; fi;\ | |
rm -fr share ) ; \ | |
else true ; fi | |
Copying /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp to /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp... | |
x ./ | |
x ./abbrev.el | |
x ./abbrev.elc | |
x ./abbrevlist.el | |
x ./abbrevlist.elc | |
x ./add-log.el | |
x ./add-log.elc | |
x ./align.el | |
x ./align.elc | |
x ./allout.el | |
x ./allout.elc | |
x ./ansi-color.el | |
x ./ansi-color.elc | |
x ./apropos.el | |
x ./apropos.elc | |
x ./arc-mode.el | |
x ./arc-mode.elc | |
x ./array.el | |
x ./array.elc | |
x ./autoarg.el | |
x ./autoarg.elc | |
x ./autoinsert.el | |
x ./autoinsert.elc | |
x ./autorevert.el | |
x ./autorevert.elc | |
x ./avoid.el | |
x ./avoid.elc | |
x ./battery.el | |
x ./battery.elc | |
x ./bindings.el | |
x ./bindings.elc | |
x ./bookmark.el | |
x ./bookmark.elc | |
x ./bs.el | |
x ./bs.elc | |
x ./buff-menu.el | |
x ./buff-menu.elc | |
x ./button.el | |
x ./button.elc | |
x ./calc/ | |
x ./calculator.el | |
x ./calculator.elc | |
x ./calendar/ | |
x ./case-table.el | |
x ./case-table.elc | |
x ./cdl.el | |
x ./cdl.elc | |
x ./cedet/ | |
x ./ChangeLog | |
x ./ChangeLog.1 | |
x ./ChangeLog.10 | |
x ./ChangeLog.11 | |
x ./ChangeLog.12 | |
x ./ChangeLog.13 | |
x ./ChangeLog.14 | |
x ./ChangeLog.2 | |
x ./ChangeLog.3 | |
x ./ChangeLog.4 | |
x ./ChangeLog.5 | |
x ./ChangeLog.6 | |
x ./ChangeLog.7 | |
x ./ChangeLog.8 | |
x ./ChangeLog.9 | |
x ./chistory.el | |
x ./chistory.elc | |
x ./cmuscheme.el | |
x ./cmuscheme.elc | |
x ./comint.el | |
x ./comint.elc | |
x ./compare-w.el | |
x ./compare-w.elc | |
x ./complete.el | |
x ./complete.elc | |
x ./completion.el | |
x ./completion.elc | |
x ./composite.el | |
x ./composite.elc | |
x ./COPYING | |
x ./cus-dep.el | |
x ./cus-dep.elc | |
x ./cus-edit.el | |
x ./cus-edit.elc | |
x ./cus-face.el | |
x ./cus-face.elc | |
x ./cus-load.el | |
x ./cus-start.el | |
x ./cus-start.elc | |
x ./cus-theme.el | |
x ./cus-theme.elc | |
x ./custom.el | |
x ./custom.elc | |
x ./cvs-status.el | |
x ./cvs-status.elc | |
x ./dabbrev.el | |
x ./dabbrev.elc | |
x ./delim-col.el | |
x ./delim-col.elc | |
x ./delsel.el | |
x ./delsel.elc | |
x ./descr-text.el | |
x ./descr-text.elc | |
x ./desktop.el | |
x ./desktop.elc | |
x ./dframe.el | |
x ./dframe.elc | |
x ./diff-mode.el | |
x ./diff-mode.elc | |
x ./diff.el | |
x ./diff.elc | |
x ./dired-aux.el | |
x ./dired-aux.elc | |
x ./dired-x.el | |
x ./dired-x.elc | |
x ./dired.el | |
x ./dired.elc | |
x ./dirtrack.el | |
x ./dirtrack.elc | |
x ./disp-table.el | |
x ./disp-table.elc | |
x ./dnd.el | |
x ./dnd.elc | |
x ./doc-view.el | |
x ./doc-view.elc | |
x ./dos-fns.el | |
x ./dos-fns.elc | |
x ./dos-vars.el | |
x ./dos-vars.elc | |
x ./dos-w32.el | |
x ./dos-w32.elc | |
x ./double.el | |
x ./double.elc | |
x ./ebuff-menu.el | |
x ./ebuff-menu.elc | |
x ./echistory.el | |
x ./echistory.elc | |
x ./ediff-diff.el | |
x ./ediff-diff.elc | |
x ./ediff-help.el | |
x ./ediff-help.elc | |
x ./ediff-hook.el | |
x ./ediff-hook.elc | |
x ./ediff-init.el | |
x ./ediff-init.elc | |
x ./ediff-merg.el | |
x ./ediff-merg.elc | |
x ./ediff-mult.el | |
x ./ediff-mult.elc | |
x ./ediff-ptch.el | |
x ./ediff-ptch.elc | |
x ./ediff-util.el | |
x ./ediff-util.elc | |
x ./ediff-vers.el | |
x ./ediff-vers.elc | |
x ./ediff-wind.el | |
x ./ediff-wind.elc | |
x ./ediff.el | |
x ./ediff.elc | |
x ./edmacro.el | |
x ./edmacro.elc | |
x ./ehelp.el | |
x ./ehelp.elc | |
x ./electric.el | |
x ./electric.elc | |
x ./elide-head.el | |
x ./elide-head.elc | |
x ./emacs-lisp/ | |
x ./emacs-lock.el | |
x ./emacs-lock.elc | |
x ./emerge.el | |
x ./emerge.elc | |
x ./emulation/ | |
x ./env.el | |
x ./env.elc | |
x ./epa-dired.el | |
x ./epa-dired.elc | |
x ./epa-file.el | |
x ./epa-file.elc | |
x ./epa-hook.el | |
x ./epa-hook.elc | |
x ./epa-mail.el | |
x ./epa-mail.elc | |
x ./epa.el | |
x ./epa.elc | |
x ./epg-config.el | |
x ./epg-config.elc | |
x ./epg.el | |
x ./epg.elc | |
x ./erc/ | |
x ./eshell/ | |
x ./expand.el | |
x ./expand.elc | |
x ./ezimage.el | |
x ./ezimage.elc | |
x ./face-remap.el | |
x ./face-remap.elc | |
x ./facemenu.el | |
x ./facemenu.elc | |
x ./faces.el | |
x ./faces.elc | |
x ./ffap.el | |
x ./ffap.elc | |
x ./filecache.el | |
x ./filecache.elc | |
x ./files-x.el | |
x ./files-x.elc | |
x ./files.el | |
x ./files.elc | |
x ./filesets.el | |
x ./filesets.elc | |
x ./find-cmd.el | |
x ./find-cmd.elc | |
x ./find-dired.el | |
x ./find-dired.elc | |
x ./find-file.el | |
x ./find-file.elc | |
x ./find-lisp.el | |
x ./find-lisp.elc | |
x ./finder-inf.el | |
x ./finder.el | |
x ./finder.elc | |
x ./flow-ctrl.el | |
x ./flow-ctrl.elc | |
x ./foldout.el | |
x ./foldout.elc | |
x ./follow.el | |
x ./follow.elc | |
x ./font-core.el | |
x ./font-core.elc | |
x ./font-lock.el | |
x ./font-lock.elc | |
x ./font-setting.el | |
x ./font-setting.elc | |
x ./format-spec.el | |
x ./format-spec.elc | |
x ./format.el | |
x ./format.elc | |
x ./forms-d2.el | |
x ./forms-pass.el | |
x ./forms.el | |
x ./forms.elc | |
x ./frame.el | |
x ./frame.elc | |
x ./fringe.el | |
x ./fringe.elc | |
x ./generic-x.el | |
x ./generic-x.elc | |
x ./gnus/ | |
x ./gs.el | |
x ./gs.elc | |
x ./help-at-pt.el | |
x ./help-at-pt.elc | |
x ./help-fns.el | |
x ./help-fns.elc | |
x ./help-macro.el | |
x ./help-macro.elc | |
x ./help-mode.el | |
x ./help-mode.elc | |
x ./help.el | |
x ./help.elc | |
x ./hex-util.el | |
x ./hex-util.elc | |
x ./hexl.el | |
x ./hexl.elc | |
x ./hfy-cmap.el | |
x ./hfy-cmap.elc | |
x ./hi-lock.el | |
x ./hi-lock.elc | |
x ./hilit-chg.el | |
x ./hilit-chg.elc | |
x ./hippie-exp.el | |
x ./hippie-exp.elc | |
x ./hl-line.el | |
x ./hl-line.elc | |
x ./htmlfontify.el | |
x ./htmlfontify.elc | |
x ./ibuf-ext.el | |
x ./ibuf-ext.elc | |
x ./ibuf-macs.el | |
x ./ibuf-macs.elc | |
x ./ibuffer.el | |
x ./ibuffer.elc | |
x ./icomplete.el | |
x ./icomplete.elc | |
x ./ido.el | |
x ./ido.elc | |
x ./ielm.el | |
x ./ielm.elc | |
x ./iimage.el | |
x ./iimage.elc | |
x ./image-dired.el | |
x ./image-dired.elc | |
x ./image-file.el | |
x ./image-file.elc | |
x ./image-mode.el | |
x ./image-mode.elc | |
x ./image.el | |
x ./image.elc | |
x ./imenu.el | |
x ./imenu.elc | |
x ./indent.el | |
x ./indent.elc | |
x ./info-look.el | |
x ./info-look.elc | |
x ./info-xref.el | |
x ./info-xref.elc | |
x ./info.el | |
x ./info.elc | |
x ./informat.el | |
x ./informat.elc | |
x ./international/ | |
x ./isearch.el | |
x ./isearch.elc | |
x ./isearchb.el | |
x ./isearchb.elc | |
x ./iswitchb.el | |
x ./iswitchb.elc | |
x ./jit-lock.el | |
x ./jit-lock.elc | |
x ./jka-cmpr-hook.el | |
x ./jka-cmpr-hook.elc | |
x ./jka-compr.el | |
x ./jka-compr.elc | |
x ./json.el | |
x ./json.elc | |
x ./kermit.el | |
x ./kermit.elc | |
x ./kmacro.el | |
x ./kmacro.elc | |
x ./language/ | |
x ./ldefs-boot.el | |
x ./ledit.el | |
x ./ledit.elc | |
x ./linum.el | |
x ./linum.elc | |
x ./loaddefs.el | |
x ./loaddefs.el~ | |
x ./loadhist.el | |
x ./loadhist.elc | |
x ./loadup.el | |
x ./locate.el | |
x ./locate.elc | |
x ./log-edit.el | |
x ./log-edit.elc | |
x ./log-view.el | |
x ./log-view.elc | |
x ./longlines.el | |
x ./longlines.elc | |
x ./lpr.el | |
x ./lpr.elc | |
x ./ls-lisp.el | |
x ./ls-lisp.elc | |
x ./macros.el | |
x ./macros.elc | |
x ./mail/ | |
x ./Makefile | |
x ./Makefile.in | |
x ./makefile.w32-in | |
x ./makesum.el | |
x ./makesum.elc | |
x ./man.el | |
x ./man.elc | |
x ./master.el | |
x ./master.elc | |
x ./mb-depth.el | |
x ./mb-depth.elc | |
x ./md4.el | |
x ./md4.elc | |
x ./menu-bar.el | |
x ./menu-bar.elc | |
x ./mh-e/ | |
x ./midnight.el | |
x ./midnight.elc | |
x ./minibuf-eldef.el | |
x ./minibuf-eldef.elc | |
x ./minibuffer.el | |
x ./minibuffer.elc | |
x ./misc.el | |
x ./misc.elc | |
x ./misearch.el | |
x ./misearch.elc | |
x ./mouse-copy.el | |
x ./mouse-copy.elc | |
x ./mouse-drag.el | |
x ./mouse-drag.elc | |
x ./mouse-sel.el | |
x ./mouse-sel.elc | |
x ./mouse.el | |
x ./mouse.elc | |
x ./mpc.el | |
x ./mpc.elc | |
x ./msb.el | |
x ./msb.elc | |
x ./mwheel.el | |
x ./mwheel.elc | |
x ./net/ | |
x ./newcomment.el | |
x ./newcomment.elc | |
x ./novice.el | |
x ./novice.elc | |
x ./nxml/ | |
x ./obsolete/ | |
x ./org/ | |
x ./outline.el | |
x ./outline.elc | |
x ./paren.el | |
x ./paren.elc | |
x ./password-cache.el | |
x ./password-cache.elc | |
x ./patcomp.el | |
x ./paths.el | |
x ./pcmpl-cvs.el | |
x ./pcmpl-cvs.elc | |
x ./pcmpl-gnu.el | |
x ./pcmpl-gnu.elc | |
x ./pcmpl-linux.el | |
x ./pcmpl-linux.elc | |
x ./pcmpl-rpm.el | |
x ./pcmpl-rpm.elc | |
x ./pcmpl-unix.el | |
x ./pcmpl-unix.elc | |
x ./pcomplete.el | |
x ./pcomplete.elc | |
x ./pcvs-defs.el | |
x ./pcvs-defs.elc | |
x ./pcvs-info.el | |
x ./pcvs-info.elc | |
x ./pcvs-parse.el | |
x ./pcvs-parse.elc | |
x ./pcvs-util.el | |
x ./pcvs-util.elc | |
x ./pcvs.el | |
x ./pcvs.elc | |
x ./pgg-def.el | |
x ./pgg-def.elc | |
x ./pgg-gpg.el | |
x ./pgg-gpg.elc | |
x ./pgg-parse.el | |
x ./pgg-parse.elc | |
x ./pgg-pgp.el | |
x ./pgg-pgp.elc | |
x ./pgg-pgp5.el | |
x ./pgg-pgp5.elc | |
x ./pgg.el | |
x ./pgg.elc | |
x ./play/ | |
x ./printing.el | |
x ./printing.elc | |
x ./proced.el | |
x ./proced.elc | |
x ./progmodes/ | |
x ./ps-bdf.el | |
x ./ps-bdf.elc | |
x ./ps-def.el | |
x ./ps-def.elc | |
x ./ps-mule.el | |
x ./ps-mule.elc | |
x ./ps-print.el | |
x ./ps-print.elc | |
x ./ps-samp.el | |
x ./ps-samp.elc | |
x ./README | |
x ./recentf.el | |
x ./recentf.elc | |
x ./rect.el | |
x ./rect.elc | |
x ./register.el | |
x ./register.elc | |
x ./repeat.el | |
x ./repeat.elc | |
x ./replace.el | |
x ./replace.elc | |
x ./reposition.el | |
x ./reposition.elc | |
x ./reveal.el | |
x ./reveal.elc | |
x ./rfn-eshadow.el | |
x ./rfn-eshadow.elc | |
x ./rot13.el | |
x ./rot13.elc | |
x ./ruler-mode.el | |
x ./ruler-mode.elc | |
x ./s-region.el | |
x ./s-region.elc | |
x ./savehist.el | |
x ./savehist.elc | |
x ./saveplace.el | |
x ./saveplace.elc | |
x ./sb-image.el | |
x ./sb-image.elc | |
x ./scroll-all.el | |
x ./scroll-all.elc | |
x ./scroll-bar.el | |
x ./scroll-bar.elc | |
x ./scroll-lock.el | |
x ./scroll-lock.elc | |
x ./select.el | |
x ./select.elc | |
x ./server.el | |
x ./server.elc | |
x ./ses.el | |
x ./ses.elc | |
x ./sha1.el | |
x ./sha1.elc | |
x ./shadowfile.el | |
x ./shadowfile.elc | |
x ./shell.el | |
x ./shell.elc | |
x ./simple.el | |
x ./simple.elc | |
x ./skeleton.el | |
x ./skeleton.elc | |
x ./smerge-mode.el | |
x ./smerge-mode.elc | |
x ./sort.el | |
x ./sort.elc | |
x ./soundex.el | |
x ./soundex.elc | |
x ./speedbar.el | |
x ./speedbar.elc | |
x ./startup.el | |
x ./startup.elc | |
x ./strokes.el | |
x ./strokes.elc | |
x ./subdirs.el | |
x ./subdirs.el~ | |
x ./subr.el | |
x ./subr.elc | |
x ./t-mouse.el | |
x ./t-mouse.elc | |
x ./tabify.el | |
x ./tabify.elc | |
x ./talk.el | |
x ./talk.elc | |
x ./tar-mode.el | |
x ./tar-mode.elc | |
x ./tempo.el | |
x ./tempo.elc | |
x ./term/ | |
x ./term.el | |
x ./term.elc | |
x ./terminal.el | |
x ./terminal.elc | |
x ./textmodes/ | |
x ./thingatpt.el | |
x ./thingatpt.elc | |
x ./thumbs.el | |
x ./thumbs.elc | |
x ./time-stamp.el | |
x ./time-stamp.elc | |
x ./time.el | |
x ./time.elc | |
x ./timezone.el | |
x ./timezone.elc | |
x ./tmm.el | |
x ./tmm.elc | |
x ./tool-bar.el | |
x ./tool-bar.elc | |
x ./tooltip.el | |
x ./tooltip.elc | |
x ./tree-widget.el | |
x ./tree-widget.elc | |
x ./tutorial.el | |
x ./tutorial.elc | |
x ./type-break.el | |
x ./type-break.elc | |
x ./uniquify.el | |
x ./uniquify.elc | |
x ./url/ | |
x ./userlock.el | |
x ./userlock.elc | |
x ./vc-annotate.el | |
x ./vc-annotate.elc | |
x ./vc-arch.el | |
x ./vc-arch.elc | |
x ./vc-bzr.el | |
x ./vc-bzr.elc | |
x ./vc-cvs.el | |
x ./vc-cvs.elc | |
x ./vc-dav.el | |
x ./vc-dav.elc | |
x ./vc-dir.el | |
x ./vc-dir.elc | |
x ./vc-dispatcher.el | |
x ./vc-dispatcher.elc | |
x ./vc-git.el | |
x ./vc-git.elc | |
x ./vc-hg.el | |
x ./vc-hg.elc | |
x ./vc-hooks.el | |
x ./vc-hooks.elc | |
x ./vc-mtn.el | |
x ./vc-mtn.elc | |
x ./vc-rcs.el | |
x ./vc-rcs.elc | |
x ./vc-sccs.el | |
x ./vc-sccs.elc | |
x ./vc-svn.el | |
x ./vc-svn.elc | |
x ./vc.el | |
x ./vc.elc | |
x ./vcursor.el | |
x ./vcursor.elc | |
x ./version.el | |
x ./view.el | |
x ./view.elc | |
x ./vt-control.el | |
x ./vt-control.elc | |
x ./vt100-led.el | |
x ./vt100-led.elc | |
x ./w32-fns.el | |
x ./w32-fns.elc | |
x ./w32-vars.el | |
x ./w32-vars.elc | |
x ./wdired.el | |
x ./wdired.elc | |
x ./whitespace.el | |
x ./whitespace.elc | |
x ./wid-browse.el | |
x ./wid-browse.elc | |
x ./wid-edit.el | |
x ./wid-edit.elc | |
x ./widget.el | |
x ./widget.elc | |
x ./windmove.el | |
x ./windmove.elc | |
x ./window.el | |
x ./window.elc | |
x ./winner.el | |
x ./winner.elc | |
x ./woman.el | |
x ./woman.elc | |
x ./x-dnd.el | |
x ./x-dnd.elc | |
x ./xml.el | |
x ./xml.elc | |
x ./xt-mouse.el | |
x ./xt-mouse.elc | |
x ./url/ChangeLog | |
x ./url/url-about.el | |
x ./url/url-about.elc | |
x ./url/url-auth.el | |
x ./url/url-auth.elc | |
x ./url/url-cache.el | |
x ./url/url-cache.elc | |
x ./url/url-cid.el | |
x ./url/url-cid.elc | |
x ./url/url-cookie.el | |
x ./url/url-cookie.elc | |
x ./url/url-dav.el | |
x ./url/url-dav.elc | |
x ./url/url-dired.el | |
x ./url/url-dired.elc | |
x ./url/url-expand.el | |
x ./url/url-expand.elc | |
x ./url/url-file.el | |
x ./url/url-file.elc | |
x ./url/url-ftp.el | |
x ./url/url-ftp.elc | |
x ./url/url-gw.el | |
x ./url/url-gw.elc | |
x ./url/url-handlers.el | |
x ./url/url-handlers.elc | |
x ./url/url-history.el | |
x ./url/url-history.elc | |
x ./url/url-http.el | |
x ./url/url-http.elc | |
x ./url/url-imap.el | |
x ./url/url-imap.elc | |
x ./url/url-irc.el | |
x ./url/url-irc.elc | |
x ./url/url-ldap.el | |
x ./url/url-ldap.elc | |
x ./url/url-mailto.el | |
x ./url/url-mailto.elc | |
x ./url/url-methods.el | |
x ./url/url-methods.elc | |
x ./url/url-misc.el | |
x ./url/url-misc.elc | |
x ./url/url-news.el | |
x ./url/url-news.elc | |
x ./url/url-nfs.el | |
x ./url/url-nfs.elc | |
x ./url/url-ns.el | |
x ./url/url-ns.elc | |
x ./url/url-parse.el | |
x ./url/url-parse.elc | |
x ./url/url-privacy.el | |
x ./url/url-privacy.elc | |
x ./url/url-proxy.el | |
x ./url/url-proxy.elc | |
x ./url/url-util.el | |
x ./url/url-util.elc | |
x ./url/url-vars.el | |
x ./url/url-vars.elc | |
x ./url/url.el | |
x ./url/url.elc | |
x ./textmodes/artist.el | |
x ./textmodes/artist.elc | |
x ./textmodes/bib-mode.el | |
x ./textmodes/bib-mode.elc | |
x ./textmodes/bibtex-style.el | |
x ./textmodes/bibtex-style.elc | |
x ./textmodes/bibtex.el | |
x ./textmodes/bibtex.elc | |
x ./textmodes/conf-mode.el | |
x ./textmodes/conf-mode.elc | |
x ./textmodes/css-mode.el | |
x ./textmodes/css-mode.elc | |
x ./textmodes/dns-mode.el | |
x ./textmodes/dns-mode.elc | |
x ./textmodes/enriched.el | |
x ./textmodes/enriched.elc | |
x ./textmodes/fill.el | |
x ./textmodes/fill.elc | |
x ./textmodes/flyspell.el | |
x ./textmodes/flyspell.elc | |
x ./textmodes/ispell.el | |
x ./textmodes/ispell.elc | |
x ./textmodes/makeinfo.el | |
x ./textmodes/makeinfo.elc | |
x ./textmodes/nroff-mode.el | |
x ./textmodes/nroff-mode.elc | |
x ./textmodes/page-ext.el | |
x ./textmodes/page-ext.elc | |
x ./textmodes/page.el | |
x ./textmodes/page.elc | |
x ./textmodes/paragraphs.el | |
x ./textmodes/paragraphs.elc | |
x ./textmodes/picture.el | |
x ./textmodes/picture.elc | |
x ./textmodes/po.el | |
x ./textmodes/po.elc | |
x ./textmodes/refbib.el | |
x ./textmodes/refbib.elc | |
x ./textmodes/refer.el | |
x ./textmodes/refer.elc | |
x ./textmodes/refill.el | |
x ./textmodes/refill.elc | |
x ./textmodes/reftex-auc.el | |
x ./textmodes/reftex-auc.elc | |
x ./textmodes/reftex-cite.el | |
x ./textmodes/reftex-cite.elc | |
x ./textmodes/reftex-dcr.el | |
x ./textmodes/reftex-dcr.elc | |
x ./textmodes/reftex-global.el | |
x ./textmodes/reftex-global.elc | |
x ./textmodes/reftex-index.el | |
x ./textmodes/reftex-index.elc | |
x ./textmodes/reftex-parse.el | |
x ./textmodes/reftex-parse.elc | |
x ./textmodes/reftex-ref.el | |
x ./textmodes/reftex-ref.elc | |
x ./textmodes/reftex-sel.el | |
x ./textmodes/reftex-sel.elc | |
x ./textmodes/reftex-toc.el | |
x ./textmodes/reftex-toc.elc | |
x ./textmodes/reftex-vars.el | |
x ./textmodes/reftex-vars.elc | |
x ./textmodes/reftex.el | |
x ./textmodes/reftex.elc | |
x ./textmodes/remember.el | |
x ./textmodes/remember.elc | |
x ./textmodes/rst.el | |
x ./textmodes/rst.elc | |
x ./textmodes/sgml-mode.el | |
x ./textmodes/sgml-mode.elc | |
x ./textmodes/spell.el | |
x ./textmodes/spell.elc | |
x ./textmodes/table.el | |
x ./textmodes/table.elc | |
x ./textmodes/tex-mode.el | |
x ./textmodes/tex-mode.elc | |
x ./textmodes/texinfmt.el | |
x ./textmodes/texinfmt.elc | |
x ./textmodes/texinfo.el | |
x ./textmodes/texinfo.elc | |
x ./textmodes/texnfo-upd.el | |
x ./textmodes/texnfo-upd.elc | |
x ./textmodes/text-mode.el | |
x ./textmodes/text-mode.elc | |
x ./textmodes/tildify.el | |
x ./textmodes/tildify.elc | |
x ./textmodes/two-column.el | |
x ./textmodes/two-column.elc | |
x ./textmodes/underline.el | |
x ./textmodes/underline.elc | |
x ./term/apollo.el | |
x ./term/AT386.el | |
x ./term/bobcat.el | |
x ./term/common-win.el | |
x ./term/common-win.elc | |
x ./term/cygwin.el | |
x ./term/internal.el | |
x ./term/internal.elc | |
x ./term/iris-ansi.el | |
x ./term/linux.el | |
x ./term/lk201.el | |
x ./term/news.el | |
x ./term/ns-win.el | |
x ./term/ns-win.elc | |
x ./term/pc-win.el | |
x ./term/pc-win.elc | |
x ./term/README | |
x ./term/rxvt.el | |
x ./term/rxvt.elc | |
x ./term/sun.el | |
x ./term/sun.elc | |
x ./term/sup-mouse.el | |
x ./term/sup-mouse.elc | |
x ./term/tty-colors.el | |
x ./term/tty-colors.elc | |
x ./term/tvi970.el | |
x ./term/tvi970.elc | |
x ./term/vt100.el | |
x ./term/vt100.elc | |
x ./term/vt102.el | |
x ./term/vt125.el | |
x ./term/vt200.el | |
x ./term/vt201.el | |
x ./term/vt220.el | |
x ./term/vt240.el | |
x ./term/vt300.el | |
x ./term/vt320.el | |
x ./term/vt400.el | |
x ./term/vt420.el | |
x ./term/w32-win.el | |
x ./term/w32-win.elc | |
x ./term/w32console.el | |
x ./term/w32console.elc | |
x ./term/wyse50.el | |
x ./term/x-win.el | |
x ./term/x-win.elc | |
x ./term/xterm.el | |
x ./term/xterm.elc | |
x ./progmodes/ada-mode.el | |
x ./progmodes/ada-mode.elc | |
x ./progmodes/ada-prj.el | |
x ./progmodes/ada-prj.elc | |
x ./progmodes/ada-stmt.el | |
x ./progmodes/ada-stmt.elc | |
x ./progmodes/ada-xref.el | |
x ./progmodes/ada-xref.elc | |
x ./progmodes/antlr-mode.el | |
x ./progmodes/antlr-mode.elc | |
x ./progmodes/asm-mode.el | |
x ./progmodes/asm-mode.elc | |
x ./progmodes/autoconf.el | |
x ./progmodes/autoconf.elc | |
x ./progmodes/bug-reference.el | |
x ./progmodes/bug-reference.elc | |
x ./progmodes/cap-words.el | |
x ./progmodes/cap-words.elc | |
x ./progmodes/cc-align.el | |
x ./progmodes/cc-align.elc | |
x ./progmodes/cc-awk.el | |
x ./progmodes/cc-awk.elc | |
x ./progmodes/cc-bytecomp.el | |
x ./progmodes/cc-bytecomp.elc | |
x ./progmodes/cc-cmds.el | |
x ./progmodes/cc-cmds.elc | |
x ./progmodes/cc-compat.el | |
x ./progmodes/cc-compat.elc | |
x ./progmodes/cc-defs.el | |
x ./progmodes/cc-defs.elc | |
x ./progmodes/cc-engine.el | |
x ./progmodes/cc-engine.elc | |
x ./progmodes/cc-fonts.el | |
x ./progmodes/cc-fonts.elc | |
x ./progmodes/cc-langs.el | |
x ./progmodes/cc-langs.elc | |
x ./progmodes/cc-menus.el | |
x ./progmodes/cc-menus.elc | |
x ./progmodes/cc-mode.el | |
x ./progmodes/cc-mode.elc | |
x ./progmodes/cc-styles.el | |
x ./progmodes/cc-styles.elc | |
x ./progmodes/cc-vars.el | |
x ./progmodes/cc-vars.elc | |
x ./progmodes/cfengine.el | |
x ./progmodes/cfengine.elc | |
x ./progmodes/cmacexp.el | |
x ./progmodes/cmacexp.elc | |
x ./progmodes/compile.el | |
x ./progmodes/compile.elc | |
x ./progmodes/cperl-mode.el | |
x ./progmodes/cperl-mode.elc | |
x ./progmodes/cpp.el | |
x ./progmodes/cpp.elc | |
x ./progmodes/cwarn.el | |
x ./progmodes/cwarn.elc | |
x ./progmodes/dcl-mode.el | |
x ./progmodes/dcl-mode.elc | |
x ./progmodes/delphi.el | |
x ./progmodes/delphi.elc | |
x ./progmodes/ebnf-abn.el | |
x ./progmodes/ebnf-abn.elc | |
x ./progmodes/ebnf-bnf.el | |
x ./progmodes/ebnf-bnf.elc | |
x ./progmodes/ebnf-dtd.el | |
x ./progmodes/ebnf-dtd.elc | |
x ./progmodes/ebnf-ebx.el | |
x ./progmodes/ebnf-ebx.elc | |
x ./progmodes/ebnf-iso.el | |
x ./progmodes/ebnf-iso.elc | |
x ./progmodes/ebnf-otz.el | |
x ./progmodes/ebnf-otz.elc | |
x ./progmodes/ebnf-yac.el | |
x ./progmodes/ebnf-yac.elc | |
x ./progmodes/ebnf2ps.el | |
x ./progmodes/ebnf2ps.elc | |
x ./progmodes/ebrowse.el | |
x ./progmodes/ebrowse.elc | |
x ./progmodes/etags.el | |
x ./progmodes/etags.elc | |
x ./progmodes/executable.el | |
x ./progmodes/executable.elc | |
x ./progmodes/f90.el | |
x ./progmodes/f90.elc | |
x ./progmodes/flymake.el | |
x ./progmodes/flymake.elc | |
x ./progmodes/fortran.el | |
x ./progmodes/fortran.elc | |
x ./progmodes/gdb-ui.el | |
x ./progmodes/gdb-ui.elc | |
x ./progmodes/glasses.el | |
x ./progmodes/glasses.elc | |
x ./progmodes/grep.el | |
x ./progmodes/grep.elc | |
x ./progmodes/gud.el | |
x ./progmodes/gud.elc | |
x ./progmodes/hideif.el | |
x ./progmodes/hideif.elc | |
x ./progmodes/hideshow.el | |
x ./progmodes/hideshow.elc | |
x ./progmodes/icon.el | |
x ./progmodes/icon.elc | |
x ./progmodes/idlw-complete-structtag.el | |
x ./progmodes/idlw-complete-structtag.elc | |
x ./progmodes/idlw-help.el | |
x ./progmodes/idlw-help.elc | |
x ./progmodes/idlw-shell.el | |
x ./progmodes/idlw-shell.elc | |
x ./progmodes/idlw-toolbar.el | |
x ./progmodes/idlw-toolbar.elc | |
x ./progmodes/idlwave.el | |
x ./progmodes/idlwave.elc | |
x ./progmodes/inf-lisp.el | |
x ./progmodes/inf-lisp.elc | |
x ./progmodes/js.el | |
x ./progmodes/js.elc | |
x ./progmodes/ld-script.el | |
x ./progmodes/ld-script.elc | |
x ./progmodes/m4-mode.el | |
x ./progmodes/m4-mode.elc | |
x ./progmodes/make-mode.el | |
x ./progmodes/make-mode.elc | |
x ./progmodes/mantemp.el | |
x ./progmodes/mantemp.elc | |
x ./progmodes/meta-mode.el | |
x ./progmodes/meta-mode.elc | |
x ./progmodes/mixal-mode.el | |
x ./progmodes/mixal-mode.elc | |
x ./progmodes/modula2.el | |
x ./progmodes/modula2.elc | |
x ./progmodes/octave-inf.el | |
x ./progmodes/octave-inf.elc | |
x ./progmodes/octave-mod.el | |
x ./progmodes/octave-mod.elc | |
x ./progmodes/pascal.el | |
x ./progmodes/pascal.elc | |
x ./progmodes/perl-mode.el | |
x ./progmodes/perl-mode.elc | |
x ./progmodes/prolog.el | |
x ./progmodes/prolog.elc | |
x ./progmodes/ps-mode.el | |
x ./progmodes/ps-mode.elc | |
x ./progmodes/python.el | |
x ./progmodes/python.elc | |
x ./progmodes/ruby-mode.el | |
x ./progmodes/ruby-mode.elc | |
x ./progmodes/scheme.el | |
x ./progmodes/scheme.elc | |
x ./progmodes/sh-script.el | |
x ./progmodes/sh-script.elc | |
x ./progmodes/simula.el | |
x ./progmodes/simula.elc | |
x ./progmodes/sql.el | |
x ./progmodes/sql.elc | |
x ./progmodes/subword.el | |
x ./progmodes/subword.elc | |
x ./progmodes/tcl.el | |
x ./progmodes/tcl.elc | |
x ./progmodes/vera-mode.el | |
x ./progmodes/vera-mode.elc | |
x ./progmodes/verilog-mode.el | |
x ./progmodes/verilog-mode.elc | |
x ./progmodes/vhdl-mode.el | |
x ./progmodes/vhdl-mode.elc | |
x ./progmodes/which-func.el | |
x ./progmodes/which-func.elc | |
x ./progmodes/xscheme.el | |
x ./progmodes/xscheme.elc | |
x ./play/5x5.el | |
x ./play/5x5.elc | |
x ./play/animate.el | |
x ./play/animate.elc | |
x ./play/blackbox.el | |
x ./play/blackbox.elc | |
x ./play/bruce.el | |
x ./play/bubbles.el | |
x ./play/bubbles.elc | |
x ./play/cookie1.el | |
x ./play/cookie1.elc | |
x ./play/decipher.el | |
x ./play/decipher.elc | |
x ./play/dissociate.el | |
x ./play/dissociate.elc | |
x ./play/doctor.el | |
x ./play/doctor.elc | |
x ./play/dunnet.el | |
x ./play/dunnet.elc | |
x ./play/fortune.el | |
x ./play/fortune.elc | |
x ./play/gamegrid.el | |
x ./play/gamegrid.elc | |
x ./play/gametree.el | |
x ./play/gametree.elc | |
x ./play/gomoku.el | |
x ./play/gomoku.elc | |
x ./play/handwrite.el | |
x ./play/handwrite.elc | |
x ./play/hanoi.el | |
x ./play/hanoi.elc | |
x ./play/landmark.el | |
x ./play/landmark.elc | |
x ./play/life.el | |
x ./play/life.elc | |
x ./play/meese.el | |
x ./play/meese.elc | |
x ./play/morse.el | |
x ./play/morse.elc | |
x ./play/mpuz.el | |
x ./play/mpuz.elc | |
x ./play/pong.el | |
x ./play/pong.elc | |
x ./play/snake.el | |
x ./play/snake.elc | |
x ./play/solitaire.el | |
x ./play/solitaire.elc | |
x ./play/spook.el | |
x ./play/spook.elc | |
x ./play/studly.el | |
x ./play/studly.elc | |
x ./play/tetris.el | |
x ./play/tetris.elc | |
x ./play/yow.el | |
x ./play/yow.elc | |
x ./play/zone.el | |
x ./play/zone.elc | |
x ./org/ChangeLog | |
x ./org/org-agenda.el | |
x ./org/org-agenda.elc | |
x ./org/org-archive.el | |
x ./org/org-archive.elc | |
x ./org/org-ascii.el | |
x ./org/org-ascii.elc | |
x ./org/org-attach.el | |
x ./org/org-attach.elc | |
x ./org/org-bbdb.el | |
x ./org/org-bbdb.elc | |
x ./org/org-bibtex.el | |
x ./org/org-bibtex.elc | |
x ./org/org-clock.el | |
x ./org/org-clock.elc | |
x ./org/org-colview.el | |
x ./org/org-colview.elc | |
x ./org/org-compat.el | |
x ./org/org-compat.elc | |
x ./org/org-crypt.el | |
x ./org/org-crypt.elc | |
x ./org/org-datetree.el | |
x ./org/org-datetree.elc | |
x ./org/org-docbook.el | |
x ./org/org-docbook.elc | |
x ./org/org-exp-blocks.el | |
x ./org/org-exp-blocks.elc | |
x ./org/org-exp.el | |
x ./org/org-exp.elc | |
x ./org/org-faces.el | |
x ./org/org-faces.elc | |
x ./org/org-feed.el | |
x ./org/org-feed.elc | |
x ./org/org-footnote.el | |
x ./org/org-footnote.elc | |
x ./org/org-freemind.el | |
x ./org/org-freemind.elc | |
x ./org/org-gnus.el | |
x ./org/org-gnus.elc | |
x ./org/org-habit.el | |
x ./org/org-habit.elc | |
x ./org/org-html.el | |
x ./org/org-html.elc | |
x ./org/org-icalendar.el | |
x ./org/org-icalendar.elc | |
x ./org/org-id.el | |
x ./org/org-id.elc | |
x ./org/org-indent.el | |
x ./org/org-indent.elc | |
x ./org/org-info.el | |
x ./org/org-info.elc | |
x ./org/org-inlinetask.el | |
x ./org/org-inlinetask.elc | |
x ./org/org-install.el | |
x ./org/org-install.elc | |
x ./org/org-irc.el | |
x ./org/org-irc.elc | |
x ./org/org-jsinfo.el | |
x ./org/org-jsinfo.elc | |
x ./org/org-latex.el | |
x ./org/org-latex.elc | |
x ./org/org-list.el | |
x ./org/org-list.elc | |
x ./org/org-mac-message.el | |
x ./org/org-mac-message.elc | |
x ./org/org-macs.el | |
x ./org/org-macs.elc | |
x ./org/org-mew.el | |
x ./org/org-mew.elc | |
x ./org/org-mhe.el | |
x ./org/org-mhe.elc | |
x ./org/org-mobile.el | |
x ./org/org-mobile.elc | |
x ./org/org-mouse.el | |
x ./org/org-mouse.elc | |
x ./org/org-plot.el | |
x ./org/org-plot.elc | |
x ./org/org-protocol.el | |
x ./org/org-protocol.elc | |
x ./org/org-publish.el | |
x ./org/org-publish.elc | |
x ./org/org-remember.el | |
x ./org/org-remember.elc | |
x ./org/org-rmail.el | |
x ./org/org-rmail.elc | |
x ./org/org-src.el | |
x ./org/org-src.elc | |
x ./org/org-table.el | |
x ./org/org-table.elc | |
x ./org/org-timer.el | |
x ./org/org-timer.elc | |
x ./org/org-vm.el | |
x ./org/org-vm.elc | |
x ./org/org-w3m.el | |
x ./org/org-w3m.elc | |
x ./org/org-wl.el | |
x ./org/org-wl.elc | |
x ./org/org-xoxo.el | |
x ./org/org-xoxo.elc | |
x ./org/org.el | |
x ./org/org.elc | |
x ./obsolete/awk-mode.el | |
x ./obsolete/awk-mode.elc | |
x ./obsolete/cl-compat.el | |
x ./obsolete/cl-compat.elc | |
x ./obsolete/fast-lock.el | |
x ./obsolete/fast-lock.elc | |
x ./obsolete/iso-acc.el | |
x ./obsolete/iso-acc.elc | |
x ./obsolete/iso-insert.el | |
x ./obsolete/iso-insert.elc | |
x ./obsolete/iso-swed.el | |
x ./obsolete/iso-swed.elc | |
x ./obsolete/keyswap.el | |
x ./obsolete/lazy-lock.el | |
x ./obsolete/lazy-lock.elc | |
x ./obsolete/levents.el | |
x ./obsolete/levents.elc | |
x ./obsolete/lmenu.el | |
x ./obsolete/lmenu.elc | |
x ./obsolete/lucid.el | |
x ./obsolete/lucid.elc | |
x ./obsolete/old-whitespace.el | |
x ./obsolete/old-whitespace.elc | |
x ./obsolete/options.el | |
x ./obsolete/options.elc | |
x ./obsolete/resume.el | |
x ./obsolete/resume.elc | |
x ./obsolete/rnews.el | |
x ./obsolete/rnews.elc | |
x ./obsolete/rnewspost.el | |
x ./obsolete/rnewspost.elc | |
x ./obsolete/sc.el | |
x ./obsolete/sc.elc | |
x ./obsolete/scribe.el | |
x ./obsolete/scribe.elc | |
x ./obsolete/swedish.el | |
x ./obsolete/swedish.elc | |
x ./obsolete/sym-comp.el | |
x ./obsolete/sym-comp.elc | |
x ./obsolete/vc-mcvs.el | |
x ./obsolete/vc-mcvs.elc | |
x ./obsolete/x-menu.el | |
x ./obsolete/x-menu.elc | |
x ./nxml/nxml-enc.el | |
x ./nxml/nxml-enc.elc | |
x ./nxml/nxml-glyph.el | |
x ./nxml/nxml-glyph.elc | |
x ./nxml/nxml-maint.el | |
x ./nxml/nxml-maint.elc | |
x ./nxml/nxml-mode.el | |
x ./nxml/nxml-mode.elc | |
x ./nxml/nxml-ns.el | |
x ./nxml/nxml-ns.elc | |
x ./nxml/nxml-outln.el | |
x ./nxml/nxml-outln.elc | |
x ./nxml/nxml-parse.el | |
x ./nxml/nxml-parse.elc | |
x ./nxml/nxml-rap.el | |
x ./nxml/nxml-rap.elc | |
x ./nxml/nxml-uchnm.el | |
x ./nxml/nxml-uchnm.elc | |
x ./nxml/nxml-util.el | |
x ./nxml/nxml-util.elc | |
x ./nxml/rng-cmpct.el | |
x ./nxml/rng-cmpct.elc | |
x ./nxml/rng-dt.el | |
x ./nxml/rng-dt.elc | |
x ./nxml/rng-loc.el | |
x ./nxml/rng-loc.elc | |
x ./nxml/rng-maint.el | |
x ./nxml/rng-maint.elc | |
x ./nxml/rng-match.el | |
x ./nxml/rng-match.elc | |
x ./nxml/rng-nxml.el | |
x ./nxml/rng-nxml.elc | |
x ./nxml/rng-parse.el | |
x ./nxml/rng-parse.elc | |
x ./nxml/rng-pttrn.el | |
x ./nxml/rng-pttrn.elc | |
x ./nxml/rng-uri.el | |
x ./nxml/rng-uri.elc | |
x ./nxml/rng-util.el | |
x ./nxml/rng-util.elc | |
x ./nxml/rng-valid.el | |
x ./nxml/rng-valid.elc | |
x ./nxml/rng-xsd.el | |
x ./nxml/rng-xsd.elc | |
x ./nxml/TODO | |
x ./nxml/xmltok.el | |
x ./nxml/xmltok.elc | |
x ./nxml/xsd-regexp.el | |
x ./nxml/xsd-regexp.elc | |
x ./net/ange-ftp.el | |
x ./net/ange-ftp.elc | |
x ./net/browse-url.el | |
x ./net/browse-url.elc | |
x ./net/dbus.el | |
x ./net/dbus.elc | |
x ./net/dig.el | |
x ./net/dig.elc | |
x ./net/dns.el | |
x ./net/dns.elc | |
x ./net/eudc-bob.el | |
x ./net/eudc-bob.elc | |
x ./net/eudc-export.el | |
x ./net/eudc-export.elc | |
x ./net/eudc-hotlist.el | |
x ./net/eudc-hotlist.elc | |
x ./net/eudc-vars.el | |
x ./net/eudc-vars.elc | |
x ./net/eudc.el | |
x ./net/eudc.elc | |
x ./net/eudcb-bbdb.el | |
x ./net/eudcb-bbdb.elc | |
x ./net/eudcb-ldap.el | |
x ./net/eudcb-ldap.elc | |
x ./net/eudcb-mab.el | |
x ./net/eudcb-mab.elc | |
x ./net/eudcb-ph.el | |
x ./net/eudcb-ph.elc | |
x ./net/goto-addr.el | |
x ./net/goto-addr.elc | |
x ./net/hmac-def.el | |
x ./net/hmac-def.elc | |
x ./net/hmac-md5.el | |
x ./net/hmac-md5.elc | |
x ./net/imap-hash.el | |
x ./net/imap-hash.elc | |
x ./net/imap.el | |
x ./net/imap.elc | |
x ./net/ldap.el | |
x ./net/ldap.elc | |
x ./net/mairix.el | |
x ./net/mairix.elc | |
x ./net/net-utils.el | |
x ./net/net-utils.elc | |
x ./net/netrc.el | |
x ./net/netrc.elc | |
x ./net/newst-backend.el | |
x ./net/newst-backend.elc | |
x ./net/newst-plainview.el | |
x ./net/newst-plainview.elc | |
x ./net/newst-reader.el | |
x ./net/newst-reader.elc | |
x ./net/newst-ticker.el | |
x ./net/newst-ticker.elc | |
x ./net/newst-treeview.el | |
x ./net/newst-treeview.elc | |
x ./net/newsticker.el | |
x ./net/newsticker.elc | |
x ./net/ntlm.el | |
x ./net/ntlm.elc | |
x ./net/quickurl.el | |
x ./net/quickurl.elc | |
x ./net/rcirc.el | |
x ./net/rcirc.elc | |
x ./net/rcompile.el | |
x ./net/rcompile.elc | |
x ./net/rlogin.el | |
x ./net/rlogin.elc | |
x ./net/sasl-cram.el | |
x ./net/sasl-cram.elc | |
x ./net/sasl-digest.el | |
x ./net/sasl-digest.elc | |
x ./net/sasl-ntlm.el | |
x ./net/sasl-ntlm.elc | |
x ./net/sasl.el | |
x ./net/sasl.elc | |
x ./net/snmp-mode.el | |
x ./net/snmp-mode.elc | |
x ./net/socks.el | |
x ./net/socks.elc | |
x ./net/telnet.el | |
x ./net/telnet.elc | |
x ./net/tls.el | |
x ./net/tls.elc | |
x ./net/tramp-cache.el | |
x ./net/tramp-cache.elc | |
x ./net/tramp-cmds.el | |
x ./net/tramp-cmds.elc | |
x ./net/tramp-compat.el | |
x ./net/tramp-compat.elc | |
x ./net/tramp-fish.el | |
x ./net/tramp-fish.elc | |
x ./net/tramp-ftp.el | |
x ./net/tramp-ftp.elc | |
x ./net/tramp-gvfs.el | |
x ./net/tramp-gvfs.elc | |
x ./net/tramp-gw.el | |
x ./net/tramp-gw.elc | |
x ./net/tramp-imap.el | |
x ./net/tramp-imap.elc | |
x ./net/tramp-smb.el | |
x ./net/tramp-smb.elc | |
x ./net/tramp-uu.el | |
x ./net/tramp-uu.elc | |
x ./net/tramp.el | |
x ./net/tramp.elc | |
x ./net/trampver.el | |
x ./net/trampver.elc | |
x ./net/webjump.el | |
x ./net/webjump.elc | |
x ./net/xesam.el | |
x ./net/xesam.elc | |
x ./net/zeroconf.el | |
x ./net/zeroconf.elc | |
x ./mh-e/ChangeLog | |
x ./mh-e/ChangeLog.1 | |
x ./mh-e/mh-acros.el | |
x ./mh-e/mh-alias.el | |
x ./mh-e/mh-alias.elc | |
x ./mh-e/mh-buffers.el | |
x ./mh-e/mh-buffers.elc | |
x ./mh-e/mh-comp.el | |
x ./mh-e/mh-comp.elc | |
x ./mh-e/mh-compat.el | |
x ./mh-e/mh-e.el | |
x ./mh-e/mh-e.elc | |
x ./mh-e/mh-folder.el | |
x ./mh-e/mh-folder.elc | |
x ./mh-e/mh-funcs.el | |
x ./mh-e/mh-funcs.elc | |
x ./mh-e/mh-gnus.el | |
x ./mh-e/mh-identity.el | |
x ./mh-e/mh-identity.elc | |
x ./mh-e/mh-inc.el | |
x ./mh-e/mh-inc.elc | |
x ./mh-e/mh-junk.el | |
x ./mh-e/mh-junk.elc | |
x ./mh-e/mh-letter.el | |
x ./mh-e/mh-letter.elc | |
x ./mh-e/mh-limit.el | |
x ./mh-e/mh-limit.elc | |
x ./mh-e/mh-loaddefs.el | |
x ./mh-e/mh-mime.el | |
x ./mh-e/mh-mime.elc | |
x ./mh-e/mh-print.el | |
x ./mh-e/mh-print.elc | |
x ./mh-e/mh-scan.el | |
x ./mh-e/mh-scan.elc | |
x ./mh-e/mh-search.el | |
x ./mh-e/mh-search.elc | |
x ./mh-e/mh-seq.el | |
x ./mh-e/mh-seq.elc | |
x ./mh-e/mh-show.el | |
x ./mh-e/mh-show.elc | |
x ./mh-e/mh-speed.el | |
x ./mh-e/mh-speed.elc | |
x ./mh-e/mh-thread.el | |
x ./mh-e/mh-thread.elc | |
x ./mh-e/mh-tool-bar.el | |
x ./mh-e/mh-tool-bar.elc | |
x ./mh-e/mh-utils.el | |
x ./mh-e/mh-utils.elc | |
x ./mh-e/mh-xface.el | |
x ./mh-e/mh-xface.elc | |
x ./mail/binhex.el | |
x ./mail/binhex.elc | |
x ./mail/blessmail.el | |
x ./mail/emacsbug.el | |
x ./mail/emacsbug.elc | |
x ./mail/feedmail.el | |
x ./mail/feedmail.elc | |
x ./mail/footnote.el | |
x ./mail/footnote.elc | |
x ./mail/hashcash.el | |
x ./mail/hashcash.elc | |
x ./mail/mail-extr.el | |
x ./mail/mail-extr.elc | |
x ./mail/mail-hist.el | |
x ./mail/mail-hist.elc | |
x ./mail/mail-utils.el | |
x ./mail/mail-utils.elc | |
x ./mail/mailabbrev.el | |
x ./mail/mailabbrev.elc | |
x ./mail/mailalias.el | |
x ./mail/mailalias.elc | |
x ./mail/mailclient.el | |
x ./mail/mailclient.elc | |
x ./mail/mailheader.el | |
x ./mail/mailheader.elc | |
x ./mail/mailpost.el | |
x ./mail/mailpost.elc | |
x ./mail/metamail.el | |
x ./mail/metamail.elc | |
x ./mail/mspools.el | |
x ./mail/mspools.elc | |
x ./mail/reporter.el | |
x ./mail/reporter.elc | |
x ./mail/rfc2368.el | |
x ./mail/rfc2368.elc | |
x ./mail/rfc822.el | |
x ./mail/rfc822.elc | |
x ./mail/rmail-spam-filter.el | |
x ./mail/rmail-spam-filter.elc | |
x ./mail/rmail.el | |
x ./mail/rmail.elc | |
x ./mail/rmailedit.el | |
x ./mail/rmailedit.elc | |
x ./mail/rmailkwd.el | |
x ./mail/rmailkwd.elc | |
x ./mail/rmailmm.el | |
x ./mail/rmailmm.elc | |
x ./mail/rmailmsc.el | |
x ./mail/rmailmsc.elc | |
x ./mail/rmailout.el | |
x ./mail/rmailout.elc | |
x ./mail/rmailsort.el | |
x ./mail/rmailsort.elc | |
x ./mail/rmailsum.el | |
x ./mail/rmailsum.elc | |
x ./mail/sendmail.el | |
x ./mail/sendmail.elc | |
x ./mail/smtpmail.el | |
x ./mail/smtpmail.elc | |
x ./mail/supercite.el | |
x ./mail/supercite.elc | |
x ./mail/uce.el | |
x ./mail/uce.elc | |
x ./mail/undigest.el | |
x ./mail/undigest.elc | |
x ./mail/unrmail.el | |
x ./mail/unrmail.elc | |
x ./mail/uudecode.el | |
x ./mail/uudecode.elc | |
x ./language/burmese.el | |
x ./language/cham.el | |
x ./language/china-util.el | |
x ./language/china-util.elc | |
x ./language/chinese.el | |
x ./language/chinese.elc | |
x ./language/cyril-util.el | |
x ./language/cyril-util.elc | |
x ./language/cyrillic.el | |
x ./language/cyrillic.elc | |
x ./language/czech.el | |
x ./language/english.el | |
x ./language/ethio-util.el | |
x ./language/ethio-util.elc | |
x ./language/ethiopic.el | |
x ./language/ethiopic.elc | |
x ./language/european.el | |
x ./language/european.elc | |
x ./language/georgian.el | |
x ./language/greek.el | |
x ./language/hanja-util.el | |
x ./language/hanja-util.elc | |
x ./language/hebrew.el | |
x ./language/ind-util.el | |
x ./language/ind-util.elc | |
x ./language/indian.el | |
x ./language/indian.elc | |
x ./language/japan-util.el | |
x ./language/japan-util.elc | |
x ./language/japanese.el | |
x ./language/khmer.el | |
x ./language/korea-util.el | |
x ./language/korea-util.elc | |
x ./language/korean.el | |
x ./language/lao-util.el | |
x ./language/lao-util.elc | |
x ./language/lao.el | |
x ./language/misc-lang.el | |
x ./language/romanian.el | |
x ./language/sinhala.el | |
x ./language/slovak.el | |
x ./language/tai-viet.el | |
x ./language/thai-util.el | |
x ./language/thai-util.elc | |
x ./language/thai-word.el | |
x ./language/thai-word.elc | |
x ./language/thai.el | |
x ./language/tibet-util.el | |
x ./language/tibet-util.elc | |
x ./language/tibetan.el | |
x ./language/tibetan.elc | |
x ./language/tv-util.el | |
x ./language/tv-util.elc | |
x ./language/utf-8-lang.el | |
x ./language/viet-util.el | |
x ./language/viet-util.elc | |
x ./language/vietnamese.el | |
x ./language/vietnamese.elc | |
x ./international/ccl.el | |
x ./international/ccl.elc | |
x ./international/characters.el | |
x ./international/characters.elc | |
x ./international/charprop.el | |
x ./international/cp51932.el | |
x ./international/eucjp-ms.el | |
x ./international/fontset.el | |
x ./international/fontset.elc | |
x ./international/isearch-x.el | |
x ./international/isearch-x.elc | |
x ./international/iso-ascii.el | |
x ./international/iso-ascii.elc | |
x ./international/iso-cvt.el | |
x ./international/iso-cvt.elc | |
x ./international/iso-transl.el | |
x ./international/iso-transl.elc | |
x ./international/ja-dic-cnv.el | |
x ./international/ja-dic-cnv.elc | |
x ./international/ja-dic-utl.el | |
x ./international/ja-dic-utl.elc | |
x ./international/kinsoku.el | |
x ./international/kinsoku.elc | |
x ./international/kkc.el | |
x ./international/kkc.elc | |
x ./international/latexenc.el | |
x ./international/latexenc.elc | |
x ./international/latin1-disp.el | |
x ./international/latin1-disp.elc | |
x ./international/mule-cmds.el | |
x ./international/mule-cmds.elc | |
x ./international/mule-conf.el | |
x ./international/mule-conf.elc | |
x ./international/mule-diag.el | |
x ./international/mule-diag.elc | |
x ./international/mule-util.el | |
x ./international/mule-util.elc | |
x ./international/mule.el | |
x ./international/mule.elc | |
x ./international/ogonek.el | |
x ./international/ogonek.elc | |
x ./international/quail.el | |
x ./international/quail.elc | |
x ./international/README | |
x ./international/robin.el | |
x ./international/robin.elc | |
x ./international/titdic-cnv.el | |
x ./international/titdic-cnv.elc | |
x ./international/ucs-normalize.el | |
x ./international/ucs-normalize.elc | |
x ./international/uni-bidi.el | |
x ./international/uni-category.el | |
x ./international/uni-combining.el | |
x ./international/uni-comment.el | |
x ./international/uni-decimal.el | |
x ./international/uni-decomposition.el | |
x ./international/uni-digit.el | |
x ./international/uni-lowercase.el | |
x ./international/uni-mirrored.el | |
x ./international/uni-name.el | |
x ./international/uni-numeric.el | |
x ./international/uni-old-name.el | |
x ./international/uni-titlecase.el | |
x ./international/uni-uppercase.el | |
x ./international/utf-7.el | |
x ./international/utf-7.elc | |
x ./gnus/auth-source.el | |
x ./gnus/auth-source.elc | |
x ./gnus/canlock.el | |
x ./gnus/canlock.elc | |
x ./gnus/ChangeLog | |
x ./gnus/ChangeLog.1 | |
x ./gnus/ChangeLog.2 | |
x ./gnus/compface.el | |
x ./gnus/compface.elc | |
x ./gnus/deuglify.el | |
x ./gnus/deuglify.elc | |
x ./gnus/earcon.el | |
x ./gnus/earcon.elc | |
x ./gnus/ecomplete.el | |
x ./gnus/ecomplete.elc | |
x ./gnus/flow-fill.el | |
x ./gnus/flow-fill.elc | |
x ./gnus/gmm-utils.el | |
x ./gnus/gmm-utils.elc | |
x ./gnus/gnus-agent.el | |
x ./gnus/gnus-agent.elc | |
x ./gnus/gnus-art.el | |
x ./gnus/gnus-art.elc | |
x ./gnus/gnus-async.el | |
x ./gnus/gnus-async.elc | |
x ./gnus/gnus-audio.el | |
x ./gnus/gnus-audio.elc | |
x ./gnus/gnus-bcklg.el | |
x ./gnus/gnus-bcklg.elc | |
x ./gnus/gnus-bookmark.el | |
x ./gnus/gnus-bookmark.elc | |
x ./gnus/gnus-cache.el | |
x ./gnus/gnus-cache.elc | |
x ./gnus/gnus-cite.el | |
x ./gnus/gnus-cite.elc | |
x ./gnus/gnus-cus.el | |
x ./gnus/gnus-cus.elc | |
x ./gnus/gnus-delay.el | |
x ./gnus/gnus-delay.elc | |
x ./gnus/gnus-demon.el | |
x ./gnus/gnus-demon.elc | |
x ./gnus/gnus-diary.el | |
x ./gnus/gnus-diary.elc | |
x ./gnus/gnus-dired.el | |
x ./gnus/gnus-dired.elc | |
x ./gnus/gnus-draft.el | |
x ./gnus/gnus-draft.elc | |
x ./gnus/gnus-dup.el | |
x ./gnus/gnus-dup.elc | |
x ./gnus/gnus-eform.el | |
x ./gnus/gnus-eform.elc | |
x ./gnus/gnus-ems.el | |
x ./gnus/gnus-ems.elc | |
x ./gnus/gnus-fun.el | |
x ./gnus/gnus-fun.elc | |
x ./gnus/gnus-group.el | |
x ./gnus/gnus-group.elc | |
x ./gnus/gnus-int.el | |
x ./gnus/gnus-int.elc | |
x ./gnus/gnus-kill.el | |
x ./gnus/gnus-kill.elc | |
x ./gnus/gnus-logic.el | |
x ./gnus/gnus-logic.elc | |
x ./gnus/gnus-mh.el | |
x ./gnus/gnus-mh.elc | |
x ./gnus/gnus-ml.el | |
x ./gnus/gnus-ml.elc | |
x ./gnus/gnus-mlspl.el | |
x ./gnus/gnus-mlspl.elc | |
x ./gnus/gnus-move.el | |
x ./gnus/gnus-move.elc | |
x ./gnus/gnus-msg.el | |
x ./gnus/gnus-msg.elc | |
x ./gnus/gnus-nocem.el | |
x ./gnus/gnus-nocem.elc | |
x ./gnus/gnus-picon.el | |
x ./gnus/gnus-picon.elc | |
x ./gnus/gnus-range.el | |
x ./gnus/gnus-range.elc | |
x ./gnus/gnus-registry.el | |
x ./gnus/gnus-registry.elc | |
x ./gnus/gnus-salt.el | |
x ./gnus/gnus-salt.elc | |
x ./gnus/gnus-score.el | |
x ./gnus/gnus-score.elc | |
x ./gnus/gnus-setup.el | |
x ./gnus/gnus-setup.elc | |
x ./gnus/gnus-sieve.el | |
x ./gnus/gnus-sieve.elc | |
x ./gnus/gnus-soup.el | |
x ./gnus/gnus-soup.elc | |
x ./gnus/gnus-spec.el | |
x ./gnus/gnus-spec.elc | |
x ./gnus/gnus-srvr.el | |
x ./gnus/gnus-srvr.elc | |
x ./gnus/gnus-start.el | |
x ./gnus/gnus-start.elc | |
x ./gnus/gnus-sum.el | |
x ./gnus/gnus-sum.elc | |
x ./gnus/gnus-topic.el | |
x ./gnus/gnus-topic.elc | |
x ./gnus/gnus-undo.el | |
x ./gnus/gnus-undo.elc | |
x ./gnus/gnus-util.el | |
x ./gnus/gnus-util.elc | |
x ./gnus/gnus-uu.el | |
x ./gnus/gnus-uu.elc | |
x ./gnus/gnus-vm.el | |
x ./gnus/gnus-vm.elc | |
x ./gnus/gnus-win.el | |
x ./gnus/gnus-win.elc | |
x ./gnus/gnus.el | |
x ./gnus/gnus.elc | |
x ./gnus/html2text.el | |
x ./gnus/html2text.elc | |
x ./gnus/ietf-drums.el | |
x ./gnus/ietf-drums.elc | |
x ./gnus/legacy-gnus-agent.el | |
x ./gnus/legacy-gnus-agent.elc | |
x ./gnus/mail-parse.el | |
x ./gnus/mail-parse.elc | |
x ./gnus/mail-prsvr.el | |
x ./gnus/mail-prsvr.elc | |
x ./gnus/mail-source.el | |
x ./gnus/mail-source.elc | |
x ./gnus/mailcap.el | |
x ./gnus/mailcap.elc | |
x ./gnus/message.el | |
x ./gnus/message.elc | |
x ./gnus/messcompat.el | |
x ./gnus/messcompat.elc | |
x ./gnus/mm-bodies.el | |
x ./gnus/mm-bodies.elc | |
x ./gnus/mm-decode.el | |
x ./gnus/mm-decode.elc | |
x ./gnus/mm-encode.el | |
x ./gnus/mm-encode.elc | |
x ./gnus/mm-extern.el | |
x ./gnus/mm-extern.elc | |
x ./gnus/mm-partial.el | |
x ./gnus/mm-partial.elc | |
x ./gnus/mm-url.el | |
x ./gnus/mm-url.elc | |
x ./gnus/mm-util.el | |
x ./gnus/mm-util.elc | |
x ./gnus/mm-uu.el | |
x ./gnus/mm-uu.elc | |
x ./gnus/mm-view.el | |
x ./gnus/mm-view.elc | |
x ./gnus/mml-sec.el | |
x ./gnus/mml-sec.elc | |
x ./gnus/mml-smime.el | |
x ./gnus/mml-smime.elc | |
x ./gnus/mml.el | |
x ./gnus/mml.elc | |
x ./gnus/mml1991.el | |
x ./gnus/mml1991.elc | |
x ./gnus/mml2015.el | |
x ./gnus/mml2015.elc | |
x ./gnus/nnagent.el | |
x ./gnus/nnagent.elc | |
x ./gnus/nnbabyl.el | |
x ./gnus/nnbabyl.elc | |
x ./gnus/nndb.el | |
x ./gnus/nndb.elc | |
x ./gnus/nndiary.el | |
x ./gnus/nndiary.elc | |
x ./gnus/nndir.el | |
x ./gnus/nndir.elc | |
x ./gnus/nndoc.el | |
x ./gnus/nndoc.elc | |
x ./gnus/nndraft.el | |
x ./gnus/nndraft.elc | |
x ./gnus/nneething.el | |
x ./gnus/nneething.elc | |
x ./gnus/nnfolder.el | |
x ./gnus/nnfolder.elc | |
x ./gnus/nngateway.el | |
x ./gnus/nngateway.elc | |
x ./gnus/nnheader.el | |
x ./gnus/nnheader.elc | |
x ./gnus/nnimap.el | |
x ./gnus/nnimap.elc | |
x ./gnus/nnir.el | |
x ./gnus/nnir.elc | |
x ./gnus/nnkiboze.el | |
x ./gnus/nnkiboze.elc | |
x ./gnus/nnlistserv.el | |
x ./gnus/nnlistserv.elc | |
x ./gnus/nnmail.el | |
x ./gnus/nnmail.elc | |
x ./gnus/nnmaildir.el | |
x ./gnus/nnmaildir.elc | |
x ./gnus/nnmairix.el | |
x ./gnus/nnmairix.elc | |
x ./gnus/nnmbox.el | |
x ./gnus/nnmbox.elc | |
x ./gnus/nnmh.el | |
x ./gnus/nnmh.elc | |
x ./gnus/nnml.el | |
x ./gnus/nnml.elc | |
x ./gnus/nnnil.el | |
x ./gnus/nnnil.elc | |
x ./gnus/nnoo.el | |
x ./gnus/nnoo.elc | |
x ./gnus/nnrss.el | |
x ./gnus/nnrss.elc | |
x ./gnus/nnslashdot.el | |
x ./gnus/nnslashdot.elc | |
x ./gnus/nnsoup.el | |
x ./gnus/nnsoup.elc | |
x ./gnus/nnspool.el | |
x ./gnus/nnspool.elc | |
x ./gnus/nntp.el | |
x ./gnus/nntp.elc | |
x ./gnus/nnultimate.el | |
x ./gnus/nnultimate.elc | |
x ./gnus/nnvirtual.el | |
x ./gnus/nnvirtual.elc | |
x ./gnus/nnwarchive.el | |
x ./gnus/nnwarchive.elc | |
x ./gnus/nnweb.el | |
x ./gnus/nnweb.elc | |
x ./gnus/nnwfm.el | |
x ./gnus/nnwfm.elc | |
x ./gnus/pop3.el | |
x ./gnus/pop3.elc | |
x ./gnus/qp.el | |
x ./gnus/qp.elc | |
x ./gnus/rfc1843.el | |
x ./gnus/rfc1843.elc | |
x ./gnus/rfc2045.el | |
x ./gnus/rfc2045.elc | |
x ./gnus/rfc2047.el | |
x ./gnus/rfc2047.elc | |
x ./gnus/rfc2104.el | |
x ./gnus/rfc2104.elc | |
x ./gnus/rfc2231.el | |
x ./gnus/rfc2231.elc | |
x ./gnus/score-mode.el | |
x ./gnus/score-mode.elc | |
x ./gnus/sieve-manage.el | |
x ./gnus/sieve-manage.elc | |
x ./gnus/sieve-mode.el | |
x ./gnus/sieve-mode.elc | |
x ./gnus/sieve.el | |
x ./gnus/sieve.elc | |
x ./gnus/smiley.el | |
x ./gnus/smiley.elc | |
x ./gnus/smime.el | |
x ./gnus/smime.elc | |
x ./gnus/spam-report.el | |
x ./gnus/spam-report.elc | |
x ./gnus/spam-stat.el | |
x ./gnus/spam-stat.elc | |
x ./gnus/spam-wash.el | |
x ./gnus/spam-wash.elc | |
x ./gnus/spam.el | |
x ./gnus/spam.elc | |
x ./gnus/starttls.el | |
x ./gnus/starttls.elc | |
x ./gnus/utf7.el | |
x ./gnus/utf7.elc | |
x ./gnus/webmail.el | |
x ./gnus/webmail.elc | |
x ./gnus/yenc.el | |
x ./gnus/yenc.elc | |
x ./eshell/em-alias.el | |
x ./eshell/em-alias.elc | |
x ./eshell/em-banner.el | |
x ./eshell/em-banner.elc | |
x ./eshell/em-basic.el | |
x ./eshell/em-basic.elc | |
x ./eshell/em-cmpl.el | |
x ./eshell/em-cmpl.elc | |
x ./eshell/em-dirs.el | |
x ./eshell/em-dirs.elc | |
x ./eshell/em-glob.el | |
x ./eshell/em-glob.elc | |
x ./eshell/em-hist.el | |
x ./eshell/em-hist.elc | |
x ./eshell/em-ls.el | |
x ./eshell/em-ls.elc | |
x ./eshell/em-pred.el | |
x ./eshell/em-pred.elc | |
x ./eshell/em-prompt.el | |
x ./eshell/em-prompt.elc | |
x ./eshell/em-rebind.el | |
x ./eshell/em-rebind.elc | |
x ./eshell/em-script.el | |
x ./eshell/em-script.elc | |
x ./eshell/em-smart.el | |
x ./eshell/em-smart.elc | |
x ./eshell/em-term.el | |
x ./eshell/em-term.elc | |
x ./eshell/em-unix.el | |
x ./eshell/em-unix.elc | |
x ./eshell/em-xtra.el | |
x ./eshell/em-xtra.elc | |
x ./eshell/esh-arg.el | |
x ./eshell/esh-arg.elc | |
x ./eshell/esh-cmd.el | |
x ./eshell/esh-cmd.elc | |
x ./eshell/esh-ext.el | |
x ./eshell/esh-ext.elc | |
x ./eshell/esh-groups.el | |
x ./eshell/esh-io.el | |
x ./eshell/esh-io.elc | |
x ./eshell/esh-mode.el | |
x ./eshell/esh-mode.elc | |
x ./eshell/esh-module.el | |
x ./eshell/esh-module.elc | |
x ./eshell/esh-opt.el | |
x ./eshell/esh-opt.elc | |
x ./eshell/esh-proc.el | |
x ./eshell/esh-proc.elc | |
x ./eshell/esh-test.el | |
x ./eshell/esh-test.elc | |
x ./eshell/esh-util.el | |
x ./eshell/esh-util.elc | |
x ./eshell/esh-var.el | |
x ./eshell/esh-var.elc | |
x ./eshell/eshell.el | |
x ./eshell/eshell.elc | |
x ./erc/ChangeLog | |
x ./erc/ChangeLog.01 | |
x ./erc/ChangeLog.02 | |
x ./erc/ChangeLog.03 | |
x ./erc/ChangeLog.04 | |
x ./erc/ChangeLog.05 | |
x ./erc/ChangeLog.06 | |
x ./erc/ChangeLog.07 | |
x ./erc/ChangeLog.08 | |
x ./erc/erc-autoaway.el | |
x ./erc/erc-autoaway.elc | |
x ./erc/erc-backend.el | |
x ./erc/erc-backend.elc | |
x ./erc/erc-button.el | |
x ./erc/erc-button.elc | |
x ./erc/erc-capab.el | |
x ./erc/erc-capab.elc | |
x ./erc/erc-compat.el | |
x ./erc/erc-compat.elc | |
x ./erc/erc-dcc.el | |
x ./erc/erc-dcc.elc | |
x ./erc/erc-ezbounce.el | |
x ./erc/erc-ezbounce.elc | |
x ./erc/erc-fill.el | |
x ./erc/erc-fill.elc | |
x ./erc/erc-goodies.el | |
x ./erc/erc-goodies.elc | |
x ./erc/erc-hecomplete.el | |
x ./erc/erc-hecomplete.elc | |
x ./erc/erc-ibuffer.el | |
x ./erc/erc-ibuffer.elc | |
x ./erc/erc-identd.el | |
x ./erc/erc-identd.elc | |
x ./erc/erc-imenu.el | |
x ./erc/erc-imenu.elc | |
x ./erc/erc-join.el | |
x ./erc/erc-join.elc | |
x ./erc/erc-lang.el | |
x ./erc/erc-lang.elc | |
x ./erc/erc-list.el | |
x ./erc/erc-list.elc | |
x ./erc/erc-log.el | |
x ./erc/erc-log.elc | |
x ./erc/erc-match.el | |
x ./erc/erc-match.elc | |
x ./erc/erc-menu.el | |
x ./erc/erc-menu.elc | |
x ./erc/erc-netsplit.el | |
x ./erc/erc-netsplit.elc | |
x ./erc/erc-networks.el | |
x ./erc/erc-networks.elc | |
x ./erc/erc-notify.el | |
x ./erc/erc-notify.elc | |
x ./erc/erc-page.el | |
x ./erc/erc-page.elc | |
x ./erc/erc-pcomplete.el | |
x ./erc/erc-pcomplete.elc | |
x ./erc/erc-replace.el | |
x ./erc/erc-replace.elc | |
x ./erc/erc-ring.el | |
x ./erc/erc-ring.elc | |
x ./erc/erc-services.el | |
x ./erc/erc-services.elc | |
x ./erc/erc-sound.el | |
x ./erc/erc-sound.elc | |
x ./erc/erc-speedbar.el | |
x ./erc/erc-speedbar.elc | |
x ./erc/erc-spelling.el | |
x ./erc/erc-spelling.elc | |
x ./erc/erc-stamp.el | |
x ./erc/erc-stamp.elc | |
x ./erc/erc-track.el | |
x ./erc/erc-track.elc | |
x ./erc/erc-truncate.el | |
x ./erc/erc-truncate.elc | |
x ./erc/erc-xdcc.el | |
x ./erc/erc-xdcc.elc | |
x ./erc/erc.el | |
x ./erc/erc.elc | |
x ./emulation/crisp.el | |
x ./emulation/crisp.elc | |
x ./emulation/cua-base.el | |
x ./emulation/cua-base.elc | |
x ./emulation/cua-gmrk.el | |
x ./emulation/cua-gmrk.elc | |
x ./emulation/cua-rect.el | |
x ./emulation/cua-rect.elc | |
x ./emulation/edt-lk201.el | |
x ./emulation/edt-lk201.elc | |
x ./emulation/edt-mapper.el | |
x ./emulation/edt-mapper.elc | |
x ./emulation/edt-pc.el | |
x ./emulation/edt-pc.elc | |
x ./emulation/edt-vt100.el | |
x ./emulation/edt-vt100.elc | |
x ./emulation/edt.el | |
x ./emulation/edt.elc | |
x ./emulation/keypad.el | |
x ./emulation/keypad.elc | |
x ./emulation/pc-mode.el | |
x ./emulation/pc-mode.elc | |
x ./emulation/pc-select.el | |
x ./emulation/pc-select.elc | |
x ./emulation/tpu-edt.el | |
x ./emulation/tpu-edt.elc | |
x ./emulation/tpu-extras.el | |
x ./emulation/tpu-extras.elc | |
x ./emulation/tpu-mapper.el | |
x ./emulation/tpu-mapper.elc | |
x ./emulation/vi.el | |
x ./emulation/vi.elc | |
x ./emulation/vip.el | |
x ./emulation/vip.elc | |
x ./emulation/viper-cmd.el | |
x ./emulation/viper-cmd.elc | |
x ./emulation/viper-ex.el | |
x ./emulation/viper-ex.elc | |
x ./emulation/viper-init.el | |
x ./emulation/viper-init.elc | |
x ./emulation/viper-keym.el | |
x ./emulation/viper-keym.elc | |
x ./emulation/viper-macs.el | |
x ./emulation/viper-macs.elc | |
x ./emulation/viper-mous.el | |
x ./emulation/viper-mous.elc | |
x ./emulation/viper-util.el | |
x ./emulation/viper-util.elc | |
x ./emulation/viper.el | |
x ./emulation/viper.elc | |
x ./emulation/ws-mode.el | |
x ./emulation/ws-mode.elc | |
x ./emacs-lisp/advice.el | |
x ./emacs-lisp/advice.elc | |
x ./emacs-lisp/assoc.el | |
x ./emacs-lisp/assoc.elc | |
x ./emacs-lisp/authors.el | |
x ./emacs-lisp/authors.elc | |
x ./emacs-lisp/autoload.el | |
x ./emacs-lisp/autoload.elc | |
x ./emacs-lisp/avl-tree.el | |
x ./emacs-lisp/avl-tree.elc | |
x ./emacs-lisp/backquote.el | |
x ./emacs-lisp/backquote.elc | |
x ./emacs-lisp/benchmark.el | |
x ./emacs-lisp/benchmark.elc | |
x ./emacs-lisp/bindat.el | |
x ./emacs-lisp/bindat.elc | |
x ./emacs-lisp/byte-opt.el | |
x ./emacs-lisp/byte-opt.elc | |
x ./emacs-lisp/byte-run.el | |
x ./emacs-lisp/byte-run.elc | |
x ./emacs-lisp/bytecomp.el | |
x ./emacs-lisp/bytecomp.elc | |
x ./emacs-lisp/chart.el | |
x ./emacs-lisp/chart.elc | |
x ./emacs-lisp/check-declare.el | |
x ./emacs-lisp/check-declare.elc | |
x ./emacs-lisp/checkdoc.el | |
x ./emacs-lisp/checkdoc.elc | |
x ./emacs-lisp/cl-extra.el | |
x ./emacs-lisp/cl-extra.elc | |
x ./emacs-lisp/cl-indent.el | |
x ./emacs-lisp/cl-indent.elc | |
x ./emacs-lisp/cl-loaddefs.el | |
x ./emacs-lisp/cl-macs.el | |
x ./emacs-lisp/cl-macs.elc | |
x ./emacs-lisp/cl-seq.el | |
x ./emacs-lisp/cl-seq.elc | |
x ./emacs-lisp/cl-specs.el | |
x ./emacs-lisp/cl.el | |
x ./emacs-lisp/cl.elc | |
x ./emacs-lisp/copyright.el | |
x ./emacs-lisp/copyright.elc | |
x ./emacs-lisp/crm.el | |
x ./emacs-lisp/crm.elc | |
x ./emacs-lisp/cust-print.el | |
x ./emacs-lisp/cust-print.elc | |
x ./emacs-lisp/debug.el | |
x ./emacs-lisp/debug.elc | |
x ./emacs-lisp/derived.el | |
x ./emacs-lisp/derived.elc | |
x ./emacs-lisp/disass.el | |
x ./emacs-lisp/disass.elc | |
x ./emacs-lisp/easy-mmode.el | |
x ./emacs-lisp/easy-mmode.elc | |
x ./emacs-lisp/easymenu.el | |
x ./emacs-lisp/easymenu.elc | |
x ./emacs-lisp/edebug.el | |
x ./emacs-lisp/edebug.elc | |
x ./emacs-lisp/eieio-base.el | |
x ./emacs-lisp/eieio-base.elc | |
x ./emacs-lisp/eieio-comp.el | |
x ./emacs-lisp/eieio-comp.elc | |
x ./emacs-lisp/eieio-custom.el | |
x ./emacs-lisp/eieio-custom.elc | |
x ./emacs-lisp/eieio-datadebug.el | |
x ./emacs-lisp/eieio-datadebug.elc | |
x ./emacs-lisp/eieio-opt.el | |
x ./emacs-lisp/eieio-opt.elc | |
x ./emacs-lisp/eieio-speedbar.el | |
x ./emacs-lisp/eieio-speedbar.elc | |
x ./emacs-lisp/eieio.el | |
x ./emacs-lisp/eieio.elc | |
x ./emacs-lisp/eldoc.el | |
x ./emacs-lisp/eldoc.elc | |
x ./emacs-lisp/elint.el | |
x ./emacs-lisp/elint.elc | |
x ./emacs-lisp/elp.el | |
x ./emacs-lisp/elp.elc | |
x ./emacs-lisp/ewoc.el | |
x ./emacs-lisp/ewoc.elc | |
x ./emacs-lisp/find-func.el | |
x ./emacs-lisp/find-func.elc | |
x ./emacs-lisp/find-gc.el | |
x ./emacs-lisp/find-gc.elc | |
x ./emacs-lisp/float-sup.el | |
x ./emacs-lisp/float-sup.elc | |
x ./emacs-lisp/generic.el | |
x ./emacs-lisp/generic.elc | |
x ./emacs-lisp/gulp.el | |
x ./emacs-lisp/gulp.elc | |
x ./emacs-lisp/helper.el | |
x ./emacs-lisp/helper.elc | |
x ./emacs-lisp/lisp-mnt.el | |
x ./emacs-lisp/lisp-mnt.elc | |
x ./emacs-lisp/lisp-mode.el | |
x ./emacs-lisp/lisp-mode.elc | |
x ./emacs-lisp/lisp.el | |
x ./emacs-lisp/lisp.elc | |
x ./emacs-lisp/macroexp.el | |
x ./emacs-lisp/macroexp.elc | |
x ./emacs-lisp/map-ynp.el | |
x ./emacs-lisp/map-ynp.elc | |
x ./emacs-lisp/pp.el | |
x ./emacs-lisp/pp.elc | |
x ./emacs-lisp/re-builder.el | |
x ./emacs-lisp/re-builder.elc | |
x ./emacs-lisp/regexp-opt.el | |
x ./emacs-lisp/regexp-opt.elc | |
x ./emacs-lisp/regi.el | |
x ./emacs-lisp/regi.elc | |
x ./emacs-lisp/ring.el | |
x ./emacs-lisp/ring.elc | |
x ./emacs-lisp/rx.el | |
x ./emacs-lisp/rx.elc | |
x ./emacs-lisp/shadow.el | |
x ./emacs-lisp/shadow.elc | |
x ./emacs-lisp/smie.el | |
x ./emacs-lisp/smie.elc | |
x ./emacs-lisp/sregex.el | |
x ./emacs-lisp/sregex.elc | |
x ./emacs-lisp/syntax.el | |
x ./emacs-lisp/syntax.elc | |
x ./emacs-lisp/tcover-ses.el | |
x ./emacs-lisp/tcover-ses.elc | |
x ./emacs-lisp/tcover-unsafep.el | |
x ./emacs-lisp/tcover-unsafep.elc | |
x ./emacs-lisp/testcover.el | |
x ./emacs-lisp/testcover.elc | |
x ./emacs-lisp/timer.el | |
x ./emacs-lisp/timer.elc | |
x ./emacs-lisp/tq.el | |
x ./emacs-lisp/tq.elc | |
x ./emacs-lisp/trace.el | |
x ./emacs-lisp/trace.elc | |
x ./emacs-lisp/unsafep.el | |
x ./emacs-lisp/unsafep.elc | |
x ./emacs-lisp/warnings.el | |
x ./emacs-lisp/warnings.elc | |
x ./cedet/cedet-cscope.el | |
x ./cedet/cedet-cscope.elc | |
x ./cedet/cedet-files.el | |
x ./cedet/cedet-files.elc | |
x ./cedet/cedet-global.el | |
x ./cedet/cedet-global.elc | |
x ./cedet/cedet-idutils.el | |
x ./cedet/cedet-idutils.elc | |
x ./cedet/cedet.el | |
x ./cedet/cedet.elc | |
x ./cedet/ChangeLog | |
x ./cedet/data-debug.el | |
x ./cedet/data-debug.elc | |
x ./cedet/ede/ | |
x ./cedet/ede.el | |
x ./cedet/ede.elc | |
x ./cedet/inversion.el | |
x ./cedet/inversion.elc | |
x ./cedet/mode-local.el | |
x ./cedet/mode-local.elc | |
x ./cedet/pulse.el | |
x ./cedet/pulse.elc | |
x ./cedet/semantic/ | |
x ./cedet/semantic.el | |
x ./cedet/semantic.elc | |
x ./cedet/srecode/ | |
x ./cedet/srecode.el | |
x ./cedet/srecode.elc | |
x ./cedet/srecode/args.el | |
x ./cedet/srecode/args.elc | |
x ./cedet/srecode/compile.el | |
x ./cedet/srecode/compile.elc | |
x ./cedet/srecode/cpp.el | |
x ./cedet/srecode/cpp.elc | |
x ./cedet/srecode/ctxt.el | |
x ./cedet/srecode/ctxt.elc | |
x ./cedet/srecode/dictionary.el | |
x ./cedet/srecode/dictionary.elc | |
x ./cedet/srecode/document.el | |
x ./cedet/srecode/document.elc | |
x ./cedet/srecode/el.el | |
x ./cedet/srecode/el.elc | |
x ./cedet/srecode/expandproto.el | |
x ./cedet/srecode/expandproto.elc | |
x ./cedet/srecode/extract.el | |
x ./cedet/srecode/extract.elc | |
x ./cedet/srecode/fields.el | |
x ./cedet/srecode/fields.elc | |
x ./cedet/srecode/filters.el | |
x ./cedet/srecode/filters.elc | |
x ./cedet/srecode/find.el | |
x ./cedet/srecode/find.elc | |
x ./cedet/srecode/getset.el | |
x ./cedet/srecode/getset.elc | |
x ./cedet/srecode/insert.el | |
x ./cedet/srecode/insert.elc | |
x ./cedet/srecode/java.el | |
x ./cedet/srecode/java.elc | |
x ./cedet/srecode/loaddefs.el | |
x ./cedet/srecode/map.el | |
x ./cedet/srecode/map.elc | |
x ./cedet/srecode/mode.el | |
x ./cedet/srecode/mode.elc | |
x ./cedet/srecode/semantic.el | |
x ./cedet/srecode/semantic.elc | |
x ./cedet/srecode/srt-mode.el | |
x ./cedet/srecode/srt-mode.elc | |
x ./cedet/srecode/srt-wy.el | |
x ./cedet/srecode/srt-wy.elc | |
x ./cedet/srecode/srt.el | |
x ./cedet/srecode/srt.elc | |
x ./cedet/srecode/table.el | |
x ./cedet/srecode/table.elc | |
x ./cedet/srecode/template.el | |
x ./cedet/srecode/template.elc | |
x ./cedet/srecode/texi.el | |
x ./cedet/srecode/texi.elc | |
x ./cedet/semantic/analyze/ | |
x ./cedet/semantic/analyze.el | |
x ./cedet/semantic/analyze.elc | |
x ./cedet/semantic/bovine/ | |
x ./cedet/semantic/bovine.el | |
x ./cedet/semantic/bovine.elc | |
x ./cedet/semantic/chart.el | |
x ./cedet/semantic/chart.elc | |
x ./cedet/semantic/complete.el | |
x ./cedet/semantic/complete.elc | |
x ./cedet/semantic/ctxt.el | |
x ./cedet/semantic/ctxt.elc | |
x ./cedet/semantic/db-debug.el | |
x ./cedet/semantic/db-debug.elc | |
x ./cedet/semantic/db-ebrowse.el | |
x ./cedet/semantic/db-ebrowse.elc | |
x ./cedet/semantic/db-el.el | |
x ./cedet/semantic/db-el.elc | |
x ./cedet/semantic/db-file.el | |
x ./cedet/semantic/db-file.elc | |
x ./cedet/semantic/db-find.el | |
x ./cedet/semantic/db-find.elc | |
x ./cedet/semantic/db-global.el | |
x ./cedet/semantic/db-global.elc | |
x ./cedet/semantic/db-javascript.el | |
x ./cedet/semantic/db-javascript.elc | |
x ./cedet/semantic/db-mode.el | |
x ./cedet/semantic/db-mode.elc | |
x ./cedet/semantic/db-ref.el | |
x ./cedet/semantic/db-ref.elc | |
x ./cedet/semantic/db-typecache.el | |
x ./cedet/semantic/db-typecache.elc | |
x ./cedet/semantic/db.el | |
x ./cedet/semantic/db.elc | |
x ./cedet/semantic/debug.el | |
x ./cedet/semantic/debug.elc | |
x ./cedet/semantic/decorate/ | |
x ./cedet/semantic/decorate.el | |
x ./cedet/semantic/decorate.elc | |
x ./cedet/semantic/dep.el | |
x ./cedet/semantic/dep.elc | |
x ./cedet/semantic/doc.el | |
x ./cedet/semantic/doc.elc | |
x ./cedet/semantic/ede-grammar.el | |
x ./cedet/semantic/ede-grammar.elc | |
x ./cedet/semantic/edit.el | |
x ./cedet/semantic/edit.elc | |
x ./cedet/semantic/find.el | |
x ./cedet/semantic/find.elc | |
x ./cedet/semantic/format.el | |
x ./cedet/semantic/format.elc | |
x ./cedet/semantic/fw.el | |
x ./cedet/semantic/fw.elc | |
x ./cedet/semantic/grammar-wy.el | |
x ./cedet/semantic/grammar-wy.elc | |
x ./cedet/semantic/grammar.el | |
x ./cedet/semantic/grammar.elc | |
x ./cedet/semantic/html.el | |
x ./cedet/semantic/html.elc | |
x ./cedet/semantic/ia-sb.el | |
x ./cedet/semantic/ia-sb.elc | |
x ./cedet/semantic/ia.el | |
x ./cedet/semantic/ia.elc | |
x ./cedet/semantic/idle.el | |
x ./cedet/semantic/idle.elc | |
x ./cedet/semantic/imenu.el | |
x ./cedet/semantic/imenu.elc | |
x ./cedet/semantic/java.el | |
x ./cedet/semantic/java.elc | |
x ./cedet/semantic/lex-spp.el | |
x ./cedet/semantic/lex-spp.elc | |
x ./cedet/semantic/lex.el | |
x ./cedet/semantic/lex.elc | |
x ./cedet/semantic/loaddefs.el | |
x ./cedet/semantic/mru-bookmark.el | |
x ./cedet/semantic/mru-bookmark.elc | |
x ./cedet/semantic/sb.el | |
x ./cedet/semantic/sb.elc | |
x ./cedet/semantic/scope.el | |
x ./cedet/semantic/scope.elc | |
x ./cedet/semantic/senator.el | |
x ./cedet/semantic/senator.elc | |
x ./cedet/semantic/sort.el | |
x ./cedet/semantic/sort.elc | |
x ./cedet/semantic/symref/ | |
x ./cedet/semantic/symref.el | |
x ./cedet/semantic/symref.elc | |
x ./cedet/semantic/tag-file.el | |
x ./cedet/semantic/tag-file.elc | |
x ./cedet/semantic/tag-ls.el | |
x ./cedet/semantic/tag-ls.elc | |
x ./cedet/semantic/tag-write.el | |
x ./cedet/semantic/tag-write.elc | |
x ./cedet/semantic/tag.el | |
x ./cedet/semantic/tag.elc | |
x ./cedet/semantic/texi.el | |
x ./cedet/semantic/texi.elc | |
x ./cedet/semantic/util-modes.el | |
x ./cedet/semantic/util-modes.elc | |
x ./cedet/semantic/util.el | |
x ./cedet/semantic/util.elc | |
x ./cedet/semantic/wisent/ | |
x ./cedet/semantic/wisent.el | |
x ./cedet/semantic/wisent.elc | |
x ./cedet/semantic/wisent/comp.el | |
x ./cedet/semantic/wisent/comp.elc | |
x ./cedet/semantic/wisent/java-tags.el | |
x ./cedet/semantic/wisent/java-tags.elc | |
x ./cedet/semantic/wisent/javascript.el | |
x ./cedet/semantic/wisent/javascript.elc | |
x ./cedet/semantic/wisent/javat-wy.el | |
x ./cedet/semantic/wisent/javat-wy.elc | |
x ./cedet/semantic/wisent/js-wy.el | |
x ./cedet/semantic/wisent/js-wy.elc | |
x ./cedet/semantic/wisent/python-wy.el | |
x ./cedet/semantic/wisent/python-wy.elc | |
x ./cedet/semantic/wisent/python.el | |
x ./cedet/semantic/wisent/python.elc | |
x ./cedet/semantic/wisent/wisent.el | |
x ./cedet/semantic/wisent/wisent.elc | |
x ./cedet/semantic/symref/cscope.el | |
x ./cedet/semantic/symref/cscope.elc | |
x ./cedet/semantic/symref/filter.el | |
x ./cedet/semantic/symref/filter.elc | |
x ./cedet/semantic/symref/global.el | |
x ./cedet/semantic/symref/global.elc | |
x ./cedet/semantic/symref/grep.el | |
x ./cedet/semantic/symref/grep.elc | |
x ./cedet/semantic/symref/idutils.el | |
x ./cedet/semantic/symref/idutils.elc | |
x ./cedet/semantic/symref/list.el | |
x ./cedet/semantic/symref/list.elc | |
x ./cedet/semantic/decorate/include.el | |
x ./cedet/semantic/decorate/include.elc | |
x ./cedet/semantic/decorate/mode.el | |
x ./cedet/semantic/decorate/mode.elc | |
x ./cedet/semantic/bovine/c-by.el | |
x ./cedet/semantic/bovine/c-by.elc | |
x ./cedet/semantic/bovine/c.el | |
x ./cedet/semantic/bovine/c.elc | |
x ./cedet/semantic/bovine/debug.el | |
x ./cedet/semantic/bovine/debug.elc | |
x ./cedet/semantic/bovine/el.el | |
x ./cedet/semantic/bovine/el.elc | |
x ./cedet/semantic/bovine/gcc.el | |
x ./cedet/semantic/bovine/gcc.elc | |
x ./cedet/semantic/bovine/make-by.el | |
x ./cedet/semantic/bovine/make-by.elc | |
x ./cedet/semantic/bovine/make.el | |
x ./cedet/semantic/bovine/make.elc | |
x ./cedet/semantic/bovine/scm-by.el | |
x ./cedet/semantic/bovine/scm-by.elc | |
x ./cedet/semantic/bovine/scm.el | |
x ./cedet/semantic/bovine/scm.elc | |
x ./cedet/semantic/analyze/complete.el | |
x ./cedet/semantic/analyze/complete.elc | |
x ./cedet/semantic/analyze/debug.el | |
x ./cedet/semantic/analyze/debug.elc | |
x ./cedet/semantic/analyze/fcn.el | |
x ./cedet/semantic/analyze/fcn.elc | |
x ./cedet/semantic/analyze/refs.el | |
x ./cedet/semantic/analyze/refs.elc | |
x ./cedet/ede/auto.el | |
x ./cedet/ede/auto.elc | |
x ./cedet/ede/autoconf-edit.el | |
x ./cedet/ede/autoconf-edit.elc | |
x ./cedet/ede/base.el | |
x ./cedet/ede/base.elc | |
x ./cedet/ede/cpp-root.el | |
x ./cedet/ede/cpp-root.elc | |
x ./cedet/ede/custom.el | |
x ./cedet/ede/custom.elc | |
x ./cedet/ede/dired.el | |
x ./cedet/ede/dired.elc | |
x ./cedet/ede/emacs.el | |
x ./cedet/ede/emacs.elc | |
x ./cedet/ede/files.el | |
x ./cedet/ede/files.elc | |
x ./cedet/ede/generic.el | |
x ./cedet/ede/generic.elc | |
x ./cedet/ede/linux.el | |
x ./cedet/ede/linux.elc | |
x ./cedet/ede/loaddefs.el | |
x ./cedet/ede/locate.el | |
x ./cedet/ede/locate.elc | |
x ./cedet/ede/make.el | |
x ./cedet/ede/make.elc | |
x ./cedet/ede/makefile-edit.el | |
x ./cedet/ede/makefile-edit.elc | |
x ./cedet/ede/pconf.el | |
x ./cedet/ede/pconf.elc | |
x ./cedet/ede/pmake.el | |
x ./cedet/ede/pmake.elc | |
x ./cedet/ede/proj-archive.el | |
x ./cedet/ede/proj-archive.elc | |
x ./cedet/ede/proj-aux.el | |
x ./cedet/ede/proj-aux.elc | |
x ./cedet/ede/proj-comp.el | |
x ./cedet/ede/proj-comp.elc | |
x ./cedet/ede/proj-elisp.el | |
x ./cedet/ede/proj-elisp.elc | |
x ./cedet/ede/proj-info.el | |
x ./cedet/ede/proj-info.elc | |
x ./cedet/ede/proj-misc.el | |
x ./cedet/ede/proj-misc.elc | |
x ./cedet/ede/proj-obj.el | |
x ./cedet/ede/proj-obj.elc | |
x ./cedet/ede/proj-prog.el | |
x ./cedet/ede/proj-prog.elc | |
x ./cedet/ede/proj-scheme.el | |
x ./cedet/ede/proj-scheme.elc | |
x ./cedet/ede/proj-shared.el | |
x ./cedet/ede/proj-shared.elc | |
x ./cedet/ede/proj.el | |
x ./cedet/ede/proj.elc | |
x ./cedet/ede/project-am.el | |
x ./cedet/ede/project-am.elc | |
x ./cedet/ede/shell.el | |
x ./cedet/ede/shell.elc | |
x ./cedet/ede/simple.el | |
x ./cedet/ede/simple.elc | |
x ./cedet/ede/source.el | |
x ./cedet/ede/source.elc | |
x ./cedet/ede/speedbar.el | |
x ./cedet/ede/speedbar.elc | |
x ./cedet/ede/srecode.el | |
x ./cedet/ede/srecode.elc | |
x ./cedet/ede/system.el | |
x ./cedet/ede/system.elc | |
x ./cedet/ede/util.el | |
x ./cedet/ede/util.elc | |
x ./calendar/appt.el | |
x ./calendar/appt.elc | |
x ./calendar/cal-bahai.el | |
x ./calendar/cal-bahai.elc | |
x ./calendar/cal-china.el | |
x ./calendar/cal-china.elc | |
x ./calendar/cal-coptic.el | |
x ./calendar/cal-coptic.elc | |
x ./calendar/cal-dst.el | |
x ./calendar/cal-dst.elc | |
x ./calendar/cal-french.el | |
x ./calendar/cal-french.elc | |
x ./calendar/cal-hebrew.el | |
x ./calendar/cal-hebrew.elc | |
x ./calendar/cal-html.el | |
x ./calendar/cal-html.elc | |
x ./calendar/cal-islam.el | |
x ./calendar/cal-islam.elc | |
x ./calendar/cal-iso.el | |
x ./calendar/cal-iso.elc | |
x ./calendar/cal-julian.el | |
x ./calendar/cal-julian.elc | |
x ./calendar/cal-loaddefs.el | |
x ./calendar/cal-mayan.el | |
x ./calendar/cal-mayan.elc | |
x ./calendar/cal-menu.el | |
x ./calendar/cal-menu.elc | |
x ./calendar/cal-move.el | |
x ./calendar/cal-move.elc | |
x ./calendar/cal-persia.el | |
x ./calendar/cal-persia.elc | |
x ./calendar/cal-tex.el | |
x ./calendar/cal-tex.elc | |
x ./calendar/cal-x.el | |
x ./calendar/cal-x.elc | |
x ./calendar/calendar.el | |
x ./calendar/calendar.elc | |
x ./calendar/diary-lib.el | |
x ./calendar/diary-lib.elc | |
x ./calendar/diary-loaddefs.el | |
x ./calendar/hol-loaddefs.el | |
x ./calendar/holidays.el | |
x ./calendar/holidays.elc | |
x ./calendar/icalendar.el | |
x ./calendar/icalendar.elc | |
x ./calendar/lunar.el | |
x ./calendar/lunar.elc | |
x ./calendar/parse-time.el | |
x ./calendar/parse-time.elc | |
x ./calendar/solar.el | |
x ./calendar/solar.elc | |
x ./calendar/time-date.el | |
x ./calendar/time-date.elc | |
x ./calendar/timeclock.el | |
x ./calendar/timeclock.elc | |
x ./calendar/todo-mode.el | |
x ./calendar/todo-mode.elc | |
x ./calc/calc-aent.el | |
x ./calc/calc-aent.elc | |
x ./calc/calc-alg.el | |
x ./calc/calc-alg.elc | |
x ./calc/calc-arith.el | |
x ./calc/calc-arith.elc | |
x ./calc/calc-bin.el | |
x ./calc/calc-bin.elc | |
x ./calc/calc-comb.el | |
x ./calc/calc-comb.elc | |
x ./calc/calc-cplx.el | |
x ./calc/calc-cplx.elc | |
x ./calc/calc-embed.el | |
x ./calc/calc-embed.elc | |
x ./calc/calc-ext.el | |
x ./calc/calc-ext.elc | |
x ./calc/calc-fin.el | |
x ./calc/calc-fin.elc | |
x ./calc/calc-forms.el | |
x ./calc/calc-forms.elc | |
x ./calc/calc-frac.el | |
x ./calc/calc-frac.elc | |
x ./calc/calc-funcs.el | |
x ./calc/calc-funcs.elc | |
x ./calc/calc-graph.el | |
x ./calc/calc-graph.elc | |
x ./calc/calc-help.el | |
x ./calc/calc-help.elc | |
x ./calc/calc-incom.el | |
x ./calc/calc-incom.elc | |
x ./calc/calc-keypd.el | |
x ./calc/calc-keypd.elc | |
x ./calc/calc-lang.el | |
x ./calc/calc-lang.elc | |
x ./calc/calc-loaddefs.el | |
x ./calc/calc-macs.el | |
x ./calc/calc-macs.elc | |
x ./calc/calc-map.el | |
x ./calc/calc-map.elc | |
x ./calc/calc-math.el | |
x ./calc/calc-math.elc | |
x ./calc/calc-menu.el | |
x ./calc/calc-menu.elc | |
x ./calc/calc-misc.el | |
x ./calc/calc-misc.elc | |
x ./calc/calc-mode.el | |
x ./calc/calc-mode.elc | |
x ./calc/calc-mtx.el | |
x ./calc/calc-mtx.elc | |
x ./calc/calc-nlfit.el | |
x ./calc/calc-nlfit.elc | |
x ./calc/calc-poly.el | |
x ./calc/calc-poly.elc | |
x ./calc/calc-prog.el | |
x ./calc/calc-prog.elc | |
x ./calc/calc-rewr.el | |
x ./calc/calc-rewr.elc | |
x ./calc/calc-rules.el | |
x ./calc/calc-rules.elc | |
x ./calc/calc-sel.el | |
x ./calc/calc-sel.elc | |
x ./calc/calc-stat.el | |
x ./calc/calc-stat.elc | |
x ./calc/calc-store.el | |
x ./calc/calc-store.elc | |
x ./calc/calc-stuff.el | |
x ./calc/calc-stuff.elc | |
x ./calc/calc-trail.el | |
x ./calc/calc-trail.elc | |
x ./calc/calc-undo.el | |
x ./calc/calc-undo.elc | |
x ./calc/calc-units.el | |
x ./calc/calc-units.elc | |
x ./calc/calc-vec.el | |
x ./calc/calc-vec.elc | |
x ./calc/calc-yank.el | |
x ./calc/calc-yank.elc | |
x ./calc/calc.el | |
x ./calc/calc.elc | |
x ./calc/calcalg2.el | |
x ./calc/calcalg2.elc | |
x ./calc/calcalg3.el | |
x ./calc/calcalg3.elc | |
x ./calc/calccomp.el | |
x ./calc/calccomp.elc | |
x ./calc/calcsel2.el | |
x ./calc/calcsel2.elc | |
x ./calc/README | |
x ./calc/README.prev | |
rm -f /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp/subdirs.el | |
/private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/update-subdirs /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp | |
if [ -f /usr/local/Cellar/emacs/23.3/share/emacs/23.3/site-lisp/subdirs.el ]; \ | |
then true; \ | |
else \ | |
(echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ | |
echo " (normal-top-level-add-subdirs-to-load-path))") \ | |
> /usr/local/Cellar/emacs/23.3/share/emacs/23.3/site-lisp/subdirs.el; \ | |
fi | |
chmod a+r /usr/local/Cellar/emacs/23.3/share/emacs/23.3/site-lisp/subdirs.el | |
if [ -f /usr/local/Cellar/emacs/23.3/share/emacs/site-lisp/subdirs.el ]; \ | |
then true; \ | |
else \ | |
(echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ | |
echo " (normal-top-level-add-subdirs-to-load-path))") \ | |
> /usr/local/Cellar/emacs/23.3/share/emacs/site-lisp/subdirs.el; \ | |
fi | |
chmod a+r /usr/local/Cellar/emacs/23.3/share/emacs/site-lisp/subdirs.el | |
unset CDPATH; \ | |
if [ `(cd ./etc; /bin/pwd)` != `(cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc; /bin/pwd)` ]; \ | |
then \ | |
fullversion=`./src/emacs --version | sed -n '1 s/GNU Emacs *//p'`; \ | |
if [ -f "./etc/DOC-${fullversion}" ]; \ | |
then \ | |
docfile="DOC-${fullversion}"; \ | |
else \ | |
docfile="DOC"; \ | |
fi; \ | |
echo "Copying etc/${docfile} to /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc ..." ; \ | |
(cd ./etc; tar -chf - ${docfile}) \ | |
|(cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \ | |
(cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc; \ | |
for installuser in ${LOGNAME} ${USERNAME} ${USER} `id -un 2> /dev/null`; do [ -n "${installuser}" ] && break ; done; \ | |
chown ${installuser} DOC*; chmod a+r DOC*; \ | |
if test "`echo DOC-*`" != "DOC-*"; then rm -f DOC; fi); \ | |
else true; fi | |
Copying etc/DOC-23.3.1 to /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc ... | |
x DOC-23.3.1 | |
unset CDPATH; \ | |
if [ -r ./lisp ] \ | |
&& [ -r ./lisp/simple.el ] \ | |
&& [ x`(cd ./lisp; /bin/pwd)` != x`(cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp; /bin/pwd)` ] \ | |
&& [ x`(cd /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ]; \ | |
then \ | |
echo "Copying lisp/*.el and lisp/*.elc to /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp ..." ; \ | |
(cd lisp; tar -chf - *.el *.elc) \ | |
|(cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \ | |
(cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp; \ | |
for installuser in ${LOGNAME} ${USERNAME} ${USER} `id -un 2> /dev/null`; do [ -n "${installuser}" ] && break ; done; \ | |
find . -exec chown ${installuser} {} ';') ; \ | |
else true; fi | |
unset CDPATH; \ | |
if [ -n "/usr/bin/gzip" ]; \ | |
then \ | |
echo "Compressing *.el ..." ; \ | |
(cd /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp; for f in `find . -name "*.elc" -print`; do \ | |
/usr/bin/gzip -9n `echo $f|sed 's/.elc$/.el/'` ; \ | |
done) \ | |
else true; fi | |
Compressing *.el ... | |
unset CDPATH; \ | |
thisdir=`/bin/pwd`; \ | |
if [ `(cd /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/info && /bin/pwd)` != `(cd /usr/local/Cellar/emacs/23.3/share/info/emacs && /bin/pwd)` ]; \ | |
then \ | |
(cd /usr/local/Cellar/emacs/23.3/share/info/emacs; \ | |
if [ -f dir ]; then true; \ | |
else \ | |
(cd ${thisdir}; \ | |
/usr/local/bin/install -c -m 644 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/info/dir /usr/local/Cellar/emacs/23.3/share/info/emacs/dir; \ | |
chmod a+r /usr/local/Cellar/emacs/23.3/share/info/emacs/dir); \ | |
fi; \ | |
cd /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/info ; \ | |
for elt in ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse ede ediff edt eieio efaq eintr elisp emacs emacs-mime epa erc eshell eudc flymake forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar tramp url vip viper widget woman; do \ | |
test "/usr/bin/makeinfo" = "off" && ! test -e $elt && continue; \ | |
for f in `ls $elt $elt-[1-9] $elt-[1-9][0-9] 2>/dev/null`; do \ | |
/usr/local/bin/install -c -m 644 $f /usr/local/Cellar/emacs/23.3/share/info/emacs/$f; \ | |
chmod a+r /usr/local/Cellar/emacs/23.3/share/info/emacs/$f; \ | |
done; \ | |
done); \ | |
else true; fi | |
unset CDPATH; \ | |
thisdir=`/bin/pwd`; \ | |
if [ `(cd /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/info && /bin/pwd)` != `(cd /usr/local/Cellar/emacs/23.3/share/info/emacs && /bin/pwd)` ]; \ | |
then \ | |
for elt in ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse ede ediff edt eieio efaq eintr elisp emacs emacs-mime epa erc eshell eudc flymake forms gnus idlwave info mairix-el message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar tramp url vip viper widget woman; do \ | |
test "/usr/bin/makeinfo" = "off" && ! test -e $elt && continue; \ | |
(cd ${thisdir}; \ | |
/usr/bin/install-info --info-dir=/usr/local/Cellar/emacs/23.3/share/info/emacs /usr/local/Cellar/emacs/23.3/share/info/emacs/$elt); \ | |
done; \ | |
else true; fi | |
chmod -R a+r /usr/local/Cellar/emacs/23.3/share/emacs/23.3 /usr/local/Cellar/emacs/23.3/share/emacs/23.3/etc /usr/local/Cellar/emacs/23.3/share/emacs/23.3/lisp | |
thisdir=`/bin/pwd`; \ | |
cd /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/doc/man; \ | |
for page in b2m.1 ctags.1 ebrowse.1 emacs.1 emacsclient.1 etags.1 grep-changelog.1 rcs-checkin.1; do \ | |
(cd ${thisdir}; \ | |
/usr/local/bin/install -c -m 644 /private/tmp/homebrew-emacs-23.3-iKSP/emacs-23.3/doc/man/${page} /usr/local/Cellar/emacs/23.3/share/man/man1/${page}; \ | |
chmod a+r /usr/local/Cellar/emacs/23.3/share/man/man1/${page}); \ | |
done | |
==> Caveats | |
For build options see: | |
brew options emacs | |
Because the official bazaar repository might be slow, we include an option for | |
pulling HEAD from an unofficial Git mirror: | |
brew install emacs --HEAD- -use-git-head | |
There is inevitably some lag between checkins made to the official Emacs bazaar | |
repository and their appearance on the repo.or.cz mirror. See | |
http://repo.or.cz/w/emacs.git for the mirror's status. The Emacs devs do not | |
provide support for the git mirror, and they might reject bug reports filed | |
with git version information. Use it at your own risk. | |
==> Finishing up | |
strip /usr/local/Cellar/emacs/23.3/bin/etags | |
strip /usr/local/Cellar/emacs/23.3/bin/emacsclient | |
strip /usr/local/Cellar/emacs/23.3/bin/emacs-23.3 | |
/usr/bin/strip: object: /usr/local/Cellar/emacs/23.3/bin/emacs malformed object (function starts data at offset 4644496 with a size of 4168, overlaps section contents at offset 4604544 with a size of 351640) | |
strip /usr/local/Cellar/emacs/23.3/bin/ebrowse | |
strip /usr/local/Cellar/emacs/23.3/bin/ctags | |
strip /usr/local/Cellar/emacs/23.3/bin/b2m | |
ln /usr/local/bin/rcs-checkin | |
ln /usr/local/bin/grep-changelog | |
ln /usr/local/bin/etags | |
ln /usr/local/bin/emacsclient | |
ln /usr/local/bin/emacs-23.3 | |
ln /usr/local/bin/emacs | |
ln /usr/local/bin/ebrowse | |
ln /usr/local/bin/ctags | |
ln /usr/local/bin/b2m | |
ln /usr/local/share/man/man1/rcs-checkin.1 | |
ln /usr/local/share/man/man1/grep-changelog.1 | |
ln /usr/local/share/man/man1/etags.1 | |
ln /usr/local/share/man/man1/emacsclient.1 | |
ln /usr/local/share/man/man1/emacs.1 | |
ln /usr/local/share/man/man1/ebrowse.1 | |
ln /usr/local/share/man/man1/ctags.1 | |
ln /usr/local/share/man/man1/b2m.1 | |
ln /usr/local/share/info/emacs | |
ln /usr/local/share/icons | |
ln /usr/local/share/emacs/site-lisp/subdirs.el | |
ln /usr/local/share/emacs/23.3 | |
ln /usr/local/share/applications | |
==> Summary | |
/usr/local/Cellar/emacs/23.3: 3658 files, 94M, built in 3.6 minutes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment