bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug report for emacs 20.7 on AIX 4.3.3


From: root
Subject: Bug report for emacs 20.7 on AIX 4.3.3
Date: Thu, 12 Jul 2001 13:49:01 -0400

Please email any information to Margaret_doll@brown.edu

I have attached the configure, make, and "make install" outputs from the
build of emacs-20.7 on a system running AIX 4.3.3.  This system also has xlc 
installed on it, but looking through the log file of the configure and make
portion of the installation, I do not see xlc involved in any way.  I did
read the note about the problem of compiling emacs with xlc or gcc.  gcc is
not installed on the system.

I even ran configure, make, and "make install" after renaming /usr/bin/xlc
to something else.

When I run the emacs 20-7 on the AIX 4.3.3, I get the following results:

# /usr/local/bin/emacs
Illegal instruction(coredump)

emacs 20-3 runs fine on AIX 4.3.2.  I tried just copying the emacs 20-3 to
the AIX 4.3.3 system.  emacs-20.3 on AIX 4.3.3 gives the same results as
above.

Thanks for you help.

Script command is started on Wed Jul 11 16:53:08 2001.# make    
./configure
loading cache ./config.cache
checking host system type... powerpc-ibm-aix4.3.3.0
checking for gcc... (cached) cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking whether ln -s works... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for a BSD compatible install... /usr/local/emacs-20.7/install.sh -c
checking for bison... no
checking for byacc... no
checking for AIX... yes
checking for sys/select.h... (cached) yes
checking for sys/timeb.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for linux/version.h... (cached) no
checking for sys/systeminfo.h... (cached) no
checking for termios.h... (cached) yes
checking for limits.h... (cached) yes
checking for string.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys_siglist declaration in signal.h or unistd.h... (cached) no
checking for struct utimbuf... (cached) yes
checking return type of signal handlers... (cached) void
checking for struct timeval... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for tm_zone in struct tm... (cached) no
checking for tzname... (cached) yes
checking for working const... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for long file names... (cached) yes
checking for X... (cached) libraries , headers 
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 malloc_get_state... (cached) no
checking for malloc_set_state... (cached) no
checking whether __after_morecore_hook exists... (cached) no
checking for dnet_ntoa in -ldnet... (cached) no
checking for main in -lXbsd... (cached) no
checking for cma_open in -lpthreads... (cached) no
checking for XFree86 in /usr/X386... no
checking for XrmSetDatabase... (cached) yes
checking for XScreenResourceString... (cached) yes
checking for XScreenNumberOfScreen... (cached) yes
checking for XSetWMProtocols... (cached) yes
checking X11 version 6... (cached) 6 or newer
checking X11 version 5... (cached) 5 or newer
checking X11 version 5 with Xaw... (cached) before 5 or no Xaw; do not use 
toolkit by default
checking whether netdb declares h_errno... (cached) yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for sqrt in -lm... (cached) yes
checking for maillock in -lmail... (cached) no
checking for gettimeofday... (cached) yes
checking for gethostname... (cached) yes
checking for getdomainname... (cached) yes
checking for dup2... (cached) yes
checking for rename... (cached) yes
checking for closedir... (cached) yes
checking for mkdir... (cached) yes
checking for rmdir... (cached) yes
checking for sysinfo... (cached) no
checking for random... (cached) yes
checking for lrand48... (cached) yes
checking for bcopy... (cached) yes
checking for bcmp... (cached) yes
checking for logb... (cached) yes
checking for frexp... (cached) yes
checking for fmod... (cached) yes
checking for rint... (cached) yes
checking for cbrt... (cached) yes
checking for ftime... (cached) yes
checking for res_init... (cached) yes
checking for setsid... (cached) yes
checking for strerror... (cached) yes
checking for fpathconf... (cached) yes
checking for select... (cached) yes
checking for mktime... (cached) yes
checking for euidaccess... (cached) no
checking for getpagesize... (cached) yes
checking for tzset... (cached) yes
checking for setlocale... (cached) yes
checking for utimes... (cached) yes
checking for setrlimit... (cached) yes
checking for setpgid... (cached) yes
checking for getcwd... (cached) yes
checking for shutdown... (cached) yes
checking for strftime... (cached) yes
checking for grantpt... (cached) yes
checking for getpt... (cached) no
checking for tparm in -lncurses... (cached) no
checking for dgettext in -lintl... (cached) no
checking whether localtime caches TZ... (cached) yes
checking whether gettimeofday can accept two arguments... (cached) yes
checking for socket... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes

Configured for `powerpc-ibm-aix4.3.3.0'.

  Where should the build process find the source code?    /usr/local/emacs-20.7
  What operating system and machine description files should Emacs use?
        `s/aix4-1.h' and `m/ibmrs6000.h'
  What compiler should emacs be built with?               cc -g -O 
  Should Emacs use the GNU version of malloc?             yes
  Should Emacs use the relocating allocator for buffers?  yes
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs

creating ./config.status
creating Makefile
creating lib-src/Makefile.c
creating oldXMenu/Makefile
creating man/Makefile
creating lwlib/Makefile
creating src/Makefile.c
creating leim/Makefile
creating src/config.h
src/config.h is unchanged
creating src/epaths.h
src/epaths.h is unchanged
creating lib-src/Makefile
creating src/Makefile
# ./make      make
        cd lib-src; make all   CC='cc' CFLAGS='-g -O ' CPPFLAGS='-ma 
-qmaxmem=4000 -D_BSD '  LDFLAGS='' MAKE='make'
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  -o test-distrib 
/usr/local/emacs-20.7/lib-src/test-distrib.c
        ./test-distrib /usr/local/emacs-20.7/lib-src/testfile
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/make-docfile.c -lrts 
-lIM -liconv  -o make-docfile
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/profile.c -lrts -lIM 
-liconv  -o profile
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/digest-doc.c -lrts 
-lIM -liconv  -o digest-doc 
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/sorted-doc.c  -lrts 
-lIM -liconv  -o sorted-doc
        cc -c -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src -ma 
-qmaxmem=4000 -D_BSD  -g -O  -Demacs  /usr/local/emacs-20.7/lib-src/movemail.c
        cc -c -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src -ma 
-qmaxmem=4000 -D_BSD  -g -O   /usr/local/emacs-20.7/lib-src/pop.c
        cc -c -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/getopt.c
        cc -c -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/getopt1.c
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -g -O   
movemail.o pop.o getopt.o getopt1.o  -lrts -lIM -liconv         -o movemail
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/cvtmail.c -lrts -lIM 
-liconv  -o cvtmail
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/fakemail.c -lrts 
-lIM -liconv  -o fakemail
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/yow.c -lrts -lIM 
-liconv  -o yow
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/emacsserver.c -lrts 
-lIM -liconv  -o emacsserver
     319  1500-010: (W) WARNING in main: Infinite loop.  Program may not stop.
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/hexl.c -lrts -lIM 
-liconv  -o hexl
        cc -c -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src -ma 
-qmaxmem=4000 -D_BSD  -g -O  -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER 
/usr/local/emacs-20.7/lib-src/../src/regex.c
"/usr/local/emacs-20.7/lib-src/../src/regex.c", line 24.3: 1506-224 (W) 
Incorrect #pragma ignored.
"/usr/local/emacs-20.7/lib-src/../src/regex.c", line 1883.11: 1506-196 (W) 
Initialization between types "unsigned char*" and "const unsigned char*" is not 
allowed.
"/usr/local/emacs-20.7/lib-src/../src/regex.c", line 2781.18: 1506-068 (W) 
Operation between types "unsigned char*" and "const unsigned char*" is not 
allowed.
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  -DVERSION="\"20.7\"" 
/usr/local/emacs-20.7/lib-src/etags.c getopt.o getopt1.o  regex.o -lrts -lIM 
-liconv  -o etags
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  -DCTAGS -DVERSION="\"20.7\"" 
/usr/local/emacs-20.7/lib-src/etags.c getopt.o getopt1.o  regex.o -lrts -lIM 
-liconv  -o ctags
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/emacsclient.c 
getopt.o getopt1.o    -DVERSION=`sed -n -e '/(defconst emacs-version/ 
s/^[^"]*\("[^"]*"\).*/\1/p' /usr/local/emacs-20.7/lib-src/../lisp/version.el`  
-lrts -lIM -liconv  -o emacsclient
        cc -ma -qmaxmem=4000 -D_BSD -DHAVE_CONFIG_H  -I. -I../src 
-I/usr/local/emacs-20.7/lib-src -I/usr/local/emacs-20.7/lib-src/../src  -ma 
-qmaxmem=4000 -D_BSD  -g -O  /usr/local/emacs-20.7/lib-src/b2m.c  
-DVERSION="\"20.7\""  getopt.o getopt1.o  -lrts -lIM -liconv  -o b2m 
Target "all" is up to date.
        cd src; make all   CC='cc' CFLAGS='-g -O ' CPPFLAGS='-ma -qmaxmem=4000 
-D_BSD '  LDFLAGS='' MAKE='make'
        cd ../oldXMenu/; make    CC='cc' CFLAGS='-g -O ' MAKE='make'  
"C_SWITCH_X_SITE="  "C_SWITCH_X_MACHINE="  "C_SWITCH_X_SYSTEM="  
"C_SWITCH_SITE="  "C_SWITCH_MACHINE=-D_BSD"  "C_SWITCH_SYSTEM=-ma -qmaxmem=4000"
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src Activate.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src AddPane.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src AddSel.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src ChgPane.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src ChgSel.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src Create.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src DelPane.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src DelSel.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src Destroy.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src Error.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src EvHand.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src FindPane.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src FindSel.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src InsPane.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src InsSel.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src Internal.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src Locate.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src Post.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src Recomp.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src SetAEQ.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src SetFrz.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src SetPane.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src SetSel.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src XDelAssoc.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src XLookAssoc.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src XCrAssoc.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src XDestAssoc.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src XMakeAssoc.c
        cc -c  -ma -qmaxmem=4000 -D_BSD      -ma -qmaxmem=4000 -D_BSD  -g -O  
-DEMACS_BITMAP_FILES  -I../src -I/usr/local/emacs-20.7/oldXMenu 
-I/usr/local/emacs-20.7/oldXMenu/../src insque.c
        rm -f libXMenu11.a
        ar cq libXMenu11.a Activate.o  AddPane.o  AddSel.o  ChgPane.o  ChgSel.o 
 Create.o  DelPane.o  DelSel.o  Destroy.o  Error.o  EvHand.o  FindPane.o  
FindSel.o  InsPane.o  InsSel.o  Internal.o  Locate.o  Post.o  Recomp.o  
SetAEQ.o  SetFrz.o  SetPane.o  SetSel.o  XDelAssoc.o XLookAssoc.o XCrAssoc.o 
XDestAssoc.o XMakeAssoc.o insque.o
Do not be alarmed if the following ranlib command
fails due to the absence of a ranlib program on your system.
        ranlib libXMenu11.a || true
Target "all" is up to date.
        touch stamp-oldxmenu
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  dispnew.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  frame.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  scroll.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  xdisp.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  xmenu.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  window.c
    1500-010: (W) WARNING in Fset_window_configuration: Infinite loop.  Program 
may not stop.
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  charset.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  coding.c
    4857  1500-010: (W) WARNING in Fcheck_coding_system: Infinite loop.  
Program may not stop.
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  category.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  ccl.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  cm.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  term.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  xfaces.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  xterm.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  xfns.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  xselect.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  xrdb.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  fontset.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  emacs.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  keyboard.c
    1067  1500-010: (W) WARNING in command_loop: Infinite loop.  Program may 
not stop.
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  macros.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  keymap.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  sysdep.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  buffer.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  filelock.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  insdel.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  marker.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  intervals.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  textprop.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  minibuf.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  fileio.c
     253  1500-010: (W) WARNING in report_file_error: Infinite loop.  Program 
may not stop.
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  dired.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  filemode.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  cmds.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  casetab.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  casefiddle.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  indent.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  search.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  regex.c
"regex.c", line 24.3: 1506-224 (W) Incorrect #pragma ignored.
"regex.c", line 1883.11: 1506-196 (W) Initialization between types "unsigned 
char*" and "const unsigned char*" is not allowed.
"regex.c", line 2781.18: 1506-068 (W) Operation between types "unsigned char*" 
and "const unsigned char*" is not allowed.
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  undo.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  alloc.c
     253  1500-010: (W) WARNING in memory_full: Infinite loop.  Program may not 
stop.
     279  1500-010: (W) WARNING in buffer_memory_full: Infinite loop.  Program 
may not stop.
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  data.c
     149  1500-010: (W) WARNING in args_out_of_range: Infinite loop.  Program 
may not stop.
     157  1500-010: (W) WARNING in args_out_of_range_3: Infinite loop.  Program 
may not stop.
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  doc.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  editfns.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  callint.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  eval.c
     988  1500-010: (W) WARNING in Fthrow: Infinite loop.  Program may not stop.
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  floatfns.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  fns.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  print.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  lread.c
     651  1500-010: (W) WARNING in Fload: Infinite loop.  Program may not stop.
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  abbrev.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  syntax.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  unexaix.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  mocklisp.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  bytecode.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  process.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  callproc.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  region-cache.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  doprnt.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  strftime.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  getloadavg.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  terminfo.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  lastfile.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  gmalloc.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  ralloc.c
        cc -c -ma -qmaxmem=4000 -D_BSD  -Demacs -DHAVE_CONFIG_H   -I. 
-I/usr/local/emacs-20.7/src -D_BSD -ma -qmaxmem=4000     -g -O  vm-limit.c
        cc -Demacs -DHAVE_CONFIG_H   -I. -I/usr/local/emacs-20.7/src -D_BSD -ma 
-qmaxmem=4000     -g -O   /usr/local/emacs-20.7/src/prefix-args.c -o prefix-args
        cc  -Wl,-bnodelcsect    -o temacs  dispnew.o frame.o scroll.o xdisp.o 
xmenu.o window.o  charset.o coding.o category.o ccl.o cm.o term.o xfaces.o 
xterm.o xfns.o xselect.o xrdb.o fontset.o  emacs.o keyboard.o macros.o keymap.o 
sysdep.o  buffer.o filelock.o insdel.o marker.o intervals.o textprop.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 print.o lread.o  abbrev.o syntax.o unexaix.o mocklisp.o 
bytecode.o  process.o callproc.o  region-cache.o  doprnt.o strftime.o  
getloadavg.o  terminfo.o lastfile.o gmalloc.o ralloc.o vm-limit.o       
../oldXMenu/libXMenu11.a   -lX11    -lrts -lIM -liconv -lcurses   -lm  
        rm -f ../etc/DOC
        ../lib-src/make-docfile -d /usr/local/emacs-20.7/src sunfns.o dosfns.o 
msdos.o intervals.o textprop.o  xterm.o xfns.o xmenu.o xselect.o xrdb.o 
dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o  charset.o coding.o 
category.o ccl.o cm.o term.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o 
 emacs.o keyboard.o macros.o keymap.o sysdep.o  buffer.o filelock.o insdel.o 
marker.o intervals.o textprop.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 print.o lread.o  abbrev.o syntax.o 
unexaix.o mocklisp.o bytecode.o  process.o callproc.o  region-cache.o  doprnt.o 
strftime.o  getloadavg.o  > ../etc/DOC
        ../lib-src/make-docfile -a ../etc/DOC -d /usr/local/emacs-20.7/src 
../lisp/facemenu.elc  ../lisp/float-sup.elc ../lisp/frame.elc  
../lisp/menu-bar.elc ../lisp/mouse.elc  ../lisp/select.elc 
../lisp/scroll-bar.elc  ../lisp/vmsproc.elc ../lisp/vms-patch.elc  
../lisp/ls-lisp.elc ../lisp/dos-fns.elc  ../lisp/w32-fns.elc 
../lisp/dos-w32.elc ../lisp/abbrev.elc  ../lisp/buff-menu.elc  
../lisp/byte-run.elc  ../lisp/cus-start.el  ../lisp/custom.elc  
../lisp/emacs-lisp/lisp-mode.elc  ../lisp/emacs-lisp/lisp.elc  
../lisp/faces.elc  ../lisp/files.elc  ../lisp/format.elc  ../lisp/help.elc  
../lisp/indent.elc  ../lisp/isearch.elc  ../lisp/loadup.el  ../lisp/loaddefs.el 
 ../lisp/bindings.el  ../lisp/map-ynp.elc  ../lisp/international/mule.elc  
../lisp/international/mule-conf.el  ../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/dev!
anagari.elc  ../lisp/language/english.elc  ../lisp/language/ethiopic.elc  
../lisp/language/european.elc  ../lisp/language/czech.elc  
../lisp/language/slovak.elc  ../lisp/language/romanian.elc  
../lisp/language/greek.elc  ../lisp/language/hebrew.elc  
../lisp/language/japanese.elc  ../lisp/language/korean.elc  
../lisp/language/lao.elc  ../lisp/language/thai.elc  
../lisp/language/tibetan.elc  ../lisp/language/vietnamese.elc  
../lisp/language/misc-lang.elc  ../lisp/paths.el  ../lisp/register.elc  
../lisp/replace.elc  ../lisp/simple.elc  ../lisp/startup.elc  ../lisp/subr.elc  
../lisp/textmodes/fill.elc  ../lisp/textmodes/page.elc  
../lisp/textmodes/paragraphs.elc  ../lisp/textmodes/text-mode.elc  
../lisp/vc-hooks.elc  ../lisp/ediff-hook.elc  ../lisp/widget.elc  
../lisp/window.elc  ../lisp/version.el
        ./temacs -batch -l loadup dump
Loading loadup (source)...
Using load-path (/usr/local/emacs-20.7/lisp)
Loading byte-run...
Loading subr...
Loading version.el (source)...
Loading map-ynp...
Loading widget...
Loading custom...
Loading cus-start (source)...
Loading international/mule...
Loading international/mule-conf.el (source)...
Loading format...
Loading bindings (source)...
Loading simple...
Loading help...
Loading files...
Loading international/mule-cmds...
Loading case-table...
Loading international/characters...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((6470 . 8204) (3520 . 0) (414 . 2) 12782 20228 (0 . 0) (0 . 0))
Loading loaddefs.el (source)...
((15205 . 12142) (4978 . 0) (421 . 7) 26486 21791 (2 . 0) (0 . 0))
Loading international/latin-1 (source)...
Loading international/latin-2 (source)...
Loading international/latin-3 (source)...
Loading international/latin-4 (source)...
Loading international/latin-5 (source)...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/devanagari...
Loading language/english...
Loading language/ethiopic...
Loading language/european...
Loading language/czech...
Loading language/slovak...
Loading language/romanian...
Loading language/greek...
Loading language/hebrew...
Loading language/japanese...
Loading language/korean...
Loading language/lao...
Loading language/thai...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang...
Loading indent...
Loading isearch...
Loading window...
Loading frame...
Loading faces...
Loading facemenu...
Loading mouse...
Loading scroll-bar...
Loading select...
((25225 . 6269) (6150 . 0) (426 . 46) 53260 35479 (3 . 1) (0 . 0))
Loading menu-bar...
Loading paths.el (source)...
Loading startup...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
((28706 . 3514) (6534 . 1) (429 . 43) 56564 49241 (3 . 1) (0 . 0))
Loading replace...
Loading abbrev...
Loading buff-menu...
Loading float-sup...
((29049 . 3171) (6680 . 0) (429 . 43) 57060 49629 (7 . 5) (0 . 0))
Loading vc-hooks...
Loading ediff-hook...
((30072 . 2148) (6820 . 0) (431 . 41) 57980 49646 (7 . 5) (0 . 0))
Finding pointers to doc strings...
Finding pointers to doc strings...done
Wrote /usr/local/emacs-20.7/lib-src/fns-20.7.1.el
Dumping under names emacs and emacs-20.7.1
501740 pure bytes used
        ./emacs -q -batch -f list-load-path-shadows
make: 1254-059 The signal code from the last command is 4.
make: 1254-005 Ignored error code 4 from last command.
Target "all" is up to date.
        cd leim; make all   CC='cc' CFLAGS='-g -O ' CPPFLAGS='-ma -qmaxmem=4000 
-D_BSD '  LDFLAGS='' MAKE='make'
Target "all" is up to date.
Target "all" is up to date.
# make install
        cd lib-src; make all   CC='cc' CFLAGS='-g -O ' CPPFLAGS='-ma 
-qmaxmem=4000 -D_BSD '  LDFLAGS='' MAKE='make'
Target "all" is up to date.
        cd src; make all   CC='cc' CFLAGS='-g -O ' CPPFLAGS='-ma -qmaxmem=4000 
-D_BSD '  LDFLAGS='' MAKE='make'
        cd ../oldXMenu/; make    CC='cc' CFLAGS='-g -O ' MAKE='make'  
"C_SWITCH_X_SITE="  "C_SWITCH_X_MACHINE="  "C_SWITCH_X_SYSTEM="  
"C_SWITCH_SITE="  "C_SWITCH_MACHINE=-D_BSD"  "C_SWITCH_SYSTEM=-ma -qmaxmem=4000"
Target "all" is up to date.
Target "all" is up to date.
        cd leim; make all   CC='cc' CFLAGS='-g -O ' CPPFLAGS='-ma -qmaxmem=4000 
-D_BSD '  LDFLAGS='' MAKE='make'
Target "all" is up to date.
        if [ -d /usr/local/share ]; then true; else  
/usr/local/emacs-20.7/mkinstalldirs /usr/local/share;  chmod a+r 
/usr/local/share; fi
        /usr/local/emacs-20.7/mkinstalldirs /usr/local/share/emacs/20.7/etc 
/usr/local/share/emacs/20.7/lisp /usr/local/info /usr/local/man/man1  
/usr/local/bin /usr/local/share/emacs/20.7/etc /usr/local/libexec  
/usr/local/share/emacs/site-lisp  /usr/local/share/emacs/20.7/site-lisp  `echo 
/usr/local/share/emacs/20.7/site-lisp:/usr/local/share/emacs/site-lisp:/usr/local/share/emacs/20.7/leim
 | sed 's/:/ /g'`
        set /usr/local/share/emacs/20.7/etc /usr/local/share/emacs/20.7/lisp ;  
for dir in /usr/local/emacs-20.7/etc /usr/local/emacs-20.7/lisp ; do  if [ `(cd 
$1 && /bin/pwd)` != `(cd ${dir} && /bin/pwd)` ] ; then  rm -rf $1 ;  fi ;  
shift ;  done
        set /usr/local/share/emacs/20.7/etc /usr/local/share/emacs/20.7/lisp ;  
mkdir /usr/local/share/emacs/20.7/etc /usr/local/share/emacs/20.7/lisp ;  chmod 
ugo+rx /usr/local/share/emacs/20.7/etc /usr/local/share/emacs/20.7/lisp ;  for 
dir in /usr/local/emacs-20.7/etc /usr/local/emacs-20.7/lisp ; do  dest=$1 ; 
shift ;  [ -d ${dir} ]  && [ `(cd ${dir} && /bin/pwd)` != `(cd ${dest} && 
/bin/pwd)` ]  && (echo "Copying ${dir} to ${dest}..." ;  (cd ${dir}; tar -cf - 
. )  |(cd ${dest};umask 022; tar -xvf - && cat > /dev/null);  for subdir in 
`find ${dest} -type d ! -name RCS -print` ; do  chmod a+rx ${subdir} ;  rm -rf 
${subdir}/RCS ;  rm -rf ${subdir}/CVS ;  rm -f  ${subdir}/\#* ;  rm -f  
${subdir}/.\#* ;  rm -f  ${subdir}/*~ ;  rm -f  ${subdir}/*.orig ;  rm -f  
${subdir}/[mM]akefile* ;  rm -f  ${subdir}/ChangeLog* ;  rm -f  
${subdir}/dired.todo ;  done) ;  done
Copying /usr/local/emacs-20.7/etc to /usr/local/share/emacs/20.7/etc...
x .
x ./e
x ./e/eterm, 1205 bytes, 3 media blocks.
x ./e/eterm.ti, 671 bytes, 2 media blocks.
x ./3B-MAXMEM, 1913 bytes, 4 media blocks.
x ./COPYING, 17992 bytes, 36 media blocks.
x ./AIX.DUMP, 11361 bytes, 23 media blocks.
x ./BABYL, 5278 bytes, 11 media blocks.
x ./CENSORSHIP, 4244 bytes, 9 media blocks.
x ./CHARSETS, 3315 bytes, 7 media blocks.
x ./CODINGS, 12794 bytes, 25 media blocks.
x ./COOKIES, 4976 bytes, 10 media blocks.
x ./ChangeLog, 30050 bytes, 59 media blocks.
x ./DEBUG, 5595 bytes, 11 media blocks.
x ./DISTRIB, 5419 bytes, 11 media blocks.
x ./FAQ, 146202 bytes, 286 media blocks.
x ./FTP, 9296 bytes, 19 media blocks.
x ./GNU, 26334 bytes, 52 media blocks.
x ./HELLO, 2070 bytes, 5 media blocks.
x ./INTERVIEW, 24748 bytes, 49 media blocks.
x ./JOKES, 12113 bytes, 24 media blocks.
x ./LEDIT, 3048 bytes, 6 media blocks.
x ./LINUX-GNU, 5870 bytes, 12 media blocks.
x ./LNEWS, 133116 bytes, 260 media blocks.
x ./LPF, 5007 bytes, 10 media blocks.
x ./MACHINES, 55014 bytes, 108 media blocks.
x ./MAILINGLISTS, 60574 bytes, 119 media blocks.
x ./MH-E-NEWS, 5653 bytes, 12 media blocks.
x ./MH-E-ONEWS, 7141 bytes, 14 media blocks.
x ./MORE.STUFF, 7611 bytes, 15 media blocks.
x ./MOTIVATION, 8791 bytes, 18 media blocks.
x ./Makefile, 810 bytes, 2 media blocks.
x ./NEWS, 206639 bytes, 404 media blocks.
x ./ONEWS, 242697 bytes, 475 media blocks.
x ./OONEWS, 66900 bytes, 131 media blocks.
x ./OOONEWS, 63475 bytes, 124 media blocks.
x ./OOOONEWS, 51237 bytes, 101 media blocks.
x ./OOOOONEWS, 47927 bytes, 94 media blocks.
x ./ORDERS, 153368 bytes, 300 media blocks.
x ./ORDERS.EUROPE, 7121 bytes, 14 media blocks.
x ./ORDERS.JAPAN, 8674 bytes, 17 media blocks.
x ./OTHER.EMACSES, 40784 bytes, 80 media blocks.
x ./PROBLEMS, 89148 bytes, 175 media blocks.
x ./README, 342 bytes, 1 media blocks.
x ./SERVICE, 45248 bytes, 89 media blocks.
x ./SUN-SUPPORT, 8600 bytes, 17 media blocks.
x ./TERMS, 9269 bytes, 19 media blocks.
x ./TODO, 1716 bytes, 4 media blocks.
x ./TUTORIAL, 42982 bytes, 84 media blocks.
x ./TUTORIAL.cs, 41838 bytes, 82 media blocks.
x ./TUTORIAL.de, 63592 bytes, 125 media blocks.
x ./TUTORIAL.ja, 46579 bytes, 91 media blocks.
x ./TUTORIAL.ko, 73844 bytes, 145 media blocks.
x ./TUTORIAL.nl, 48734 bytes, 96 media blocks.
x ./ctags.1, 17 bytes, 1 media blocks.
x ./TUTORIAL.pl, 49820 bytes, 98 media blocks.
x ./TUTORIAL.ro, 47339 bytes, 93 media blocks.
x ./TUTORIAL.sl, 43347 bytes, 85 media blocks.
x ./TUTORIAL.th, 163914 bytes, 321 media blocks.
x ./WHY-FREE, 11482 bytes, 23 media blocks.
x ./Xkeymap.txt, 9943 bytes, 20 media blocks.
x ./celibacy.1, 184 bytes, 1 media blocks.
x ./condom.1, 5113 bytes, 10 media blocks.
x ./copying.paper, 41101 bytes, 81 media blocks.
x ./echo.msg, 3392 bytes, 7 media blocks.
x ./edt-user.doc, 38804 bytes, 76 media blocks.
x ./emacs.1, 13783 bytes, 27 media blocks.
x ./emacs.bash, 1285 bytes, 3 media blocks.
x ./emacs.csh, 1210 bytes, 3 media blocks.
x ./etags.1, 8748 bytes, 18 media blocks.
x ./emacs.icon, 1933 bytes, 4 media blocks.
x ./emacs.xbm, 2707 bytes, 6 media blocks.
x ./emacstool.1, 4945 bytes, 10 media blocks.
x ./enriched.doc, 10209 bytes, 20 media blocks.
x ./future-bug, 1576 bytes, 4 media blocks.
x ./gnu.xpm, 3182 bytes, 7 media blocks.
x ./gnus-tut.txt, 10680 bytes, 21 media blocks.
x ./ledit.l, 4843 bytes, 10 media blocks.
x ./rgb.txt, 19051 bytes, 38 media blocks.
x ./ms-7bkermit, 9426 bytes, 19 media blocks.
x ./ms-kermit, 3931 bytes, 8 media blocks.
x ./news.texi, 136336 bytes, 267 media blocks.
x ./refcard.bit, 5 bytes, 1 media blocks.
x ./sex.6, 2418 bytes, 5 media blocks.
x ./refcard.ps, 147230 bytes, 288 media blocks.
x ./refcard.tex, 20245 bytes, 40 media blocks.
x ./spook.lines, 950 bytes, 2 media blocks.
x ./tasks.texi, 22216 bytes, 44 media blocks.
x ./termcap.src, 403788 bytes, 789 media blocks.
x ./ulimit.hack, 1221 bytes, 3 media blocks.
x ./vipcard.tex, 21659 bytes, 43 media blocks.
x ./viperCard.tex, 23925 bytes, 47 media blocks.
x ./yow.lines, 52345 bytes, 103 media blocks.
x ./DOC, 1132076 bytes, 2212 media blocks.
x ./DOC-20.7.1, 1132076 bytes, 2212 media blocks.
Copying /usr/local/emacs-20.7/lisp to /usr/local/share/emacs/20.7/lisp...
x .
x ./abbrev.el, 11035 bytes, 22 media blocks.
x ./abbrevlist.el, 1828 bytes, 4 media blocks.
x ./add-log.el, 26587 bytes, 52 media blocks.
x ./allout.el, 171294 bytes, 335 media blocks.
x ./ange-ftp.el, 217141 bytes, 425 media blocks.
x ./apropos.el, 23280 bytes, 46 media blocks.
x ./arc-mode.el, 63970 bytes, 125 media blocks.
x ./array.el, 34403 bytes, 68 media blocks.
x ./autoinsert.el, 11006 bytes, 22 media blocks.
x ./autorevert.el, 12506 bytes, 25 media blocks.
x ./avoid.el, 15908 bytes, 32 media blocks.
x ./battery.el, 10226 bytes, 20 media blocks.
x ./bindings.el, 26340 bytes, 52 media blocks.
x ./bookmark.el, 82666 bytes, 162 media blocks.
x ./browse-url.el, 40959 bytes, 80 media blocks.
x ./buff-menu.el, 20555 bytes, 41 media blocks.
x ./byte-run.el, 6187 bytes, 13 media blocks.
x ./case-table.el, 4681 bytes, 10 media blocks.
x ./cdl.el, 1661 bytes, 4 media blocks.
x ./chistory.el, 6893 bytes, 14 media blocks.
x ./cmuscheme.el, 18178 bytes, 36 media blocks.
x ./comint.el, 102788 bytes, 201 media blocks.
x ./compare-w.el, 5732 bytes, 12 media blocks.
x ./complete.el, 32658 bytes, 64 media blocks.
x ./completion.el, 95983 bytes, 188 media blocks.
x ./cus-dep.el, 5783 bytes, 12 media blocks.
x ./cus-edit.el, 112523 bytes, 220 media blocks.
x ./cus-face.el, 5443 bytes, 11 media blocks.
x ./cus-load.el, 33927 bytes, 67 media blocks.
x ./cus-start.el, 9073 bytes, 18 media blocks.
x ./custom.el, 16121 bytes, 32 media blocks.
x ./dabbrev.el, 34672 bytes, 68 media blocks.
x ./calendar
x ./calendar/appt.el, 21415 bytes, 42 media blocks.
x ./calendar/cal-china.el, 23486 bytes, 46 media blocks.
x ./calendar/cal-coptic.el, 9878 bytes, 20 media blocks.
x ./calendar/cal-dst.el, 17008 bytes, 34 media blocks.
x ./calendar/cal-french.el, 10787 bytes, 22 media blocks.
x ./calendar/cal-hebrew.el, 56142 bytes, 110 media blocks.
x ./calendar/cal-islam.el, 22442 bytes, 44 media blocks.
x ./calendar/cal-iso.el, 5492 bytes, 11 media blocks.
x ./calendar/cal-julian.el, 8559 bytes, 17 media blocks.
x ./calendar/cal-mayan.el, 15504 bytes, 31 media blocks.
x ./calendar/cal-menu.el, 24797 bytes, 49 media blocks.
x ./calendar/cal-move.el, 11995 bytes, 24 media blocks.
x ./calendar/cal-persia.el, 8683 bytes, 17 media blocks.
x ./calendar/cal-tex.el, 65027 bytes, 128 media blocks.
x ./calendar/cal-x.el, 6985 bytes, 14 media blocks.
x ./calendar/calendar.el, 102431 bytes, 201 media blocks.
x ./calendar/diary-lib.el, 66731 bytes, 131 media blocks.
x ./calendar/holidays.el, 20746 bytes, 41 media blocks.
x ./calendar/lunar.el, 16526 bytes, 33 media blocks.
x ./calendar/solar.el, 44234 bytes, 87 media blocks.
x ./calendar/appt.elc, 11296 bytes, 23 media blocks.
x ./calendar/cal-china.elc, 16603 bytes, 33 media blocks.
x ./calendar/cal-coptic.elc, 8103 bytes, 16 media blocks.
x ./calendar/cal-dst.elc, 13171 bytes, 26 media blocks.
x ./calendar/cal-french.elc, 8142 bytes, 16 media blocks.
x ./calendar/cal-hebrew.elc, 39607 bytes, 78 media blocks.
x ./calendar/cal-islam.elc, 16383 bytes, 32 media blocks.
x ./calendar/cal-iso.elc, 4382 bytes, 9 media blocks.
x ./calendar/cal-julian.elc, 7411 bytes, 15 media blocks.
x ./calendar/cal-mayan.elc, 13925 bytes, 28 media blocks.
x ./calendar/cal-menu.elc, 19385 bytes, 38 media blocks.
x ./calendar/cal-move.elc, 9463 bytes, 19 media blocks.
x ./calendar/cal-persia.elc, 5718 bytes, 12 media blocks.
x ./calendar/cal-tex.elc, 60025 bytes, 118 media blocks.
x ./calendar/cal-x.elc, 4904 bytes, 10 media blocks.
x ./calendar/calendar.elc, 92835 bytes, 182 media blocks.
x ./calendar/diary-lib.elc, 52053 bytes, 102 media blocks.
x ./calendar/holidays.elc, 14944 bytes, 30 media blocks.
x ./calendar/lunar.elc, 10718 bytes, 21 media blocks.
x ./calendar/solar.elc, 33211 bytes, 65 media blocks.
x ./delsel.el, 5752 bytes, 12 media blocks.
x ./derived.el, 13768 bytes, 27 media blocks.
x ./desktop.el, 23213 bytes, 46 media blocks.
x ./diff.el, 11074 bytes, 22 media blocks.
x ./dired-aux.el, 73488 bytes, 144 media blocks.
x ./dired-x.el, 66213 bytes, 130 media blocks.
x ./dired.el, 104355 bytes, 204 media blocks.
x ./dirtrack.el, 11606 bytes, 23 media blocks.
x ./disp-table.el, 9689 bytes, 19 media blocks.
x ./dos-fns.el, 5269 bytes, 11 media blocks.
x ./dos-vars.el, 1535 bytes, 3 media blocks.
x ./dos-w32.el, 17240 bytes, 34 media blocks.
x ./double.el, 6417 bytes, 13 media blocks.
x ./env.el, 3587 bytes, 8 media blocks.
x ./ebuff-menu.el, 10246 bytes, 21 media blocks.
x ./echistory.el, 6462 bytes, 13 media blocks.
x ./ediff-diff.el, 45331 bytes, 89 media blocks.
x ./ediff-help.el, 13271 bytes, 26 media blocks.
x ./ediff-hook.el, 13342 bytes, 27 media blocks.
x ./ediff-init.el, 66325 bytes, 130 media blocks.
x ./ediff-merg.el, 11489 bytes, 23 media blocks.
x ./ediff-mult.el, 77247 bytes, 151 media blocks.
x ./ediff-ptch.el, 25723 bytes, 51 media blocks.
x ./ediff-util.el, 135568 bytes, 265 media blocks.
x ./ediff-vers.el, 13115 bytes, 26 media blocks.
x ./ediff-wind.el, 45728 bytes, 90 media blocks.
x ./ediff.el, 46387 bytes, 91 media blocks.
x ./edmacro.el, 26739 bytes, 53 media blocks.
x ./ehelp.el, 15468 bytes, 31 media blocks.
x ./electric.el, 6555 bytes, 13 media blocks.
x ./emacs-lock.el, 4150 bytes, 9 media blocks.
x ./emerge.el, 122191 bytes, 239 media blocks.
x ./enriched.el, 16126 bytes, 32 media blocks.
x ./expand.el, 14309 bytes, 28 media blocks.
x ./facemenu.el, 27333 bytes, 54 media blocks.
x ./faces.el, 64608 bytes, 127 media blocks.
x ./ffap.el, 63256 bytes, 124 media blocks.
x ./fast-lock.el, 37901 bytes, 75 media blocks.
x ./filecache.el, 21797 bytes, 43 media blocks.
x ./files.el, 134157 bytes, 263 media blocks.
x ./find-dired.el, 8424 bytes, 17 media blocks.
x ./find-file.el, 33036 bytes, 65 media blocks.
x ./find-gc.el, 5224 bytes, 11 media blocks.
x ./finder-inf.el, 52737 bytes, 104 media blocks.
x ./finder.el, 11694 bytes, 23 media blocks.
x ./float-sup.el, 2164 bytes, 5 media blocks.
x ./flow-ctrl.el, 5101 bytes, 10 media blocks.
x ./foldout.el, 20393 bytes, 40 media blocks.
x ./follow.el, 80201 bytes, 157 media blocks.
x ./font-lock.el, 124473 bytes, 244 media blocks.
x ./format.el, 39258 bytes, 77 media blocks.
x ./forms-d2.el, 2225 bytes, 5 media blocks.
x ./forms-pass.el, 572 bytes, 2 media blocks.
x ./forms.el, 69446 bytes, 136 media blocks.
x ./frame.el, 31320 bytes, 62 media blocks.
x ./generic-x.el, 32815 bytes, 65 media blocks.
x ./generic.el, 20691 bytes, 41 media blocks.
x ./goto-addr.el, 9544 bytes, 19 media blocks.
x ./gud.el, 94257 bytes, 185 media blocks.
x ./help-macro.el, 7478 bytes, 15 media blocks.
x ./help.el, 47756 bytes, 94 media blocks.
x ./hexl.el, 30366 bytes, 60 media blocks.
x ./hilit-chg.el, 41617 bytes, 82 media blocks.
x ./hilit19.el, 62494 bytes, 123 media blocks.
x ./hippie-exp.el, 43739 bytes, 86 media blocks.
x ./hscroll.el, 8978 bytes, 18 media blocks.
x ./icomplete.el, 14039 bytes, 28 media blocks.
x ./ielm.el, 17862 bytes, 35 media blocks.
x ./imenu.el, 37584 bytes, 74 media blocks.
x ./indent.el, 17636 bytes, 35 media blocks.
x ./inf-lisp.el, 26258 bytes, 52 media blocks.
x ./info-look.el, 26490 bytes, 52 media blocks.
x ./vc.el, 139042 bytes, 272 media blocks.
x ./informat.el, 16891 bytes, 33 media blocks.
x ./isearch.el, 63887 bytes, 125 media blocks.
x ./ispell.el, 116156 bytes, 227 media blocks.
x ./iswitchb.el, 43166 bytes, 85 media blocks.
x ./jka-compr.el, 29992 bytes, 59 media blocks.
x ./kermit.el, 6589 bytes, 13 media blocks.
x ./lazy-lock.el, 55299 bytes, 109 media blocks.
x ./ledit.el, 5006 bytes, 10 media blocks.
x ./loaddefs.el, 610277 bytes, 1192 media blocks.
x ./loadhist.el, 6869 bytes, 14 media blocks.
x ./loadup.el, 9965 bytes, 20 media blocks.
x ./locate.el, 13213 bytes, 26 media blocks.
x ./lpr.el, 8958 bytes, 18 media blocks.
x ./ls-lisp.el, 11671 bytes, 23 media blocks.
x ./macros.el, 10309 bytes, 21 media blocks.
x ./makesum.el, 3747 bytes, 8 media blocks.
x ./man.el, 41308 bytes, 81 media blocks.
x ./map-ynp.el, 9120 bytes, 18 media blocks.
x ./menu-bar.el, 31976 bytes, 63 media blocks.
x ./midnight.el, 10242 bytes, 21 media blocks.
x ./misc.el, 2126 bytes, 5 media blocks.
x ./mldrag.el, 9042 bytes, 18 media blocks.
x ./mouse-copy.el, 8837 bytes, 18 media blocks.
x ./mouse-drag.el, 13528 bytes, 27 media blocks.
x ./mouse-sel.el, 26718 bytes, 53 media blocks.
x ./mouse.el, 77381 bytes, 152 media blocks.
x ./msb.el, 38135 bytes, 75 media blocks.
x ./net-utils.el, 19889 bytes, 39 media blocks.
x ./novice.el, 5158 bytes, 11 media blocks.
x ./options.el, 4929 bytes, 10 media blocks.
x ./paren.el, 7909 bytes, 16 media blocks.
x ./patcomp.el, 608 bytes, 2 media blocks.
x ./paths.el, 6973 bytes, 14 media blocks.
x ./ph.el, 38164 bytes, 75 media blocks.
x ./ps-bdf.el, 16189 bytes, 32 media blocks.
x ./ps-mule.el, 42569 bytes, 84 media blocks.
x ./ps-print.el, 154333 bytes, 302 media blocks.
x ./rect.el, 10737 bytes, 21 media blocks.
x ./rcompile.el, 6911 bytes, 14 media blocks.
x ./regi.el, 8793 bytes, 18 media blocks.
x ./register.el, 11037 bytes, 22 media blocks.
x ./repeat.el, 16989 bytes, 34 media blocks.
x ./replace.el, 34454 bytes, 68 media blocks.
x ./reposition.el, 7450 bytes, 15 media blocks.
x ./resume.el, 4712 bytes, 10 media blocks.
x ./rlogin.el, 13583 bytes, 27 media blocks.
x ./rot13.el, 2298 bytes, 5 media blocks.
x ./rsz-mini.el, 11065 bytes, 22 media blocks.
x ./s-region.el, 4616 bytes, 10 media blocks.
x ./saveplace.el, 9319 bytes, 19 media blocks.
x ./scroll-all.el, 4204 bytes, 9 media blocks.
x ./scroll-bar.el, 10794 bytes, 22 media blocks.
x ./select.el, 10811 bytes, 22 media blocks.
x ./server.el, 19550 bytes, 39 media blocks.
x ./shadowfile.el, 31376 bytes, 62 media blocks.
x ./shell.el, 38608 bytes, 76 media blocks.
x ./simple.el, 155916 bytes, 305 media blocks.
x ./textmodes
x ./textmodes/bib-mode.el, 7524 bytes, 15 media blocks.
x ./textmodes/bibtex.el, 158890 bytes, 311 media blocks.
x ./textmodes/fill.el, 45592 bytes, 90 media blocks.
x ./textmodes/flyspell.el, 50776 bytes, 100 media blocks.
x ./textmodes/makeinfo.el, 9119 bytes, 18 media blocks.
x ./textmodes/nroff-mode.el, 9933 bytes, 20 media blocks.
x ./textmodes/ooutline.el, 21331 bytes, 42 media blocks.
x ./textmodes/outline.el, 25950 bytes, 51 media blocks.
x ./textmodes/page-ext.el, 29393 bytes, 58 media blocks.
x ./textmodes/page.el, 5441 bytes, 11 media blocks.
x ./textmodes/paragraphs.el, 15517 bytes, 31 media blocks.
x ./textmodes/picture.el, 30625 bytes, 60 media blocks.
x ./textmodes/refbib.el, 24070 bytes, 48 media blocks.
x ./textmodes/refer.el, 17138 bytes, 34 media blocks.
x ./textmodes/reftex.el, 281964 bytes, 551 media blocks.
x ./textmodes/scribe.el, 11426 bytes, 23 media blocks.
x ./textmodes/sgml-mode.el, 45816 bytes, 90 media blocks.
x ./textmodes/spell.el, 5284 bytes, 11 media blocks.
x ./textmodes/tex-mode.el, 55590 bytes, 109 media blocks.
x ./textmodes/texinfmt.el, 154685 bytes, 303 media blocks.
x ./textmodes/texinfo.el, 32446 bytes, 64 media blocks.
x ./textmodes/texnfo-upd.el, 74135 bytes, 145 media blocks.
x ./textmodes/text-mode.el, 6448 bytes, 13 media blocks.
x ./textmodes/two-column.el, 23293 bytes, 46 media blocks.
x ./textmodes/underline.el, 2168 bytes, 5 media blocks.
x ./textmodes/bib-mode.elc, 6478 bytes, 13 media blocks.
x ./textmodes/bibtex.elc, 102331 bytes, 200 media blocks.
x ./textmodes/fill.elc, 26853 bytes, 53 media blocks.
x ./textmodes/flyspell.elc, 27984 bytes, 55 media blocks.
x ./textmodes/makeinfo.elc, 4877 bytes, 10 media blocks.
x ./textmodes/nroff-mode.elc, 6611 bytes, 13 media blocks.
x ./textmodes/ooutline.elc, 17090 bytes, 34 media blocks.
x ./textmodes/outline.elc, 20244 bytes, 40 media blocks.
x ./textmodes/page-ext.elc, 14401 bytes, 29 media blocks.
x ./textmodes/page.elc, 3201 bytes, 7 media blocks.
x ./textmodes/paragraphs.elc, 10562 bytes, 21 media blocks.
x ./textmodes/picture.elc, 25888 bytes, 51 media blocks.
x ./textmodes/refbib.elc, 18304 bytes, 36 media blocks.
x ./textmodes/refer.elc, 9301 bytes, 19 media blocks.
x ./textmodes/reftex.elc, 195614 bytes, 383 media blocks.
x ./textmodes/scribe.elc, 8983 bytes, 18 media blocks.
x ./textmodes/sgml-mode.elc, 48097 bytes, 94 media blocks.
x ./textmodes/spell.elc, 3814 bytes, 8 media blocks.
x ./textmodes/tex-mode.elc, 44043 bytes, 87 media blocks.
x ./textmodes/texinfmt.elc, 80683 bytes, 158 media blocks.
x ./textmodes/texinfo.elc, 26767 bytes, 53 media blocks.
x ./textmodes/texnfo-upd.elc, 46444 bytes, 91 media blocks.
x ./textmodes/text-mode.elc, 5410 bytes, 11 media blocks.
x ./textmodes/two-column.elc, 12802 bytes, 26 media blocks.
x ./textmodes/underline.elc, 1417 bytes, 3 media blocks.
x ./term
x ./term/AT386.el, 2236 bytes, 5 media blocks.
x ./term/apollo.el, 26 bytes, 1 media blocks.
x ./term/bg-mouse.el, 11153 bytes, 22 media blocks.
x ./term/bobcat.el, 96 bytes, 1 media blocks.
x ./term/internal.el, 16690 bytes, 33 media blocks.
x ./term/iris-ansi.el, 10032 bytes, 20 media blocks.
x ./term/keyswap.el, 1292 bytes, 3 media blocks.
x ./term/linux.el, 422 bytes, 1 media blocks.
x ./term/lk201.el, 2926 bytes, 6 media blocks.
x ./term/news.el, 2724 bytes, 6 media blocks.
x ./term/pc-win.el, 19194 bytes, 38 media blocks.
x ./term/sun-mouse.el, 24614 bytes, 49 media blocks.
x ./term/sun.el, 9911 bytes, 20 media blocks.
x ./term/sup-mouse.el, 6034 bytes, 12 media blocks.
x ./term/tvi970.el, 4288 bytes, 9 media blocks.
x ./term/vt100.el, 2112 bytes, 5 media blocks.
x ./term/vt102.el, 26 bytes, 1 media blocks.
x ./term/vt125.el, 26 bytes, 1 media blocks.
x ./term/vt200.el, 220 bytes, 1 media blocks.
x ./term/vt201.el, 221 bytes, 1 media blocks.
x ./term/vt220.el, 221 bytes, 1 media blocks.
x ./term/vt240.el, 220 bytes, 1 media blocks.
x ./term/vt300.el, 99 bytes, 1 media blocks.
x ./term/vt320.el, 99 bytes, 1 media blocks.
x ./term/vt400.el, 99 bytes, 1 media blocks.
x ./term/vt420.el, 99 bytes, 1 media blocks.
x ./term/w32-win.el, 33093 bytes, 65 media blocks.
x ./term/wyse50.el, 4859 bytes, 10 media blocks.
x ./term/x-win.el, 25458 bytes, 50 media blocks.
x ./term/xterm.el, 1850 bytes, 4 media blocks.
x ./term/apollo.elc, 618 bytes, 2 media blocks.
x ./term/bg-mouse.elc, 7804 bytes, 16 media blocks.
x ./term/news.elc, 1366 bytes, 3 media blocks.
x ./term/pc-win.elc, 13209 bytes, 26 media blocks.
x ./term/sun-mouse.elc, 19423 bytes, 38 media blocks.
x ./term/sun.elc, 6670 bytes, 14 media blocks.
x ./term/sup-mouse.elc, 4315 bytes, 9 media blocks.
x ./term/tvi970.elc, 2594 bytes, 6 media blocks.
x ./term/vt100.elc, 1167 bytes, 3 media blocks.
x ./term/vt200.elc, 713 bytes, 2 media blocks.
x ./term/w32-win.elc, 20739 bytes, 41 media blocks.
x ./term/wyse50.elc, 2302 bytes, 5 media blocks.
x ./term/x-win.elc, 15634 bytes, 31 media blocks.
x ./term/xterm.elc, 1302 bytes, 3 media blocks.
x ./term/README, 8428 bytes, 17 media blocks.
x ./skeleton.el, 22893 bytes, 45 media blocks.
x ./snmp-mode.el, 24283 bytes, 48 media blocks.
x ./sort.el, 19469 bytes, 39 media blocks.
x ./soundex.el, 2809 bytes, 6 media blocks.
x ./speedbar.el, 149721 bytes, 293 media blocks.
x ./subr.el, 47263 bytes, 93 media blocks.
x ./startup.el, 46418 bytes, 91 media blocks.
x ./strokes.el, 50711 bytes, 100 media blocks.
x ./subdirs.el, 255 bytes, 1 media blocks.
x ./sun-curs.el, 6951 bytes, 14 media blocks.
x ./sun-fns.el, 22902 bytes, 45 media blocks.
x ./tabify.el, 2926 bytes, 6 media blocks.
x ./talk.el, 3742 bytes, 8 media blocks.
x ./tar-mode.el, 51291 bytes, 101 media blocks.
x ./tcp.el, 2842 bytes, 6 media blocks.
x ./telnet.el, 10125 bytes, 20 media blocks.
x ./tempo.el, 26809 bytes, 53 media blocks.
x ./term.el, 159845 bytes, 313 media blocks.
x ./terminal.el, 45329 bytes, 89 media blocks.
x ./thingatpt.el, 13418 bytes, 27 media blocks.
x ./time-stamp.el, 24187 bytes, 48 media blocks.
x ./time.el, 9733 bytes, 20 media blocks.
x ./timer.el, 16453 bytes, 33 media blocks.
x ./timezone.el, 15307 bytes, 30 media blocks.
x ./tmm.el, 19400 bytes, 38 media blocks.
x ./type-break.el, 42765 bytes, 84 media blocks.
x ./uncompress.el, 4276 bytes, 9 media blocks.
x ./uniquify.el, 17966 bytes, 36 media blocks.
x ./unused.el, 1323 bytes, 3 media blocks.
x ./userlock.el, 5735 bytes, 12 media blocks.
x ./vc-hooks.el, 50011 bytes, 98 media blocks.
x ./view.el, 40816 bytes, 80 media blocks.
x ./vcursor.el, 46729 bytes, 92 media blocks.
x ./version.el, 2827 bytes, 6 media blocks.
x ./vms-patch.el, 6868 bytes, 14 media blocks.
x ./vmsproc.el, 5078 bytes, 10 media blocks.
x ./vt-control.el, 3371 bytes, 7 media blocks.
x ./vt100-led.el, 1990 bytes, 4 media blocks.
x ./w32-fns.el, 12667 bytes, 25 media blocks.
x ./webjump.el, 16392 bytes, 33 media blocks.
x ./which-func.el, 7649 bytes, 15 media blocks.
x ./wid-browse.el, 9108 bytes, 18 media blocks.
x ./wid-edit.el, 118232 bytes, 231 media blocks.
x ./widget.el, 3498 bytes, 7 media blocks.
x ./window.el, 13883 bytes, 28 media blocks.
x ./winner.el, 10592 bytes, 21 media blocks.
x ./x-apollo.el, 3748 bytes, 8 media blocks.
x ./x-menu.el, 5135 bytes, 11 media blocks.
x ./xscheme.el, 31497 bytes, 62 media blocks.
x ./xt-mouse.el, 6152 bytes, 13 media blocks.
x ./zone-mode.el, 3895 bytes, 8 media blocks.
x ./abbrev.elc, 9820 bytes, 20 media blocks.
x ./cdl.elc, 1275 bytes, 3 media blocks.
x ./add-log.elc, 16583 bytes, 33 media blocks.
x ./env.elc, 2550 bytes, 5 media blocks.
x ./abbrevlist.elc, 1134 bytes, 3 media blocks.
x ./allout.elc, 119288 bytes, 233 media blocks.
x ./ange-ftp.elc, 109725 bytes, 215 media blocks.
x ./apropos.elc, 15817 bytes, 31 media blocks.
x ./arc-mode.elc, 45911 bytes, 90 media blocks.
x ./array.elc, 26130 bytes, 52 media blocks.
x ./auto-show.elc, 3285 bytes, 7 media blocks.
x ./autoinsert.elc, 8463 bytes, 17 media blocks.
x ./autorevert.elc, 9185 bytes, 18 media blocks.
x ./avoid.elc, 9868 bytes, 20 media blocks.
x ./battery.elc, 8209 bytes, 17 media blocks.
x ./bookmark.elc, 58036 bytes, 114 media blocks.
x ./browse-url.elc, 28315 bytes, 56 media blocks.
x ./buff-menu.elc, 14837 bytes, 29 media blocks.
x ./byte-run.elc, 2804 bytes, 6 media blocks.
x ./case-table.elc, 3806 bytes, 8 media blocks.
x ./chistory.elc, 5684 bytes, 12 media blocks.
x ./cmuscheme.elc, 13295 bytes, 26 media blocks.
x ./comint.elc, 66663 bytes, 131 media blocks.
x ./compare-w.elc, 3461 bytes, 7 media blocks.
x ./complete.elc, 19563 bytes, 39 media blocks.
x ./completion.elc, 43792 bytes, 86 media blocks.
x ./cus-dep.elc, 4344 bytes, 9 media blocks.
x ./cus-edit.elc, 92745 bytes, 182 media blocks.
x ./cus-face.elc, 4123 bytes, 9 media blocks.
x ./custom.elc, 12884 bytes, 26 media blocks.
x ./dabbrev.elc, 18591 bytes, 37 media blocks.
x ./delsel.elc, 3589 bytes, 8 media blocks.
x ./derived.elc, 7906 bytes, 16 media blocks.
x ./desktop.elc, 14623 bytes, 29 media blocks.
x ./diff.elc, 6869 bytes, 14 media blocks.
x ./dired-aux.elc, 47756 bytes, 94 media blocks.
x ./dired-x.elc, 38412 bytes, 76 media blocks.
x ./dired.elc, 74286 bytes, 146 media blocks.
x ./dirtrack.elc, 5890 bytes, 12 media blocks.
x ./disp-table.elc, 7482 bytes, 15 media blocks.
x ./dos-fns.elc, 3530 bytes, 7 media blocks.
x ./dos-vars.elc, 1263 bytes, 3 media blocks.
x ./dos-w32.elc, 10900 bytes, 22 media blocks.
x ./double.elc, 3716 bytes, 8 media blocks.
x ./ebuff-menu.elc, 8504 bytes, 17 media blocks.
x ./echistory.elc, 4963 bytes, 10 media blocks.
x ./ediff-diff.elc, 29642 bytes, 58 media blocks.
x ./ediff-help.elc, 11846 bytes, 24 media blocks.
x ./ediff-hook.elc, 10274 bytes, 21 media blocks.
x ./ediff-init.elc, 65954 bytes, 129 media blocks.
x ./ediff-merg.elc, 18795 bytes, 37 media blocks.
x ./ediff-mult.elc, 53384 bytes, 105 media blocks.
x ./ediff-ptch.elc, 16359 bytes, 32 media blocks.
x ./ediff-util.elc, 109148 bytes, 214 media blocks.
x ./ediff-vers.elc, 7057 bytes, 14 media blocks.
x ./ediff-wind.elc, 31398 bytes, 62 media blocks.
x ./ediff.elc, 30751 bytes, 61 media blocks.
x ./edmacro.elc, 20303 bytes, 40 media blocks.
x ./ehelp.elc, 10535 bytes, 21 media blocks.
x ./electric.elc, 3133 bytes, 7 media blocks.
x ./emacs-lock.elc, 2836 bytes, 6 media blocks.
x ./emerge.elc, 82900 bytes, 162 media blocks.
x ./enriched.elc, 11400 bytes, 23 media blocks.
x ./expand.elc, 9581 bytes, 19 media blocks.
x ./facemenu.elc, 20370 bytes, 40 media blocks.
x ./faces.elc, 47453 bytes, 93 media blocks.
x ./fast-lock.elc, 18436 bytes, 37 media blocks.
x ./ffap.elc, 42058 bytes, 83 media blocks.
x ./filecache.elc, 12147 bytes, 24 media blocks.
x ./files.elc, 96734 bytes, 189 media blocks.
x ./find-dired.elc, 5306 bytes, 11 media blocks.
x ./gud.elc, 57356 bytes, 113 media blocks.
x ./find-file.elc, 18078 bytes, 36 media blocks.
x ./find-gc.elc, 3179 bytes, 7 media blocks.
x ./finder-inf.elc, 41046 bytes, 81 media blocks.
x ./finder.elc, 9578 bytes, 19 media blocks.
x ./float-sup.elc, 1398 bytes, 3 media blocks.
x ./flow-ctrl.elc, 2487 bytes, 5 media blocks.
x ./foldout.elc, 7503 bytes, 15 media blocks.
x ./follow.elc, 40833 bytes, 80 media blocks.
x ./font-lock.elc, 70871 bytes, 139 media blocks.
x ./format.elc, 25628 bytes, 51 media blocks.
x ./forms.elc, 36311 bytes, 71 media blocks.
x ./frame.elc, 21100 bytes, 42 media blocks.
x ./generic.elc, 13355 bytes, 27 media blocks.
x ./goto-addr.elc, 6616 bytes, 13 media blocks.
x ./help-macro.elc, 4186 bytes, 9 media blocks.
x ./help.elc, 39048 bytes, 77 media blocks.
x ./hexl.elc, 24087 bytes, 48 media blocks.
x ./hilit-chg.elc, 22936 bytes, 45 media blocks.
x ./hilit19.elc, 33078 bytes, 65 media blocks.
x ./hippie-exp.elc, 24609 bytes, 49 media blocks.
x ./hscroll.elc, 5984 bytes, 12 media blocks.
x ./lpr.elc, 6633 bytes, 13 media blocks.
x ./icomplete.elc, 8726 bytes, 18 media blocks.
x ./man.elc, 31375 bytes, 62 media blocks.
x ./ielm.elc, 12439 bytes, 25 media blocks.
x ./imenu.elc, 25262 bytes, 50 media blocks.
x ./indent.elc, 14112 bytes, 28 media blocks.
x ./inf-lisp.elc, 16939 bytes, 34 media blocks.
x ./info-look.elc, 22710 bytes, 45 media blocks.
x ./info.elc, 58874 bytes, 115 media blocks.
x ./informat.elc, 9597 bytes, 19 media blocks.
x ./isearch.elc, 39212 bytes, 77 media blocks.
x ./ispell.elc, 71840 bytes, 141 media blocks.
x ./iswitchb.elc, 26591 bytes, 52 media blocks.
x ./jka-compr.elc, 18569 bytes, 37 media blocks.
x ./kermit.elc, 3018 bytes, 6 media blocks.
x ./lazy-lock.elc, 28073 bytes, 55 media blocks.
x ./ledit.elc, 4607 bytes, 9 media blocks.
x ./loadhist.elc, 4735 bytes, 10 media blocks.
x ./locate.elc, 7421 bytes, 15 media blocks.
x ./ls-lisp.elc, 6315 bytes, 13 media blocks.
x ./macros.elc, 7406 bytes, 15 media blocks.
x ./makesum.elc, 2175 bytes, 5 media blocks.
x ./map-ynp.elc, 5758 bytes, 12 media blocks.
x ./menu-bar.elc, 24958 bytes, 49 media blocks.
x ./misc.elc, 1216 bytes, 3 media blocks.
x ./midnight.elc, 9320 bytes, 19 media blocks.
x ./msb.elc, 25336 bytes, 50 media blocks.
x ./mldrag.elc, 4180 bytes, 9 media blocks.
x ./mouse-copy.elc, 3948 bytes, 8 media blocks.
x ./mouse-drag.elc, 7386 bytes, 15 media blocks.
x ./mouse-sel.elc, 18241 bytes, 36 media blocks.
x ./mouse.elc, 39255 bytes, 77 media blocks.
x ./net-utils.elc, 16874 bytes, 33 media blocks.
x ./novice.elc, 3515 bytes, 7 media blocks.
x ./options.elc, 3764 bytes, 8 media blocks.
x ./paren.elc, 4960 bytes, 10 media blocks.
x ./ph.elc, 29860 bytes, 59 media blocks.
x ./ps-bdf.elc, 13460 bytes, 27 media blocks.
x ./ps-mule.elc, 35092 bytes, 69 media blocks.
x ./ps-print.elc, 96117 bytes, 188 media blocks.
x ./rcompile.elc, 3722 bytes, 8 media blocks.
x ./rect.elc, 7636 bytes, 15 media blocks.
x ./regi.elc, 6259 bytes, 13 media blocks.
x ./register.elc, 9462 bytes, 19 media blocks.
x ./repeat.elc, 5619 bytes, 11 media blocks.
x ./replace.elc, 23605 bytes, 47 media blocks.
x ./reposition.elc, 2933 bytes, 6 media blocks.
x ./resume.elc, 2371 bytes, 5 media blocks.
x ./rlogin.elc, 9983 bytes, 20 media blocks.
x ./rot13.elc, 1406 bytes, 3 media blocks.
x ./rsz-mini.elc, 6422 bytes, 13 media blocks.
x ./select.elc, 8201 bytes, 17 media blocks.
x ./s-region.elc, 3322 bytes, 7 media blocks.
x ./saveplace.elc, 5565 bytes, 11 media blocks.
x ./scroll-all.elc, 2841 bytes, 6 media blocks.
x ./scroll-bar.elc, 8285 bytes, 17 media blocks.
x ./server.elc, 12029 bytes, 24 media blocks.
x ./shadowfile.elc, 23080 bytes, 46 media blocks.
x ./shell.elc, 27165 bytes, 54 media blocks.
x ./simple.elc, 109863 bytes, 215 media blocks.
x ./skeleton.elc, 16531 bytes, 33 media blocks.
x ./snmp-mode.elc, 16146 bytes, 32 media blocks.
x ./sort.elc, 12116 bytes, 24 media blocks.
x ./soundex.elc, 1365 bytes, 3 media blocks.
x ./speedbar.elc, 107459 bytes, 210 media blocks.
x ./startup.elc, 27751 bytes, 55 media blocks.
x ./strokes.elc, 39763 bytes, 78 media blocks.
x ./subr.elc, 37699 bytes, 74 media blocks.
x ./sun-curs.elc, 5773 bytes, 12 media blocks.
x ./sun-fns.elc, 20082 bytes, 40 media blocks.
x ./tabify.elc, 1934 bytes, 4 media blocks.
x ./talk.elc, 2597 bytes, 6 media blocks.
x ./tar-mode.elc, 33329 bytes, 66 media blocks.
x ./tcp.elc, 1663 bytes, 4 media blocks.
x ./tmm.elc, 12107 bytes, 24 media blocks.
x ./telnet.elc, 7071 bytes, 14 media blocks.
x ./tempo.elc, 19093 bytes, 38 media blocks.
x ./term.elc, 92116 bytes, 180 media blocks.
x ./terminal.elc, 31232 bytes, 61 media blocks.
x ./thingatpt.elc, 9160 bytes, 18 media blocks.
x ./time-stamp.elc, 17194 bytes, 34 media blocks.
x ./time.elc, 7334 bytes, 15 media blocks.
x ./timer.elc, 12566 bytes, 25 media blocks.
x ./timezone.elc, 11121 bytes, 22 media blocks.
x ./type-break.elc, 29787 bytes, 59 media blocks.
x ./uncompress.elc, 2498 bytes, 5 media blocks.
x ./uniquify.elc, 10046 bytes, 20 media blocks.
x ./unused.elc, 1479 bytes, 3 media blocks.
x ./userlock.elc, 4744 bytes, 10 media blocks.
x ./vc-hooks.elc, 25651 bytes, 51 media blocks.
x ./vc.elc, 82010 bytes, 161 media blocks.
x ./vcursor.elc, 23591 bytes, 47 media blocks.
x ./view.elc, 33474 bytes, 66 media blocks.
x ./vms-patch.elc, 4985 bytes, 10 media blocks.
x ./vmsproc.elc, 3313 bytes, 7 media blocks.
x ./w32-fns.elc, 8510 bytes, 17 media blocks.
x ./vt-control.elc, 2055 bytes, 5 media blocks.
x ./vt100-led.elc, 1552 bytes, 4 media blocks.
x ./webjump.elc, 11004 bytes, 22 media blocks.
x ./which-func.elc, 5237 bytes, 11 media blocks.
x ./wid-browse.elc, 7543 bytes, 15 media blocks.
x ./wid-edit.elc, 92333 bytes, 181 media blocks.
x ./widget.elc, 2593 bytes, 6 media blocks.
x ./window.elc, 10853 bytes, 22 media blocks.
x ./winner.elc, 8467 bytes, 17 media blocks.
x ./x-apollo.elc, 3012 bytes, 6 media blocks.
x ./x-menu.elc, 4038 bytes, 8 media blocks.
x ./xscheme.elc, 28683 bytes, 57 media blocks.
x ./xt-mouse.elc, 3972 bytes, 8 media blocks.
x ./zone-mode.elc, 2986 bytes, 6 media blocks.
x ./forms-d2.dat, 565 bytes, 2 media blocks.
x ./ChangeLog, 1044614 bytes, 2041 media blocks.
x ./Makefile, 2384 bytes, 5 media blocks.
x ./makefile.nt, 3198 bytes, 7 media blocks.
x ./ChangeLog.1, 98459 bytes, 193 media blocks.
x ./ChangeLog.2, 125290 bytes, 245 media blocks.
x ./ChangeLog.3, 456227 bytes, 892 media blocks.
x ./ChangeLog.4, 320651 bytes, 627 media blocks.
x ./ChangeLog.5, 342095 bytes, 669 media blocks.
x ./README, 538 bytes, 2 media blocks.
x ./ChangeLog.6, 291273 bytes, 569 media blocks.
x ./progmodes
x ./progmodes/ada-mode.el, 125797 bytes, 246 media blocks.
x ./progmodes/ada-stmt.el, 16893 bytes, 33 media blocks.
x ./progmodes/asm-mode.el, 7925 bytes, 16 media blocks.
x ./progmodes/awk-mode.el, 5884 bytes, 12 media blocks.
x ./progmodes/c-mode.el, 61255 bytes, 120 media blocks.
x ./progmodes/cc-align.el, 17122 bytes, 34 media blocks.
x ./progmodes/cc-cmds.el, 64436 bytes, 126 media blocks.
x ./progmodes/cc-compat.el, 5278 bytes, 11 media blocks.
x ./progmodes/cc-defs.el, 7475 bytes, 15 media blocks.
x ./progmodes/cc-engine.el, 84699 bytes, 166 media blocks.
x ./progmodes/cc-langs.el, 23376 bytes, 46 media blocks.
x ./progmodes/cc-make.el, 2108 bytes, 5 media blocks.
x ./progmodes/cc-menus.el, 14405 bytes, 29 media blocks.
x ./progmodes/cc-mode.el, 15628 bytes, 31 media blocks.
x ./progmodes/cc-styles.el, 27072 bytes, 53 media blocks.
x ./progmodes/cc-vars.el, 20390 bytes, 40 media blocks.
x ./progmodes/cmacexp.el, 14090 bytes, 28 media blocks.
x ./progmodes/compile.el, 80205 bytes, 157 media blocks.
x ./progmodes/cperl-mode.el, 252380 bytes, 493 media blocks.
x ./progmodes/cplus-md.el, 40795 bytes, 80 media blocks.
x ./progmodes/cpp.el, 28138 bytes, 55 media blocks.
x ./progmodes/dcl-mode.el, 76477 bytes, 150 media blocks.
x ./progmodes/etags.el, 65714 bytes, 129 media blocks.
x ./progmodes/f90.el, 70314 bytes, 138 media blocks.
x ./progmodes/executable.el, 10141 bytes, 20 media blocks.
x ./progmodes/fortran.el, 72459 bytes, 142 media blocks.
x ./progmodes/hideif.el, 34500 bytes, 68 media blocks.
x ./progmodes/hideshow.el, 30961 bytes, 61 media blocks.
x ./progmodes/icon.el, 25532 bytes, 50 media blocks.
x ./progmodes/m4-mode.el, 6895 bytes, 14 media blocks.
x ./progmodes/make-mode.el, 52426 bytes, 103 media blocks.
x ./progmodes/mantemp.el, 7704 bytes, 16 media blocks.
x ./progmodes/meta-mode.el, 45666 bytes, 90 media blocks.
x ./progmodes/modula2.el, 16729 bytes, 33 media blocks.
x ./progmodes/octave-hlp.el, 4478 bytes, 9 media blocks.
x ./progmodes/octave-inf.el, 13772 bytes, 27 media blocks.
x ./progmodes/octave-mod.el, 53282 bytes, 105 media blocks.
x ./progmodes/pascal.el, 57409 bytes, 113 media blocks.
x ./progmodes/perl-mode.el, 30046 bytes, 59 media blocks.
x ./progmodes/prolog.el, 9627 bytes, 19 media blocks.
x ./progmodes/scheme.el, 21259 bytes, 42 media blocks.
x ./progmodes/sh-script.el, 48621 bytes, 95 media blocks.
x ./progmodes/simula.el, 67533 bytes, 132 media blocks.
x ./progmodes/sql.el, 52723 bytes, 103 media blocks.
x ./progmodes/tcl-mode.el, 20314 bytes, 40 media blocks.
x ./progmodes/vhdl-mode.el, 407120 bytes, 796 media blocks.
x ./progmodes/ada-mode.elc, 62690 bytes, 123 media blocks.
x ./progmodes/c-mode.elc, 30913 bytes, 61 media blocks.
x ./progmodes/ada-stmt.elc, 39045 bytes, 77 media blocks.
x ./progmodes/asm-mode.elc, 5419 bytes, 11 media blocks.
x ./progmodes/awk-mode.elc, 3523 bytes, 7 media blocks.
x ./progmodes/cc-align.elc, 23890 bytes, 47 media blocks.
x ./progmodes/cc-cmds.elc, 51650 bytes, 101 media blocks.
x ./progmodes/cc-compat.elc, 2930 bytes, 6 media blocks.
x ./progmodes/cc-defs.elc, 4253 bytes, 9 media blocks.
x ./progmodes/cc-engine.elc, 92979 bytes, 182 media blocks.
x ./progmodes/cc-langs.elc, 14647 bytes, 29 media blocks.
x ./progmodes/cc-make.elc, 1146 bytes, 3 media blocks.
x ./progmodes/cc-menus.elc, 7160 bytes, 14 media blocks.
x ./progmodes/cc-mode.elc, 12819 bytes, 26 media blocks.
x ./progmodes/cc-styles.elc, 22312 bytes, 44 media blocks.
x ./progmodes/cc-vars.elc, 19698 bytes, 39 media blocks.
x ./progmodes/cmacexp.elc, 6330 bytes, 13 media blocks.
x ./progmodes/compile.elc, 47802 bytes, 94 media blocks.
x ./progmodes/cperl-mode.elc, 171583 bytes, 336 media blocks.
x ./progmodes/cplus-md.elc, 16570 bytes, 33 media blocks.
x ./progmodes/cpp.elc, 21150 bytes, 42 media blocks.
x ./progmodes/dcl-mode.elc, 49535 bytes, 97 media blocks.
x ./progmodes/etags.elc, 39501 bytes, 78 media blocks.
x ./progmodes/executable.elc, 6987 bytes, 14 media blocks.
x ./progmodes/f90.elc, 65568 bytes, 129 media blocks.
x ./progmodes/fortran.elc, 48939 bytes, 96 media blocks.
x ./progmodes/hideif.elc, 22589 bytes, 45 media blocks.
x ./progmodes/hideshow.elc, 20147 bytes, 40 media blocks.
x ./progmodes/icon.elc, 15756 bytes, 31 media blocks.
x ./progmodes/m4-mode.elc, 4222 bytes, 9 media blocks.
x ./progmodes/make-mode.elc, 36691 bytes, 72 media blocks.
x ./progmodes/mantemp.elc, 3856 bytes, 8 media blocks.
x ./progmodes/meta-mode.elc, 27198 bytes, 54 media blocks.
x ./progmodes/modula2.elc, 14385 bytes, 29 media blocks.
x ./progmodes/octave-hlp.elc, 3420 bytes, 7 media blocks.
x ./progmodes/octave-inf.elc, 11230 bytes, 22 media blocks.
x ./progmodes/octave-mod.elc, 46144 bytes, 91 media blocks.
x ./progmodes/pascal.elc, 39483 bytes, 78 media blocks.
x ./progmodes/perl-mode.elc, 17065 bytes, 34 media blocks.
x ./progmodes/prolog.elc, 7890 bytes, 16 media blocks.
x ./progmodes/scheme.elc, 13604 bytes, 27 media blocks.
x ./progmodes/sh-script.elc, 44000 bytes, 86 media blocks.
x ./progmodes/simula.elc, 46644 bytes, 92 media blocks.
x ./progmodes/sql.elc, 41929 bytes, 82 media blocks.
x ./progmodes/tcl-mode.elc, 13963 bytes, 28 media blocks.
x ./progmodes/vhdl-mode.elc, 316732 bytes, 619 media blocks.
x ./play
x ./play/blackbox.el, 14622 bytes, 29 media blocks.
x ./play/bruce.el, 6098 bytes, 12 media blocks.
x ./play/cookie1.el, 6052 bytes, 12 media blocks.
x ./play/decipher.el, 43426 bytes, 85 media blocks.
x ./play/dissociate.el, 3307 bytes, 7 media blocks.
x ./play/doctor.el, 52004 bytes, 102 media blocks.
x ./play/dunnet.el, 114283 bytes, 224 media blocks.
x ./play/gamegrid.el, 12431 bytes, 25 media blocks.
x ./play/gametree.el, 24886 bytes, 49 media blocks.
x ./play/gomoku.el, 44379 bytes, 87 media blocks.
x ./play/handwrite.el, 67601 bytes, 133 media blocks.
x ./play/hanoi.el, 7042 bytes, 14 media blocks.
x ./play/landmark.el, 55281 bytes, 108 media blocks.
x ./play/life.el, 10058 bytes, 20 media blocks.
x ./play/meese.el, 871 bytes, 2 media blocks.
x ./play/morse.el, 3324 bytes, 7 media blocks.
x ./play/mpuz.el, 15224 bytes, 30 media blocks.
x ./play/snake.el, 10134 bytes, 20 media blocks.
x ./play/solitaire.el, 14709 bytes, 29 media blocks.
x ./play/spook.el, 2459 bytes, 5 media blocks.
x ./play/studly.el, 1744 bytes, 4 media blocks.
x ./play/tetris.el, 17521 bytes, 35 media blocks.
x ./play/yow.el, 4278 bytes, 9 media blocks.
x ./play/blackbox.elc, 10920 bytes, 22 media blocks.
x ./play/cookie1.elc, 3525 bytes, 7 media blocks.
x ./play/decipher.elc, 23612 bytes, 47 media blocks.
x ./play/dissociate.elc, 2065 bytes, 5 media blocks.
x ./play/doctor.elc, 44696 bytes, 88 media blocks.
x ./play/dunnet.elc, 85783 bytes, 168 media blocks.
x ./play/gamegrid.elc, 10646 bytes, 21 media blocks.
x ./play/gametree.elc, 17648 bytes, 35 media blocks.
x ./play/gomoku.elc, 27651 bytes, 55 media blocks.
x ./play/handwrite.elc, 63751 bytes, 125 media blocks.
x ./play/hanoi.elc, 3304 bytes, 7 media blocks.
x ./play/landmark.elc, 38227 bytes, 75 media blocks.
x ./play/life.elc, 6681 bytes, 14 media blocks.
x ./play/meese.elc, 1115 bytes, 3 media blocks.
x ./play/morse.elc, 2258 bytes, 5 media blocks.
x ./play/mpuz.elc, 11993 bytes, 24 media blocks.
x ./play/snake.elc, 9074 bytes, 18 media blocks.
x ./play/solitaire.elc, 11974 bytes, 24 media blocks.
x ./play/spook.elc, 1599 bytes, 4 media blocks.
x ./play/studly.elc, 1465 bytes, 3 media blocks.
x ./play/tetris.elc, 15740 bytes, 31 media blocks.
x ./play/yow.elc, 3287 bytes, 7 media blocks.
x ./mail
x ./mail/blessmail.el, 2515 bytes, 5 media blocks.
x ./mail/emacsbug.el, 8170 bytes, 16 media blocks.
x ./mail/feedmail.el, 115102 bytes, 225 media blocks.
x ./mail/mail-extr.el, 71446 bytes, 140 media blocks.
x ./mail/mail-hist.el, 11317 bytes, 23 media blocks.
x ./mail/mail-utils.el, 11533 bytes, 23 media blocks.
x ./mail/mailabbrev.el, 24425 bytes, 48 media blocks.
x ./mail/mailalias.el, 19305 bytes, 38 media blocks.
x ./mail/mailheader.el, 7994 bytes, 16 media blocks.
x ./mail/mailpost.el, 3081 bytes, 7 media blocks.
x ./mail/metamail.el, 7539 bytes, 15 media blocks.
x ./mail/mh-comp.el, 40842 bytes, 80 media blocks.
x ./mail/mh-e.el, 53163 bytes, 104 media blocks.
x ./mail/mh-funcs.el, 13104 bytes, 26 media blocks.
x ./mail/mh-mime.el, 8910 bytes, 18 media blocks.
x ./mail/mh-pick.el, 6666 bytes, 14 media blocks.
x ./mail/mh-seq.el, 7878 bytes, 16 media blocks.
x ./mail/mh-utils.el, 36823 bytes, 72 media blocks.
x ./mail/mspools.el, 13818 bytes, 27 media blocks.
x ./mail/reporter.el, 14829 bytes, 29 media blocks.
x ./mail/rfc822.el, 10293 bytes, 21 media blocks.
x ./mail/rmail.el, 125695 bytes, 246 media blocks.
x ./mail/rmailedit.el, 5245 bytes, 11 media blocks.
x ./mail/rmailkwd.el, 9416 bytes, 19 media blocks.
x ./mail/rmailmsc.el, 2051 bytes, 5 media blocks.
x ./mail/rmailout.el, 14346 bytes, 29 media blocks.
x ./mail/rmailsort.el, 8022 bytes, 16 media blocks.
x ./mail/rmailsum.el, 59141 bytes, 116 media blocks.
x ./mail/rnews.el, 35721 bytes, 70 media blocks.
x ./mail/rnewspost.el, 17210 bytes, 34 media blocks.
x ./mail/sc.el, 93 bytes, 1 media blocks.
x ./mail/sendmail.el, 54228 bytes, 106 media blocks.
x ./mail/smtpmail.el, 22253 bytes, 44 media blocks.
x ./mail/supercite.el, 74852 bytes, 147 media blocks.
x ./mail/uce.el, 14692 bytes, 29 media blocks.
x ./mail/undigest.el, 6351 bytes, 13 media blocks.
x ./mail/unrmail.el, 2553 bytes, 5 media blocks.
x ./mail/vms-pmail.el, 4370 bytes, 9 media blocks.
x ./mail/emacsbug.elc, 5620 bytes, 11 media blocks.
x ./mail/feedmail.elc, 80844 bytes, 158 media blocks.
x ./mail/mail-extr.elc, 28542 bytes, 56 media blocks.
x ./mail/mail-hist.elc, 13406 bytes, 27 media blocks.
x ./mail/mail-utils.elc, 6987 bytes, 14 media blocks.
x ./mail/mailabbrev.elc, 12632 bytes, 25 media blocks.
x ./mail/mailalias.elc, 13168 bytes, 26 media blocks.
x ./mail/mailheader.elc, 6067 bytes, 12 media blocks.
x ./mail/mailpost.elc, 2297 bytes, 5 media blocks.
x ./mail/metamail.elc, 4636 bytes, 10 media blocks.
x ./mail/mh-comp.elc, 32578 bytes, 64 media blocks.
x ./mail/mh-e.elc, 42621 bytes, 84 media blocks.
x ./mail/mh-funcs.elc, 11047 bytes, 22 media blocks.
x ./mail/mh-mime.elc, 7557 bytes, 15 media blocks.
x ./mail/mh-pick.elc, 4690 bytes, 10 media blocks.
x ./mail/mh-seq.elc, 5773 bytes, 12 media blocks.
x ./mail/mh-utils.elc, 24037 bytes, 47 media blocks.
x ./mail/mspools.elc, 7378 bytes, 15 media blocks.
x ./mail/reporter.elc, 7164 bytes, 14 media blocks.
x ./mail/rfc822.elc, 5791 bytes, 12 media blocks.
x ./mail/rmail.elc, 84274 bytes, 165 media blocks.
x ./mail/rmailedit.elc, 3838 bytes, 8 media blocks.
x ./mail/rmailkwd.elc, 5784 bytes, 12 media blocks.
x ./mail/rmailmsc.elc, 1520 bytes, 3 media blocks.
x ./mail/rmailout.elc, 9692 bytes, 19 media blocks.
x ./mail/rmailsort.elc, 5970 bytes, 12 media blocks.
x ./mail/rmailsum.elc, 44195 bytes, 87 media blocks.
x ./mail/rnews.elc, 26658 bytes, 53 media blocks.
x ./mail/rnewspost.elc, 11841 bytes, 24 media blocks.
x ./mail/sendmail.elc, 37727 bytes, 74 media blocks.
x ./mail/uce.elc, 7937 bytes, 16 media blocks.
x ./mail/smtpmail.elc, 12203 bytes, 24 media blocks.
x ./mail/supercite.elc, 62600 bytes, 123 media blocks.
x ./mail/undigest.elc, 4227 bytes, 9 media blocks.
x ./mail/unrmail.elc, 1853 bytes, 4 media blocks.
x ./mail/vms-pmail.elc, 3223 bytes, 7 media blocks.
x ./language
x ./language/china-util.el, 5536 bytes, 11 media blocks.
x ./language/chinese.el, 6192 bytes, 13 media blocks.
x ./language/cyril-util.el, 8712 bytes, 18 media blocks.
x ./language/cyrillic.el, 9768 bytes, 20 media blocks.
x ./language/czech.el, 1612 bytes, 4 media blocks.
x ./language/devan-util.el, 45625 bytes, 90 media blocks.
x ./language/devanagari.el, 14192 bytes, 28 media blocks.
x ./language/english.el, 1775 bytes, 4 media blocks.
x ./language/ethio-util.el, 70348 bytes, 138 media blocks.
x ./language/ethiopic.el, 2015 bytes, 4 media blocks.
x ./language/european.el, 9069 bytes, 18 media blocks.
x ./language/greek.el, 1756 bytes, 4 media blocks.
x ./language/hebrew.el, 1990 bytes, 4 media blocks.
x ./language/indian.el, 9335 bytes, 19 media blocks.
x ./language/japan-util.el, 15546 bytes, 31 media blocks.
x ./language/japanese.el, 4382 bytes, 9 media blocks.
x ./language/korea-util.el, 4672 bytes, 10 media blocks.
x ./language/korean.el, 2465 bytes, 5 media blocks.
x ./language/lao-util.el, 5249 bytes, 11 media blocks.
x ./language/lao.el, 1546 bytes, 4 media blocks.
x ./language/misc-lang.el, 1587 bytes, 4 media blocks.
x ./language/romanian.el, 1669 bytes, 4 media blocks.
x ./language/slovak.el, 1716 bytes, 4 media blocks.
x ./language/thai-util.el, 9727 bytes, 19 media blocks.
x ./language/thai.el, 1982 bytes, 4 media blocks.
x ./language/tibet-util.el, 17610 bytes, 35 media blocks.
x ./language/tibetan.el, 22296 bytes, 44 media blocks.
x ./language/viet-util.el, 9849 bytes, 20 media blocks.
x ./language/vietnamese.el, 11022 bytes, 22 media blocks.
x ./language/china-util.elc, 3538 bytes, 7 media blocks.
x ./language/chinese.elc, 4745 bytes, 10 media blocks.
x ./language/cyril-util.elc, 6003 bytes, 12 media blocks.
x ./language/cyrillic.elc, 12363 bytes, 25 media blocks.
x ./language/czech.elc, 1181 bytes, 3 media blocks.
x ./language/devan-util.elc, 25284 bytes, 50 media blocks.
x ./language/devanagari.elc, 6159 bytes, 13 media blocks.
x ./language/english.elc, 1116 bytes, 3 media blocks.
x ./language/ethio-util.elc, 48110 bytes, 94 media blocks.
x ./language/ethiopic.elc, 1358 bytes, 3 media blocks.
x ./language/european.elc, 8058 bytes, 16 media blocks.
x ./language/greek.elc, 1344 bytes, 3 media blocks.
x ./language/hebrew.elc, 1524 bytes, 3 media blocks.
x ./language/indian.elc, 4143 bytes, 9 media blocks.
x ./language/japan-util.elc, 11284 bytes, 23 media blocks.
x ./language/japanese.elc, 3557 bytes, 7 media blocks.
x ./language/korean.elc, 1927 bytes, 4 media blocks.
x ./language/korea-util.elc, 3686 bytes, 8 media blocks.
x ./language/lao-util.elc, 4065 bytes, 8 media blocks.
x ./language/lao.elc, 1144 bytes, 3 media blocks.
x ./language/misc-lang.elc, 1060 bytes, 3 media blocks.
x ./language/romanian.elc, 1213 bytes, 3 media blocks.
x ./language/slovak.elc, 1164 bytes, 3 media blocks.
x ./language/thai-util.elc, 6667 bytes, 14 media blocks.
x ./language/thai.elc, 1415 bytes, 3 media blocks.
x ./language/tibet-util.elc, 8835 bytes, 18 media blocks.
x ./language/tibetan.elc, 10281 bytes, 21 media blocks.
x ./language/viet-util.elc, 5036 bytes, 10 media blocks.
x ./language/vietnamese.elc, 12577 bytes, 25 media blocks.
x ./international
x ./international/ccl.el, 42813 bytes, 84 media blocks.
x ./international/characters.el, 22704 bytes, 45 media blocks.
x ./international/codepage.el, 26533 bytes, 52 media blocks.
x ./international/encoded-kb.el, 13640 bytes, 27 media blocks.
x ./international/fontset.el, 28079 bytes, 55 media blocks.
x ./international/isearch-x.el, 3895 bytes, 8 media blocks.
x ./international/iso-acc.el, 17762 bytes, 35 media blocks.
x ./international/iso-ascii.el, 6794 bytes, 14 media blocks.
x ./international/iso-cvt.el, 19892 bytes, 39 media blocks.
x ./international/iso-insert.el, 14546 bytes, 29 media blocks.
x ./international/iso-swed.el, 7443 bytes, 15 media blocks.
x ./international/iso-transl.el, 14462 bytes, 29 media blocks.
x ./international/kinsoku.el, 5949 bytes, 12 media blocks.
x ./international/kkc.el, 22307 bytes, 44 media blocks.
x ./international/latin-1.el, 5222 bytes, 11 media blocks.
x ./international/latin-2.el, 4893 bytes, 10 media blocks.
x ./international/latin-3.el, 4774 bytes, 10 media blocks.
x ./international/latin-4.el, 4752 bytes, 10 media blocks.
x ./international/latin-5.el, 5493 bytes, 11 media blocks.
x ./international/mule-cmds.el, 61867 bytes, 121 media blocks.
x ./international/mule-conf.el, 14256 bytes, 28 media blocks.
x ./international/mule-diag.el, 31091 bytes, 61 media blocks.
x ./international/mule.el, 51422 bytes, 101 media blocks.
x ./international/mule-util.el, 18273 bytes, 36 media blocks.
x ./international/ogonek.el, 20785 bytes, 41 media blocks.
x ./international/quail.el, 78733 bytes, 154 media blocks.
x ./international/skkdic-cnv.el, 18328 bytes, 36 media blocks.
x ./international/skkdic-utl.el, 8063 bytes, 16 media blocks.
x ./international/swedish.el, 5184 bytes, 11 media blocks.
x ./international/titdic-cnv.el, 15132 bytes, 30 media blocks.
x ./international/ccl.elc, 27810 bytes, 55 media blocks.
x ./international/characters.elc, 14941 bytes, 30 media blocks.
x ./international/codepage.elc, 18986 bytes, 38 media blocks.
x ./international/encoded-kb.elc, 9005 bytes, 18 media blocks.
x ./international/fontset.elc, 19176 bytes, 38 media blocks.
x ./international/isearch-x.elc, 2938 bytes, 6 media blocks.
x ./international/iso-acc.elc, 12358 bytes, 25 media blocks.
x ./international/iso-ascii.elc, 4386 bytes, 9 media blocks.
x ./international/iso-cvt.elc, 16275 bytes, 32 media blocks.
x ./international/iso-insert.elc, 13141 bytes, 26 media blocks.
x ./international/iso-swed.elc, 3940 bytes, 8 media blocks.
x ./international/iso-transl.elc, 11702 bytes, 23 media blocks.
x ./international/kinsoku.elc, 3364 bytes, 7 media blocks.
x ./international/kkc.elc, 13778 bytes, 27 media blocks.
x ./international/mule-cmds.elc, 49085 bytes, 96 media blocks.
x ./international/mule-diag.elc, 24614 bytes, 49 media blocks.
x ./international/mule-util.elc, 15775 bytes, 31 media blocks.
x ./international/mule.elc, 38152 bytes, 75 media blocks.
x ./international/ogonek.elc, 17458 bytes, 35 media blocks.
x ./international/quail.elc, 56269 bytes, 110 media blocks.
x ./international/skkdic-cnv.elc, 11902 bytes, 24 media blocks.
x ./international/skkdic-utl.elc, 4975 bytes, 10 media blocks.
x ./international/swedish.elc, 2726 bytes, 6 media blocks.
x ./international/titdic-cnv.elc, 10367 bytes, 21 media blocks.
x ./gnus
x ./gnus/earcon.el, 7632 bytes, 15 media blocks.
x ./gnus/gnus-agent.el, 47161 bytes, 93 media blocks.
x ./gnus/gnus-art.el, 116702 bytes, 228 media blocks.
x ./gnus/gnus-async.el, 11154 bytes, 22 media blocks.
x ./gnus/gnus-audio.el, 4394 bytes, 9 media blocks.
x ./gnus/gnus-bcklg.el, 5050 bytes, 10 media blocks.
x ./gnus/gnus-cache.el, 23840 bytes, 47 media blocks.
x ./gnus/gnus-cite.el, 31238 bytes, 62 media blocks.
x ./gnus/gnus-cus.el, 23523 bytes, 46 media blocks.
x ./gnus/gnus-demon.el, 11444 bytes, 23 media blocks.
x ./gnus/gnus-draft.el, 6687 bytes, 14 media blocks.
x ./gnus/gnus-dup.el, 5167 bytes, 11 media blocks.
x ./gnus/gnus-eform.el, 3872 bytes, 8 media blocks.
x ./gnus/gnus-ems.el, 9361 bytes, 19 media blocks.
x ./gnus/gnus-gl.el, 31032 bytes, 61 media blocks.
x ./gnus/gnus-group.el, 121452 bytes, 238 media blocks.
x ./gnus/gnus-int.el, 19942 bytes, 39 media blocks.
x ./gnus/gnus-kill.el, 24903 bytes, 49 media blocks.
x ./gnus/gnus-load.el, 5220 bytes, 11 media blocks.
x ./gnus/gnus-logic.el, 7683 bytes, 16 media blocks.
x ./gnus/gnus-mh.el, 3747 bytes, 8 media blocks.
x ./gnus/gnus.el, 90424 bytes, 177 media blocks.
x ./gnus/gnus-move.el, 6206 bytes, 13 media blocks.
x ./gnus/gnus-msg.el, 38745 bytes, 76 media blocks.
x ./gnus/gnus-mule.el, 8420 bytes, 17 media blocks.
x ./gnus/gnus-nocem.el, 12055 bytes, 24 media blocks.
x ./gnus/gnus-range.el, 8728 bytes, 18 media blocks.
x ./gnus/gnus-salt.el, 34843 bytes, 69 media blocks.
x ./gnus/gnus-score.el, 100071 bytes, 196 media blocks.
x ./gnus/gnus-setup.el, 7736 bytes, 16 media blocks.
x ./gnus/gnus-soup.el, 18625 bytes, 37 media blocks.
x ./gnus/gnus-spec.el, 17373 bytes, 34 media blocks.
x ./gnus/gnus-srvr.el, 24731 bytes, 49 media blocks.
x ./gnus/gnus-start.el, 91247 bytes, 179 media blocks.
x ./gnus/gnus-sum.el, 326624 bytes, 638 media blocks.
x ./gnus/gnus-topic.el, 49294 bytes, 97 media blocks.
x ./gnus/gnus-undo.el, 6137 bytes, 12 media blocks.
x ./gnus/gnus-util.el, 32846 bytes, 65 media blocks.
x ./gnus/gnus-uu.el, 69157 bytes, 136 media blocks.
x ./gnus/gnus-vm.el, 3260 bytes, 7 media blocks.
x ./gnus/gnus-win.el, 16373 bytes, 32 media blocks.
x ./gnus/message.el, 135332 bytes, 265 media blocks.
x ./gnus/messcompat.el, 3294 bytes, 7 media blocks.
x ./gnus/nnagent.el, 3466 bytes, 7 media blocks.
x ./gnus/nnbabyl.el, 21647 bytes, 43 media blocks.
x ./gnus/nndir.el, 3116 bytes, 7 media blocks.
x ./gnus/nndoc.el, 26181 bytes, 52 media blocks.
x ./gnus/nndraft.el, 7765 bytes, 16 media blocks.
x ./gnus/nneething.el, 10871 bytes, 22 media blocks.
x ./gnus/nnfolder.el, 29582 bytes, 58 media blocks.
x ./gnus/nngateway.el, 2905 bytes, 6 media blocks.
x ./gnus/nnheader.el, 28022 bytes, 55 media blocks.
x ./gnus/nnkiboze.el, 12956 bytes, 26 media blocks.
x ./gnus/nnlistserv.el, 4729 bytes, 10 media blocks.
x ./gnus/nnmail.el, 62538 bytes, 123 media blocks.
x ./gnus/nnmbox.el, 17916 bytes, 35 media blocks.
x ./gnus/nnmh.el, 18299 bytes, 36 media blocks.
x ./gnus/nnml.el, 28475 bytes, 56 media blocks.
x ./gnus/nnoo.el, 10089 bytes, 20 media blocks.
x ./gnus/nnsoup.el, 26839 bytes, 53 media blocks.
x ./gnus/nnspool.el, 15986 bytes, 32 media blocks.
x ./gnus/nntp.el, 44013 bytes, 86 media blocks.
x ./gnus/nnvirtual.el, 27416 bytes, 54 media blocks.
x ./gnus/nnweb.el, 22012 bytes, 43 media blocks.
x ./gnus/parse-time.el, 6796 bytes, 14 media blocks.
x ./gnus/pop3.el, 14994 bytes, 30 media blocks.
x ./gnus/score-mode.el, 3798 bytes, 8 media blocks.
x ./gnus/earcon.elc, 5946 bytes, 12 media blocks.
x ./gnus/gnus-agent.elc, 46483 bytes, 91 media blocks.
x ./gnus/gnus-art.elc, 95409 bytes, 187 media blocks.
x ./gnus/gnus-async.elc, 10284 bytes, 21 media blocks.
x ./gnus/gnus-audio.elc, 2127 bytes, 5 media blocks.
x ./gnus/gnus-bcklg.elc, 3371 bytes, 7 media blocks.
x ./gnus/gnus-cache.elc, 17951 bytes, 36 media blocks.
x ./gnus/gnus-cite.elc, 20771 bytes, 41 media blocks.
x ./gnus/gnus-cus.elc, 21683 bytes, 43 media blocks.
x ./gnus/gnus-demon.elc, 8533 bytes, 17 media blocks.
x ./gnus/gnus-draft.elc, 6609 bytes, 13 media blocks.
x ./gnus/gnus-dup.elc, 4675 bytes, 10 media blocks.
x ./gnus/gnus-eform.elc, 3484 bytes, 7 media blocks.
x ./gnus/gnus-ems.elc, 6910 bytes, 14 media blocks.
x ./gnus/gnus-gl.elc, 20955 bytes, 41 media blocks.
x ./gnus/gnus-group.elc, 107092 bytes, 210 media blocks.
x ./gnus/gnus-int.elc, 19682 bytes, 39 media blocks.
x ./gnus/gnus-kill.elc, 18924 bytes, 37 media blocks.
x ./gnus/gnus-load.elc, 6120 bytes, 12 media blocks.
x ./gnus/gnus-logic.elc, 5084 bytes, 10 media blocks.
x ./gnus/gnus-mh.elc, 3085 bytes, 7 media blocks.
x ./gnus/gnus-move.elc, 3657 bytes, 8 media blocks.
x ./gnus/gnus-msg.elc, 39141 bytes, 77 media blocks.
x ./gnus/gnus-mule.elc, 5311 bytes, 11 media blocks.
x ./gnus/gnus-nocem.elc, 10524 bytes, 21 media blocks.
x ./gnus/gnus-range.elc, 5077 bytes, 10 media blocks.
x ./gnus/gnus-salt.elc, 29317 bytes, 58 media blocks.
x ./gnus/gnus-score.elc, 71246 bytes, 140 media blocks.
x ./gnus/gnus-setup.elc, 5985 bytes, 12 media blocks.
x ./gnus/gnus-soup.elc, 16031 bytes, 32 media blocks.
x ./gnus/gnus-spec.elc, 12104 bytes, 24 media blocks.
x ./gnus/gnus-srvr.elc, 21896 bytes, 43 media blocks.
x ./gnus/gnus-start.elc, 73482 bytes, 144 media blocks.
x ./gnus/gnus-sum.elc, 279166 bytes, 546 media blocks.
x ./gnus/gnus-topic.elc, 38318 bytes, 75 media blocks.
x ./gnus/gnus-undo.elc, 4094 bytes, 8 media blocks.
x ./gnus/gnus-util.elc, 29347 bytes, 58 media blocks.
x ./gnus/gnus-uu.elc, 54055 bytes, 106 media blocks.
x ./gnus/gnus-vm.elc, 2643 bytes, 6 media blocks.
x ./gnus/gnus-win.elc, 11587 bytes, 23 media blocks.
x ./gnus/gnus.elc, 85661 bytes, 168 media blocks.
x ./gnus/message.elc, 106143 bytes, 208 media blocks.
x ./gnus/messcompat.elc, 2845 bytes, 6 media blocks.
x ./gnus/nnagent.elc, 3961 bytes, 8 media blocks.
x ./gnus/nnbabyl.elc, 16914 bytes, 34 media blocks.
x ./gnus/nndir.elc, 2922 bytes, 6 media blocks.
x ./gnus/nndoc.elc, 21674 bytes, 43 media blocks.
x ./gnus/nndraft.elc, 7628 bytes, 15 media blocks.
x ./gnus/nneething.elc, 9560 bytes, 19 media blocks.
x ./gnus/nnfolder.elc, 22427 bytes, 44 media blocks.
x ./gnus/nngateway.elc, 3237 bytes, 7 media blocks.
x ./gnus/nnheader.elc, 24990 bytes, 49 media blocks.
x ./gnus/nnkiboze.elc, 10655 bytes, 21 media blocks.
x ./gnus/nnmail.elc, 45593 bytes, 90 media blocks.
x ./gnus/nnmbox.elc, 14580 bytes, 29 media blocks.
x ./gnus/nnmh.elc, 15376 bytes, 31 media blocks.
x ./gnus/nnml.elc, 22978 bytes, 45 media blocks.
x ./gnus/nnoo.elc, 8430 bytes, 17 media blocks.
x ./gnus/nnsoup.elc, 20351 bytes, 40 media blocks.
x ./gnus/nnspool.elc, 14628 bytes, 29 media blocks.
x ./gnus/nntp.elc, 77346 bytes, 152 media blocks.
x ./gnus/nnvirtual.elc, 17614 bytes, 35 media blocks.
x ./gnus/nnweb.elc, 20514 bytes, 41 media blocks.
x ./gnus/parse-time.elc, 6397 bytes, 13 media blocks.
x ./gnus/pop3.elc, 10139 bytes, 20 media blocks.
x ./gnus/score-mode.elc, 3376 bytes, 7 media blocks.
x ./gnus/ChangeLog, 105403 bytes, 206 media blocks.
x ./emulation
x ./emulation/crisp.el, 14568 bytes, 29 media blocks.
x ./emulation/edt-lk201.el, 2426 bytes, 5 media blocks.
x ./emulation/edt-mapper.el, 13718 bytes, 27 media blocks.
x ./emulation/edt-pc.el, 3704 bytes, 8 media blocks.
x ./emulation/edt-vt100.el, 1525 bytes, 3 media blocks.
x ./emulation/edt.el, 67544 bytes, 132 media blocks.
x ./emulation/mlconvert.el, 10306 bytes, 21 media blocks.
x ./emulation/mlsupport.el, 12257 bytes, 24 media blocks.
x ./emulation/pc-mode.el, 1866 bytes, 4 media blocks.
x ./emulation/pc-select.el, 29334 bytes, 58 media blocks.
x ./emulation/tpu-edt.el, 92761 bytes, 182 media blocks.
x ./emulation/tpu-extras.el, 17208 bytes, 34 media blocks.
x ./emulation/tpu-mapper.el, 14976 bytes, 30 media blocks.
x ./emulation/vi.el, 58192 bytes, 114 media blocks.
x ./emulation/vip.el, 96606 bytes, 189 media blocks.
x ./emulation/viper-cmd.el, 165768 bytes, 324 media blocks.
x ./emulation/viper-ex.el, 72522 bytes, 142 media blocks.
x ./emulation/viper-init.el, 34880 bytes, 69 media blocks.
x ./emulation/viper-keym.el, 27511 bytes, 54 media blocks.
x ./emulation/viper-macs.el, 32188 bytes, 63 media blocks.
x ./emulation/viper-mous.el, 24173 bytes, 48 media blocks.
x ./emulation/viper-util.el, 46395 bytes, 91 media blocks.
x ./emulation/viper.el, 48273 bytes, 95 media blocks.
x ./emulation/ws-mode.el, 24628 bytes, 49 media blocks.
x ./emulation/crisp.elc, 10436 bytes, 21 media blocks.
x ./emulation/edt-lk201.elc, 1507 bytes, 3 media blocks.
x ./emulation/edt-mapper.elc, 10252 bytes, 21 media blocks.
x ./emulation/edt-pc.elc, 1466 bytes, 3 media blocks.
x ./emulation/edt-vt100.elc, 891 bytes, 2 media blocks.
x ./emulation/edt.elc, 52454 bytes, 103 media blocks.
x ./emulation/mlconvert.elc, 9539 bytes, 19 media blocks.
x ./emulation/mlsupport.elc, 11512 bytes, 23 media blocks.
x ./emulation/pc-mode.elc, 1529 bytes, 3 media blocks.
x ./emulation/pc-select.elc, 23451 bytes, 46 media blocks.
x ./emulation/tpu-edt.elc, 63091 bytes, 124 media blocks.
x ./emulation/tpu-extras.elc, 10631 bytes, 21 media blocks.
x ./emulation/tpu-mapper.elc, 11099 bytes, 22 media blocks.
x ./emulation/vi.elc, 48698 bytes, 96 media blocks.
x ./emulation/vip.elc, 79109 bytes, 155 media blocks.
x ./emulation/viper-cmd.elc, 123176 bytes, 241 media blocks.
x ./emulation/viper-ex.elc, 48946 bytes, 96 media blocks.
x ./emulation/viper-init.elc, 33711 bytes, 66 media blocks.
x ./emulation/viper-keym.elc, 21812 bytes, 43 media blocks.
x ./emulation/viper-macs.elc, 19858 bytes, 39 media blocks.
x ./emulation/viper-mous.elc, 16777 bytes, 33 media blocks.
x ./emulation/viper-util.elc, 31271 bytes, 62 media blocks.
x ./emulation/viper.elc, 25248 bytes, 50 media blocks.
x ./emulation/ws-mode.elc, 20721 bytes, 41 media blocks.
x ./emacs-lisp
x ./emacs-lisp/advice.el, 169364 bytes, 331 media blocks.
x ./emacs-lisp/assoc.el, 5108 bytes, 10 media blocks.
x ./emacs-lisp/autoload.el, 18439 bytes, 37 media blocks.
x ./emacs-lisp/backquote.el, 7331 bytes, 15 media blocks.
x ./emacs-lisp/byte-opt.el, 71153 bytes, 139 media blocks.
x ./emacs-lisp/bytecomp.el, 134953 bytes, 264 media blocks.
x ./emacs-lisp/checkdoc.el, 103074 bytes, 202 media blocks.
x ./emacs-lisp/cl-compat.el, 6124 bytes, 12 media blocks.
x ./emacs-lisp/cl-extra.el, 33435 bytes, 66 media blocks.
x ./emacs-lisp/cl-indent.el, 19308 bytes, 38 media blocks.
x ./emacs-lisp/cl-macs.el, 102337 bytes, 200 media blocks.
x ./emacs-lisp/cl-seq.el, 37628 bytes, 74 media blocks.
x ./emacs-lisp/cl-specs.el, 14228 bytes, 28 media blocks.
x ./emacs-lisp/cl.el, 25128 bytes, 50 media blocks.
x ./emacs-lisp/copyright.el, 5743 bytes, 12 media blocks.
x ./emacs-lisp/cust-print.el, 24402 bytes, 48 media blocks.
x ./emacs-lisp/debug.el, 22017 bytes, 44 media blocks.
x ./emacs-lisp/disass.el, 9029 bytes, 18 media blocks.
x ./emacs-lisp/easy-mmode.el, 5962 bytes, 12 media blocks.
x ./emacs-lisp/easymenu.el, 20470 bytes, 40 media blocks.
x ./emacs-lisp/edebug.el, 158216 bytes, 310 media blocks.
x ./emacs-lisp/eldoc.el, 26117 bytes, 52 media blocks.
x ./emacs-lisp/elint.el, 23965 bytes, 47 media blocks.
x ./emacs-lisp/elp.el, 22321 bytes, 44 media blocks.
x ./emacs-lisp/eval-reg.el, 8593 bytes, 17 media blocks.
x ./emacs-lisp/find-func.el, 14388 bytes, 29 media blocks.
x ./emacs-lisp/float.el, 15230 bytes, 30 media blocks.
x ./emacs-lisp/gulp.el, 6122 bytes, 12 media blocks.
x ./emacs-lisp/helper.el, 5079 bytes, 10 media blocks.
x ./emacs-lisp/levents.el, 10887 bytes, 22 media blocks.
x ./emacs-lisp/lisp-mnt.el, 17558 bytes, 35 media blocks.
x ./emacs-lisp/lisp-mode.el, 36368 bytes, 72 media blocks.
x ./emacs-lisp/lisp.el, 11273 bytes, 23 media blocks.
x ./emacs-lisp/lmenu.el, 19763 bytes, 39 media blocks.
x ./emacs-lisp/lselect.el, 8637 bytes, 17 media blocks.
x ./emacs-lisp/lucid.el, 9053 bytes, 18 media blocks.
x ./emacs-lisp/pp.el, 5725 bytes, 12 media blocks.
x ./emacs-lisp/profile.el, 11325 bytes, 23 media blocks.
x ./emacs-lisp/regexp-opt.el, 9550 bytes, 19 media blocks.
x ./emacs-lisp/ring.el, 4561 bytes, 9 media blocks.
x ./emacs-lisp/shadow.el, 9912 bytes, 20 media blocks.
x ./emacs-lisp/sregex.el, 35345 bytes, 70 media blocks.
x ./emacs-lisp/tq.el, 4279 bytes, 9 media blocks.
x ./emacs-lisp/trace.el, 10719 bytes, 21 media blocks.
x ./emacs-lisp/advice.elc, 53267 bytes, 105 media blocks.
x ./emacs-lisp/assoc.elc, 4459 bytes, 9 media blocks.
x ./emacs-lisp/autoload.elc, 10488 bytes, 21 media blocks.
x ./emacs-lisp/backquote.elc, 3986 bytes, 8 media blocks.
x ./emacs-lisp/cl.elc, 21467 bytes, 42 media blocks.
x ./emacs-lisp/byte-opt.elc, 32327 bytes, 64 media blocks.
x ./emacs-lisp/bytecomp.elc, 94827 bytes, 186 media blocks.
x ./emacs-lisp/checkdoc.elc, 66027 bytes, 129 media blocks.
x ./emacs-lisp/cl-compat.elc, 4496 bytes, 9 media blocks.
x ./emacs-lisp/cl-extra.elc, 28133 bytes, 55 media blocks.
x ./emacs-lisp/cl-indent.elc, 8009 bytes, 16 media blocks.
x ./emacs-lisp/cl-macs.elc, 97601 bytes, 191 media blocks.
x ./emacs-lisp/cl-seq.elc, 43515 bytes, 85 media blocks.
x ./emacs-lisp/cl-specs.elc, 10271 bytes, 21 media blocks.
x ./emacs-lisp/copyright.elc, 4499 bytes, 9 media blocks.
x ./emacs-lisp/cust-print.elc, 13194 bytes, 26 media blocks.
x ./emacs-lisp/debug.elc, 16999 bytes, 34 media blocks.
x ./emacs-lisp/disass.elc, 5206 bytes, 11 media blocks.
x ./emacs-lisp/easy-mmode.elc, 3969 bytes, 8 media blocks.
x ./emacs-lisp/easymenu.elc, 13996 bytes, 28 media blocks.
x ./emacs-lisp/edebug.elc, 105786 bytes, 207 media blocks.
x ./emacs-lisp/eldoc.elc, 12327 bytes, 25 media blocks.
x ./emacs-lisp/elint.elc, 19916 bytes, 39 media blocks.
x ./emacs-lisp/elp.elc, 11254 bytes, 22 media blocks.
x ./emacs-lisp/eval-reg.elc, 5322 bytes, 11 media blocks.
x ./emacs-lisp/find-func.elc, 11796 bytes, 24 media blocks.
x ./emacs-lisp/float.elc, 9681 bytes, 19 media blocks.
x ./emacs-lisp/gulp.elc, 4897 bytes, 10 media blocks.
x ./emacs-lisp/helper.elc, 3855 bytes, 8 media blocks.
x ./emacs-lisp/levents.elc, 9897 bytes, 20 media blocks.
x ./emacs-lisp/lisp-mnt.elc, 12400 bytes, 25 media blocks.
x ./emacs-lisp/lisp-mode.elc, 19886 bytes, 39 media blocks.
x ./emacs-lisp/lisp.elc, 9286 bytes, 19 media blocks.
x ./emacs-lisp/lmenu.elc, 15173 bytes, 30 media blocks.
x ./emacs-lisp/lselect.elc, 6412 bytes, 13 media blocks.
x ./emacs-lisp/lucid.elc, 6680 bytes, 14 media blocks.
x ./emacs-lisp/pp.elc, 3833 bytes, 8 media blocks.
x ./emacs-lisp/profile.elc, 6311 bytes, 13 media blocks.
x ./emacs-lisp/regexp-opt.elc, 3687 bytes, 8 media blocks.
x ./emacs-lisp/ring.elc, 2960 bytes, 6 media blocks.
x ./emacs-lisp/shadow.elc, 5666 bytes, 12 media blocks.
x ./emacs-lisp/sregex.elc, 22437 bytes, 44 media blocks.
x ./emacs-lisp/tq.elc, 3321 bytes, 7 media blocks.
x ./emacs-lisp/trace.elc, 5368 bytes, 11 media blocks.
x ./COPYING, 17992 bytes, 36 media blocks.
x ./auto-show.el, 4533 bytes, 9 media blocks.
x ./info.el, 89845 bytes, 176 media blocks.
        rm -f /usr/local/share/emacs/20.7/lisp/subdirs.el
        /usr/local/emacs-20.7/update-subdirs /usr/local/share/emacs/20.7/lisp
        if [ -f /usr/local/share/emacs/20.7/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/share/emacs/20.7/site-lisp/subdirs.el;  fi
        chmod a+r /usr/local/share/emacs/20.7/site-lisp/subdirs.el
        if [ -f /usr/local/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/share/emacs/site-lisp/subdirs.el;  fi
        chmod a+r /usr/local/share/emacs/site-lisp/subdirs.el
        if [ `(cd ./etc; /bin/pwd)` != `(cd /usr/local/share/emacs/20.7/etc; 
/bin/pwd)` ];  then  echo "Copying etc/DOC-* to /usr/local/share/emacs/20.7/etc 
..." ;  (cd ./etc; tar -cf - DOC*)  |(cd /usr/local/share/emacs/20.7/etc; umask 
0; tar -xvf - && cat > /dev/null);  (cd /usr/local/share/emacs/20.7/etc; chmod 
a+r DOC*; rm DOC);  else true; fi
Copying etc/DOC-* to /usr/local/share/emacs/20.7/etc ...
x DOC, 1132076 bytes, 2212 media blocks.
x DOC-20.7.1, 1132076 bytes, 2212 media blocks.
        if [ -r ./lisp ]  && [ -r ./lisp/simple.el ]  && [ x`(cd ./lisp; 
/bin/pwd)` != x`(cd /usr/local/share/emacs/20.7/lisp; /bin/pwd)` ]  && [ x`(cd 
/usr/local/emacs-20.7/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ];  then  
echo "Copying lisp/*.el and lisp/*.elc to /usr/local/share/emacs/20.7/lisp ..." 
;  (cd lisp; tar -cf - *.el *.elc)  |(cd /usr/local/share/emacs/20.7/lisp; 
umask 0; tar -xvf - && cat > /dev/null);  else true; fi
        thisdir=`/bin/pwd`;  if [ `(cd /usr/local/emacs-20.7/info && /bin/pwd)` 
!= `(cd /usr/local/info && /bin/pwd)` ];  then  (cd /usr/local/info;   if [ -f 
dir ]; then true;  else   (cd ${thisdir};  /usr/local/emacs-20.7/install.sh -c 
-m 644 /usr/local/emacs-20.7/info/dir /usr/local/info/dir;  chmod a+r 
/usr/local/info/dir);  fi;  cd /usr/local/emacs-20.7/info ;  for f in ccmode* 
cl* dired-x* ediff* emacs* forms* gnus* info* message* mh-e* reftex* sc* vip* 
widget*; do  (cd ${thisdir};  /usr/local/emacs-20.7/install.sh -c -m 644 
/usr/local/emacs-20.7/info/$f /usr/local/info/$f;  chmod a+r 
/usr/local/info/$f);  done);  else true; fi
        thisdir=`/bin/pwd`;  if [ `(cd /usr/local/emacs-20.7/info && /bin/pwd)` 
!= `(cd /usr/local/info && /bin/pwd)` ];  then  for f in ccmode cl dired-x 
ediff emacs forms gnus info message mh-e reftex sc vip viper widget; do  (cd 
${thisdir};  install-info --dir-file=/usr/local/info/dir 
--info-file=/usr/local/info/$f);  done;  else true; fi
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
/bin/sh: install-info:  not found.
make: 1254-004 The error code from the last command is 127.
make: 1254-005 Ignored error code 127 from last command.
        chmod -R a+r /usr/local/share/emacs /usr/local/share/emacs/20.7/etc 
/usr/local/share/emacs/20.7/lisp /usr/local/info
        thisdir=`/bin/pwd`;  cd /usr/local/emacs-20.7/etc;  for page in emacs 
etags ctags ; do  (cd ${thisdir};  /usr/local/emacs-20.7/install.sh -c -m 644 
/usr/local/emacs-20.7/etc/${page}.1 /usr/local/man/man1/${page}.1;  chmod a+r 
/usr/local/man/man1/${page}.1);  done
        (cd lib-src;  make install  prefix=/usr/local  exec_prefix=/usr/local 
bindir=/usr/local/bin  libexecdir=/usr/local/libexec 
archlibdir=/usr/local/libexec/emacs/20.7/powerpc-ibm-aix4.3.3.0  INSTALL_STRIP=)

Installing utilities run internally by Emacs.
        /usr/local/emacs-20.7/mkinstalldirs 
/usr/local/libexec/emacs/20.7/powerpc-ibm-aix4.3.3.0
        if [ `(cd /usr/local/libexec/emacs/20.7/powerpc-ibm-aix4.3.3.0 && 
/bin/pwd)` != `/bin/pwd` ]; then  for file in profile digest-doc  sorted-doc 
movemail cvtmail fakemail yow emacsserver hexl; do  
/usr/local/emacs-20.7/install.sh -c  $file 
/usr/local/libexec/emacs/20.7/powerpc-ibm-aix4.3.3.0/$file ;  done ;  fi
        if [ `(cd /usr/local/libexec/emacs/20.7/powerpc-ibm-aix4.3.3.0 && 
/bin/pwd)`  != `(cd /usr/local/emacs-20.7/lib-src && /bin/pwd)` ]; then  for 
file in rcs2log vcdiff; do  /usr/local/emacs-20.7/install.sh -c 
/usr/local/emacs-20.7/lib-src/$file 
/usr/local/libexec/emacs/20.7/powerpc-ibm-aix4.3.3.0/$file;  done ;  fi

Installing utilities for users to run.
        for file in etags ctags emacsclient b2m ; do  
/usr/local/emacs-20.7/install.sh -c  ${file} /usr/local/bin/${file} ;  chmod 
a+rx /usr/local/bin/${file};  done
        for file in rcs-checkin ; do  /usr/local/emacs-20.7/install.sh -c 
/usr/local/emacs-20.7/lib-src/${file} /usr/local/bin/${file} ;  chmod a+rx 
/usr/local/bin/${file};  done
        /usr/local/emacs-20.7/install.sh -c  src/emacs /usr/local/bin/emacs-20.7
        chmod 1755  /usr/local/bin/emacs-20.7
        rm -f /usr/local/bin/emacs
        ln /usr/local/bin/emacs-20.7 /usr/local/bin/emacs
        for f in `cd lib-src && echo fns-*.el`; do  
/usr/local/emacs-20.7/install.sh -c -m 644 lib-src/$f 
/usr/local/libexec/emacs/20.7/powerpc-ibm-aix4.3.3.0/$f;  done
        cd leim; make install
Target "install" is up to date.
        cd lib-src; make maybe-blessmail   MAKE='make' 
archlibdir='/usr/local/libexec/emacs/20.7/powerpc-ibm-aix4.3.3.0'
Target "maybe-blessmail" is up to date.
# cd /bin    ../bin
# ls
a2p               gsdj500           pod2html          ssh-chrootmgr
b2m               gslj              pod2latex         ssh-dummy-shell
bdftops           gslj.old          pod2man           ssh-keygen
c++               gslp              preplot           ssh-keygen2
c2ph              gslp.old          printafm          ssh-probe
cndsprt           gsnd              protoize          ssh-probe2
core              gsnd.old          ps2ascii          ssh-pubkeymgr
ctags             gunzip            ps2epsi           ssh-signer
dx                gzexe             ps2pdf            ssh-signer2
emacs             gzip              pstruct           ssh2
emacs-20.3        h2xs              rcs-checkin       tecplot
emacs-20.7        lprsml            s2p               tecplot7
emacsclient       m4                scp               unprotoize
emacsclient-20.7  maker             scp2              ustation
etags             mdf-c             sftp              wftopfa
find2perl         mdf2c             sftp-server       xmap8
font2c            mosaic            sftp-server2      xmosaic
frame             ncdump            sftp2             zcat
g++               ncgen             slip              zcmp
gcc               netscape          splus             zdiff
gmake             netscape3         ssh               zforce
gs                pclend            ssh-add           zgrep
gs.old            pdf2dsc           ssh-add2          zmore
gsbj              pdf2ps            ssh-agent         znew
gsbj.old          perl              ssh-agent2
gsdj              perl5.001         ssh-askpass
gsdj.old          perldoc           ssh-askpass2
# ls -sal | grep emac
7776 -rwxr-xr-t   2 root     sys      7961784 Jul 11 17:18 emacs
7056 -rwxr-xr-x   1 root     sys      7223673 Jul 11 16:51 emacs-20.3
7776 -rwxr-xr-t   2 root     sys      7961784 Jul 11 17:18 emacs-20.7
  32 -rwxr-xr-x   1 root     sys        32609 Jul 11 17:18 emacsclient
  32 -rwxr-xr-x   1 root     sys        32609 Jun 26 15:59 emacsclient-20.7
# ./emacs
Illegal instruction(coredump)
# rm core
# exit

Script command is complete on Wed Jul 11 17:20:02 2001.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]