mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Since thud was down all day (no offense Gary :), I finally had time to
split mule into three ports: editors/mule: no language-specific support japanese/mule-canna: Japanese support, Canna library built-in japanese/mule-wnn: Japanese support, Wnn library built-in Note that the two ports under japanese/ will overwrite some of the emacs support files. Although this itself isn't a problem, if you pkg_delete it, you will lose some files needed for emacs. (This is explained in DESCR, although god knows who reads them.) Also I've listed every single file in the PLIST.
This commit is contained in:
parent
5bcaefbd97
commit
f350303547
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1500
@ -3,35 +3,29 @@
|
||||
# Date created: 22 November 1994
|
||||
# Whom: Satoshi Asami (asami)
|
||||
#
|
||||
# $Id: Makefile,v 1.16 1995/04/20 18:23:06 asami Exp $
|
||||
# $Id: Makefile,v 1.17 1995/04/22 12:39:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mule-2.2.2
|
||||
DISTNAME= mule-2.2
|
||||
PKGNAME= mule-2.2.2
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
DISTFILES= emacs-19.28.tar.gz
|
||||
MASTER_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
|
||||
# Use one of these if you are in Japan
|
||||
|
||||
# PATCHSITE= sh.wide.ad.jp:/JAPAN/mule/
|
||||
# PATCHSITE= etlport.etl.go.jp:/pub/mule/
|
||||
|
||||
PATCH_SITES= ftp.cs.buffalo.edu:/pub/mule/
|
||||
PATCHFILES= diff-19.28-2.2.gz patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
PATCHFILES= patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= asami@FreeBSD.ORG
|
||||
|
||||
.if !exists(/usr/X11R6/lib/libwnn.a)
|
||||
DEPENDS= ${PORTSDIR}/japanese/Wnn
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/emacs-19.28
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
--terminal-face
|
||||
|
||||
STRIP=
|
||||
|
||||
pre-build:
|
||||
@ -39,9 +33,12 @@ pre-build:
|
||||
|
||||
post-install:
|
||||
# note that any2ps is a script
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
strip ${PREFIX}/bin/b2m
|
||||
strip ${PREFIX}/bin/coco
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
gzip -9nf ${PREFIX}/man/man1/coco.1
|
||||
gzip -9nf ${PREFIX}/man/man1/m2ps.1
|
||||
gzip -9nf ${PREFIX}/man/man1/mule.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,3 @@
|
||||
MD5 (emacs-19.28.tar.gz) = c8813274e5a34b14dcf46255d91c3089
|
||||
MD5 (diff-19.28-2.2.gz) = 7fb50a4b9e99698b75d7a6f87bd88093
|
||||
MD5 (mule-2.2.tar.gz) = c8d482c64e655f84e0e025018ea36bf1
|
||||
MD5 (patch-2.2.1.gz) = dcab3b4331c0cc1341dffd75ee77c6bf
|
||||
MD5 (patch-2.2.2.gz) = 647edaa06da2eca9b662efa0ea98903a
|
||||
|
@ -1,14 +1,16 @@
|
||||
This is mule-2.2.2, a multilingual editor based on emacs-19.28.
|
||||
|
||||
This package is built with Japanese support, using Wnn, as default. I
|
||||
don't use other language/input methods. People are welcome to test
|
||||
other configurations and report their results.
|
||||
This package is not built with any particular language support. If
|
||||
you want a built-in input method, look into the mule ports in language-
|
||||
specific directories. Currently only Japanese (Wnn and Canna) is
|
||||
available.
|
||||
|
||||
This package is designed *not* to clobber any existing emacs
|
||||
installation. In particular, the executables and man pages of
|
||||
etags/ctags are not installed, and the info pages that come with the
|
||||
original emacs don't get installed too. Remove the file
|
||||
patches/patch-ab if you want this package to stand on its own.
|
||||
The Japanese version is build to install everything, by the way.
|
||||
|
||||
A "dir" file is supplied in the files/ subdirectory of the ports
|
||||
package. Copy it into your /usr/local/info to read mule info pages,
|
||||
|
@ -2,17 +2,21 @@
|
||||
@exec mkdir -p %D/lib/mule/site-lisp
|
||||
@exec mkdir -p %D/lib/mule/lock
|
||||
@exec chmod 777 %D/lib/mule/lock
|
||||
@unexec rmdir %D/lib/mule/site-lisp
|
||||
@unexec rmdir %D/lib/mule/lock
|
||||
@mode 1755
|
||||
bin/mule-19.28
|
||||
@exec ln -s %D/%F %B/mule
|
||||
@unexec rm %B/mule
|
||||
bin/m2ps
|
||||
@mode 555
|
||||
bin/any2ps
|
||||
bin/b2m
|
||||
bin/coco
|
||||
lib/mule/19.28
|
||||
man/man1/mule.1
|
||||
man/man1/m2ps.1
|
||||
man/man1/coco.1
|
||||
bin/m2ps
|
||||
@mode 644
|
||||
man/man1/coco.1.gz
|
||||
man/man1/m2ps.1.gz
|
||||
man/man1/mule.1.gz
|
||||
info/CCL
|
||||
info/ISO2022
|
||||
info/R2L
|
||||
@ -33,3 +37,891 @@ info/mule-jp-2
|
||||
info/mule-jp-3
|
||||
info/quail
|
||||
info/terminology
|
||||
lib/mule/19.28/etc/3B-MAXMEM
|
||||
lib/mule/19.28/etc/AIX.DUMP
|
||||
lib/mule/19.28/etc/APPLE
|
||||
lib/mule/19.28/etc/BABYL
|
||||
lib/mule/19.28/etc/CHARSETS
|
||||
lib/mule/19.28/etc/CODINGS
|
||||
lib/mule/19.28/etc/COOKIES
|
||||
lib/mule/19.28/etc/COPYING
|
||||
lib/mule/19.28/etc/ChangeLog
|
||||
lib/mule/19.28/etc/DEBUG
|
||||
lib/mule/19.28/etc/DISTRIB
|
||||
lib/mule/19.28/etc/DOC
|
||||
lib/mule/19.28/etc/DOC-19.28.1
|
||||
lib/mule/19.28/etc/FAQ
|
||||
lib/mule/19.28/etc/FAQ-Mule
|
||||
lib/mule/19.28/etc/FAQ-Mule.cn
|
||||
lib/mule/19.28/etc/FAQ-Mule.jp
|
||||
lib/mule/19.28/etc/FAQ-Mule.kr
|
||||
lib/mule/19.28/etc/FAQ-Mule.th
|
||||
lib/mule/19.28/etc/FAQ-NEW
|
||||
lib/mule/19.28/etc/FTP
|
||||
lib/mule/19.28/etc/GNU
|
||||
lib/mule/19.28/etc/INTERVIEW
|
||||
lib/mule/19.28/etc/JOKES
|
||||
lib/mule/19.28/etc/LEDIT
|
||||
lib/mule/19.28/etc/LNEWS
|
||||
lib/mule/19.28/etc/LPF
|
||||
lib/mule/19.28/etc/MACHINES
|
||||
lib/mule/19.28/etc/MAILINGLISTS
|
||||
lib/mule/19.28/etc/MH-E-NEWS
|
||||
lib/mule/19.28/etc/MORE.STUFF
|
||||
lib/mule/19.28/etc/MOTIVATION
|
||||
lib/mule/19.28/etc/MSDOS
|
||||
lib/mule/19.28/etc/Makefile
|
||||
lib/mule/19.28/etc/Makefile.in
|
||||
lib/mule/19.28/etc/NEWS
|
||||
lib/mule/19.28/etc/ONEWS
|
||||
lib/mule/19.28/etc/OONEWS
|
||||
lib/mule/19.28/etc/OOONEWS
|
||||
lib/mule/19.28/etc/OOOONEWS
|
||||
lib/mule/19.28/etc/ORDERS
|
||||
lib/mule/19.28/etc/ORDERS.EUROPE
|
||||
lib/mule/19.28/etc/ORDERS.JAPAN
|
||||
lib/mule/19.28/etc/OTHER.EMACSES
|
||||
lib/mule/19.28/etc/README
|
||||
lib/mule/19.28/etc/SERVICE
|
||||
lib/mule/19.28/etc/SUN-SUPPORT
|
||||
lib/mule/19.28/etc/TERMS
|
||||
lib/mule/19.28/etc/TUTORIAL
|
||||
lib/mule/19.28/etc/TUTORIAL.jp
|
||||
lib/mule/19.28/etc/TUTORIAL.kr
|
||||
lib/mule/19.28/etc/TUTORIAL.th
|
||||
lib/mule/19.28/etc/VERSIONS
|
||||
lib/mule/19.28/etc/Xkeymap.txt
|
||||
lib/mule/19.28/etc/celibacy.1
|
||||
lib/mule/19.28/etc/charset
|
||||
lib/mule/19.28/etc/coco.1
|
||||
lib/mule/19.28/etc/condom.1
|
||||
lib/mule/19.28/etc/copying.paper
|
||||
lib/mule/19.28/etc/ctags.1
|
||||
lib/mule/19.28/etc/demo.ps
|
||||
lib/mule/19.28/etc/echo.msg
|
||||
lib/mule/19.28/etc/emacs.1
|
||||
lib/mule/19.28/etc/emacs.bash
|
||||
lib/mule/19.28/etc/emacs.csh
|
||||
lib/mule/19.28/etc/emacs.icon
|
||||
lib/mule/19.28/etc/emacs.xbm
|
||||
lib/mule/19.28/etc/emacstool.1
|
||||
lib/mule/19.28/etc/etags.1
|
||||
lib/mule/19.28/etc/etags.notes
|
||||
lib/mule/19.28/etc/etags.vms
|
||||
lib/mule/19.28/etc/ledit.l
|
||||
lib/mule/19.28/etc/m2ps.1
|
||||
lib/mule/19.28/etc/m2ps.ps
|
||||
lib/mule/19.28/etc/ms-kermit
|
||||
lib/mule/19.28/etc/ms-kermit-7bit
|
||||
lib/mule/19.28/etc/mule-refcard.tex
|
||||
lib/mule/19.28/etc/mule.1
|
||||
lib/mule/19.28/etc/mule.xbm
|
||||
lib/mule/19.28/etc/news.texi
|
||||
lib/mule/19.28/etc/refcard.ps
|
||||
lib/mule/19.28/etc/refcard.tex
|
||||
lib/mule/19.28/etc/sex.6
|
||||
lib/mule/19.28/etc/spook.lines
|
||||
lib/mule/19.28/etc/termcap.dat
|
||||
lib/mule/19.28/etc/termcap.ucb
|
||||
lib/mule/19.28/etc/tom.xbm
|
||||
lib/mule/19.28/etc/ulimit.hack
|
||||
lib/mule/19.28/etc/vipcard.tex
|
||||
lib/mule/19.28/etc/yow.lines
|
||||
@mode 555
|
||||
lib/mule/19.28/i386--freebsd/cvtmail
|
||||
lib/mule/19.28/i386--freebsd/digest-doc
|
||||
lib/mule/19.28/i386--freebsd/emacsserver
|
||||
lib/mule/19.28/i386--freebsd/fakemail
|
||||
lib/mule/19.28/i386--freebsd/hexl
|
||||
lib/mule/19.28/i386--freebsd/make-docfile
|
||||
lib/mule/19.28/i386--freebsd/make-path
|
||||
lib/mule/19.28/i386--freebsd/movemail
|
||||
lib/mule/19.28/i386--freebsd/profile
|
||||
lib/mule/19.28/i386--freebsd/rcs2log
|
||||
lib/mule/19.28/i386--freebsd/sorted-doc
|
||||
lib/mule/19.28/i386--freebsd/test-distrib
|
||||
lib/mule/19.28/i386--freebsd/timer
|
||||
lib/mule/19.28/i386--freebsd/vcdiff
|
||||
lib/mule/19.28/i386--freebsd/wakeup
|
||||
lib/mule/19.28/i386--freebsd/yow
|
||||
@mode 644
|
||||
lib/mule/19.28/lisp/COPYING
|
||||
lib/mule/19.28/lisp/ChangeLog
|
||||
lib/mule/19.28/lisp/ChangeLog.1
|
||||
lib/mule/19.28/lisp/ChangeLog.2
|
||||
lib/mule/19.28/lisp/ChangeLog.3
|
||||
lib/mule/19.28/lisp/Makefile
|
||||
lib/mule/19.28/lisp/README
|
||||
lib/mule/19.28/lisp/abbrev.el
|
||||
lib/mule/19.28/lisp/abbrev.elc
|
||||
lib/mule/19.28/lisp/abbrevlist.el
|
||||
lib/mule/19.28/lisp/abbrevlist.elc
|
||||
lib/mule/19.28/lisp/ada.el
|
||||
lib/mule/19.28/lisp/ada.elc
|
||||
lib/mule/19.28/lisp/add-log.el
|
||||
lib/mule/19.28/lisp/add-log.elc
|
||||
lib/mule/19.28/lisp/advice.el
|
||||
lib/mule/19.28/lisp/advice.elc
|
||||
lib/mule/19.28/lisp/allout.el
|
||||
lib/mule/19.28/lisp/allout.elc
|
||||
lib/mule/19.28/lisp/ange-ftp.el
|
||||
lib/mule/19.28/lisp/ange-ftp.elc
|
||||
lib/mule/19.28/lisp/appt.el
|
||||
lib/mule/19.28/lisp/appt.elc
|
||||
lib/mule/19.28/lisp/apropos.el
|
||||
lib/mule/19.28/lisp/apropos.elc
|
||||
lib/mule/19.28/lisp/arabic.el
|
||||
lib/mule/19.28/lisp/arabic.elc
|
||||
lib/mule/19.28/lisp/array.el
|
||||
lib/mule/19.28/lisp/array.elc
|
||||
lib/mule/19.28/lisp/asm-mode.el
|
||||
lib/mule/19.28/lisp/asm-mode.elc
|
||||
lib/mule/19.28/lisp/assoc.el
|
||||
lib/mule/19.28/lisp/assoc.elc
|
||||
lib/mule/19.28/lisp/autoinsert.el
|
||||
lib/mule/19.28/lisp/autoinsert.elc
|
||||
lib/mule/19.28/lisp/autoload.el
|
||||
lib/mule/19.28/lisp/autoload.elc
|
||||
lib/mule/19.28/lisp/avoid.el
|
||||
lib/mule/19.28/lisp/avoid.elc
|
||||
lib/mule/19.28/lisp/awk-mode.el
|
||||
lib/mule/19.28/lisp/awk-mode.elc
|
||||
lib/mule/19.28/lisp/backquote.el
|
||||
lib/mule/19.28/lisp/backquote.elc
|
||||
lib/mule/19.28/lisp/bib-mode.el
|
||||
lib/mule/19.28/lisp/bib-mode.elc
|
||||
lib/mule/19.28/lisp/bibtex.el
|
||||
lib/mule/19.28/lisp/bibtex.elc
|
||||
lib/mule/19.28/lisp/blackbox.el
|
||||
lib/mule/19.28/lisp/blackbox.elc
|
||||
lib/mule/19.28/lisp/blessmail.el
|
||||
lib/mule/19.28/lisp/bookmark.el
|
||||
lib/mule/19.28/lisp/bookmark.elc
|
||||
lib/mule/19.28/lisp/buff-menu.el
|
||||
lib/mule/19.28/lisp/buff-menu.elc
|
||||
lib/mule/19.28/lisp/busyu.el
|
||||
lib/mule/19.28/lisp/byte-opt.el
|
||||
lib/mule/19.28/lisp/byte-opt.elc
|
||||
lib/mule/19.28/lisp/byte-run.el
|
||||
lib/mule/19.28/lisp/byte-run.elc
|
||||
lib/mule/19.28/lisp/bytecomp.el
|
||||
lib/mule/19.28/lisp/bytecomp.elc
|
||||
lib/mule/19.28/lisp/c-mode.el
|
||||
lib/mule/19.28/lisp/c-mode.elc
|
||||
lib/mule/19.28/lisp/cal-dst.el
|
||||
lib/mule/19.28/lisp/cal-dst.elc
|
||||
lib/mule/19.28/lisp/cal-french.el
|
||||
lib/mule/19.28/lisp/cal-french.elc
|
||||
lib/mule/19.28/lisp/cal-mayan.el
|
||||
lib/mule/19.28/lisp/cal-mayan.elc
|
||||
lib/mule/19.28/lisp/cal-menu.el
|
||||
lib/mule/19.28/lisp/cal-menu.elc
|
||||
lib/mule/19.28/lisp/calendar.el
|
||||
lib/mule/19.28/lisp/calendar.elc
|
||||
lib/mule/19.28/lisp/can-n-egg.el
|
||||
lib/mule/19.28/lisp/canna.el
|
||||
lib/mule/19.28/lisp/canna.elc
|
||||
lib/mule/19.28/lisp/case-table.el
|
||||
lib/mule/19.28/lisp/case-table.elc
|
||||
lib/mule/19.28/lisp/cc-mode.el
|
||||
lib/mule/19.28/lisp/cc-mode.elc
|
||||
lib/mule/19.28/lisp/ccl.el
|
||||
lib/mule/19.28/lisp/ccl.elc
|
||||
lib/mule/19.28/lisp/cdl.el
|
||||
lib/mule/19.28/lisp/cdl.elc
|
||||
lib/mule/19.28/lisp/chinese.el
|
||||
lib/mule/19.28/lisp/chinese.elc
|
||||
lib/mule/19.28/lisp/chistory.el
|
||||
lib/mule/19.28/lisp/chistory.elc
|
||||
lib/mule/19.28/lisp/cl-compat.el
|
||||
lib/mule/19.28/lisp/cl-compat.elc
|
||||
lib/mule/19.28/lisp/cl-extra.el
|
||||
lib/mule/19.28/lisp/cl-extra.elc
|
||||
lib/mule/19.28/lisp/cl-indent.el
|
||||
lib/mule/19.28/lisp/cl-indent.elc
|
||||
lib/mule/19.28/lisp/cl-macs.el
|
||||
lib/mule/19.28/lisp/cl-macs.elc
|
||||
lib/mule/19.28/lisp/cl-seq.el
|
||||
lib/mule/19.28/lisp/cl-seq.elc
|
||||
lib/mule/19.28/lisp/cl-specs.el
|
||||
lib/mule/19.28/lisp/cl-specs.elc
|
||||
lib/mule/19.28/lisp/cl.el
|
||||
lib/mule/19.28/lisp/cl.elc
|
||||
lib/mule/19.28/lisp/cmacexp.el
|
||||
lib/mule/19.28/lisp/cmacexp.elc
|
||||
lib/mule/19.28/lisp/cmuscheme.el
|
||||
lib/mule/19.28/lisp/cmuscheme.elc
|
||||
lib/mule/19.28/lisp/comint.el
|
||||
lib/mule/19.28/lisp/comint.elc
|
||||
lib/mule/19.28/lisp/compare-w.el
|
||||
lib/mule/19.28/lisp/compare-w.elc
|
||||
lib/mule/19.28/lisp/compile.el
|
||||
lib/mule/19.28/lisp/compile.elc
|
||||
lib/mule/19.28/lisp/complete.el
|
||||
lib/mule/19.28/lisp/complete.elc
|
||||
lib/mule/19.28/lisp/completion.el
|
||||
lib/mule/19.28/lisp/completion.elc
|
||||
lib/mule/19.28/lisp/cookie1.el
|
||||
lib/mule/19.28/lisp/cookie1.elc
|
||||
lib/mule/19.28/lisp/cplus-md.el
|
||||
lib/mule/19.28/lisp/cplus-md.elc
|
||||
lib/mule/19.28/lisp/cust-print.el
|
||||
lib/mule/19.28/lisp/cust-print.elc
|
||||
lib/mule/19.28/lisp/cyrillic.el
|
||||
lib/mule/19.28/lisp/cyrillic.elc
|
||||
lib/mule/19.28/lisp/dabbrev.el
|
||||
lib/mule/19.28/lisp/dabbrev.elc
|
||||
lib/mule/19.28/lisp/debug.el
|
||||
lib/mule/19.28/lisp/debug.elc
|
||||
lib/mule/19.28/lisp/delsel.el
|
||||
lib/mule/19.28/lisp/delsel.elc
|
||||
lib/mule/19.28/lisp/derived.el
|
||||
lib/mule/19.28/lisp/derived.elc
|
||||
lib/mule/19.28/lisp/desktop.el
|
||||
lib/mule/19.28/lisp/desktop.elc
|
||||
lib/mule/19.28/lisp/diary-ins.el
|
||||
lib/mule/19.28/lisp/diary-ins.elc
|
||||
lib/mule/19.28/lisp/diary-lib.el
|
||||
lib/mule/19.28/lisp/diary-lib.elc
|
||||
lib/mule/19.28/lisp/diff.el
|
||||
lib/mule/19.28/lisp/diff.elc
|
||||
lib/mule/19.28/lisp/dired-aux.el
|
||||
lib/mule/19.28/lisp/dired-aux.elc
|
||||
lib/mule/19.28/lisp/dired-x.el
|
||||
lib/mule/19.28/lisp/dired-x.elc
|
||||
lib/mule/19.28/lisp/dired.el
|
||||
lib/mule/19.28/lisp/dired.elc
|
||||
lib/mule/19.28/lisp/dired.todo
|
||||
lib/mule/19.28/lisp/disass.el
|
||||
lib/mule/19.28/lisp/disass.elc
|
||||
lib/mule/19.28/lisp/disp-table.el
|
||||
lib/mule/19.28/lisp/disp-table.elc
|
||||
lib/mule/19.28/lisp/dissociate.el
|
||||
lib/mule/19.28/lisp/dissociate.elc
|
||||
lib/mule/19.28/lisp/doctor.el
|
||||
lib/mule/19.28/lisp/doctor.elc
|
||||
lib/mule/19.28/lisp/dos-fns.el
|
||||
lib/mule/19.28/lisp/dos-fns.elc
|
||||
lib/mule/19.28/lisp/double.el
|
||||
lib/mule/19.28/lisp/double.elc
|
||||
lib/mule/19.28/lisp/dunnet.el
|
||||
lib/mule/19.28/lisp/dunnet.elc
|
||||
lib/mule/19.28/lisp/easymenu.el
|
||||
lib/mule/19.28/lisp/easymenu.elc
|
||||
lib/mule/19.28/lisp/ebuff-menu.el
|
||||
lib/mule/19.28/lisp/ebuff-menu.elc
|
||||
lib/mule/19.28/lisp/echistory.el
|
||||
lib/mule/19.28/lisp/echistory.elc
|
||||
lib/mule/19.28/lisp/edebug.el
|
||||
lib/mule/19.28/lisp/edebug.elc
|
||||
lib/mule/19.28/lisp/ediff.el
|
||||
lib/mule/19.28/lisp/ediff.elc
|
||||
lib/mule/19.28/lisp/edmacro.el
|
||||
lib/mule/19.28/lisp/edmacro.elc
|
||||
lib/mule/19.28/lisp/edt.el
|
||||
lib/mule/19.28/lisp/edt.elc
|
||||
lib/mule/19.28/lisp/egg-jsymbol.el
|
||||
lib/mule/19.28/lisp/egg-keymap.el
|
||||
lib/mule/19.28/lisp/egg.el
|
||||
lib/mule/19.28/lisp/egg.elc
|
||||
lib/mule/19.28/lisp/eggrc-sj3
|
||||
lib/mule/19.28/lisp/eggrc-v41
|
||||
lib/mule/19.28/lisp/ehelp.el
|
||||
lib/mule/19.28/lisp/ehelp.elc
|
||||
lib/mule/19.28/lisp/electric.el
|
||||
lib/mule/19.28/lisp/electric.elc
|
||||
lib/mule/19.28/lisp/emacsbug.el
|
||||
lib/mule/19.28/lisp/emacsbug.elc
|
||||
lib/mule/19.28/lisp/emerge.el
|
||||
lib/mule/19.28/lisp/emerge.elc
|
||||
lib/mule/19.28/lisp/env.el
|
||||
lib/mule/19.28/lisp/env.elc
|
||||
lib/mule/19.28/lisp/etags.el
|
||||
lib/mule/19.28/lisp/etags.elc
|
||||
lib/mule/19.28/lisp/ethio.el
|
||||
lib/mule/19.28/lisp/ethio.elc
|
||||
lib/mule/19.28/lisp/european.el
|
||||
lib/mule/19.28/lisp/european.elc
|
||||
lib/mule/19.28/lisp/eval-reg.el
|
||||
lib/mule/19.28/lisp/eval-reg.elc
|
||||
lib/mule/19.28/lisp/faces.el
|
||||
lib/mule/19.28/lisp/faces.elc
|
||||
lib/mule/19.28/lisp/files.el
|
||||
lib/mule/19.28/lisp/files.elc
|
||||
lib/mule/19.28/lisp/fill.el
|
||||
lib/mule/19.28/lisp/fill.elc
|
||||
lib/mule/19.28/lisp/find-dired.el
|
||||
lib/mule/19.28/lisp/find-dired.elc
|
||||
lib/mule/19.28/lisp/find-gc.el
|
||||
lib/mule/19.28/lisp/find-gc.elc
|
||||
lib/mule/19.28/lisp/finder-inf.el
|
||||
lib/mule/19.28/lisp/finder-inf.elc
|
||||
lib/mule/19.28/lisp/finder.el
|
||||
lib/mule/19.28/lisp/finder.elc
|
||||
lib/mule/19.28/lisp/float-sup.el
|
||||
lib/mule/19.28/lisp/float-sup.elc
|
||||
lib/mule/19.28/lisp/float.el
|
||||
lib/mule/19.28/lisp/float.elc
|
||||
lib/mule/19.28/lisp/flow-ctrl.el
|
||||
lib/mule/19.28/lisp/flow-ctrl.elc
|
||||
lib/mule/19.28/lisp/foldout.el
|
||||
lib/mule/19.28/lisp/foldout.elc
|
||||
lib/mule/19.28/lisp/font-lock.el
|
||||
lib/mule/19.28/lisp/font-lock.elc
|
||||
lib/mule/19.28/lisp/forms-d2.dat
|
||||
lib/mule/19.28/lisp/forms-d2.el
|
||||
lib/mule/19.28/lisp/forms-pass.el
|
||||
lib/mule/19.28/lisp/forms.el
|
||||
lib/mule/19.28/lisp/forms.elc
|
||||
lib/mule/19.28/lisp/fortran.el
|
||||
lib/mule/19.28/lisp/fortran.elc
|
||||
lib/mule/19.28/lisp/frame.el
|
||||
lib/mule/19.28/lisp/frame.elc
|
||||
lib/mule/19.28/lisp/gnus-uu.el
|
||||
lib/mule/19.28/lisp/gnus-uu.elc
|
||||
lib/mule/19.28/lisp/gnus.el
|
||||
lib/mule/19.28/lisp/gnus.elc
|
||||
lib/mule/19.28/lisp/gnusmail.el
|
||||
lib/mule/19.28/lisp/gnusmail.elc
|
||||
lib/mule/19.28/lisp/gnusmisc.el
|
||||
lib/mule/19.28/lisp/gnusmisc.elc
|
||||
lib/mule/19.28/lisp/gnuspost.el
|
||||
lib/mule/19.28/lisp/gnuspost.elc
|
||||
lib/mule/19.28/lisp/gnusutil.el
|
||||
lib/mule/19.28/lisp/gnusutil.elc
|
||||
lib/mule/19.28/lisp/gomoku.el
|
||||
lib/mule/19.28/lisp/gomoku.elc
|
||||
lib/mule/19.28/lisp/gud.el
|
||||
lib/mule/19.28/lisp/gud.elc
|
||||
lib/mule/19.28/lisp/hanoi.el
|
||||
lib/mule/19.28/lisp/hanoi.elc
|
||||
lib/mule/19.28/lisp/help-macro.el
|
||||
lib/mule/19.28/lisp/help-macro.elc
|
||||
lib/mule/19.28/lisp/help.el
|
||||
lib/mule/19.28/lisp/help.elc
|
||||
lib/mule/19.28/lisp/helper.el
|
||||
lib/mule/19.28/lisp/helper.elc
|
||||
lib/mule/19.28/lisp/hexl.el
|
||||
lib/mule/19.28/lisp/hexl.elc
|
||||
lib/mule/19.28/lisp/hideif.el
|
||||
lib/mule/19.28/lisp/hideif.elc
|
||||
lib/mule/19.28/lisp/hilit19.el
|
||||
lib/mule/19.28/lisp/hilit19.elc
|
||||
lib/mule/19.28/lisp/hippie-exp.el
|
||||
lib/mule/19.28/lisp/hippie-exp.elc
|
||||
lib/mule/19.28/lisp/holidays.el
|
||||
lib/mule/19.28/lisp/holidays.elc
|
||||
lib/mule/19.28/lisp/icomplete.el
|
||||
lib/mule/19.28/lisp/icomplete.elc
|
||||
lib/mule/19.28/lisp/icon.el
|
||||
lib/mule/19.28/lisp/icon.elc
|
||||
lib/mule/19.28/lisp/ielm.el
|
||||
lib/mule/19.28/lisp/ielm.elc
|
||||
lib/mule/19.28/lisp/imenu.el
|
||||
lib/mule/19.28/lisp/imenu.elc
|
||||
lib/mule/19.28/lisp/indent.el
|
||||
lib/mule/19.28/lisp/indent.elc
|
||||
lib/mule/19.28/lisp/inf-lisp.el
|
||||
lib/mule/19.28/lisp/inf-lisp.elc
|
||||
lib/mule/19.28/lisp/info.el
|
||||
lib/mule/19.28/lisp/info.elc
|
||||
lib/mule/19.28/lisp/informat.el
|
||||
lib/mule/19.28/lisp/informat.elc
|
||||
lib/mule/19.28/lisp/isearch-ext.el
|
||||
lib/mule/19.28/lisp/isearch-ext.elc
|
||||
lib/mule/19.28/lisp/isearch.el
|
||||
lib/mule/19.28/lisp/isearch.elc
|
||||
lib/mule/19.28/lisp/iso-acc.el
|
||||
lib/mule/19.28/lisp/iso-acc.elc
|
||||
lib/mule/19.28/lisp/iso-ascii.el
|
||||
lib/mule/19.28/lisp/iso-ascii.elc
|
||||
lib/mule/19.28/lisp/iso-cvt.el
|
||||
lib/mule/19.28/lisp/iso-cvt.elc
|
||||
lib/mule/19.28/lisp/iso-insert.el
|
||||
lib/mule/19.28/lisp/iso-insert.elc
|
||||
lib/mule/19.28/lisp/iso-swed.el
|
||||
lib/mule/19.28/lisp/iso-swed.elc
|
||||
lib/mule/19.28/lisp/iso-syntax.el
|
||||
lib/mule/19.28/lisp/iso-syntax.elc
|
||||
lib/mule/19.28/lisp/iso-transl.el
|
||||
lib/mule/19.28/lisp/iso-transl.elc
|
||||
lib/mule/19.28/lisp/ispell.el
|
||||
lib/mule/19.28/lisp/ispell.elc
|
||||
lib/mule/19.28/lisp/ispell4.el
|
||||
lib/mule/19.28/lisp/ispell4.elc
|
||||
lib/mule/19.28/lisp/japanese.el
|
||||
lib/mule/19.28/lisp/japanese.elc
|
||||
lib/mule/19.28/lisp/jisx0201.el
|
||||
lib/mule/19.28/lisp/jka-compr.el
|
||||
lib/mule/19.28/lisp/jka-compr.elc
|
||||
lib/mule/19.28/lisp/kbd-isearch.el
|
||||
lib/mule/19.28/lisp/kermit.el
|
||||
lib/mule/19.28/lisp/kermit.elc
|
||||
lib/mule/19.28/lisp/keyboard.el
|
||||
lib/mule/19.28/lisp/keyboard.elc
|
||||
lib/mule/19.28/lisp/kinsoku.el
|
||||
lib/mule/19.28/lisp/kinsoku.elc
|
||||
lib/mule/19.28/lisp/korean.el
|
||||
lib/mule/19.28/lisp/korean.elc
|
||||
lib/mule/19.28/lisp/ledit.el
|
||||
lib/mule/19.28/lisp/ledit.elc
|
||||
lib/mule/19.28/lisp/levents.el
|
||||
lib/mule/19.28/lisp/levents.elc
|
||||
lib/mule/19.28/lisp/life.el
|
||||
lib/mule/19.28/lisp/life.elc
|
||||
lib/mule/19.28/lisp/lisp-mnt.el
|
||||
lib/mule/19.28/lisp/lisp-mnt.elc
|
||||
lib/mule/19.28/lisp/lisp-mode.el
|
||||
lib/mule/19.28/lisp/lisp-mode.elc
|
||||
lib/mule/19.28/lisp/lisp.el
|
||||
lib/mule/19.28/lisp/lisp.elc
|
||||
lib/mule/19.28/lisp/lmenu.el
|
||||
lib/mule/19.28/lisp/lmenu.elc
|
||||
lib/mule/19.28/lisp/loaddefs.el
|
||||
lib/mule/19.28/lisp/loadhist.el
|
||||
lib/mule/19.28/lisp/loadhist.elc
|
||||
lib/mule/19.28/lisp/loadup.el
|
||||
lib/mule/19.28/lisp/lpr.el
|
||||
lib/mule/19.28/lisp/lpr.elc
|
||||
lib/mule/19.28/lisp/ls-lisp.el
|
||||
lib/mule/19.28/lisp/ls-lisp.elc
|
||||
lib/mule/19.28/lisp/lselect.el
|
||||
lib/mule/19.28/lisp/lselect.elc
|
||||
lib/mule/19.28/lisp/lucid.el
|
||||
lib/mule/19.28/lisp/lucid.elc
|
||||
lib/mule/19.28/lisp/lunar.el
|
||||
lib/mule/19.28/lisp/lunar.elc
|
||||
lib/mule/19.28/lisp/macros.el
|
||||
lib/mule/19.28/lisp/macros.elc
|
||||
lib/mule/19.28/lisp/mail-extr.el
|
||||
lib/mule/19.28/lisp/mail-extr.elc
|
||||
lib/mule/19.28/lisp/mail-hist.el
|
||||
lib/mule/19.28/lisp/mail-hist.elc
|
||||
lib/mule/19.28/lisp/mail-utils.el
|
||||
lib/mule/19.28/lisp/mail-utils.elc
|
||||
lib/mule/19.28/lisp/mailabbrev.el
|
||||
lib/mule/19.28/lisp/mailabbrev.elc
|
||||
lib/mule/19.28/lisp/mailalias.el
|
||||
lib/mule/19.28/lisp/mailalias.elc
|
||||
lib/mule/19.28/lisp/mailpost.el
|
||||
lib/mule/19.28/lisp/mailpost.elc
|
||||
lib/mule/19.28/lisp/makefile.el
|
||||
lib/mule/19.28/lisp/makefile.elc
|
||||
lib/mule/19.28/lisp/makeinfo.el
|
||||
lib/mule/19.28/lisp/makeinfo.elc
|
||||
lib/mule/19.28/lisp/makesum.el
|
||||
lib/mule/19.28/lisp/makesum.elc
|
||||
lib/mule/19.28/lisp/man.el
|
||||
lib/mule/19.28/lisp/man.elc
|
||||
lib/mule/19.28/lisp/map-ynp.el
|
||||
lib/mule/19.28/lisp/map-ynp.elc
|
||||
lib/mule/19.28/lisp/medit.el
|
||||
lib/mule/19.28/lisp/medit.elc
|
||||
lib/mule/19.28/lisp/meese.el
|
||||
lib/mule/19.28/lisp/meese.elc
|
||||
lib/mule/19.28/lisp/menu-bar.el
|
||||
lib/mule/19.28/lisp/menu-bar.elc
|
||||
lib/mule/19.28/lisp/metamail.el
|
||||
lib/mule/19.28/lisp/metamail.elc
|
||||
lib/mule/19.28/lisp/mh-comp.el
|
||||
lib/mule/19.28/lisp/mh-comp.elc
|
||||
lib/mule/19.28/lisp/mh-e.el
|
||||
lib/mule/19.28/lisp/mh-e.elc
|
||||
lib/mule/19.28/lisp/mh-funcs.el
|
||||
lib/mule/19.28/lisp/mh-funcs.elc
|
||||
lib/mule/19.28/lisp/mh-mime.el
|
||||
lib/mule/19.28/lisp/mh-mime.elc
|
||||
lib/mule/19.28/lisp/mh-pick.el
|
||||
lib/mule/19.28/lisp/mh-pick.elc
|
||||
lib/mule/19.28/lisp/mh-seq.el
|
||||
lib/mule/19.28/lisp/mh-seq.elc
|
||||
lib/mule/19.28/lisp/mh-utils.el
|
||||
lib/mule/19.28/lisp/mh-utils.elc
|
||||
lib/mule/19.28/lisp/mhspool.el
|
||||
lib/mule/19.28/lisp/mhspool.elc
|
||||
lib/mule/19.28/lisp/mim-mode.el
|
||||
lib/mule/19.28/lisp/mim-mode.elc
|
||||
lib/mule/19.28/lisp/mim-syntax.el
|
||||
lib/mule/19.28/lisp/mim-syntax.elc
|
||||
lib/mule/19.28/lisp/misc.el
|
||||
lib/mule/19.28/lisp/misc.elc
|
||||
lib/mule/19.28/lisp/mlconvert.el
|
||||
lib/mule/19.28/lisp/mlconvert.elc
|
||||
lib/mule/19.28/lisp/mldrag.el
|
||||
lib/mule/19.28/lisp/mldrag.elc
|
||||
lib/mule/19.28/lisp/mlsupport.el
|
||||
lib/mule/19.28/lisp/mlsupport.elc
|
||||
lib/mule/19.28/lisp/modula2.el
|
||||
lib/mule/19.28/lisp/modula2.elc
|
||||
lib/mule/19.28/lisp/mouse-sel.el
|
||||
lib/mule/19.28/lisp/mouse-sel.elc
|
||||
lib/mule/19.28/lisp/mouse.el
|
||||
lib/mule/19.28/lisp/mouse.elc
|
||||
lib/mule/19.28/lisp/mpuz.el
|
||||
lib/mule/19.28/lisp/mpuz.elc
|
||||
lib/mule/19.28/lisp/mule-conf.el
|
||||
lib/mule/19.28/lisp/mule-diag.el
|
||||
lib/mule/19.28/lisp/mule-diag.elc
|
||||
lib/mule/19.28/lisp/mule-init.el
|
||||
lib/mule/19.28/lisp/mule-init.elc
|
||||
lib/mule/19.28/lisp/mule-inst.el
|
||||
lib/mule/19.28/lisp/mule-util.el
|
||||
lib/mule/19.28/lisp/mule-util.elc
|
||||
lib/mule/19.28/lisp/mule.el
|
||||
lib/mule/19.28/lisp/mule.elc
|
||||
lib/mule/19.28/lisp/netunam.el
|
||||
lib/mule/19.28/lisp/netunam.elc
|
||||
lib/mule/19.28/lisp/nnspool.el
|
||||
lib/mule/19.28/lisp/nnspool.elc
|
||||
lib/mule/19.28/lisp/nntp.el
|
||||
lib/mule/19.28/lisp/nntp.elc
|
||||
lib/mule/19.28/lisp/novice.el
|
||||
lib/mule/19.28/lisp/novice.elc
|
||||
lib/mule/19.28/lisp/nroff-mode.el
|
||||
lib/mule/19.28/lisp/nroff-mode.elc
|
||||
lib/mule/19.28/lisp/options.el
|
||||
lib/mule/19.28/lisp/options.elc
|
||||
lib/mule/19.28/lisp/outline.el
|
||||
lib/mule/19.28/lisp/outline.elc
|
||||
lib/mule/19.28/lisp/page-ext.el
|
||||
lib/mule/19.28/lisp/page-ext.elc
|
||||
lib/mule/19.28/lisp/page.el
|
||||
lib/mule/19.28/lisp/page.elc
|
||||
lib/mule/19.28/lisp/paragraphs.el
|
||||
lib/mule/19.28/lisp/paragraphs.elc
|
||||
lib/mule/19.28/lisp/paren.el
|
||||
lib/mule/19.28/lisp/paren.elc
|
||||
lib/mule/19.28/lisp/pascal.el
|
||||
lib/mule/19.28/lisp/pascal.elc
|
||||
lib/mule/19.28/lisp/paths.el
|
||||
lib/mule/19.28/lisp/perl-mode.el
|
||||
lib/mule/19.28/lisp/perl-mode.elc
|
||||
lib/mule/19.28/lisp/picture.el
|
||||
lib/mule/19.28/lisp/picture.elc
|
||||
lib/mule/19.28/lisp/pp.el
|
||||
lib/mule/19.28/lisp/pp.elc
|
||||
lib/mule/19.28/lisp/profile.el
|
||||
lib/mule/19.28/lisp/profile.elc
|
||||
lib/mule/19.28/lisp/prolog.el
|
||||
lib/mule/19.28/lisp/prolog.elc
|
||||
lib/mule/19.28/lisp/quail-egg.el
|
||||
lib/mule/19.28/lisp/quail.el
|
||||
lib/mule/19.28/lisp/quail.elc
|
||||
lib/mule/19.28/lisp/rcompile.el
|
||||
lib/mule/19.28/lisp/rcompile.elc
|
||||
lib/mule/19.28/lisp/rect.el
|
||||
lib/mule/19.28/lisp/rect.elc
|
||||
lib/mule/19.28/lisp/refbib.el
|
||||
lib/mule/19.28/lisp/refbib.elc
|
||||
lib/mule/19.28/lisp/refer.el
|
||||
lib/mule/19.28/lisp/refer.elc
|
||||
lib/mule/19.28/lisp/regi.el
|
||||
lib/mule/19.28/lisp/regi.elc
|
||||
lib/mule/19.28/lisp/register.el
|
||||
lib/mule/19.28/lisp/register.elc
|
||||
lib/mule/19.28/lisp/replace.el
|
||||
lib/mule/19.28/lisp/replace.elc
|
||||
lib/mule/19.28/lisp/reporter.el
|
||||
lib/mule/19.28/lisp/reporter.elc
|
||||
lib/mule/19.28/lisp/reposition.el
|
||||
lib/mule/19.28/lisp/reposition.elc
|
||||
lib/mule/19.28/lisp/resume.el
|
||||
lib/mule/19.28/lisp/resume.elc
|
||||
lib/mule/19.28/lisp/rfc822.el
|
||||
lib/mule/19.28/lisp/rfc822.elc
|
||||
lib/mule/19.28/lisp/ring.el
|
||||
lib/mule/19.28/lisp/ring.elc
|
||||
lib/mule/19.28/lisp/rlogin.el
|
||||
lib/mule/19.28/lisp/rlogin.elc
|
||||
lib/mule/19.28/lisp/rmail.el
|
||||
lib/mule/19.28/lisp/rmail.elc
|
||||
lib/mule/19.28/lisp/rmailedit.el
|
||||
lib/mule/19.28/lisp/rmailedit.elc
|
||||
lib/mule/19.28/lisp/rmailkwd.el
|
||||
lib/mule/19.28/lisp/rmailkwd.elc
|
||||
lib/mule/19.28/lisp/rmailmsc.el
|
||||
lib/mule/19.28/lisp/rmailmsc.elc
|
||||
lib/mule/19.28/lisp/rmailout.el
|
||||
lib/mule/19.28/lisp/rmailout.elc
|
||||
lib/mule/19.28/lisp/rmailsort.el
|
||||
lib/mule/19.28/lisp/rmailsort.elc
|
||||
lib/mule/19.28/lisp/rmailsum.el
|
||||
lib/mule/19.28/lisp/rmailsum.elc
|
||||
lib/mule/19.28/lisp/rnews.el
|
||||
lib/mule/19.28/lisp/rnews.elc
|
||||
lib/mule/19.28/lisp/rnewspost.el
|
||||
lib/mule/19.28/lisp/rnewspost.elc
|
||||
lib/mule/19.28/lisp/rot13.el
|
||||
lib/mule/19.28/lisp/rot13.elc
|
||||
lib/mule/19.28/lisp/rsz-mini.el
|
||||
lib/mule/19.28/lisp/rsz-mini.elc
|
||||
lib/mule/19.28/lisp/s-region.el
|
||||
lib/mule/19.28/lisp/s-region.elc
|
||||
lib/mule/19.28/lisp/saveplace.el
|
||||
lib/mule/19.28/lisp/saveplace.elc
|
||||
lib/mule/19.28/lisp/sc.el
|
||||
lib/mule/19.28/lisp/scheme.el
|
||||
lib/mule/19.28/lisp/scheme.elc
|
||||
lib/mule/19.28/lisp/scribe.el
|
||||
lib/mule/19.28/lisp/scribe.elc
|
||||
lib/mule/19.28/lisp/scroll-bar.el
|
||||
lib/mule/19.28/lisp/scroll-bar.elc
|
||||
lib/mule/19.28/lisp/select.el
|
||||
lib/mule/19.28/lisp/select.elc
|
||||
lib/mule/19.28/lisp/sendmail.el
|
||||
lib/mule/19.28/lisp/sendmail.elc
|
||||
lib/mule/19.28/lisp/server.el
|
||||
lib/mule/19.28/lisp/server.elc
|
||||
lib/mule/19.28/lisp/sgml-mode.el
|
||||
lib/mule/19.28/lisp/sgml-mode.elc
|
||||
lib/mule/19.28/lisp/sh-script.el
|
||||
lib/mule/19.28/lisp/sh-script.elc
|
||||
lib/mule/19.28/lisp/shadowfile.el
|
||||
lib/mule/19.28/lisp/shadowfile.elc
|
||||
lib/mule/19.28/lisp/shell.el
|
||||
lib/mule/19.28/lisp/shell.elc
|
||||
lib/mule/19.28/lisp/simple.el
|
||||
lib/mule/19.28/lisp/simple.elc
|
||||
lib/mule/19.28/lisp/simula.el
|
||||
lib/mule/19.28/lisp/simula.elc
|
||||
lib/mule/19.28/lisp/sj3-client.el
|
||||
lib/mule/19.28/lisp/sj3-client.elc
|
||||
lib/mule/19.28/lisp/sj3-egg.el
|
||||
lib/mule/19.28/lisp/sj3-egg.elc
|
||||
lib/mule/19.28/lisp/skeleton.el
|
||||
lib/mule/19.28/lisp/skeleton.elc
|
||||
lib/mule/19.28/lisp/solar.el
|
||||
lib/mule/19.28/lisp/solar.elc
|
||||
lib/mule/19.28/lisp/sort.el
|
||||
lib/mule/19.28/lisp/sort.elc
|
||||
lib/mule/19.28/lisp/soundex.el
|
||||
lib/mule/19.28/lisp/soundex.elc
|
||||
lib/mule/19.28/lisp/spell.el
|
||||
lib/mule/19.28/lisp/spell.elc
|
||||
lib/mule/19.28/lisp/spook.el
|
||||
lib/mule/19.28/lisp/spook.elc
|
||||
lib/mule/19.28/lisp/startup.el
|
||||
lib/mule/19.28/lisp/startup.elc
|
||||
lib/mule/19.28/lisp/studly.el
|
||||
lib/mule/19.28/lisp/studly.elc
|
||||
lib/mule/19.28/lisp/subr.el
|
||||
lib/mule/19.28/lisp/subr.elc
|
||||
lib/mule/19.28/lisp/sun-curs.el
|
||||
lib/mule/19.28/lisp/sun-fns.el
|
||||
lib/mule/19.28/lisp/supercite.el
|
||||
lib/mule/19.28/lisp/supercite.elc
|
||||
lib/mule/19.28/lisp/swedish.el
|
||||
lib/mule/19.28/lisp/swedish.elc
|
||||
lib/mule/19.28/lisp/tabify.el
|
||||
lib/mule/19.28/lisp/tabify.elc
|
||||
lib/mule/19.28/lisp/tar-mode.el
|
||||
lib/mule/19.28/lisp/tar-mode.elc
|
||||
lib/mule/19.28/lisp/tcl-mode.el
|
||||
lib/mule/19.28/lisp/tcl-mode.elc
|
||||
lib/mule/19.28/lisp/tcp.el
|
||||
lib/mule/19.28/lisp/tcp.elc
|
||||
lib/mule/19.28/lisp/telnet.el
|
||||
lib/mule/19.28/lisp/telnet.elc
|
||||
lib/mule/19.28/lisp/tempo.el
|
||||
lib/mule/19.28/lisp/tempo.elc
|
||||
lib/mule/19.28/lisp/term-nasty.el
|
||||
lib/mule/19.28/lisp/terminal.el
|
||||
lib/mule/19.28/lisp/terminal.elc
|
||||
lib/mule/19.28/lisp/tex-mode.el
|
||||
lib/mule/19.28/lisp/tex-mode.elc
|
||||
lib/mule/19.28/lisp/texinfmt.el
|
||||
lib/mule/19.28/lisp/texinfmt.elc
|
||||
lib/mule/19.28/lisp/texinfo.el
|
||||
lib/mule/19.28/lisp/texinfo.elc
|
||||
lib/mule/19.28/lisp/texnfo-upd.el
|
||||
lib/mule/19.28/lisp/texnfo-upd.elc
|
||||
lib/mule/19.28/lisp/text-mode.el
|
||||
lib/mule/19.28/lisp/text-mode.elc
|
||||
lib/mule/19.28/lisp/thai.el
|
||||
lib/mule/19.28/lisp/thai.elc
|
||||
lib/mule/19.28/lisp/thingatpt.el
|
||||
lib/mule/19.28/lisp/thingatpt.elc
|
||||
lib/mule/19.28/lisp/time-stamp.el
|
||||
lib/mule/19.28/lisp/time-stamp.elc
|
||||
lib/mule/19.28/lisp/time.el
|
||||
lib/mule/19.28/lisp/time.elc
|
||||
lib/mule/19.28/lisp/timer.el
|
||||
lib/mule/19.28/lisp/timer.elc
|
||||
lib/mule/19.28/lisp/timezone.el
|
||||
lib/mule/19.28/lisp/timezone.elc
|
||||
lib/mule/19.28/lisp/tpu-doc.el
|
||||
lib/mule/19.28/lisp/tpu-edt.el
|
||||
lib/mule/19.28/lisp/tpu-edt.elc
|
||||
lib/mule/19.28/lisp/tpu-extras.el
|
||||
lib/mule/19.28/lisp/tpu-extras.elc
|
||||
lib/mule/19.28/lisp/tpu-mapper.el
|
||||
lib/mule/19.28/lisp/tpu-mapper.elc
|
||||
lib/mule/19.28/lisp/tq.el
|
||||
lib/mule/19.28/lisp/tq.elc
|
||||
lib/mule/19.28/lisp/trace.el
|
||||
lib/mule/19.28/lisp/trace.elc
|
||||
lib/mule/19.28/lisp/trex.el
|
||||
lib/mule/19.28/lisp/trex.elc
|
||||
lib/mule/19.28/lisp/two-column.el
|
||||
lib/mule/19.28/lisp/two-column.elc
|
||||
lib/mule/19.28/lisp/uncompress.el
|
||||
lib/mule/19.28/lisp/uncompress.elc
|
||||
lib/mule/19.28/lisp/underline.el
|
||||
lib/mule/19.28/lisp/underline.elc
|
||||
lib/mule/19.28/lisp/undigest.el
|
||||
lib/mule/19.28/lisp/undigest.elc
|
||||
lib/mule/19.28/lisp/unrmail.el
|
||||
lib/mule/19.28/lisp/unrmail.elc
|
||||
lib/mule/19.28/lisp/unused.el
|
||||
lib/mule/19.28/lisp/unused.elc
|
||||
lib/mule/19.28/lisp/upd-copyr.el
|
||||
lib/mule/19.28/lisp/upd-copyr.elc
|
||||
lib/mule/19.28/lisp/userlock.el
|
||||
lib/mule/19.28/lisp/userlock.elc
|
||||
lib/mule/19.28/lisp/vc-hooks.el
|
||||
lib/mule/19.28/lisp/vc-hooks.elc
|
||||
lib/mule/19.28/lisp/vc.el
|
||||
lib/mule/19.28/lisp/vc.elc
|
||||
lib/mule/19.28/lisp/version.el
|
||||
lib/mule/19.28/lisp/vi.el
|
||||
lib/mule/19.28/lisp/vi.elc
|
||||
lib/mule/19.28/lisp/viet.el
|
||||
lib/mule/19.28/lisp/viet.elc
|
||||
lib/mule/19.28/lisp/view.el
|
||||
lib/mule/19.28/lisp/view.elc
|
||||
lib/mule/19.28/lisp/vip.el
|
||||
lib/mule/19.28/lisp/vip.elc
|
||||
lib/mule/19.28/lisp/visual.el
|
||||
lib/mule/19.28/lisp/visual.elc
|
||||
lib/mule/19.28/lisp/vms-patch.el
|
||||
lib/mule/19.28/lisp/vms-patch.elc
|
||||
lib/mule/19.28/lisp/vms-pmail.el
|
||||
lib/mule/19.28/lisp/vms-pmail.elc
|
||||
lib/mule/19.28/lisp/vmsproc.el
|
||||
lib/mule/19.28/lisp/vmsproc.elc
|
||||
lib/mule/19.28/lisp/vmsx.el
|
||||
lib/mule/19.28/lisp/vmsx.elc
|
||||
lib/mule/19.28/lisp/vt-control.el
|
||||
lib/mule/19.28/lisp/vt100-led.el
|
||||
lib/mule/19.28/lisp/vt100-led.elc
|
||||
lib/mule/19.28/lisp/window.el
|
||||
lib/mule/19.28/lisp/window.elc
|
||||
lib/mule/19.28/lisp/wnn-client.el
|
||||
lib/mule/19.28/lisp/wnn4-egg.el
|
||||
lib/mule/19.28/lisp/wnn4-egg.elc
|
||||
lib/mule/19.28/lisp/ws-mode.el
|
||||
lib/mule/19.28/lisp/ws-mode.elc
|
||||
lib/mule/19.28/lisp/x-menu.el
|
||||
lib/mule/19.28/lisp/x-menu.elc
|
||||
lib/mule/19.28/lisp/xscheme.el
|
||||
lib/mule/19.28/lisp/xscheme.elc
|
||||
lib/mule/19.28/lisp/yow.el
|
||||
lib/mule/19.28/lisp/yow.elc
|
||||
lib/mule/19.28/lisp/its/han-kata.el
|
||||
lib/mule/19.28/lisp/its/hangul.el
|
||||
lib/mule/19.28/lisp/its/hankaku.el
|
||||
lib/mule/19.28/lisp/its/hira.el
|
||||
lib/mule/19.28/lisp/its/kanainput.el
|
||||
lib/mule/19.28/lisp/its/kata.el
|
||||
lib/mule/19.28/lisp/its/pinyin.el
|
||||
lib/mule/19.28/lisp/its/zenkaku.el
|
||||
lib/mule/19.28/lisp/its/zhuyin.el
|
||||
lib/mule/19.28/lisp/quail/ccdospy.el
|
||||
lib/mule/19.28/lisp/quail/ccdospy.elc
|
||||
lib/mule/19.28/lisp/quail/ctlau.el
|
||||
lib/mule/19.28/lisp/quail/ctlau.elc
|
||||
lib/mule/19.28/lisp/quail/ctlaub.el
|
||||
lib/mule/19.28/lisp/quail/ctlaub.elc
|
||||
lib/mule/19.28/lisp/quail/cyrillic.el
|
||||
lib/mule/19.28/lisp/quail/cyrillic.elc
|
||||
lib/mule/19.28/lisp/quail/ethio.el
|
||||
lib/mule/19.28/lisp/quail/ethio.elc
|
||||
lib/mule/19.28/lisp/quail/etzy.el
|
||||
lib/mule/19.28/lisp/quail/etzy.elc
|
||||
lib/mule/19.28/lisp/quail/greek.el
|
||||
lib/mule/19.28/lisp/quail/greek.elc
|
||||
lib/mule/19.28/lisp/quail/hangul.el
|
||||
lib/mule/19.28/lisp/quail/hangul.elc
|
||||
lib/mule/19.28/lisp/quail/hangul3.el
|
||||
lib/mule/19.28/lisp/quail/hangul3.elc
|
||||
lib/mule/19.28/lisp/quail/hanja-jis.el
|
||||
lib/mule/19.28/lisp/quail/hanja-jis.elc
|
||||
lib/mule/19.28/lisp/quail/hanja-ksc.el
|
||||
lib/mule/19.28/lisp/quail/hanja-ksc.elc
|
||||
lib/mule/19.28/lisp/quail/hebrew.el
|
||||
lib/mule/19.28/lisp/quail/hebrew.elc
|
||||
lib/mule/19.28/lisp/quail/hsymbol.el
|
||||
lib/mule/19.28/lisp/quail/hsymbol.elc
|
||||
lib/mule/19.28/lisp/quail/ipa.el
|
||||
lib/mule/19.28/lisp/quail/ipa.elc
|
||||
lib/mule/19.28/lisp/quail/latin.el
|
||||
lib/mule/19.28/lisp/quail/latin.elc
|
||||
lib/mule/19.28/lisp/quail/punct-b5.el
|
||||
lib/mule/19.28/lisp/quail/punct-b5.elc
|
||||
lib/mule/19.28/lisp/quail/punct.el
|
||||
lib/mule/19.28/lisp/quail/punct.elc
|
||||
lib/mule/19.28/lisp/quail/py-b5.el
|
||||
lib/mule/19.28/lisp/quail/py-b5.elc
|
||||
lib/mule/19.28/lisp/quail/py.el
|
||||
lib/mule/19.28/lisp/quail/py.elc
|
||||
lib/mule/19.28/lisp/quail/qj-b5.el
|
||||
lib/mule/19.28/lisp/quail/qj-b5.elc
|
||||
lib/mule/19.28/lisp/quail/qj.el
|
||||
lib/mule/19.28/lisp/quail/qj.elc
|
||||
lib/mule/19.28/lisp/quail/sw.el
|
||||
lib/mule/19.28/lisp/quail/sw.elc
|
||||
lib/mule/19.28/lisp/quail/tcode.el
|
||||
lib/mule/19.28/lisp/quail/tcode.elc
|
||||
lib/mule/19.28/lisp/quail/thai.el
|
||||
lib/mule/19.28/lisp/quail/thai.elc
|
||||
lib/mule/19.28/lisp/quail/tit.el
|
||||
lib/mule/19.28/lisp/quail/tit.elc
|
||||
lib/mule/19.28/lisp/quail/tonepy.el
|
||||
lib/mule/19.28/lisp/quail/tonepy.elc
|
||||
lib/mule/19.28/lisp/quail/viet.el
|
||||
lib/mule/19.28/lisp/quail/viet.elc
|
||||
lib/mule/19.28/lisp/quail/zozy.el
|
||||
lib/mule/19.28/lisp/quail/zozy.elc
|
||||
lib/mule/19.28/lisp/term/AT386.el
|
||||
lib/mule/19.28/lisp/term/README
|
||||
lib/mule/19.28/lisp/term/apollo.el
|
||||
lib/mule/19.28/lisp/term/apollo.elc
|
||||
lib/mule/19.28/lisp/term/bg-mouse.el
|
||||
lib/mule/19.28/lisp/term/bg-mouse.elc
|
||||
lib/mule/19.28/lisp/term/bobcat.el
|
||||
lib/mule/19.28/lisp/term/f-term.el
|
||||
lib/mule/19.28/lisp/term/ibmpc.el
|
||||
lib/mule/19.28/lisp/term/internal.el
|
||||
lib/mule/19.28/lisp/term/keyswap.el
|
||||
lib/mule/19.28/lisp/term/lk201.el
|
||||
lib/mule/19.28/lisp/term/news.el
|
||||
lib/mule/19.28/lisp/term/news.elc
|
||||
lib/mule/19.28/lisp/term/sun-curs.el
|
||||
lib/mule/19.28/lisp/term/sun-fns.el
|
||||
lib/mule/19.28/lisp/term/sun-mouse.el
|
||||
lib/mule/19.28/lisp/term/sun-mouse.elc
|
||||
lib/mule/19.28/lisp/term/sun.el
|
||||
lib/mule/19.28/lisp/term/sun.elc
|
||||
lib/mule/19.28/lisp/term/sup-mouse.el
|
||||
lib/mule/19.28/lisp/term/sup-mouse.elc
|
||||
lib/mule/19.28/lisp/term/tvi970.el
|
||||
lib/mule/19.28/lisp/term/tvi970.elc
|
||||
lib/mule/19.28/lisp/term/vt100-led.el
|
||||
lib/mule/19.28/lisp/term/vt100-led.elc
|
||||
lib/mule/19.28/lisp/term/vt100.el
|
||||
lib/mule/19.28/lisp/term/vt100.elc
|
||||
lib/mule/19.28/lisp/term/vt102.el
|
||||
lib/mule/19.28/lisp/term/vt125.el
|
||||
lib/mule/19.28/lisp/term/vt200.el
|
||||
lib/mule/19.28/lisp/term/vt200.elc
|
||||
lib/mule/19.28/lisp/term/vt201.el
|
||||
lib/mule/19.28/lisp/term/vt220.el
|
||||
lib/mule/19.28/lisp/term/vt240.el
|
||||
lib/mule/19.28/lisp/term/vt300.el
|
||||
lib/mule/19.28/lisp/term/vt320.el
|
||||
lib/mule/19.28/lisp/term/vt400.el
|
||||
lib/mule/19.28/lisp/term/vt420.el
|
||||
lib/mule/19.28/lisp/term/wyse50.el
|
||||
lib/mule/19.28/lisp/term/wyse50.elc
|
||||
lib/mule/19.28/lisp/term/x-win.el
|
||||
lib/mule/19.28/lisp/term/x-win.elc
|
||||
|
@ -3,35 +3,29 @@
|
||||
# Date created: 22 November 1994
|
||||
# Whom: Satoshi Asami (asami)
|
||||
#
|
||||
# $Id: Makefile,v 1.16 1995/04/20 18:23:06 asami Exp $
|
||||
# $Id: Makefile,v 1.17 1995/04/22 12:39:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mule-2.2.2
|
||||
DISTNAME= mule-2.2
|
||||
PKGNAME= mule-2.2.2
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
DISTFILES= emacs-19.28.tar.gz
|
||||
MASTER_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
|
||||
# Use one of these if you are in Japan
|
||||
|
||||
# PATCHSITE= sh.wide.ad.jp:/JAPAN/mule/
|
||||
# PATCHSITE= etlport.etl.go.jp:/pub/mule/
|
||||
|
||||
PATCH_SITES= ftp.cs.buffalo.edu:/pub/mule/
|
||||
PATCHFILES= diff-19.28-2.2.gz patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
PATCHFILES= patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= asami@FreeBSD.ORG
|
||||
|
||||
.if !exists(/usr/X11R6/lib/libwnn.a)
|
||||
DEPENDS= ${PORTSDIR}/japanese/Wnn
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/emacs-19.28
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
--terminal-face
|
||||
|
||||
STRIP=
|
||||
|
||||
pre-build:
|
||||
@ -39,9 +33,12 @@ pre-build:
|
||||
|
||||
post-install:
|
||||
# note that any2ps is a script
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
strip ${PREFIX}/bin/b2m
|
||||
strip ${PREFIX}/bin/coco
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
gzip -9nf ${PREFIX}/man/man1/coco.1
|
||||
gzip -9nf ${PREFIX}/man/man1/m2ps.1
|
||||
gzip -9nf ${PREFIX}/man/man1/mule.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,14 +1,16 @@
|
||||
This is mule-2.2.2, a multilingual editor based on emacs-19.28.
|
||||
|
||||
This package is built with Japanese support, using Wnn, as default. I
|
||||
don't use other language/input methods. People are welcome to test
|
||||
other configurations and report their results.
|
||||
This package is not built with any particular language support. If
|
||||
you want a built-in input method, look into the mule ports in language-
|
||||
specific directories. Currently only Japanese (Wnn and Canna) is
|
||||
available.
|
||||
|
||||
This package is designed *not* to clobber any existing emacs
|
||||
installation. In particular, the executables and man pages of
|
||||
etags/ctags are not installed, and the info pages that come with the
|
||||
original emacs don't get installed too. Remove the file
|
||||
patches/patch-ab if you want this package to stand on its own.
|
||||
The Japanese version is build to install everything, by the way.
|
||||
|
||||
A "dir" file is supplied in the files/ subdirectory of the ports
|
||||
package. Copy it into your /usr/local/info to read mule info pages,
|
||||
|
@ -2,17 +2,21 @@
|
||||
@exec mkdir -p %D/lib/mule/site-lisp
|
||||
@exec mkdir -p %D/lib/mule/lock
|
||||
@exec chmod 777 %D/lib/mule/lock
|
||||
@unexec rmdir %D/lib/mule/site-lisp
|
||||
@unexec rmdir %D/lib/mule/lock
|
||||
@mode 1755
|
||||
bin/mule-19.28
|
||||
@exec ln -s %D/%F %B/mule
|
||||
@unexec rm %B/mule
|
||||
bin/m2ps
|
||||
@mode 555
|
||||
bin/any2ps
|
||||
bin/b2m
|
||||
bin/coco
|
||||
lib/mule/19.28
|
||||
man/man1/mule.1
|
||||
man/man1/m2ps.1
|
||||
man/man1/coco.1
|
||||
bin/m2ps
|
||||
@mode 644
|
||||
man/man1/coco.1.gz
|
||||
man/man1/m2ps.1.gz
|
||||
man/man1/mule.1.gz
|
||||
info/CCL
|
||||
info/ISO2022
|
||||
info/R2L
|
||||
@ -33,3 +37,891 @@ info/mule-jp-2
|
||||
info/mule-jp-3
|
||||
info/quail
|
||||
info/terminology
|
||||
lib/mule/19.28/etc/3B-MAXMEM
|
||||
lib/mule/19.28/etc/AIX.DUMP
|
||||
lib/mule/19.28/etc/APPLE
|
||||
lib/mule/19.28/etc/BABYL
|
||||
lib/mule/19.28/etc/CHARSETS
|
||||
lib/mule/19.28/etc/CODINGS
|
||||
lib/mule/19.28/etc/COOKIES
|
||||
lib/mule/19.28/etc/COPYING
|
||||
lib/mule/19.28/etc/ChangeLog
|
||||
lib/mule/19.28/etc/DEBUG
|
||||
lib/mule/19.28/etc/DISTRIB
|
||||
lib/mule/19.28/etc/DOC
|
||||
lib/mule/19.28/etc/DOC-19.28.1
|
||||
lib/mule/19.28/etc/FAQ
|
||||
lib/mule/19.28/etc/FAQ-Mule
|
||||
lib/mule/19.28/etc/FAQ-Mule.cn
|
||||
lib/mule/19.28/etc/FAQ-Mule.jp
|
||||
lib/mule/19.28/etc/FAQ-Mule.kr
|
||||
lib/mule/19.28/etc/FAQ-Mule.th
|
||||
lib/mule/19.28/etc/FAQ-NEW
|
||||
lib/mule/19.28/etc/FTP
|
||||
lib/mule/19.28/etc/GNU
|
||||
lib/mule/19.28/etc/INTERVIEW
|
||||
lib/mule/19.28/etc/JOKES
|
||||
lib/mule/19.28/etc/LEDIT
|
||||
lib/mule/19.28/etc/LNEWS
|
||||
lib/mule/19.28/etc/LPF
|
||||
lib/mule/19.28/etc/MACHINES
|
||||
lib/mule/19.28/etc/MAILINGLISTS
|
||||
lib/mule/19.28/etc/MH-E-NEWS
|
||||
lib/mule/19.28/etc/MORE.STUFF
|
||||
lib/mule/19.28/etc/MOTIVATION
|
||||
lib/mule/19.28/etc/MSDOS
|
||||
lib/mule/19.28/etc/Makefile
|
||||
lib/mule/19.28/etc/Makefile.in
|
||||
lib/mule/19.28/etc/NEWS
|
||||
lib/mule/19.28/etc/ONEWS
|
||||
lib/mule/19.28/etc/OONEWS
|
||||
lib/mule/19.28/etc/OOONEWS
|
||||
lib/mule/19.28/etc/OOOONEWS
|
||||
lib/mule/19.28/etc/ORDERS
|
||||
lib/mule/19.28/etc/ORDERS.EUROPE
|
||||
lib/mule/19.28/etc/ORDERS.JAPAN
|
||||
lib/mule/19.28/etc/OTHER.EMACSES
|
||||
lib/mule/19.28/etc/README
|
||||
lib/mule/19.28/etc/SERVICE
|
||||
lib/mule/19.28/etc/SUN-SUPPORT
|
||||
lib/mule/19.28/etc/TERMS
|
||||
lib/mule/19.28/etc/TUTORIAL
|
||||
lib/mule/19.28/etc/TUTORIAL.jp
|
||||
lib/mule/19.28/etc/TUTORIAL.kr
|
||||
lib/mule/19.28/etc/TUTORIAL.th
|
||||
lib/mule/19.28/etc/VERSIONS
|
||||
lib/mule/19.28/etc/Xkeymap.txt
|
||||
lib/mule/19.28/etc/celibacy.1
|
||||
lib/mule/19.28/etc/charset
|
||||
lib/mule/19.28/etc/coco.1
|
||||
lib/mule/19.28/etc/condom.1
|
||||
lib/mule/19.28/etc/copying.paper
|
||||
lib/mule/19.28/etc/ctags.1
|
||||
lib/mule/19.28/etc/demo.ps
|
||||
lib/mule/19.28/etc/echo.msg
|
||||
lib/mule/19.28/etc/emacs.1
|
||||
lib/mule/19.28/etc/emacs.bash
|
||||
lib/mule/19.28/etc/emacs.csh
|
||||
lib/mule/19.28/etc/emacs.icon
|
||||
lib/mule/19.28/etc/emacs.xbm
|
||||
lib/mule/19.28/etc/emacstool.1
|
||||
lib/mule/19.28/etc/etags.1
|
||||
lib/mule/19.28/etc/etags.notes
|
||||
lib/mule/19.28/etc/etags.vms
|
||||
lib/mule/19.28/etc/ledit.l
|
||||
lib/mule/19.28/etc/m2ps.1
|
||||
lib/mule/19.28/etc/m2ps.ps
|
||||
lib/mule/19.28/etc/ms-kermit
|
||||
lib/mule/19.28/etc/ms-kermit-7bit
|
||||
lib/mule/19.28/etc/mule-refcard.tex
|
||||
lib/mule/19.28/etc/mule.1
|
||||
lib/mule/19.28/etc/mule.xbm
|
||||
lib/mule/19.28/etc/news.texi
|
||||
lib/mule/19.28/etc/refcard.ps
|
||||
lib/mule/19.28/etc/refcard.tex
|
||||
lib/mule/19.28/etc/sex.6
|
||||
lib/mule/19.28/etc/spook.lines
|
||||
lib/mule/19.28/etc/termcap.dat
|
||||
lib/mule/19.28/etc/termcap.ucb
|
||||
lib/mule/19.28/etc/tom.xbm
|
||||
lib/mule/19.28/etc/ulimit.hack
|
||||
lib/mule/19.28/etc/vipcard.tex
|
||||
lib/mule/19.28/etc/yow.lines
|
||||
@mode 555
|
||||
lib/mule/19.28/i386--freebsd/cvtmail
|
||||
lib/mule/19.28/i386--freebsd/digest-doc
|
||||
lib/mule/19.28/i386--freebsd/emacsserver
|
||||
lib/mule/19.28/i386--freebsd/fakemail
|
||||
lib/mule/19.28/i386--freebsd/hexl
|
||||
lib/mule/19.28/i386--freebsd/make-docfile
|
||||
lib/mule/19.28/i386--freebsd/make-path
|
||||
lib/mule/19.28/i386--freebsd/movemail
|
||||
lib/mule/19.28/i386--freebsd/profile
|
||||
lib/mule/19.28/i386--freebsd/rcs2log
|
||||
lib/mule/19.28/i386--freebsd/sorted-doc
|
||||
lib/mule/19.28/i386--freebsd/test-distrib
|
||||
lib/mule/19.28/i386--freebsd/timer
|
||||
lib/mule/19.28/i386--freebsd/vcdiff
|
||||
lib/mule/19.28/i386--freebsd/wakeup
|
||||
lib/mule/19.28/i386--freebsd/yow
|
||||
@mode 644
|
||||
lib/mule/19.28/lisp/COPYING
|
||||
lib/mule/19.28/lisp/ChangeLog
|
||||
lib/mule/19.28/lisp/ChangeLog.1
|
||||
lib/mule/19.28/lisp/ChangeLog.2
|
||||
lib/mule/19.28/lisp/ChangeLog.3
|
||||
lib/mule/19.28/lisp/Makefile
|
||||
lib/mule/19.28/lisp/README
|
||||
lib/mule/19.28/lisp/abbrev.el
|
||||
lib/mule/19.28/lisp/abbrev.elc
|
||||
lib/mule/19.28/lisp/abbrevlist.el
|
||||
lib/mule/19.28/lisp/abbrevlist.elc
|
||||
lib/mule/19.28/lisp/ada.el
|
||||
lib/mule/19.28/lisp/ada.elc
|
||||
lib/mule/19.28/lisp/add-log.el
|
||||
lib/mule/19.28/lisp/add-log.elc
|
||||
lib/mule/19.28/lisp/advice.el
|
||||
lib/mule/19.28/lisp/advice.elc
|
||||
lib/mule/19.28/lisp/allout.el
|
||||
lib/mule/19.28/lisp/allout.elc
|
||||
lib/mule/19.28/lisp/ange-ftp.el
|
||||
lib/mule/19.28/lisp/ange-ftp.elc
|
||||
lib/mule/19.28/lisp/appt.el
|
||||
lib/mule/19.28/lisp/appt.elc
|
||||
lib/mule/19.28/lisp/apropos.el
|
||||
lib/mule/19.28/lisp/apropos.elc
|
||||
lib/mule/19.28/lisp/arabic.el
|
||||
lib/mule/19.28/lisp/arabic.elc
|
||||
lib/mule/19.28/lisp/array.el
|
||||
lib/mule/19.28/lisp/array.elc
|
||||
lib/mule/19.28/lisp/asm-mode.el
|
||||
lib/mule/19.28/lisp/asm-mode.elc
|
||||
lib/mule/19.28/lisp/assoc.el
|
||||
lib/mule/19.28/lisp/assoc.elc
|
||||
lib/mule/19.28/lisp/autoinsert.el
|
||||
lib/mule/19.28/lisp/autoinsert.elc
|
||||
lib/mule/19.28/lisp/autoload.el
|
||||
lib/mule/19.28/lisp/autoload.elc
|
||||
lib/mule/19.28/lisp/avoid.el
|
||||
lib/mule/19.28/lisp/avoid.elc
|
||||
lib/mule/19.28/lisp/awk-mode.el
|
||||
lib/mule/19.28/lisp/awk-mode.elc
|
||||
lib/mule/19.28/lisp/backquote.el
|
||||
lib/mule/19.28/lisp/backquote.elc
|
||||
lib/mule/19.28/lisp/bib-mode.el
|
||||
lib/mule/19.28/lisp/bib-mode.elc
|
||||
lib/mule/19.28/lisp/bibtex.el
|
||||
lib/mule/19.28/lisp/bibtex.elc
|
||||
lib/mule/19.28/lisp/blackbox.el
|
||||
lib/mule/19.28/lisp/blackbox.elc
|
||||
lib/mule/19.28/lisp/blessmail.el
|
||||
lib/mule/19.28/lisp/bookmark.el
|
||||
lib/mule/19.28/lisp/bookmark.elc
|
||||
lib/mule/19.28/lisp/buff-menu.el
|
||||
lib/mule/19.28/lisp/buff-menu.elc
|
||||
lib/mule/19.28/lisp/busyu.el
|
||||
lib/mule/19.28/lisp/byte-opt.el
|
||||
lib/mule/19.28/lisp/byte-opt.elc
|
||||
lib/mule/19.28/lisp/byte-run.el
|
||||
lib/mule/19.28/lisp/byte-run.elc
|
||||
lib/mule/19.28/lisp/bytecomp.el
|
||||
lib/mule/19.28/lisp/bytecomp.elc
|
||||
lib/mule/19.28/lisp/c-mode.el
|
||||
lib/mule/19.28/lisp/c-mode.elc
|
||||
lib/mule/19.28/lisp/cal-dst.el
|
||||
lib/mule/19.28/lisp/cal-dst.elc
|
||||
lib/mule/19.28/lisp/cal-french.el
|
||||
lib/mule/19.28/lisp/cal-french.elc
|
||||
lib/mule/19.28/lisp/cal-mayan.el
|
||||
lib/mule/19.28/lisp/cal-mayan.elc
|
||||
lib/mule/19.28/lisp/cal-menu.el
|
||||
lib/mule/19.28/lisp/cal-menu.elc
|
||||
lib/mule/19.28/lisp/calendar.el
|
||||
lib/mule/19.28/lisp/calendar.elc
|
||||
lib/mule/19.28/lisp/can-n-egg.el
|
||||
lib/mule/19.28/lisp/canna.el
|
||||
lib/mule/19.28/lisp/canna.elc
|
||||
lib/mule/19.28/lisp/case-table.el
|
||||
lib/mule/19.28/lisp/case-table.elc
|
||||
lib/mule/19.28/lisp/cc-mode.el
|
||||
lib/mule/19.28/lisp/cc-mode.elc
|
||||
lib/mule/19.28/lisp/ccl.el
|
||||
lib/mule/19.28/lisp/ccl.elc
|
||||
lib/mule/19.28/lisp/cdl.el
|
||||
lib/mule/19.28/lisp/cdl.elc
|
||||
lib/mule/19.28/lisp/chinese.el
|
||||
lib/mule/19.28/lisp/chinese.elc
|
||||
lib/mule/19.28/lisp/chistory.el
|
||||
lib/mule/19.28/lisp/chistory.elc
|
||||
lib/mule/19.28/lisp/cl-compat.el
|
||||
lib/mule/19.28/lisp/cl-compat.elc
|
||||
lib/mule/19.28/lisp/cl-extra.el
|
||||
lib/mule/19.28/lisp/cl-extra.elc
|
||||
lib/mule/19.28/lisp/cl-indent.el
|
||||
lib/mule/19.28/lisp/cl-indent.elc
|
||||
lib/mule/19.28/lisp/cl-macs.el
|
||||
lib/mule/19.28/lisp/cl-macs.elc
|
||||
lib/mule/19.28/lisp/cl-seq.el
|
||||
lib/mule/19.28/lisp/cl-seq.elc
|
||||
lib/mule/19.28/lisp/cl-specs.el
|
||||
lib/mule/19.28/lisp/cl-specs.elc
|
||||
lib/mule/19.28/lisp/cl.el
|
||||
lib/mule/19.28/lisp/cl.elc
|
||||
lib/mule/19.28/lisp/cmacexp.el
|
||||
lib/mule/19.28/lisp/cmacexp.elc
|
||||
lib/mule/19.28/lisp/cmuscheme.el
|
||||
lib/mule/19.28/lisp/cmuscheme.elc
|
||||
lib/mule/19.28/lisp/comint.el
|
||||
lib/mule/19.28/lisp/comint.elc
|
||||
lib/mule/19.28/lisp/compare-w.el
|
||||
lib/mule/19.28/lisp/compare-w.elc
|
||||
lib/mule/19.28/lisp/compile.el
|
||||
lib/mule/19.28/lisp/compile.elc
|
||||
lib/mule/19.28/lisp/complete.el
|
||||
lib/mule/19.28/lisp/complete.elc
|
||||
lib/mule/19.28/lisp/completion.el
|
||||
lib/mule/19.28/lisp/completion.elc
|
||||
lib/mule/19.28/lisp/cookie1.el
|
||||
lib/mule/19.28/lisp/cookie1.elc
|
||||
lib/mule/19.28/lisp/cplus-md.el
|
||||
lib/mule/19.28/lisp/cplus-md.elc
|
||||
lib/mule/19.28/lisp/cust-print.el
|
||||
lib/mule/19.28/lisp/cust-print.elc
|
||||
lib/mule/19.28/lisp/cyrillic.el
|
||||
lib/mule/19.28/lisp/cyrillic.elc
|
||||
lib/mule/19.28/lisp/dabbrev.el
|
||||
lib/mule/19.28/lisp/dabbrev.elc
|
||||
lib/mule/19.28/lisp/debug.el
|
||||
lib/mule/19.28/lisp/debug.elc
|
||||
lib/mule/19.28/lisp/delsel.el
|
||||
lib/mule/19.28/lisp/delsel.elc
|
||||
lib/mule/19.28/lisp/derived.el
|
||||
lib/mule/19.28/lisp/derived.elc
|
||||
lib/mule/19.28/lisp/desktop.el
|
||||
lib/mule/19.28/lisp/desktop.elc
|
||||
lib/mule/19.28/lisp/diary-ins.el
|
||||
lib/mule/19.28/lisp/diary-ins.elc
|
||||
lib/mule/19.28/lisp/diary-lib.el
|
||||
lib/mule/19.28/lisp/diary-lib.elc
|
||||
lib/mule/19.28/lisp/diff.el
|
||||
lib/mule/19.28/lisp/diff.elc
|
||||
lib/mule/19.28/lisp/dired-aux.el
|
||||
lib/mule/19.28/lisp/dired-aux.elc
|
||||
lib/mule/19.28/lisp/dired-x.el
|
||||
lib/mule/19.28/lisp/dired-x.elc
|
||||
lib/mule/19.28/lisp/dired.el
|
||||
lib/mule/19.28/lisp/dired.elc
|
||||
lib/mule/19.28/lisp/dired.todo
|
||||
lib/mule/19.28/lisp/disass.el
|
||||
lib/mule/19.28/lisp/disass.elc
|
||||
lib/mule/19.28/lisp/disp-table.el
|
||||
lib/mule/19.28/lisp/disp-table.elc
|
||||
lib/mule/19.28/lisp/dissociate.el
|
||||
lib/mule/19.28/lisp/dissociate.elc
|
||||
lib/mule/19.28/lisp/doctor.el
|
||||
lib/mule/19.28/lisp/doctor.elc
|
||||
lib/mule/19.28/lisp/dos-fns.el
|
||||
lib/mule/19.28/lisp/dos-fns.elc
|
||||
lib/mule/19.28/lisp/double.el
|
||||
lib/mule/19.28/lisp/double.elc
|
||||
lib/mule/19.28/lisp/dunnet.el
|
||||
lib/mule/19.28/lisp/dunnet.elc
|
||||
lib/mule/19.28/lisp/easymenu.el
|
||||
lib/mule/19.28/lisp/easymenu.elc
|
||||
lib/mule/19.28/lisp/ebuff-menu.el
|
||||
lib/mule/19.28/lisp/ebuff-menu.elc
|
||||
lib/mule/19.28/lisp/echistory.el
|
||||
lib/mule/19.28/lisp/echistory.elc
|
||||
lib/mule/19.28/lisp/edebug.el
|
||||
lib/mule/19.28/lisp/edebug.elc
|
||||
lib/mule/19.28/lisp/ediff.el
|
||||
lib/mule/19.28/lisp/ediff.elc
|
||||
lib/mule/19.28/lisp/edmacro.el
|
||||
lib/mule/19.28/lisp/edmacro.elc
|
||||
lib/mule/19.28/lisp/edt.el
|
||||
lib/mule/19.28/lisp/edt.elc
|
||||
lib/mule/19.28/lisp/egg-jsymbol.el
|
||||
lib/mule/19.28/lisp/egg-keymap.el
|
||||
lib/mule/19.28/lisp/egg.el
|
||||
lib/mule/19.28/lisp/egg.elc
|
||||
lib/mule/19.28/lisp/eggrc-sj3
|
||||
lib/mule/19.28/lisp/eggrc-v41
|
||||
lib/mule/19.28/lisp/ehelp.el
|
||||
lib/mule/19.28/lisp/ehelp.elc
|
||||
lib/mule/19.28/lisp/electric.el
|
||||
lib/mule/19.28/lisp/electric.elc
|
||||
lib/mule/19.28/lisp/emacsbug.el
|
||||
lib/mule/19.28/lisp/emacsbug.elc
|
||||
lib/mule/19.28/lisp/emerge.el
|
||||
lib/mule/19.28/lisp/emerge.elc
|
||||
lib/mule/19.28/lisp/env.el
|
||||
lib/mule/19.28/lisp/env.elc
|
||||
lib/mule/19.28/lisp/etags.el
|
||||
lib/mule/19.28/lisp/etags.elc
|
||||
lib/mule/19.28/lisp/ethio.el
|
||||
lib/mule/19.28/lisp/ethio.elc
|
||||
lib/mule/19.28/lisp/european.el
|
||||
lib/mule/19.28/lisp/european.elc
|
||||
lib/mule/19.28/lisp/eval-reg.el
|
||||
lib/mule/19.28/lisp/eval-reg.elc
|
||||
lib/mule/19.28/lisp/faces.el
|
||||
lib/mule/19.28/lisp/faces.elc
|
||||
lib/mule/19.28/lisp/files.el
|
||||
lib/mule/19.28/lisp/files.elc
|
||||
lib/mule/19.28/lisp/fill.el
|
||||
lib/mule/19.28/lisp/fill.elc
|
||||
lib/mule/19.28/lisp/find-dired.el
|
||||
lib/mule/19.28/lisp/find-dired.elc
|
||||
lib/mule/19.28/lisp/find-gc.el
|
||||
lib/mule/19.28/lisp/find-gc.elc
|
||||
lib/mule/19.28/lisp/finder-inf.el
|
||||
lib/mule/19.28/lisp/finder-inf.elc
|
||||
lib/mule/19.28/lisp/finder.el
|
||||
lib/mule/19.28/lisp/finder.elc
|
||||
lib/mule/19.28/lisp/float-sup.el
|
||||
lib/mule/19.28/lisp/float-sup.elc
|
||||
lib/mule/19.28/lisp/float.el
|
||||
lib/mule/19.28/lisp/float.elc
|
||||
lib/mule/19.28/lisp/flow-ctrl.el
|
||||
lib/mule/19.28/lisp/flow-ctrl.elc
|
||||
lib/mule/19.28/lisp/foldout.el
|
||||
lib/mule/19.28/lisp/foldout.elc
|
||||
lib/mule/19.28/lisp/font-lock.el
|
||||
lib/mule/19.28/lisp/font-lock.elc
|
||||
lib/mule/19.28/lisp/forms-d2.dat
|
||||
lib/mule/19.28/lisp/forms-d2.el
|
||||
lib/mule/19.28/lisp/forms-pass.el
|
||||
lib/mule/19.28/lisp/forms.el
|
||||
lib/mule/19.28/lisp/forms.elc
|
||||
lib/mule/19.28/lisp/fortran.el
|
||||
lib/mule/19.28/lisp/fortran.elc
|
||||
lib/mule/19.28/lisp/frame.el
|
||||
lib/mule/19.28/lisp/frame.elc
|
||||
lib/mule/19.28/lisp/gnus-uu.el
|
||||
lib/mule/19.28/lisp/gnus-uu.elc
|
||||
lib/mule/19.28/lisp/gnus.el
|
||||
lib/mule/19.28/lisp/gnus.elc
|
||||
lib/mule/19.28/lisp/gnusmail.el
|
||||
lib/mule/19.28/lisp/gnusmail.elc
|
||||
lib/mule/19.28/lisp/gnusmisc.el
|
||||
lib/mule/19.28/lisp/gnusmisc.elc
|
||||
lib/mule/19.28/lisp/gnuspost.el
|
||||
lib/mule/19.28/lisp/gnuspost.elc
|
||||
lib/mule/19.28/lisp/gnusutil.el
|
||||
lib/mule/19.28/lisp/gnusutil.elc
|
||||
lib/mule/19.28/lisp/gomoku.el
|
||||
lib/mule/19.28/lisp/gomoku.elc
|
||||
lib/mule/19.28/lisp/gud.el
|
||||
lib/mule/19.28/lisp/gud.elc
|
||||
lib/mule/19.28/lisp/hanoi.el
|
||||
lib/mule/19.28/lisp/hanoi.elc
|
||||
lib/mule/19.28/lisp/help-macro.el
|
||||
lib/mule/19.28/lisp/help-macro.elc
|
||||
lib/mule/19.28/lisp/help.el
|
||||
lib/mule/19.28/lisp/help.elc
|
||||
lib/mule/19.28/lisp/helper.el
|
||||
lib/mule/19.28/lisp/helper.elc
|
||||
lib/mule/19.28/lisp/hexl.el
|
||||
lib/mule/19.28/lisp/hexl.elc
|
||||
lib/mule/19.28/lisp/hideif.el
|
||||
lib/mule/19.28/lisp/hideif.elc
|
||||
lib/mule/19.28/lisp/hilit19.el
|
||||
lib/mule/19.28/lisp/hilit19.elc
|
||||
lib/mule/19.28/lisp/hippie-exp.el
|
||||
lib/mule/19.28/lisp/hippie-exp.elc
|
||||
lib/mule/19.28/lisp/holidays.el
|
||||
lib/mule/19.28/lisp/holidays.elc
|
||||
lib/mule/19.28/lisp/icomplete.el
|
||||
lib/mule/19.28/lisp/icomplete.elc
|
||||
lib/mule/19.28/lisp/icon.el
|
||||
lib/mule/19.28/lisp/icon.elc
|
||||
lib/mule/19.28/lisp/ielm.el
|
||||
lib/mule/19.28/lisp/ielm.elc
|
||||
lib/mule/19.28/lisp/imenu.el
|
||||
lib/mule/19.28/lisp/imenu.elc
|
||||
lib/mule/19.28/lisp/indent.el
|
||||
lib/mule/19.28/lisp/indent.elc
|
||||
lib/mule/19.28/lisp/inf-lisp.el
|
||||
lib/mule/19.28/lisp/inf-lisp.elc
|
||||
lib/mule/19.28/lisp/info.el
|
||||
lib/mule/19.28/lisp/info.elc
|
||||
lib/mule/19.28/lisp/informat.el
|
||||
lib/mule/19.28/lisp/informat.elc
|
||||
lib/mule/19.28/lisp/isearch-ext.el
|
||||
lib/mule/19.28/lisp/isearch-ext.elc
|
||||
lib/mule/19.28/lisp/isearch.el
|
||||
lib/mule/19.28/lisp/isearch.elc
|
||||
lib/mule/19.28/lisp/iso-acc.el
|
||||
lib/mule/19.28/lisp/iso-acc.elc
|
||||
lib/mule/19.28/lisp/iso-ascii.el
|
||||
lib/mule/19.28/lisp/iso-ascii.elc
|
||||
lib/mule/19.28/lisp/iso-cvt.el
|
||||
lib/mule/19.28/lisp/iso-cvt.elc
|
||||
lib/mule/19.28/lisp/iso-insert.el
|
||||
lib/mule/19.28/lisp/iso-insert.elc
|
||||
lib/mule/19.28/lisp/iso-swed.el
|
||||
lib/mule/19.28/lisp/iso-swed.elc
|
||||
lib/mule/19.28/lisp/iso-syntax.el
|
||||
lib/mule/19.28/lisp/iso-syntax.elc
|
||||
lib/mule/19.28/lisp/iso-transl.el
|
||||
lib/mule/19.28/lisp/iso-transl.elc
|
||||
lib/mule/19.28/lisp/ispell.el
|
||||
lib/mule/19.28/lisp/ispell.elc
|
||||
lib/mule/19.28/lisp/ispell4.el
|
||||
lib/mule/19.28/lisp/ispell4.elc
|
||||
lib/mule/19.28/lisp/japanese.el
|
||||
lib/mule/19.28/lisp/japanese.elc
|
||||
lib/mule/19.28/lisp/jisx0201.el
|
||||
lib/mule/19.28/lisp/jka-compr.el
|
||||
lib/mule/19.28/lisp/jka-compr.elc
|
||||
lib/mule/19.28/lisp/kbd-isearch.el
|
||||
lib/mule/19.28/lisp/kermit.el
|
||||
lib/mule/19.28/lisp/kermit.elc
|
||||
lib/mule/19.28/lisp/keyboard.el
|
||||
lib/mule/19.28/lisp/keyboard.elc
|
||||
lib/mule/19.28/lisp/kinsoku.el
|
||||
lib/mule/19.28/lisp/kinsoku.elc
|
||||
lib/mule/19.28/lisp/korean.el
|
||||
lib/mule/19.28/lisp/korean.elc
|
||||
lib/mule/19.28/lisp/ledit.el
|
||||
lib/mule/19.28/lisp/ledit.elc
|
||||
lib/mule/19.28/lisp/levents.el
|
||||
lib/mule/19.28/lisp/levents.elc
|
||||
lib/mule/19.28/lisp/life.el
|
||||
lib/mule/19.28/lisp/life.elc
|
||||
lib/mule/19.28/lisp/lisp-mnt.el
|
||||
lib/mule/19.28/lisp/lisp-mnt.elc
|
||||
lib/mule/19.28/lisp/lisp-mode.el
|
||||
lib/mule/19.28/lisp/lisp-mode.elc
|
||||
lib/mule/19.28/lisp/lisp.el
|
||||
lib/mule/19.28/lisp/lisp.elc
|
||||
lib/mule/19.28/lisp/lmenu.el
|
||||
lib/mule/19.28/lisp/lmenu.elc
|
||||
lib/mule/19.28/lisp/loaddefs.el
|
||||
lib/mule/19.28/lisp/loadhist.el
|
||||
lib/mule/19.28/lisp/loadhist.elc
|
||||
lib/mule/19.28/lisp/loadup.el
|
||||
lib/mule/19.28/lisp/lpr.el
|
||||
lib/mule/19.28/lisp/lpr.elc
|
||||
lib/mule/19.28/lisp/ls-lisp.el
|
||||
lib/mule/19.28/lisp/ls-lisp.elc
|
||||
lib/mule/19.28/lisp/lselect.el
|
||||
lib/mule/19.28/lisp/lselect.elc
|
||||
lib/mule/19.28/lisp/lucid.el
|
||||
lib/mule/19.28/lisp/lucid.elc
|
||||
lib/mule/19.28/lisp/lunar.el
|
||||
lib/mule/19.28/lisp/lunar.elc
|
||||
lib/mule/19.28/lisp/macros.el
|
||||
lib/mule/19.28/lisp/macros.elc
|
||||
lib/mule/19.28/lisp/mail-extr.el
|
||||
lib/mule/19.28/lisp/mail-extr.elc
|
||||
lib/mule/19.28/lisp/mail-hist.el
|
||||
lib/mule/19.28/lisp/mail-hist.elc
|
||||
lib/mule/19.28/lisp/mail-utils.el
|
||||
lib/mule/19.28/lisp/mail-utils.elc
|
||||
lib/mule/19.28/lisp/mailabbrev.el
|
||||
lib/mule/19.28/lisp/mailabbrev.elc
|
||||
lib/mule/19.28/lisp/mailalias.el
|
||||
lib/mule/19.28/lisp/mailalias.elc
|
||||
lib/mule/19.28/lisp/mailpost.el
|
||||
lib/mule/19.28/lisp/mailpost.elc
|
||||
lib/mule/19.28/lisp/makefile.el
|
||||
lib/mule/19.28/lisp/makefile.elc
|
||||
lib/mule/19.28/lisp/makeinfo.el
|
||||
lib/mule/19.28/lisp/makeinfo.elc
|
||||
lib/mule/19.28/lisp/makesum.el
|
||||
lib/mule/19.28/lisp/makesum.elc
|
||||
lib/mule/19.28/lisp/man.el
|
||||
lib/mule/19.28/lisp/man.elc
|
||||
lib/mule/19.28/lisp/map-ynp.el
|
||||
lib/mule/19.28/lisp/map-ynp.elc
|
||||
lib/mule/19.28/lisp/medit.el
|
||||
lib/mule/19.28/lisp/medit.elc
|
||||
lib/mule/19.28/lisp/meese.el
|
||||
lib/mule/19.28/lisp/meese.elc
|
||||
lib/mule/19.28/lisp/menu-bar.el
|
||||
lib/mule/19.28/lisp/menu-bar.elc
|
||||
lib/mule/19.28/lisp/metamail.el
|
||||
lib/mule/19.28/lisp/metamail.elc
|
||||
lib/mule/19.28/lisp/mh-comp.el
|
||||
lib/mule/19.28/lisp/mh-comp.elc
|
||||
lib/mule/19.28/lisp/mh-e.el
|
||||
lib/mule/19.28/lisp/mh-e.elc
|
||||
lib/mule/19.28/lisp/mh-funcs.el
|
||||
lib/mule/19.28/lisp/mh-funcs.elc
|
||||
lib/mule/19.28/lisp/mh-mime.el
|
||||
lib/mule/19.28/lisp/mh-mime.elc
|
||||
lib/mule/19.28/lisp/mh-pick.el
|
||||
lib/mule/19.28/lisp/mh-pick.elc
|
||||
lib/mule/19.28/lisp/mh-seq.el
|
||||
lib/mule/19.28/lisp/mh-seq.elc
|
||||
lib/mule/19.28/lisp/mh-utils.el
|
||||
lib/mule/19.28/lisp/mh-utils.elc
|
||||
lib/mule/19.28/lisp/mhspool.el
|
||||
lib/mule/19.28/lisp/mhspool.elc
|
||||
lib/mule/19.28/lisp/mim-mode.el
|
||||
lib/mule/19.28/lisp/mim-mode.elc
|
||||
lib/mule/19.28/lisp/mim-syntax.el
|
||||
lib/mule/19.28/lisp/mim-syntax.elc
|
||||
lib/mule/19.28/lisp/misc.el
|
||||
lib/mule/19.28/lisp/misc.elc
|
||||
lib/mule/19.28/lisp/mlconvert.el
|
||||
lib/mule/19.28/lisp/mlconvert.elc
|
||||
lib/mule/19.28/lisp/mldrag.el
|
||||
lib/mule/19.28/lisp/mldrag.elc
|
||||
lib/mule/19.28/lisp/mlsupport.el
|
||||
lib/mule/19.28/lisp/mlsupport.elc
|
||||
lib/mule/19.28/lisp/modula2.el
|
||||
lib/mule/19.28/lisp/modula2.elc
|
||||
lib/mule/19.28/lisp/mouse-sel.el
|
||||
lib/mule/19.28/lisp/mouse-sel.elc
|
||||
lib/mule/19.28/lisp/mouse.el
|
||||
lib/mule/19.28/lisp/mouse.elc
|
||||
lib/mule/19.28/lisp/mpuz.el
|
||||
lib/mule/19.28/lisp/mpuz.elc
|
||||
lib/mule/19.28/lisp/mule-conf.el
|
||||
lib/mule/19.28/lisp/mule-diag.el
|
||||
lib/mule/19.28/lisp/mule-diag.elc
|
||||
lib/mule/19.28/lisp/mule-init.el
|
||||
lib/mule/19.28/lisp/mule-init.elc
|
||||
lib/mule/19.28/lisp/mule-inst.el
|
||||
lib/mule/19.28/lisp/mule-util.el
|
||||
lib/mule/19.28/lisp/mule-util.elc
|
||||
lib/mule/19.28/lisp/mule.el
|
||||
lib/mule/19.28/lisp/mule.elc
|
||||
lib/mule/19.28/lisp/netunam.el
|
||||
lib/mule/19.28/lisp/netunam.elc
|
||||
lib/mule/19.28/lisp/nnspool.el
|
||||
lib/mule/19.28/lisp/nnspool.elc
|
||||
lib/mule/19.28/lisp/nntp.el
|
||||
lib/mule/19.28/lisp/nntp.elc
|
||||
lib/mule/19.28/lisp/novice.el
|
||||
lib/mule/19.28/lisp/novice.elc
|
||||
lib/mule/19.28/lisp/nroff-mode.el
|
||||
lib/mule/19.28/lisp/nroff-mode.elc
|
||||
lib/mule/19.28/lisp/options.el
|
||||
lib/mule/19.28/lisp/options.elc
|
||||
lib/mule/19.28/lisp/outline.el
|
||||
lib/mule/19.28/lisp/outline.elc
|
||||
lib/mule/19.28/lisp/page-ext.el
|
||||
lib/mule/19.28/lisp/page-ext.elc
|
||||
lib/mule/19.28/lisp/page.el
|
||||
lib/mule/19.28/lisp/page.elc
|
||||
lib/mule/19.28/lisp/paragraphs.el
|
||||
lib/mule/19.28/lisp/paragraphs.elc
|
||||
lib/mule/19.28/lisp/paren.el
|
||||
lib/mule/19.28/lisp/paren.elc
|
||||
lib/mule/19.28/lisp/pascal.el
|
||||
lib/mule/19.28/lisp/pascal.elc
|
||||
lib/mule/19.28/lisp/paths.el
|
||||
lib/mule/19.28/lisp/perl-mode.el
|
||||
lib/mule/19.28/lisp/perl-mode.elc
|
||||
lib/mule/19.28/lisp/picture.el
|
||||
lib/mule/19.28/lisp/picture.elc
|
||||
lib/mule/19.28/lisp/pp.el
|
||||
lib/mule/19.28/lisp/pp.elc
|
||||
lib/mule/19.28/lisp/profile.el
|
||||
lib/mule/19.28/lisp/profile.elc
|
||||
lib/mule/19.28/lisp/prolog.el
|
||||
lib/mule/19.28/lisp/prolog.elc
|
||||
lib/mule/19.28/lisp/quail-egg.el
|
||||
lib/mule/19.28/lisp/quail.el
|
||||
lib/mule/19.28/lisp/quail.elc
|
||||
lib/mule/19.28/lisp/rcompile.el
|
||||
lib/mule/19.28/lisp/rcompile.elc
|
||||
lib/mule/19.28/lisp/rect.el
|
||||
lib/mule/19.28/lisp/rect.elc
|
||||
lib/mule/19.28/lisp/refbib.el
|
||||
lib/mule/19.28/lisp/refbib.elc
|
||||
lib/mule/19.28/lisp/refer.el
|
||||
lib/mule/19.28/lisp/refer.elc
|
||||
lib/mule/19.28/lisp/regi.el
|
||||
lib/mule/19.28/lisp/regi.elc
|
||||
lib/mule/19.28/lisp/register.el
|
||||
lib/mule/19.28/lisp/register.elc
|
||||
lib/mule/19.28/lisp/replace.el
|
||||
lib/mule/19.28/lisp/replace.elc
|
||||
lib/mule/19.28/lisp/reporter.el
|
||||
lib/mule/19.28/lisp/reporter.elc
|
||||
lib/mule/19.28/lisp/reposition.el
|
||||
lib/mule/19.28/lisp/reposition.elc
|
||||
lib/mule/19.28/lisp/resume.el
|
||||
lib/mule/19.28/lisp/resume.elc
|
||||
lib/mule/19.28/lisp/rfc822.el
|
||||
lib/mule/19.28/lisp/rfc822.elc
|
||||
lib/mule/19.28/lisp/ring.el
|
||||
lib/mule/19.28/lisp/ring.elc
|
||||
lib/mule/19.28/lisp/rlogin.el
|
||||
lib/mule/19.28/lisp/rlogin.elc
|
||||
lib/mule/19.28/lisp/rmail.el
|
||||
lib/mule/19.28/lisp/rmail.elc
|
||||
lib/mule/19.28/lisp/rmailedit.el
|
||||
lib/mule/19.28/lisp/rmailedit.elc
|
||||
lib/mule/19.28/lisp/rmailkwd.el
|
||||
lib/mule/19.28/lisp/rmailkwd.elc
|
||||
lib/mule/19.28/lisp/rmailmsc.el
|
||||
lib/mule/19.28/lisp/rmailmsc.elc
|
||||
lib/mule/19.28/lisp/rmailout.el
|
||||
lib/mule/19.28/lisp/rmailout.elc
|
||||
lib/mule/19.28/lisp/rmailsort.el
|
||||
lib/mule/19.28/lisp/rmailsort.elc
|
||||
lib/mule/19.28/lisp/rmailsum.el
|
||||
lib/mule/19.28/lisp/rmailsum.elc
|
||||
lib/mule/19.28/lisp/rnews.el
|
||||
lib/mule/19.28/lisp/rnews.elc
|
||||
lib/mule/19.28/lisp/rnewspost.el
|
||||
lib/mule/19.28/lisp/rnewspost.elc
|
||||
lib/mule/19.28/lisp/rot13.el
|
||||
lib/mule/19.28/lisp/rot13.elc
|
||||
lib/mule/19.28/lisp/rsz-mini.el
|
||||
lib/mule/19.28/lisp/rsz-mini.elc
|
||||
lib/mule/19.28/lisp/s-region.el
|
||||
lib/mule/19.28/lisp/s-region.elc
|
||||
lib/mule/19.28/lisp/saveplace.el
|
||||
lib/mule/19.28/lisp/saveplace.elc
|
||||
lib/mule/19.28/lisp/sc.el
|
||||
lib/mule/19.28/lisp/scheme.el
|
||||
lib/mule/19.28/lisp/scheme.elc
|
||||
lib/mule/19.28/lisp/scribe.el
|
||||
lib/mule/19.28/lisp/scribe.elc
|
||||
lib/mule/19.28/lisp/scroll-bar.el
|
||||
lib/mule/19.28/lisp/scroll-bar.elc
|
||||
lib/mule/19.28/lisp/select.el
|
||||
lib/mule/19.28/lisp/select.elc
|
||||
lib/mule/19.28/lisp/sendmail.el
|
||||
lib/mule/19.28/lisp/sendmail.elc
|
||||
lib/mule/19.28/lisp/server.el
|
||||
lib/mule/19.28/lisp/server.elc
|
||||
lib/mule/19.28/lisp/sgml-mode.el
|
||||
lib/mule/19.28/lisp/sgml-mode.elc
|
||||
lib/mule/19.28/lisp/sh-script.el
|
||||
lib/mule/19.28/lisp/sh-script.elc
|
||||
lib/mule/19.28/lisp/shadowfile.el
|
||||
lib/mule/19.28/lisp/shadowfile.elc
|
||||
lib/mule/19.28/lisp/shell.el
|
||||
lib/mule/19.28/lisp/shell.elc
|
||||
lib/mule/19.28/lisp/simple.el
|
||||
lib/mule/19.28/lisp/simple.elc
|
||||
lib/mule/19.28/lisp/simula.el
|
||||
lib/mule/19.28/lisp/simula.elc
|
||||
lib/mule/19.28/lisp/sj3-client.el
|
||||
lib/mule/19.28/lisp/sj3-client.elc
|
||||
lib/mule/19.28/lisp/sj3-egg.el
|
||||
lib/mule/19.28/lisp/sj3-egg.elc
|
||||
lib/mule/19.28/lisp/skeleton.el
|
||||
lib/mule/19.28/lisp/skeleton.elc
|
||||
lib/mule/19.28/lisp/solar.el
|
||||
lib/mule/19.28/lisp/solar.elc
|
||||
lib/mule/19.28/lisp/sort.el
|
||||
lib/mule/19.28/lisp/sort.elc
|
||||
lib/mule/19.28/lisp/soundex.el
|
||||
lib/mule/19.28/lisp/soundex.elc
|
||||
lib/mule/19.28/lisp/spell.el
|
||||
lib/mule/19.28/lisp/spell.elc
|
||||
lib/mule/19.28/lisp/spook.el
|
||||
lib/mule/19.28/lisp/spook.elc
|
||||
lib/mule/19.28/lisp/startup.el
|
||||
lib/mule/19.28/lisp/startup.elc
|
||||
lib/mule/19.28/lisp/studly.el
|
||||
lib/mule/19.28/lisp/studly.elc
|
||||
lib/mule/19.28/lisp/subr.el
|
||||
lib/mule/19.28/lisp/subr.elc
|
||||
lib/mule/19.28/lisp/sun-curs.el
|
||||
lib/mule/19.28/lisp/sun-fns.el
|
||||
lib/mule/19.28/lisp/supercite.el
|
||||
lib/mule/19.28/lisp/supercite.elc
|
||||
lib/mule/19.28/lisp/swedish.el
|
||||
lib/mule/19.28/lisp/swedish.elc
|
||||
lib/mule/19.28/lisp/tabify.el
|
||||
lib/mule/19.28/lisp/tabify.elc
|
||||
lib/mule/19.28/lisp/tar-mode.el
|
||||
lib/mule/19.28/lisp/tar-mode.elc
|
||||
lib/mule/19.28/lisp/tcl-mode.el
|
||||
lib/mule/19.28/lisp/tcl-mode.elc
|
||||
lib/mule/19.28/lisp/tcp.el
|
||||
lib/mule/19.28/lisp/tcp.elc
|
||||
lib/mule/19.28/lisp/telnet.el
|
||||
lib/mule/19.28/lisp/telnet.elc
|
||||
lib/mule/19.28/lisp/tempo.el
|
||||
lib/mule/19.28/lisp/tempo.elc
|
||||
lib/mule/19.28/lisp/term-nasty.el
|
||||
lib/mule/19.28/lisp/terminal.el
|
||||
lib/mule/19.28/lisp/terminal.elc
|
||||
lib/mule/19.28/lisp/tex-mode.el
|
||||
lib/mule/19.28/lisp/tex-mode.elc
|
||||
lib/mule/19.28/lisp/texinfmt.el
|
||||
lib/mule/19.28/lisp/texinfmt.elc
|
||||
lib/mule/19.28/lisp/texinfo.el
|
||||
lib/mule/19.28/lisp/texinfo.elc
|
||||
lib/mule/19.28/lisp/texnfo-upd.el
|
||||
lib/mule/19.28/lisp/texnfo-upd.elc
|
||||
lib/mule/19.28/lisp/text-mode.el
|
||||
lib/mule/19.28/lisp/text-mode.elc
|
||||
lib/mule/19.28/lisp/thai.el
|
||||
lib/mule/19.28/lisp/thai.elc
|
||||
lib/mule/19.28/lisp/thingatpt.el
|
||||
lib/mule/19.28/lisp/thingatpt.elc
|
||||
lib/mule/19.28/lisp/time-stamp.el
|
||||
lib/mule/19.28/lisp/time-stamp.elc
|
||||
lib/mule/19.28/lisp/time.el
|
||||
lib/mule/19.28/lisp/time.elc
|
||||
lib/mule/19.28/lisp/timer.el
|
||||
lib/mule/19.28/lisp/timer.elc
|
||||
lib/mule/19.28/lisp/timezone.el
|
||||
lib/mule/19.28/lisp/timezone.elc
|
||||
lib/mule/19.28/lisp/tpu-doc.el
|
||||
lib/mule/19.28/lisp/tpu-edt.el
|
||||
lib/mule/19.28/lisp/tpu-edt.elc
|
||||
lib/mule/19.28/lisp/tpu-extras.el
|
||||
lib/mule/19.28/lisp/tpu-extras.elc
|
||||
lib/mule/19.28/lisp/tpu-mapper.el
|
||||
lib/mule/19.28/lisp/tpu-mapper.elc
|
||||
lib/mule/19.28/lisp/tq.el
|
||||
lib/mule/19.28/lisp/tq.elc
|
||||
lib/mule/19.28/lisp/trace.el
|
||||
lib/mule/19.28/lisp/trace.elc
|
||||
lib/mule/19.28/lisp/trex.el
|
||||
lib/mule/19.28/lisp/trex.elc
|
||||
lib/mule/19.28/lisp/two-column.el
|
||||
lib/mule/19.28/lisp/two-column.elc
|
||||
lib/mule/19.28/lisp/uncompress.el
|
||||
lib/mule/19.28/lisp/uncompress.elc
|
||||
lib/mule/19.28/lisp/underline.el
|
||||
lib/mule/19.28/lisp/underline.elc
|
||||
lib/mule/19.28/lisp/undigest.el
|
||||
lib/mule/19.28/lisp/undigest.elc
|
||||
lib/mule/19.28/lisp/unrmail.el
|
||||
lib/mule/19.28/lisp/unrmail.elc
|
||||
lib/mule/19.28/lisp/unused.el
|
||||
lib/mule/19.28/lisp/unused.elc
|
||||
lib/mule/19.28/lisp/upd-copyr.el
|
||||
lib/mule/19.28/lisp/upd-copyr.elc
|
||||
lib/mule/19.28/lisp/userlock.el
|
||||
lib/mule/19.28/lisp/userlock.elc
|
||||
lib/mule/19.28/lisp/vc-hooks.el
|
||||
lib/mule/19.28/lisp/vc-hooks.elc
|
||||
lib/mule/19.28/lisp/vc.el
|
||||
lib/mule/19.28/lisp/vc.elc
|
||||
lib/mule/19.28/lisp/version.el
|
||||
lib/mule/19.28/lisp/vi.el
|
||||
lib/mule/19.28/lisp/vi.elc
|
||||
lib/mule/19.28/lisp/viet.el
|
||||
lib/mule/19.28/lisp/viet.elc
|
||||
lib/mule/19.28/lisp/view.el
|
||||
lib/mule/19.28/lisp/view.elc
|
||||
lib/mule/19.28/lisp/vip.el
|
||||
lib/mule/19.28/lisp/vip.elc
|
||||
lib/mule/19.28/lisp/visual.el
|
||||
lib/mule/19.28/lisp/visual.elc
|
||||
lib/mule/19.28/lisp/vms-patch.el
|
||||
lib/mule/19.28/lisp/vms-patch.elc
|
||||
lib/mule/19.28/lisp/vms-pmail.el
|
||||
lib/mule/19.28/lisp/vms-pmail.elc
|
||||
lib/mule/19.28/lisp/vmsproc.el
|
||||
lib/mule/19.28/lisp/vmsproc.elc
|
||||
lib/mule/19.28/lisp/vmsx.el
|
||||
lib/mule/19.28/lisp/vmsx.elc
|
||||
lib/mule/19.28/lisp/vt-control.el
|
||||
lib/mule/19.28/lisp/vt100-led.el
|
||||
lib/mule/19.28/lisp/vt100-led.elc
|
||||
lib/mule/19.28/lisp/window.el
|
||||
lib/mule/19.28/lisp/window.elc
|
||||
lib/mule/19.28/lisp/wnn-client.el
|
||||
lib/mule/19.28/lisp/wnn4-egg.el
|
||||
lib/mule/19.28/lisp/wnn4-egg.elc
|
||||
lib/mule/19.28/lisp/ws-mode.el
|
||||
lib/mule/19.28/lisp/ws-mode.elc
|
||||
lib/mule/19.28/lisp/x-menu.el
|
||||
lib/mule/19.28/lisp/x-menu.elc
|
||||
lib/mule/19.28/lisp/xscheme.el
|
||||
lib/mule/19.28/lisp/xscheme.elc
|
||||
lib/mule/19.28/lisp/yow.el
|
||||
lib/mule/19.28/lisp/yow.elc
|
||||
lib/mule/19.28/lisp/its/han-kata.el
|
||||
lib/mule/19.28/lisp/its/hangul.el
|
||||
lib/mule/19.28/lisp/its/hankaku.el
|
||||
lib/mule/19.28/lisp/its/hira.el
|
||||
lib/mule/19.28/lisp/its/kanainput.el
|
||||
lib/mule/19.28/lisp/its/kata.el
|
||||
lib/mule/19.28/lisp/its/pinyin.el
|
||||
lib/mule/19.28/lisp/its/zenkaku.el
|
||||
lib/mule/19.28/lisp/its/zhuyin.el
|
||||
lib/mule/19.28/lisp/quail/ccdospy.el
|
||||
lib/mule/19.28/lisp/quail/ccdospy.elc
|
||||
lib/mule/19.28/lisp/quail/ctlau.el
|
||||
lib/mule/19.28/lisp/quail/ctlau.elc
|
||||
lib/mule/19.28/lisp/quail/ctlaub.el
|
||||
lib/mule/19.28/lisp/quail/ctlaub.elc
|
||||
lib/mule/19.28/lisp/quail/cyrillic.el
|
||||
lib/mule/19.28/lisp/quail/cyrillic.elc
|
||||
lib/mule/19.28/lisp/quail/ethio.el
|
||||
lib/mule/19.28/lisp/quail/ethio.elc
|
||||
lib/mule/19.28/lisp/quail/etzy.el
|
||||
lib/mule/19.28/lisp/quail/etzy.elc
|
||||
lib/mule/19.28/lisp/quail/greek.el
|
||||
lib/mule/19.28/lisp/quail/greek.elc
|
||||
lib/mule/19.28/lisp/quail/hangul.el
|
||||
lib/mule/19.28/lisp/quail/hangul.elc
|
||||
lib/mule/19.28/lisp/quail/hangul3.el
|
||||
lib/mule/19.28/lisp/quail/hangul3.elc
|
||||
lib/mule/19.28/lisp/quail/hanja-jis.el
|
||||
lib/mule/19.28/lisp/quail/hanja-jis.elc
|
||||
lib/mule/19.28/lisp/quail/hanja-ksc.el
|
||||
lib/mule/19.28/lisp/quail/hanja-ksc.elc
|
||||
lib/mule/19.28/lisp/quail/hebrew.el
|
||||
lib/mule/19.28/lisp/quail/hebrew.elc
|
||||
lib/mule/19.28/lisp/quail/hsymbol.el
|
||||
lib/mule/19.28/lisp/quail/hsymbol.elc
|
||||
lib/mule/19.28/lisp/quail/ipa.el
|
||||
lib/mule/19.28/lisp/quail/ipa.elc
|
||||
lib/mule/19.28/lisp/quail/latin.el
|
||||
lib/mule/19.28/lisp/quail/latin.elc
|
||||
lib/mule/19.28/lisp/quail/punct-b5.el
|
||||
lib/mule/19.28/lisp/quail/punct-b5.elc
|
||||
lib/mule/19.28/lisp/quail/punct.el
|
||||
lib/mule/19.28/lisp/quail/punct.elc
|
||||
lib/mule/19.28/lisp/quail/py-b5.el
|
||||
lib/mule/19.28/lisp/quail/py-b5.elc
|
||||
lib/mule/19.28/lisp/quail/py.el
|
||||
lib/mule/19.28/lisp/quail/py.elc
|
||||
lib/mule/19.28/lisp/quail/qj-b5.el
|
||||
lib/mule/19.28/lisp/quail/qj-b5.elc
|
||||
lib/mule/19.28/lisp/quail/qj.el
|
||||
lib/mule/19.28/lisp/quail/qj.elc
|
||||
lib/mule/19.28/lisp/quail/sw.el
|
||||
lib/mule/19.28/lisp/quail/sw.elc
|
||||
lib/mule/19.28/lisp/quail/tcode.el
|
||||
lib/mule/19.28/lisp/quail/tcode.elc
|
||||
lib/mule/19.28/lisp/quail/thai.el
|
||||
lib/mule/19.28/lisp/quail/thai.elc
|
||||
lib/mule/19.28/lisp/quail/tit.el
|
||||
lib/mule/19.28/lisp/quail/tit.elc
|
||||
lib/mule/19.28/lisp/quail/tonepy.el
|
||||
lib/mule/19.28/lisp/quail/tonepy.elc
|
||||
lib/mule/19.28/lisp/quail/viet.el
|
||||
lib/mule/19.28/lisp/quail/viet.elc
|
||||
lib/mule/19.28/lisp/quail/zozy.el
|
||||
lib/mule/19.28/lisp/quail/zozy.elc
|
||||
lib/mule/19.28/lisp/term/AT386.el
|
||||
lib/mule/19.28/lisp/term/README
|
||||
lib/mule/19.28/lisp/term/apollo.el
|
||||
lib/mule/19.28/lisp/term/apollo.elc
|
||||
lib/mule/19.28/lisp/term/bg-mouse.el
|
||||
lib/mule/19.28/lisp/term/bg-mouse.elc
|
||||
lib/mule/19.28/lisp/term/bobcat.el
|
||||
lib/mule/19.28/lisp/term/f-term.el
|
||||
lib/mule/19.28/lisp/term/ibmpc.el
|
||||
lib/mule/19.28/lisp/term/internal.el
|
||||
lib/mule/19.28/lisp/term/keyswap.el
|
||||
lib/mule/19.28/lisp/term/lk201.el
|
||||
lib/mule/19.28/lisp/term/news.el
|
||||
lib/mule/19.28/lisp/term/news.elc
|
||||
lib/mule/19.28/lisp/term/sun-curs.el
|
||||
lib/mule/19.28/lisp/term/sun-fns.el
|
||||
lib/mule/19.28/lisp/term/sun-mouse.el
|
||||
lib/mule/19.28/lisp/term/sun-mouse.elc
|
||||
lib/mule/19.28/lisp/term/sun.el
|
||||
lib/mule/19.28/lisp/term/sun.elc
|
||||
lib/mule/19.28/lisp/term/sup-mouse.el
|
||||
lib/mule/19.28/lisp/term/sup-mouse.elc
|
||||
lib/mule/19.28/lisp/term/tvi970.el
|
||||
lib/mule/19.28/lisp/term/tvi970.elc
|
||||
lib/mule/19.28/lisp/term/vt100-led.el
|
||||
lib/mule/19.28/lisp/term/vt100-led.elc
|
||||
lib/mule/19.28/lisp/term/vt100.el
|
||||
lib/mule/19.28/lisp/term/vt100.elc
|
||||
lib/mule/19.28/lisp/term/vt102.el
|
||||
lib/mule/19.28/lisp/term/vt125.el
|
||||
lib/mule/19.28/lisp/term/vt200.el
|
||||
lib/mule/19.28/lisp/term/vt200.elc
|
||||
lib/mule/19.28/lisp/term/vt201.el
|
||||
lib/mule/19.28/lisp/term/vt220.el
|
||||
lib/mule/19.28/lisp/term/vt240.el
|
||||
lib/mule/19.28/lisp/term/vt300.el
|
||||
lib/mule/19.28/lisp/term/vt320.el
|
||||
lib/mule/19.28/lisp/term/vt400.el
|
||||
lib/mule/19.28/lisp/term/vt420.el
|
||||
lib/mule/19.28/lisp/term/wyse50.el
|
||||
lib/mule/19.28/lisp/term/wyse50.elc
|
||||
lib/mule/19.28/lisp/term/x-win.el
|
||||
lib/mule/19.28/lisp/term/x-win.elc
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $Id: Makefile,v 1.5 1995/04/04 09:43:48 asami Exp $
|
||||
# $Id: Makefile,v 1.6 1995/04/05 08:59:36 asami Exp $
|
||||
#
|
||||
# restricted: none
|
||||
#
|
||||
# doesn't compile: mh
|
||||
#
|
||||
SUBDIR= Canna Wnn gawk grep kterm less nkf sed tcl tk
|
||||
SUBDIR= Canna Wnn gawk grep kterm less nkf mule-canna mule-wnn sed tcl tk
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
@ -1,47 +1,51 @@
|
||||
# New ports collection makefile for: mule
|
||||
# New ports collection makefile for: mule with Canna
|
||||
# Version required: 2.2.2
|
||||
# Date created: 22 November 1994
|
||||
# Whom: Satoshi Asami (asami)
|
||||
#
|
||||
# $Id: Makefile,v 1.16 1995/04/20 18:23:06 asami Exp $
|
||||
# $Id: Makefile,v 1.17 1995/04/22 12:39:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mule-2.2.2
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
DISTFILES= emacs-19.28.tar.gz
|
||||
DISTNAME= mule-2.2
|
||||
PKGNAME= jp-cmule-2.2.2
|
||||
CATEGORIES+= japanese editors
|
||||
MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
|
||||
# Use one of these if you are in Japan
|
||||
|
||||
# PATCHSITE= sh.wide.ad.jp:/JAPAN/mule/
|
||||
# PATCHSITE= etlport.etl.go.jp:/pub/mule/
|
||||
|
||||
PATCH_SITES= ftp.cs.buffalo.edu:/pub/mule/
|
||||
PATCHFILES= diff-19.28-2.2.gz patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
PATCHFILES= patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= asami@FreeBSD.ORG
|
||||
|
||||
.if !exists(/usr/X11R6/lib/libwnn.a)
|
||||
DEPENDS= ${PORTSDIR}/japanese/Wnn
|
||||
.endif
|
||||
LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
|
||||
|
||||
WRKSRC= ${WRKDIR}/emacs-19.28
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
|
||||
--canna --canna-libraries=/usr/local/lib \
|
||||
--canna-includes=/usr/local/canna/include --terminal-face
|
||||
|
||||
STRIP=
|
||||
|
||||
pre-build:
|
||||
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
||||
|
||||
post-install:
|
||||
# note that any2ps is a script
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
# note that rcs-checkn and any2ps are scripts
|
||||
strip ${PREFIX}/bin/b2m
|
||||
strip ${PREFIX}/bin/coco
|
||||
strip ${PREFIX}/bin/ctags
|
||||
strip ${PREFIX}/bin/etags
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
gzip -9nf ${PREFIX}/man/man1/coco.1
|
||||
gzip -9nf ${PREFIX}/man/man1/ctags.1
|
||||
gzip -9nf ${PREFIX}/man/man1/etags.1
|
||||
gzip -9nf ${PREFIX}/man/man1/m2ps.1
|
||||
gzip -9nf ${PREFIX}/man/man1/mule.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
mule-2.2.2, a multilingual emacs
|
||||
mule-2.2.2, a multilingual emacs, with Canna support built in
|
||||
|
@ -1,14 +1,18 @@
|
||||
This is mule-2.2.2, a multilingual editor based on emacs-19.28.
|
||||
|
||||
This package is built with Japanese support, using Wnn, as default. I
|
||||
don't use other language/input methods. People are welcome to test
|
||||
other configurations and report their results.
|
||||
This package is built with Japanese support, using Canna as default.
|
||||
|
||||
This package is designed *not* to clobber any existing emacs
|
||||
installation. In particular, the executables and man pages of
|
||||
etags/ctags are not installed, and the info pages that come with the
|
||||
original emacs don't get installed too. Remove the file
|
||||
patches/patch-ab if you want this package to stand on its own.
|
||||
This package *will* clobber any existing emacs installation. In
|
||||
particular, the executables and man pages of etags/ctags are
|
||||
installed, and the info pages that come with the original emacs get
|
||||
installed too.
|
||||
|
||||
Although this shouldn't cause any problems to run both mule and emacs,
|
||||
it may cause some confusion when one of them is pkg_delete'd. If
|
||||
someone has a solution to this, please tell me.
|
||||
|
||||
Also, it will overwrite itself over another mule using Wnn.
|
||||
Solutions to this is welcome, too.
|
||||
|
||||
A "dir" file is supplied in the files/ subdirectory of the ports
|
||||
package. Copy it into your /usr/local/info to read mule info pages,
|
||||
|
@ -1,23 +1,22 @@
|
||||
# New ports collection makefile for: mule
|
||||
# New ports collection makefile for: mule with Wnn
|
||||
# Version required: 2.2.2
|
||||
# Date created: 22 November 1994
|
||||
# Whom: Satoshi Asami (asami)
|
||||
#
|
||||
# $Id: Makefile,v 1.16 1995/04/20 18:23:06 asami Exp $
|
||||
# $Id: Makefile,v 1.17 1995/04/22 12:39:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mule-2.2.2
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
DISTFILES= emacs-19.28.tar.gz
|
||||
DISTNAME= mule-2.2
|
||||
PKGNAME= jp-wmule-2.2.2
|
||||
CATEGORIES+= japanese editors
|
||||
MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
|
||||
# Use one of these if you are in Japan
|
||||
|
||||
# PATCHSITE= sh.wide.ad.jp:/JAPAN/mule/
|
||||
# PATCHSITE= etlport.etl.go.jp:/pub/mule/
|
||||
|
||||
PATCH_SITES= ftp.cs.buffalo.edu:/pub/mule/
|
||||
PATCHFILES= diff-19.28-2.2.gz patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
PATCHFILES= patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= asami@FreeBSD.ORG
|
||||
@ -26,22 +25,28 @@ MAINTAINER= asami@FreeBSD.ORG
|
||||
DEPENDS= ${PORTSDIR}/japanese/Wnn
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/emacs-19.28
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
STRIP=
|
||||
|
||||
pre-build:
|
||||
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
||||
|
||||
post-install:
|
||||
# note that any2ps is a script
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
# note that rcs-checkn and any2ps are scripts
|
||||
strip ${PREFIX}/bin/b2m
|
||||
strip ${PREFIX}/bin/coco
|
||||
strip ${PREFIX}/bin/ctags
|
||||
strip ${PREFIX}/bin/etags
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
gzip -9nf ${PREFIX}/man/man1/coco.1
|
||||
gzip -9nf ${PREFIX}/man/man1/ctags.1
|
||||
gzip -9nf ${PREFIX}/man/man1/etags.1
|
||||
gzip -9nf ${PREFIX}/man/man1/m2ps.1
|
||||
gzip -9nf ${PREFIX}/man/man1/mule.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
mule-2.2.2, a multilingual emacs
|
||||
mule-2.2.2, a multilingual emacs, with Wnn support built in
|
||||
|
@ -1,14 +1,18 @@
|
||||
This is mule-2.2.2, a multilingual editor based on emacs-19.28.
|
||||
|
||||
This package is built with Japanese support, using Wnn, as default. I
|
||||
don't use other language/input methods. People are welcome to test
|
||||
other configurations and report their results.
|
||||
This package is built with Japanese support, using Wnn as default.
|
||||
|
||||
This package is designed *not* to clobber any existing emacs
|
||||
installation. In particular, the executables and man pages of
|
||||
etags/ctags are not installed, and the info pages that come with the
|
||||
original emacs don't get installed too. Remove the file
|
||||
patches/patch-ab if you want this package to stand on its own.
|
||||
This package *will* clobber any existing emacs installation. In
|
||||
particular, the executables and man pages of etags/ctags are
|
||||
installed, and the info pages that come with the original emacs get
|
||||
installed too.
|
||||
|
||||
Although this shouldn't cause any problems to run both mule and emacs,
|
||||
it may cause some confusion when one of them is pkg_delete'd. If
|
||||
someone has a solution to this, please tell me.
|
||||
|
||||
Also, it will overwrite itself over another mule using Canna.
|
||||
Solutions to this is welcome, too.
|
||||
|
||||
A "dir" file is supplied in the files/ subdirectory of the ports
|
||||
package. Copy it into your /usr/local/info to read mule info pages,
|
||||
|
@ -1,23 +1,22 @@
|
||||
# New ports collection makefile for: mule
|
||||
# New ports collection makefile for: mule with Wnn
|
||||
# Version required: 2.2.2
|
||||
# Date created: 22 November 1994
|
||||
# Whom: Satoshi Asami (asami)
|
||||
#
|
||||
# $Id: Makefile,v 1.16 1995/04/20 18:23:06 asami Exp $
|
||||
# $Id: Makefile,v 1.17 1995/04/22 12:39:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mule-2.2.2
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
DISTFILES= emacs-19.28.tar.gz
|
||||
DISTNAME= mule-2.2
|
||||
PKGNAME= jp-wmule-2.2.2
|
||||
CATEGORIES+= japanese editors
|
||||
MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
|
||||
# Use one of these if you are in Japan
|
||||
|
||||
# PATCHSITE= sh.wide.ad.jp:/JAPAN/mule/
|
||||
# PATCHSITE= etlport.etl.go.jp:/pub/mule/
|
||||
|
||||
PATCH_SITES= ftp.cs.buffalo.edu:/pub/mule/
|
||||
PATCHFILES= diff-19.28-2.2.gz patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
PATCHFILES= patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= asami@FreeBSD.ORG
|
||||
@ -26,22 +25,28 @@ MAINTAINER= asami@FreeBSD.ORG
|
||||
DEPENDS= ${PORTSDIR}/japanese/Wnn
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/emacs-19.28
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
STRIP=
|
||||
|
||||
pre-build:
|
||||
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
||||
|
||||
post-install:
|
||||
# note that any2ps is a script
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
# note that rcs-checkn and any2ps are scripts
|
||||
strip ${PREFIX}/bin/b2m
|
||||
strip ${PREFIX}/bin/coco
|
||||
strip ${PREFIX}/bin/ctags
|
||||
strip ${PREFIX}/bin/etags
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
gzip -9nf ${PREFIX}/man/man1/coco.1
|
||||
gzip -9nf ${PREFIX}/man/man1/ctags.1
|
||||
gzip -9nf ${PREFIX}/man/man1/etags.1
|
||||
gzip -9nf ${PREFIX}/man/man1/m2ps.1
|
||||
gzip -9nf ${PREFIX}/man/man1/mule.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
mule-2.2.2, a multilingual emacs
|
||||
mule-2.2.2, a multilingual emacs, with Wnn support built in
|
||||
|
@ -1,14 +1,18 @@
|
||||
This is mule-2.2.2, a multilingual editor based on emacs-19.28.
|
||||
|
||||
This package is built with Japanese support, using Wnn, as default. I
|
||||
don't use other language/input methods. People are welcome to test
|
||||
other configurations and report their results.
|
||||
This package is built with Japanese support, using Wnn as default.
|
||||
|
||||
This package is designed *not* to clobber any existing emacs
|
||||
installation. In particular, the executables and man pages of
|
||||
etags/ctags are not installed, and the info pages that come with the
|
||||
original emacs don't get installed too. Remove the file
|
||||
patches/patch-ab if you want this package to stand on its own.
|
||||
This package *will* clobber any existing emacs installation. In
|
||||
particular, the executables and man pages of etags/ctags are
|
||||
installed, and the info pages that come with the original emacs get
|
||||
installed too.
|
||||
|
||||
Although this shouldn't cause any problems to run both mule and emacs,
|
||||
it may cause some confusion when one of them is pkg_delete'd. If
|
||||
someone has a solution to this, please tell me.
|
||||
|
||||
Also, it will overwrite itself over another mule using Canna.
|
||||
Solutions to this is welcome, too.
|
||||
|
||||
A "dir" file is supplied in the files/ subdirectory of the ports
|
||||
package. Copy it into your /usr/local/info to read mule info pages,
|
||||
|
@ -1,23 +1,22 @@
|
||||
# New ports collection makefile for: mule
|
||||
# New ports collection makefile for: mule with Wnn
|
||||
# Version required: 2.2.2
|
||||
# Date created: 22 November 1994
|
||||
# Whom: Satoshi Asami (asami)
|
||||
#
|
||||
# $Id: Makefile,v 1.16 1995/04/20 18:23:06 asami Exp $
|
||||
# $Id: Makefile,v 1.17 1995/04/22 12:39:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mule-2.2.2
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
DISTFILES= emacs-19.28.tar.gz
|
||||
DISTNAME= mule-2.2
|
||||
PKGNAME= jp-wmule-2.2.2
|
||||
CATEGORIES+= japanese editors
|
||||
MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
|
||||
# Use one of these if you are in Japan
|
||||
|
||||
# PATCHSITE= sh.wide.ad.jp:/JAPAN/mule/
|
||||
# PATCHSITE= etlport.etl.go.jp:/pub/mule/
|
||||
|
||||
PATCH_SITES= ftp.cs.buffalo.edu:/pub/mule/
|
||||
PATCHFILES= diff-19.28-2.2.gz patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
PATCHFILES= patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= asami@FreeBSD.ORG
|
||||
@ -26,22 +25,28 @@ MAINTAINER= asami@FreeBSD.ORG
|
||||
DEPENDS= ${PORTSDIR}/japanese/Wnn
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/emacs-19.28
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
STRIP=
|
||||
|
||||
pre-build:
|
||||
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
||||
|
||||
post-install:
|
||||
# note that any2ps is a script
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
# note that rcs-checkn and any2ps are scripts
|
||||
strip ${PREFIX}/bin/b2m
|
||||
strip ${PREFIX}/bin/coco
|
||||
strip ${PREFIX}/bin/ctags
|
||||
strip ${PREFIX}/bin/etags
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
gzip -9nf ${PREFIX}/man/man1/coco.1
|
||||
gzip -9nf ${PREFIX}/man/man1/ctags.1
|
||||
gzip -9nf ${PREFIX}/man/man1/etags.1
|
||||
gzip -9nf ${PREFIX}/man/man1/m2ps.1
|
||||
gzip -9nf ${PREFIX}/man/man1/mule.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
mule-2.2.2, a multilingual emacs
|
||||
mule-2.2.2, a multilingual emacs, with Wnn support built in
|
||||
|
@ -1,14 +1,18 @@
|
||||
This is mule-2.2.2, a multilingual editor based on emacs-19.28.
|
||||
|
||||
This package is built with Japanese support, using Wnn, as default. I
|
||||
don't use other language/input methods. People are welcome to test
|
||||
other configurations and report their results.
|
||||
This package is built with Japanese support, using Wnn as default.
|
||||
|
||||
This package is designed *not* to clobber any existing emacs
|
||||
installation. In particular, the executables and man pages of
|
||||
etags/ctags are not installed, and the info pages that come with the
|
||||
original emacs don't get installed too. Remove the file
|
||||
patches/patch-ab if you want this package to stand on its own.
|
||||
This package *will* clobber any existing emacs installation. In
|
||||
particular, the executables and man pages of etags/ctags are
|
||||
installed, and the info pages that come with the original emacs get
|
||||
installed too.
|
||||
|
||||
Although this shouldn't cause any problems to run both mule and emacs,
|
||||
it may cause some confusion when one of them is pkg_delete'd. If
|
||||
someone has a solution to this, please tell me.
|
||||
|
||||
Also, it will overwrite itself over another mule using Canna.
|
||||
Solutions to this is welcome, too.
|
||||
|
||||
A "dir" file is supplied in the files/ subdirectory of the ports
|
||||
package. Copy it into your /usr/local/info to read mule info pages,
|
||||
|
@ -3,35 +3,29 @@
|
||||
# Date created: 22 November 1994
|
||||
# Whom: Satoshi Asami (asami)
|
||||
#
|
||||
# $Id: Makefile,v 1.16 1995/04/20 18:23:06 asami Exp $
|
||||
# $Id: Makefile,v 1.17 1995/04/22 12:39:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mule-2.2.2
|
||||
DISTNAME= mule-2.2
|
||||
PKGNAME= mule-2.2.2
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||
DISTFILES= emacs-19.28.tar.gz
|
||||
MASTER_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
|
||||
# Use one of these if you are in Japan
|
||||
|
||||
# PATCHSITE= sh.wide.ad.jp:/JAPAN/mule/
|
||||
# PATCHSITE= etlport.etl.go.jp:/pub/mule/
|
||||
|
||||
PATCH_SITES= ftp.cs.buffalo.edu:/pub/mule/
|
||||
PATCHFILES= diff-19.28-2.2.gz patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
||||
ftp://etlport.etl.go.jp/pub/mule/ \
|
||||
ftp://sh.wide.ad.jp/JAPAN/mule/
|
||||
PATCHFILES= patch-2.2.1.gz patch-2.2.2.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= asami@FreeBSD.ORG
|
||||
|
||||
.if !exists(/usr/X11R6/lib/libwnn.a)
|
||||
DEPENDS= ${PORTSDIR}/japanese/Wnn
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/emacs-19.28
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
|
||||
--wnn --wnn-libraries=/usr/X11R6/lib \
|
||||
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
|
||||
--terminal-face
|
||||
|
||||
STRIP=
|
||||
|
||||
pre-build:
|
||||
@ -39,9 +33,12 @@ pre-build:
|
||||
|
||||
post-install:
|
||||
# note that any2ps is a script
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
strip ${PREFIX}/bin/b2m
|
||||
strip ${PREFIX}/bin/coco
|
||||
strip ${PREFIX}/bin/m2ps
|
||||
strip ${PREFIX}/bin/mule-19.28
|
||||
gzip -9nf ${PREFIX}/man/man1/coco.1
|
||||
gzip -9nf ${PREFIX}/man/man1/m2ps.1
|
||||
gzip -9nf ${PREFIX}/man/man1/mule.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,3 @@
|
||||
MD5 (emacs-19.28.tar.gz) = c8813274e5a34b14dcf46255d91c3089
|
||||
MD5 (diff-19.28-2.2.gz) = 7fb50a4b9e99698b75d7a6f87bd88093
|
||||
MD5 (mule-2.2.tar.gz) = c8d482c64e655f84e0e025018ea36bf1
|
||||
MD5 (patch-2.2.1.gz) = dcab3b4331c0cc1341dffd75ee77c6bf
|
||||
MD5 (patch-2.2.2.gz) = 647edaa06da2eca9b662efa0ea98903a
|
||||
|
@ -1,14 +1,16 @@
|
||||
This is mule-2.2.2, a multilingual editor based on emacs-19.28.
|
||||
|
||||
This package is built with Japanese support, using Wnn, as default. I
|
||||
don't use other language/input methods. People are welcome to test
|
||||
other configurations and report their results.
|
||||
This package is not built with any particular language support. If
|
||||
you want a built-in input method, look into the mule ports in language-
|
||||
specific directories. Currently only Japanese (Wnn and Canna) is
|
||||
available.
|
||||
|
||||
This package is designed *not* to clobber any existing emacs
|
||||
installation. In particular, the executables and man pages of
|
||||
etags/ctags are not installed, and the info pages that come with the
|
||||
original emacs don't get installed too. Remove the file
|
||||
patches/patch-ab if you want this package to stand on its own.
|
||||
The Japanese version is build to install everything, by the way.
|
||||
|
||||
A "dir" file is supplied in the files/ subdirectory of the ports
|
||||
package. Copy it into your /usr/local/info to read mule info pages,
|
||||
|
@ -2,17 +2,21 @@
|
||||
@exec mkdir -p %D/lib/mule/site-lisp
|
||||
@exec mkdir -p %D/lib/mule/lock
|
||||
@exec chmod 777 %D/lib/mule/lock
|
||||
@unexec rmdir %D/lib/mule/site-lisp
|
||||
@unexec rmdir %D/lib/mule/lock
|
||||
@mode 1755
|
||||
bin/mule-19.28
|
||||
@exec ln -s %D/%F %B/mule
|
||||
@unexec rm %B/mule
|
||||
bin/m2ps
|
||||
@mode 555
|
||||
bin/any2ps
|
||||
bin/b2m
|
||||
bin/coco
|
||||
lib/mule/19.28
|
||||
man/man1/mule.1
|
||||
man/man1/m2ps.1
|
||||
man/man1/coco.1
|
||||
bin/m2ps
|
||||
@mode 644
|
||||
man/man1/coco.1.gz
|
||||
man/man1/m2ps.1.gz
|
||||
man/man1/mule.1.gz
|
||||
info/CCL
|
||||
info/ISO2022
|
||||
info/R2L
|
||||
@ -33,3 +37,891 @@ info/mule-jp-2
|
||||
info/mule-jp-3
|
||||
info/quail
|
||||
info/terminology
|
||||
lib/mule/19.28/etc/3B-MAXMEM
|
||||
lib/mule/19.28/etc/AIX.DUMP
|
||||
lib/mule/19.28/etc/APPLE
|
||||
lib/mule/19.28/etc/BABYL
|
||||
lib/mule/19.28/etc/CHARSETS
|
||||
lib/mule/19.28/etc/CODINGS
|
||||
lib/mule/19.28/etc/COOKIES
|
||||
lib/mule/19.28/etc/COPYING
|
||||
lib/mule/19.28/etc/ChangeLog
|
||||
lib/mule/19.28/etc/DEBUG
|
||||
lib/mule/19.28/etc/DISTRIB
|
||||
lib/mule/19.28/etc/DOC
|
||||
lib/mule/19.28/etc/DOC-19.28.1
|
||||
lib/mule/19.28/etc/FAQ
|
||||
lib/mule/19.28/etc/FAQ-Mule
|
||||
lib/mule/19.28/etc/FAQ-Mule.cn
|
||||
lib/mule/19.28/etc/FAQ-Mule.jp
|
||||
lib/mule/19.28/etc/FAQ-Mule.kr
|
||||
lib/mule/19.28/etc/FAQ-Mule.th
|
||||
lib/mule/19.28/etc/FAQ-NEW
|
||||
lib/mule/19.28/etc/FTP
|
||||
lib/mule/19.28/etc/GNU
|
||||
lib/mule/19.28/etc/INTERVIEW
|
||||
lib/mule/19.28/etc/JOKES
|
||||
lib/mule/19.28/etc/LEDIT
|
||||
lib/mule/19.28/etc/LNEWS
|
||||
lib/mule/19.28/etc/LPF
|
||||
lib/mule/19.28/etc/MACHINES
|
||||
lib/mule/19.28/etc/MAILINGLISTS
|
||||
lib/mule/19.28/etc/MH-E-NEWS
|
||||
lib/mule/19.28/etc/MORE.STUFF
|
||||
lib/mule/19.28/etc/MOTIVATION
|
||||
lib/mule/19.28/etc/MSDOS
|
||||
lib/mule/19.28/etc/Makefile
|
||||
lib/mule/19.28/etc/Makefile.in
|
||||
lib/mule/19.28/etc/NEWS
|
||||
lib/mule/19.28/etc/ONEWS
|
||||
lib/mule/19.28/etc/OONEWS
|
||||
lib/mule/19.28/etc/OOONEWS
|
||||
lib/mule/19.28/etc/OOOONEWS
|
||||
lib/mule/19.28/etc/ORDERS
|
||||
lib/mule/19.28/etc/ORDERS.EUROPE
|
||||
lib/mule/19.28/etc/ORDERS.JAPAN
|
||||
lib/mule/19.28/etc/OTHER.EMACSES
|
||||
lib/mule/19.28/etc/README
|
||||
lib/mule/19.28/etc/SERVICE
|
||||
lib/mule/19.28/etc/SUN-SUPPORT
|
||||
lib/mule/19.28/etc/TERMS
|
||||
lib/mule/19.28/etc/TUTORIAL
|
||||
lib/mule/19.28/etc/TUTORIAL.jp
|
||||
lib/mule/19.28/etc/TUTORIAL.kr
|
||||
lib/mule/19.28/etc/TUTORIAL.th
|
||||
lib/mule/19.28/etc/VERSIONS
|
||||
lib/mule/19.28/etc/Xkeymap.txt
|
||||
lib/mule/19.28/etc/celibacy.1
|
||||
lib/mule/19.28/etc/charset
|
||||
lib/mule/19.28/etc/coco.1
|
||||
lib/mule/19.28/etc/condom.1
|
||||
lib/mule/19.28/etc/copying.paper
|
||||
lib/mule/19.28/etc/ctags.1
|
||||
lib/mule/19.28/etc/demo.ps
|
||||
lib/mule/19.28/etc/echo.msg
|
||||
lib/mule/19.28/etc/emacs.1
|
||||
lib/mule/19.28/etc/emacs.bash
|
||||
lib/mule/19.28/etc/emacs.csh
|
||||
lib/mule/19.28/etc/emacs.icon
|
||||
lib/mule/19.28/etc/emacs.xbm
|
||||
lib/mule/19.28/etc/emacstool.1
|
||||
lib/mule/19.28/etc/etags.1
|
||||
lib/mule/19.28/etc/etags.notes
|
||||
lib/mule/19.28/etc/etags.vms
|
||||
lib/mule/19.28/etc/ledit.l
|
||||
lib/mule/19.28/etc/m2ps.1
|
||||
lib/mule/19.28/etc/m2ps.ps
|
||||
lib/mule/19.28/etc/ms-kermit
|
||||
lib/mule/19.28/etc/ms-kermit-7bit
|
||||
lib/mule/19.28/etc/mule-refcard.tex
|
||||
lib/mule/19.28/etc/mule.1
|
||||
lib/mule/19.28/etc/mule.xbm
|
||||
lib/mule/19.28/etc/news.texi
|
||||
lib/mule/19.28/etc/refcard.ps
|
||||
lib/mule/19.28/etc/refcard.tex
|
||||
lib/mule/19.28/etc/sex.6
|
||||
lib/mule/19.28/etc/spook.lines
|
||||
lib/mule/19.28/etc/termcap.dat
|
||||
lib/mule/19.28/etc/termcap.ucb
|
||||
lib/mule/19.28/etc/tom.xbm
|
||||
lib/mule/19.28/etc/ulimit.hack
|
||||
lib/mule/19.28/etc/vipcard.tex
|
||||
lib/mule/19.28/etc/yow.lines
|
||||
@mode 555
|
||||
lib/mule/19.28/i386--freebsd/cvtmail
|
||||
lib/mule/19.28/i386--freebsd/digest-doc
|
||||
lib/mule/19.28/i386--freebsd/emacsserver
|
||||
lib/mule/19.28/i386--freebsd/fakemail
|
||||
lib/mule/19.28/i386--freebsd/hexl
|
||||
lib/mule/19.28/i386--freebsd/make-docfile
|
||||
lib/mule/19.28/i386--freebsd/make-path
|
||||
lib/mule/19.28/i386--freebsd/movemail
|
||||
lib/mule/19.28/i386--freebsd/profile
|
||||
lib/mule/19.28/i386--freebsd/rcs2log
|
||||
lib/mule/19.28/i386--freebsd/sorted-doc
|
||||
lib/mule/19.28/i386--freebsd/test-distrib
|
||||
lib/mule/19.28/i386--freebsd/timer
|
||||
lib/mule/19.28/i386--freebsd/vcdiff
|
||||
lib/mule/19.28/i386--freebsd/wakeup
|
||||
lib/mule/19.28/i386--freebsd/yow
|
||||
@mode 644
|
||||
lib/mule/19.28/lisp/COPYING
|
||||
lib/mule/19.28/lisp/ChangeLog
|
||||
lib/mule/19.28/lisp/ChangeLog.1
|
||||
lib/mule/19.28/lisp/ChangeLog.2
|
||||
lib/mule/19.28/lisp/ChangeLog.3
|
||||
lib/mule/19.28/lisp/Makefile
|
||||
lib/mule/19.28/lisp/README
|
||||
lib/mule/19.28/lisp/abbrev.el
|
||||
lib/mule/19.28/lisp/abbrev.elc
|
||||
lib/mule/19.28/lisp/abbrevlist.el
|
||||
lib/mule/19.28/lisp/abbrevlist.elc
|
||||
lib/mule/19.28/lisp/ada.el
|
||||
lib/mule/19.28/lisp/ada.elc
|
||||
lib/mule/19.28/lisp/add-log.el
|
||||
lib/mule/19.28/lisp/add-log.elc
|
||||
lib/mule/19.28/lisp/advice.el
|
||||
lib/mule/19.28/lisp/advice.elc
|
||||
lib/mule/19.28/lisp/allout.el
|
||||
lib/mule/19.28/lisp/allout.elc
|
||||
lib/mule/19.28/lisp/ange-ftp.el
|
||||
lib/mule/19.28/lisp/ange-ftp.elc
|
||||
lib/mule/19.28/lisp/appt.el
|
||||
lib/mule/19.28/lisp/appt.elc
|
||||
lib/mule/19.28/lisp/apropos.el
|
||||
lib/mule/19.28/lisp/apropos.elc
|
||||
lib/mule/19.28/lisp/arabic.el
|
||||
lib/mule/19.28/lisp/arabic.elc
|
||||
lib/mule/19.28/lisp/array.el
|
||||
lib/mule/19.28/lisp/array.elc
|
||||
lib/mule/19.28/lisp/asm-mode.el
|
||||
lib/mule/19.28/lisp/asm-mode.elc
|
||||
lib/mule/19.28/lisp/assoc.el
|
||||
lib/mule/19.28/lisp/assoc.elc
|
||||
lib/mule/19.28/lisp/autoinsert.el
|
||||
lib/mule/19.28/lisp/autoinsert.elc
|
||||
lib/mule/19.28/lisp/autoload.el
|
||||
lib/mule/19.28/lisp/autoload.elc
|
||||
lib/mule/19.28/lisp/avoid.el
|
||||
lib/mule/19.28/lisp/avoid.elc
|
||||
lib/mule/19.28/lisp/awk-mode.el
|
||||
lib/mule/19.28/lisp/awk-mode.elc
|
||||
lib/mule/19.28/lisp/backquote.el
|
||||
lib/mule/19.28/lisp/backquote.elc
|
||||
lib/mule/19.28/lisp/bib-mode.el
|
||||
lib/mule/19.28/lisp/bib-mode.elc
|
||||
lib/mule/19.28/lisp/bibtex.el
|
||||
lib/mule/19.28/lisp/bibtex.elc
|
||||
lib/mule/19.28/lisp/blackbox.el
|
||||
lib/mule/19.28/lisp/blackbox.elc
|
||||
lib/mule/19.28/lisp/blessmail.el
|
||||
lib/mule/19.28/lisp/bookmark.el
|
||||
lib/mule/19.28/lisp/bookmark.elc
|
||||
lib/mule/19.28/lisp/buff-menu.el
|
||||
lib/mule/19.28/lisp/buff-menu.elc
|
||||
lib/mule/19.28/lisp/busyu.el
|
||||
lib/mule/19.28/lisp/byte-opt.el
|
||||
lib/mule/19.28/lisp/byte-opt.elc
|
||||
lib/mule/19.28/lisp/byte-run.el
|
||||
lib/mule/19.28/lisp/byte-run.elc
|
||||
lib/mule/19.28/lisp/bytecomp.el
|
||||
lib/mule/19.28/lisp/bytecomp.elc
|
||||
lib/mule/19.28/lisp/c-mode.el
|
||||
lib/mule/19.28/lisp/c-mode.elc
|
||||
lib/mule/19.28/lisp/cal-dst.el
|
||||
lib/mule/19.28/lisp/cal-dst.elc
|
||||
lib/mule/19.28/lisp/cal-french.el
|
||||
lib/mule/19.28/lisp/cal-french.elc
|
||||
lib/mule/19.28/lisp/cal-mayan.el
|
||||
lib/mule/19.28/lisp/cal-mayan.elc
|
||||
lib/mule/19.28/lisp/cal-menu.el
|
||||
lib/mule/19.28/lisp/cal-menu.elc
|
||||
lib/mule/19.28/lisp/calendar.el
|
||||
lib/mule/19.28/lisp/calendar.elc
|
||||
lib/mule/19.28/lisp/can-n-egg.el
|
||||
lib/mule/19.28/lisp/canna.el
|
||||
lib/mule/19.28/lisp/canna.elc
|
||||
lib/mule/19.28/lisp/case-table.el
|
||||
lib/mule/19.28/lisp/case-table.elc
|
||||
lib/mule/19.28/lisp/cc-mode.el
|
||||
lib/mule/19.28/lisp/cc-mode.elc
|
||||
lib/mule/19.28/lisp/ccl.el
|
||||
lib/mule/19.28/lisp/ccl.elc
|
||||
lib/mule/19.28/lisp/cdl.el
|
||||
lib/mule/19.28/lisp/cdl.elc
|
||||
lib/mule/19.28/lisp/chinese.el
|
||||
lib/mule/19.28/lisp/chinese.elc
|
||||
lib/mule/19.28/lisp/chistory.el
|
||||
lib/mule/19.28/lisp/chistory.elc
|
||||
lib/mule/19.28/lisp/cl-compat.el
|
||||
lib/mule/19.28/lisp/cl-compat.elc
|
||||
lib/mule/19.28/lisp/cl-extra.el
|
||||
lib/mule/19.28/lisp/cl-extra.elc
|
||||
lib/mule/19.28/lisp/cl-indent.el
|
||||
lib/mule/19.28/lisp/cl-indent.elc
|
||||
lib/mule/19.28/lisp/cl-macs.el
|
||||
lib/mule/19.28/lisp/cl-macs.elc
|
||||
lib/mule/19.28/lisp/cl-seq.el
|
||||
lib/mule/19.28/lisp/cl-seq.elc
|
||||
lib/mule/19.28/lisp/cl-specs.el
|
||||
lib/mule/19.28/lisp/cl-specs.elc
|
||||
lib/mule/19.28/lisp/cl.el
|
||||
lib/mule/19.28/lisp/cl.elc
|
||||
lib/mule/19.28/lisp/cmacexp.el
|
||||
lib/mule/19.28/lisp/cmacexp.elc
|
||||
lib/mule/19.28/lisp/cmuscheme.el
|
||||
lib/mule/19.28/lisp/cmuscheme.elc
|
||||
lib/mule/19.28/lisp/comint.el
|
||||
lib/mule/19.28/lisp/comint.elc
|
||||
lib/mule/19.28/lisp/compare-w.el
|
||||
lib/mule/19.28/lisp/compare-w.elc
|
||||
lib/mule/19.28/lisp/compile.el
|
||||
lib/mule/19.28/lisp/compile.elc
|
||||
lib/mule/19.28/lisp/complete.el
|
||||
lib/mule/19.28/lisp/complete.elc
|
||||
lib/mule/19.28/lisp/completion.el
|
||||
lib/mule/19.28/lisp/completion.elc
|
||||
lib/mule/19.28/lisp/cookie1.el
|
||||
lib/mule/19.28/lisp/cookie1.elc
|
||||
lib/mule/19.28/lisp/cplus-md.el
|
||||
lib/mule/19.28/lisp/cplus-md.elc
|
||||
lib/mule/19.28/lisp/cust-print.el
|
||||
lib/mule/19.28/lisp/cust-print.elc
|
||||
lib/mule/19.28/lisp/cyrillic.el
|
||||
lib/mule/19.28/lisp/cyrillic.elc
|
||||
lib/mule/19.28/lisp/dabbrev.el
|
||||
lib/mule/19.28/lisp/dabbrev.elc
|
||||
lib/mule/19.28/lisp/debug.el
|
||||
lib/mule/19.28/lisp/debug.elc
|
||||
lib/mule/19.28/lisp/delsel.el
|
||||
lib/mule/19.28/lisp/delsel.elc
|
||||
lib/mule/19.28/lisp/derived.el
|
||||
lib/mule/19.28/lisp/derived.elc
|
||||
lib/mule/19.28/lisp/desktop.el
|
||||
lib/mule/19.28/lisp/desktop.elc
|
||||
lib/mule/19.28/lisp/diary-ins.el
|
||||
lib/mule/19.28/lisp/diary-ins.elc
|
||||
lib/mule/19.28/lisp/diary-lib.el
|
||||
lib/mule/19.28/lisp/diary-lib.elc
|
||||
lib/mule/19.28/lisp/diff.el
|
||||
lib/mule/19.28/lisp/diff.elc
|
||||
lib/mule/19.28/lisp/dired-aux.el
|
||||
lib/mule/19.28/lisp/dired-aux.elc
|
||||
lib/mule/19.28/lisp/dired-x.el
|
||||
lib/mule/19.28/lisp/dired-x.elc
|
||||
lib/mule/19.28/lisp/dired.el
|
||||
lib/mule/19.28/lisp/dired.elc
|
||||
lib/mule/19.28/lisp/dired.todo
|
||||
lib/mule/19.28/lisp/disass.el
|
||||
lib/mule/19.28/lisp/disass.elc
|
||||
lib/mule/19.28/lisp/disp-table.el
|
||||
lib/mule/19.28/lisp/disp-table.elc
|
||||
lib/mule/19.28/lisp/dissociate.el
|
||||
lib/mule/19.28/lisp/dissociate.elc
|
||||
lib/mule/19.28/lisp/doctor.el
|
||||
lib/mule/19.28/lisp/doctor.elc
|
||||
lib/mule/19.28/lisp/dos-fns.el
|
||||
lib/mule/19.28/lisp/dos-fns.elc
|
||||
lib/mule/19.28/lisp/double.el
|
||||
lib/mule/19.28/lisp/double.elc
|
||||
lib/mule/19.28/lisp/dunnet.el
|
||||
lib/mule/19.28/lisp/dunnet.elc
|
||||
lib/mule/19.28/lisp/easymenu.el
|
||||
lib/mule/19.28/lisp/easymenu.elc
|
||||
lib/mule/19.28/lisp/ebuff-menu.el
|
||||
lib/mule/19.28/lisp/ebuff-menu.elc
|
||||
lib/mule/19.28/lisp/echistory.el
|
||||
lib/mule/19.28/lisp/echistory.elc
|
||||
lib/mule/19.28/lisp/edebug.el
|
||||
lib/mule/19.28/lisp/edebug.elc
|
||||
lib/mule/19.28/lisp/ediff.el
|
||||
lib/mule/19.28/lisp/ediff.elc
|
||||
lib/mule/19.28/lisp/edmacro.el
|
||||
lib/mule/19.28/lisp/edmacro.elc
|
||||
lib/mule/19.28/lisp/edt.el
|
||||
lib/mule/19.28/lisp/edt.elc
|
||||
lib/mule/19.28/lisp/egg-jsymbol.el
|
||||
lib/mule/19.28/lisp/egg-keymap.el
|
||||
lib/mule/19.28/lisp/egg.el
|
||||
lib/mule/19.28/lisp/egg.elc
|
||||
lib/mule/19.28/lisp/eggrc-sj3
|
||||
lib/mule/19.28/lisp/eggrc-v41
|
||||
lib/mule/19.28/lisp/ehelp.el
|
||||
lib/mule/19.28/lisp/ehelp.elc
|
||||
lib/mule/19.28/lisp/electric.el
|
||||
lib/mule/19.28/lisp/electric.elc
|
||||
lib/mule/19.28/lisp/emacsbug.el
|
||||
lib/mule/19.28/lisp/emacsbug.elc
|
||||
lib/mule/19.28/lisp/emerge.el
|
||||
lib/mule/19.28/lisp/emerge.elc
|
||||
lib/mule/19.28/lisp/env.el
|
||||
lib/mule/19.28/lisp/env.elc
|
||||
lib/mule/19.28/lisp/etags.el
|
||||
lib/mule/19.28/lisp/etags.elc
|
||||
lib/mule/19.28/lisp/ethio.el
|
||||
lib/mule/19.28/lisp/ethio.elc
|
||||
lib/mule/19.28/lisp/european.el
|
||||
lib/mule/19.28/lisp/european.elc
|
||||
lib/mule/19.28/lisp/eval-reg.el
|
||||
lib/mule/19.28/lisp/eval-reg.elc
|
||||
lib/mule/19.28/lisp/faces.el
|
||||
lib/mule/19.28/lisp/faces.elc
|
||||
lib/mule/19.28/lisp/files.el
|
||||
lib/mule/19.28/lisp/files.elc
|
||||
lib/mule/19.28/lisp/fill.el
|
||||
lib/mule/19.28/lisp/fill.elc
|
||||
lib/mule/19.28/lisp/find-dired.el
|
||||
lib/mule/19.28/lisp/find-dired.elc
|
||||
lib/mule/19.28/lisp/find-gc.el
|
||||
lib/mule/19.28/lisp/find-gc.elc
|
||||
lib/mule/19.28/lisp/finder-inf.el
|
||||
lib/mule/19.28/lisp/finder-inf.elc
|
||||
lib/mule/19.28/lisp/finder.el
|
||||
lib/mule/19.28/lisp/finder.elc
|
||||
lib/mule/19.28/lisp/float-sup.el
|
||||
lib/mule/19.28/lisp/float-sup.elc
|
||||
lib/mule/19.28/lisp/float.el
|
||||
lib/mule/19.28/lisp/float.elc
|
||||
lib/mule/19.28/lisp/flow-ctrl.el
|
||||
lib/mule/19.28/lisp/flow-ctrl.elc
|
||||
lib/mule/19.28/lisp/foldout.el
|
||||
lib/mule/19.28/lisp/foldout.elc
|
||||
lib/mule/19.28/lisp/font-lock.el
|
||||
lib/mule/19.28/lisp/font-lock.elc
|
||||
lib/mule/19.28/lisp/forms-d2.dat
|
||||
lib/mule/19.28/lisp/forms-d2.el
|
||||
lib/mule/19.28/lisp/forms-pass.el
|
||||
lib/mule/19.28/lisp/forms.el
|
||||
lib/mule/19.28/lisp/forms.elc
|
||||
lib/mule/19.28/lisp/fortran.el
|
||||
lib/mule/19.28/lisp/fortran.elc
|
||||
lib/mule/19.28/lisp/frame.el
|
||||
lib/mule/19.28/lisp/frame.elc
|
||||
lib/mule/19.28/lisp/gnus-uu.el
|
||||
lib/mule/19.28/lisp/gnus-uu.elc
|
||||
lib/mule/19.28/lisp/gnus.el
|
||||
lib/mule/19.28/lisp/gnus.elc
|
||||
lib/mule/19.28/lisp/gnusmail.el
|
||||
lib/mule/19.28/lisp/gnusmail.elc
|
||||
lib/mule/19.28/lisp/gnusmisc.el
|
||||
lib/mule/19.28/lisp/gnusmisc.elc
|
||||
lib/mule/19.28/lisp/gnuspost.el
|
||||
lib/mule/19.28/lisp/gnuspost.elc
|
||||
lib/mule/19.28/lisp/gnusutil.el
|
||||
lib/mule/19.28/lisp/gnusutil.elc
|
||||
lib/mule/19.28/lisp/gomoku.el
|
||||
lib/mule/19.28/lisp/gomoku.elc
|
||||
lib/mule/19.28/lisp/gud.el
|
||||
lib/mule/19.28/lisp/gud.elc
|
||||
lib/mule/19.28/lisp/hanoi.el
|
||||
lib/mule/19.28/lisp/hanoi.elc
|
||||
lib/mule/19.28/lisp/help-macro.el
|
||||
lib/mule/19.28/lisp/help-macro.elc
|
||||
lib/mule/19.28/lisp/help.el
|
||||
lib/mule/19.28/lisp/help.elc
|
||||
lib/mule/19.28/lisp/helper.el
|
||||
lib/mule/19.28/lisp/helper.elc
|
||||
lib/mule/19.28/lisp/hexl.el
|
||||
lib/mule/19.28/lisp/hexl.elc
|
||||
lib/mule/19.28/lisp/hideif.el
|
||||
lib/mule/19.28/lisp/hideif.elc
|
||||
lib/mule/19.28/lisp/hilit19.el
|
||||
lib/mule/19.28/lisp/hilit19.elc
|
||||
lib/mule/19.28/lisp/hippie-exp.el
|
||||
lib/mule/19.28/lisp/hippie-exp.elc
|
||||
lib/mule/19.28/lisp/holidays.el
|
||||
lib/mule/19.28/lisp/holidays.elc
|
||||
lib/mule/19.28/lisp/icomplete.el
|
||||
lib/mule/19.28/lisp/icomplete.elc
|
||||
lib/mule/19.28/lisp/icon.el
|
||||
lib/mule/19.28/lisp/icon.elc
|
||||
lib/mule/19.28/lisp/ielm.el
|
||||
lib/mule/19.28/lisp/ielm.elc
|
||||
lib/mule/19.28/lisp/imenu.el
|
||||
lib/mule/19.28/lisp/imenu.elc
|
||||
lib/mule/19.28/lisp/indent.el
|
||||
lib/mule/19.28/lisp/indent.elc
|
||||
lib/mule/19.28/lisp/inf-lisp.el
|
||||
lib/mule/19.28/lisp/inf-lisp.elc
|
||||
lib/mule/19.28/lisp/info.el
|
||||
lib/mule/19.28/lisp/info.elc
|
||||
lib/mule/19.28/lisp/informat.el
|
||||
lib/mule/19.28/lisp/informat.elc
|
||||
lib/mule/19.28/lisp/isearch-ext.el
|
||||
lib/mule/19.28/lisp/isearch-ext.elc
|
||||
lib/mule/19.28/lisp/isearch.el
|
||||
lib/mule/19.28/lisp/isearch.elc
|
||||
lib/mule/19.28/lisp/iso-acc.el
|
||||
lib/mule/19.28/lisp/iso-acc.elc
|
||||
lib/mule/19.28/lisp/iso-ascii.el
|
||||
lib/mule/19.28/lisp/iso-ascii.elc
|
||||
lib/mule/19.28/lisp/iso-cvt.el
|
||||
lib/mule/19.28/lisp/iso-cvt.elc
|
||||
lib/mule/19.28/lisp/iso-insert.el
|
||||
lib/mule/19.28/lisp/iso-insert.elc
|
||||
lib/mule/19.28/lisp/iso-swed.el
|
||||
lib/mule/19.28/lisp/iso-swed.elc
|
||||
lib/mule/19.28/lisp/iso-syntax.el
|
||||
lib/mule/19.28/lisp/iso-syntax.elc
|
||||
lib/mule/19.28/lisp/iso-transl.el
|
||||
lib/mule/19.28/lisp/iso-transl.elc
|
||||
lib/mule/19.28/lisp/ispell.el
|
||||
lib/mule/19.28/lisp/ispell.elc
|
||||
lib/mule/19.28/lisp/ispell4.el
|
||||
lib/mule/19.28/lisp/ispell4.elc
|
||||
lib/mule/19.28/lisp/japanese.el
|
||||
lib/mule/19.28/lisp/japanese.elc
|
||||
lib/mule/19.28/lisp/jisx0201.el
|
||||
lib/mule/19.28/lisp/jka-compr.el
|
||||
lib/mule/19.28/lisp/jka-compr.elc
|
||||
lib/mule/19.28/lisp/kbd-isearch.el
|
||||
lib/mule/19.28/lisp/kermit.el
|
||||
lib/mule/19.28/lisp/kermit.elc
|
||||
lib/mule/19.28/lisp/keyboard.el
|
||||
lib/mule/19.28/lisp/keyboard.elc
|
||||
lib/mule/19.28/lisp/kinsoku.el
|
||||
lib/mule/19.28/lisp/kinsoku.elc
|
||||
lib/mule/19.28/lisp/korean.el
|
||||
lib/mule/19.28/lisp/korean.elc
|
||||
lib/mule/19.28/lisp/ledit.el
|
||||
lib/mule/19.28/lisp/ledit.elc
|
||||
lib/mule/19.28/lisp/levents.el
|
||||
lib/mule/19.28/lisp/levents.elc
|
||||
lib/mule/19.28/lisp/life.el
|
||||
lib/mule/19.28/lisp/life.elc
|
||||
lib/mule/19.28/lisp/lisp-mnt.el
|
||||
lib/mule/19.28/lisp/lisp-mnt.elc
|
||||
lib/mule/19.28/lisp/lisp-mode.el
|
||||
lib/mule/19.28/lisp/lisp-mode.elc
|
||||
lib/mule/19.28/lisp/lisp.el
|
||||
lib/mule/19.28/lisp/lisp.elc
|
||||
lib/mule/19.28/lisp/lmenu.el
|
||||
lib/mule/19.28/lisp/lmenu.elc
|
||||
lib/mule/19.28/lisp/loaddefs.el
|
||||
lib/mule/19.28/lisp/loadhist.el
|
||||
lib/mule/19.28/lisp/loadhist.elc
|
||||
lib/mule/19.28/lisp/loadup.el
|
||||
lib/mule/19.28/lisp/lpr.el
|
||||
lib/mule/19.28/lisp/lpr.elc
|
||||
lib/mule/19.28/lisp/ls-lisp.el
|
||||
lib/mule/19.28/lisp/ls-lisp.elc
|
||||
lib/mule/19.28/lisp/lselect.el
|
||||
lib/mule/19.28/lisp/lselect.elc
|
||||
lib/mule/19.28/lisp/lucid.el
|
||||
lib/mule/19.28/lisp/lucid.elc
|
||||
lib/mule/19.28/lisp/lunar.el
|
||||
lib/mule/19.28/lisp/lunar.elc
|
||||
lib/mule/19.28/lisp/macros.el
|
||||
lib/mule/19.28/lisp/macros.elc
|
||||
lib/mule/19.28/lisp/mail-extr.el
|
||||
lib/mule/19.28/lisp/mail-extr.elc
|
||||
lib/mule/19.28/lisp/mail-hist.el
|
||||
lib/mule/19.28/lisp/mail-hist.elc
|
||||
lib/mule/19.28/lisp/mail-utils.el
|
||||
lib/mule/19.28/lisp/mail-utils.elc
|
||||
lib/mule/19.28/lisp/mailabbrev.el
|
||||
lib/mule/19.28/lisp/mailabbrev.elc
|
||||
lib/mule/19.28/lisp/mailalias.el
|
||||
lib/mule/19.28/lisp/mailalias.elc
|
||||
lib/mule/19.28/lisp/mailpost.el
|
||||
lib/mule/19.28/lisp/mailpost.elc
|
||||
lib/mule/19.28/lisp/makefile.el
|
||||
lib/mule/19.28/lisp/makefile.elc
|
||||
lib/mule/19.28/lisp/makeinfo.el
|
||||
lib/mule/19.28/lisp/makeinfo.elc
|
||||
lib/mule/19.28/lisp/makesum.el
|
||||
lib/mule/19.28/lisp/makesum.elc
|
||||
lib/mule/19.28/lisp/man.el
|
||||
lib/mule/19.28/lisp/man.elc
|
||||
lib/mule/19.28/lisp/map-ynp.el
|
||||
lib/mule/19.28/lisp/map-ynp.elc
|
||||
lib/mule/19.28/lisp/medit.el
|
||||
lib/mule/19.28/lisp/medit.elc
|
||||
lib/mule/19.28/lisp/meese.el
|
||||
lib/mule/19.28/lisp/meese.elc
|
||||
lib/mule/19.28/lisp/menu-bar.el
|
||||
lib/mule/19.28/lisp/menu-bar.elc
|
||||
lib/mule/19.28/lisp/metamail.el
|
||||
lib/mule/19.28/lisp/metamail.elc
|
||||
lib/mule/19.28/lisp/mh-comp.el
|
||||
lib/mule/19.28/lisp/mh-comp.elc
|
||||
lib/mule/19.28/lisp/mh-e.el
|
||||
lib/mule/19.28/lisp/mh-e.elc
|
||||
lib/mule/19.28/lisp/mh-funcs.el
|
||||
lib/mule/19.28/lisp/mh-funcs.elc
|
||||
lib/mule/19.28/lisp/mh-mime.el
|
||||
lib/mule/19.28/lisp/mh-mime.elc
|
||||
lib/mule/19.28/lisp/mh-pick.el
|
||||
lib/mule/19.28/lisp/mh-pick.elc
|
||||
lib/mule/19.28/lisp/mh-seq.el
|
||||
lib/mule/19.28/lisp/mh-seq.elc
|
||||
lib/mule/19.28/lisp/mh-utils.el
|
||||
lib/mule/19.28/lisp/mh-utils.elc
|
||||
lib/mule/19.28/lisp/mhspool.el
|
||||
lib/mule/19.28/lisp/mhspool.elc
|
||||
lib/mule/19.28/lisp/mim-mode.el
|
||||
lib/mule/19.28/lisp/mim-mode.elc
|
||||
lib/mule/19.28/lisp/mim-syntax.el
|
||||
lib/mule/19.28/lisp/mim-syntax.elc
|
||||
lib/mule/19.28/lisp/misc.el
|
||||
lib/mule/19.28/lisp/misc.elc
|
||||
lib/mule/19.28/lisp/mlconvert.el
|
||||
lib/mule/19.28/lisp/mlconvert.elc
|
||||
lib/mule/19.28/lisp/mldrag.el
|
||||
lib/mule/19.28/lisp/mldrag.elc
|
||||
lib/mule/19.28/lisp/mlsupport.el
|
||||
lib/mule/19.28/lisp/mlsupport.elc
|
||||
lib/mule/19.28/lisp/modula2.el
|
||||
lib/mule/19.28/lisp/modula2.elc
|
||||
lib/mule/19.28/lisp/mouse-sel.el
|
||||
lib/mule/19.28/lisp/mouse-sel.elc
|
||||
lib/mule/19.28/lisp/mouse.el
|
||||
lib/mule/19.28/lisp/mouse.elc
|
||||
lib/mule/19.28/lisp/mpuz.el
|
||||
lib/mule/19.28/lisp/mpuz.elc
|
||||
lib/mule/19.28/lisp/mule-conf.el
|
||||
lib/mule/19.28/lisp/mule-diag.el
|
||||
lib/mule/19.28/lisp/mule-diag.elc
|
||||
lib/mule/19.28/lisp/mule-init.el
|
||||
lib/mule/19.28/lisp/mule-init.elc
|
||||
lib/mule/19.28/lisp/mule-inst.el
|
||||
lib/mule/19.28/lisp/mule-util.el
|
||||
lib/mule/19.28/lisp/mule-util.elc
|
||||
lib/mule/19.28/lisp/mule.el
|
||||
lib/mule/19.28/lisp/mule.elc
|
||||
lib/mule/19.28/lisp/netunam.el
|
||||
lib/mule/19.28/lisp/netunam.elc
|
||||
lib/mule/19.28/lisp/nnspool.el
|
||||
lib/mule/19.28/lisp/nnspool.elc
|
||||
lib/mule/19.28/lisp/nntp.el
|
||||
lib/mule/19.28/lisp/nntp.elc
|
||||
lib/mule/19.28/lisp/novice.el
|
||||
lib/mule/19.28/lisp/novice.elc
|
||||
lib/mule/19.28/lisp/nroff-mode.el
|
||||
lib/mule/19.28/lisp/nroff-mode.elc
|
||||
lib/mule/19.28/lisp/options.el
|
||||
lib/mule/19.28/lisp/options.elc
|
||||
lib/mule/19.28/lisp/outline.el
|
||||
lib/mule/19.28/lisp/outline.elc
|
||||
lib/mule/19.28/lisp/page-ext.el
|
||||
lib/mule/19.28/lisp/page-ext.elc
|
||||
lib/mule/19.28/lisp/page.el
|
||||
lib/mule/19.28/lisp/page.elc
|
||||
lib/mule/19.28/lisp/paragraphs.el
|
||||
lib/mule/19.28/lisp/paragraphs.elc
|
||||
lib/mule/19.28/lisp/paren.el
|
||||
lib/mule/19.28/lisp/paren.elc
|
||||
lib/mule/19.28/lisp/pascal.el
|
||||
lib/mule/19.28/lisp/pascal.elc
|
||||
lib/mule/19.28/lisp/paths.el
|
||||
lib/mule/19.28/lisp/perl-mode.el
|
||||
lib/mule/19.28/lisp/perl-mode.elc
|
||||
lib/mule/19.28/lisp/picture.el
|
||||
lib/mule/19.28/lisp/picture.elc
|
||||
lib/mule/19.28/lisp/pp.el
|
||||
lib/mule/19.28/lisp/pp.elc
|
||||
lib/mule/19.28/lisp/profile.el
|
||||
lib/mule/19.28/lisp/profile.elc
|
||||
lib/mule/19.28/lisp/prolog.el
|
||||
lib/mule/19.28/lisp/prolog.elc
|
||||
lib/mule/19.28/lisp/quail-egg.el
|
||||
lib/mule/19.28/lisp/quail.el
|
||||
lib/mule/19.28/lisp/quail.elc
|
||||
lib/mule/19.28/lisp/rcompile.el
|
||||
lib/mule/19.28/lisp/rcompile.elc
|
||||
lib/mule/19.28/lisp/rect.el
|
||||
lib/mule/19.28/lisp/rect.elc
|
||||
lib/mule/19.28/lisp/refbib.el
|
||||
lib/mule/19.28/lisp/refbib.elc
|
||||
lib/mule/19.28/lisp/refer.el
|
||||
lib/mule/19.28/lisp/refer.elc
|
||||
lib/mule/19.28/lisp/regi.el
|
||||
lib/mule/19.28/lisp/regi.elc
|
||||
lib/mule/19.28/lisp/register.el
|
||||
lib/mule/19.28/lisp/register.elc
|
||||
lib/mule/19.28/lisp/replace.el
|
||||
lib/mule/19.28/lisp/replace.elc
|
||||
lib/mule/19.28/lisp/reporter.el
|
||||
lib/mule/19.28/lisp/reporter.elc
|
||||
lib/mule/19.28/lisp/reposition.el
|
||||
lib/mule/19.28/lisp/reposition.elc
|
||||
lib/mule/19.28/lisp/resume.el
|
||||
lib/mule/19.28/lisp/resume.elc
|
||||
lib/mule/19.28/lisp/rfc822.el
|
||||
lib/mule/19.28/lisp/rfc822.elc
|
||||
lib/mule/19.28/lisp/ring.el
|
||||
lib/mule/19.28/lisp/ring.elc
|
||||
lib/mule/19.28/lisp/rlogin.el
|
||||
lib/mule/19.28/lisp/rlogin.elc
|
||||
lib/mule/19.28/lisp/rmail.el
|
||||
lib/mule/19.28/lisp/rmail.elc
|
||||
lib/mule/19.28/lisp/rmailedit.el
|
||||
lib/mule/19.28/lisp/rmailedit.elc
|
||||
lib/mule/19.28/lisp/rmailkwd.el
|
||||
lib/mule/19.28/lisp/rmailkwd.elc
|
||||
lib/mule/19.28/lisp/rmailmsc.el
|
||||
lib/mule/19.28/lisp/rmailmsc.elc
|
||||
lib/mule/19.28/lisp/rmailout.el
|
||||
lib/mule/19.28/lisp/rmailout.elc
|
||||
lib/mule/19.28/lisp/rmailsort.el
|
||||
lib/mule/19.28/lisp/rmailsort.elc
|
||||
lib/mule/19.28/lisp/rmailsum.el
|
||||
lib/mule/19.28/lisp/rmailsum.elc
|
||||
lib/mule/19.28/lisp/rnews.el
|
||||
lib/mule/19.28/lisp/rnews.elc
|
||||
lib/mule/19.28/lisp/rnewspost.el
|
||||
lib/mule/19.28/lisp/rnewspost.elc
|
||||
lib/mule/19.28/lisp/rot13.el
|
||||
lib/mule/19.28/lisp/rot13.elc
|
||||
lib/mule/19.28/lisp/rsz-mini.el
|
||||
lib/mule/19.28/lisp/rsz-mini.elc
|
||||
lib/mule/19.28/lisp/s-region.el
|
||||
lib/mule/19.28/lisp/s-region.elc
|
||||
lib/mule/19.28/lisp/saveplace.el
|
||||
lib/mule/19.28/lisp/saveplace.elc
|
||||
lib/mule/19.28/lisp/sc.el
|
||||
lib/mule/19.28/lisp/scheme.el
|
||||
lib/mule/19.28/lisp/scheme.elc
|
||||
lib/mule/19.28/lisp/scribe.el
|
||||
lib/mule/19.28/lisp/scribe.elc
|
||||
lib/mule/19.28/lisp/scroll-bar.el
|
||||
lib/mule/19.28/lisp/scroll-bar.elc
|
||||
lib/mule/19.28/lisp/select.el
|
||||
lib/mule/19.28/lisp/select.elc
|
||||
lib/mule/19.28/lisp/sendmail.el
|
||||
lib/mule/19.28/lisp/sendmail.elc
|
||||
lib/mule/19.28/lisp/server.el
|
||||
lib/mule/19.28/lisp/server.elc
|
||||
lib/mule/19.28/lisp/sgml-mode.el
|
||||
lib/mule/19.28/lisp/sgml-mode.elc
|
||||
lib/mule/19.28/lisp/sh-script.el
|
||||
lib/mule/19.28/lisp/sh-script.elc
|
||||
lib/mule/19.28/lisp/shadowfile.el
|
||||
lib/mule/19.28/lisp/shadowfile.elc
|
||||
lib/mule/19.28/lisp/shell.el
|
||||
lib/mule/19.28/lisp/shell.elc
|
||||
lib/mule/19.28/lisp/simple.el
|
||||
lib/mule/19.28/lisp/simple.elc
|
||||
lib/mule/19.28/lisp/simula.el
|
||||
lib/mule/19.28/lisp/simula.elc
|
||||
lib/mule/19.28/lisp/sj3-client.el
|
||||
lib/mule/19.28/lisp/sj3-client.elc
|
||||
lib/mule/19.28/lisp/sj3-egg.el
|
||||
lib/mule/19.28/lisp/sj3-egg.elc
|
||||
lib/mule/19.28/lisp/skeleton.el
|
||||
lib/mule/19.28/lisp/skeleton.elc
|
||||
lib/mule/19.28/lisp/solar.el
|
||||
lib/mule/19.28/lisp/solar.elc
|
||||
lib/mule/19.28/lisp/sort.el
|
||||
lib/mule/19.28/lisp/sort.elc
|
||||
lib/mule/19.28/lisp/soundex.el
|
||||
lib/mule/19.28/lisp/soundex.elc
|
||||
lib/mule/19.28/lisp/spell.el
|
||||
lib/mule/19.28/lisp/spell.elc
|
||||
lib/mule/19.28/lisp/spook.el
|
||||
lib/mule/19.28/lisp/spook.elc
|
||||
lib/mule/19.28/lisp/startup.el
|
||||
lib/mule/19.28/lisp/startup.elc
|
||||
lib/mule/19.28/lisp/studly.el
|
||||
lib/mule/19.28/lisp/studly.elc
|
||||
lib/mule/19.28/lisp/subr.el
|
||||
lib/mule/19.28/lisp/subr.elc
|
||||
lib/mule/19.28/lisp/sun-curs.el
|
||||
lib/mule/19.28/lisp/sun-fns.el
|
||||
lib/mule/19.28/lisp/supercite.el
|
||||
lib/mule/19.28/lisp/supercite.elc
|
||||
lib/mule/19.28/lisp/swedish.el
|
||||
lib/mule/19.28/lisp/swedish.elc
|
||||
lib/mule/19.28/lisp/tabify.el
|
||||
lib/mule/19.28/lisp/tabify.elc
|
||||
lib/mule/19.28/lisp/tar-mode.el
|
||||
lib/mule/19.28/lisp/tar-mode.elc
|
||||
lib/mule/19.28/lisp/tcl-mode.el
|
||||
lib/mule/19.28/lisp/tcl-mode.elc
|
||||
lib/mule/19.28/lisp/tcp.el
|
||||
lib/mule/19.28/lisp/tcp.elc
|
||||
lib/mule/19.28/lisp/telnet.el
|
||||
lib/mule/19.28/lisp/telnet.elc
|
||||
lib/mule/19.28/lisp/tempo.el
|
||||
lib/mule/19.28/lisp/tempo.elc
|
||||
lib/mule/19.28/lisp/term-nasty.el
|
||||
lib/mule/19.28/lisp/terminal.el
|
||||
lib/mule/19.28/lisp/terminal.elc
|
||||
lib/mule/19.28/lisp/tex-mode.el
|
||||
lib/mule/19.28/lisp/tex-mode.elc
|
||||
lib/mule/19.28/lisp/texinfmt.el
|
||||
lib/mule/19.28/lisp/texinfmt.elc
|
||||
lib/mule/19.28/lisp/texinfo.el
|
||||
lib/mule/19.28/lisp/texinfo.elc
|
||||
lib/mule/19.28/lisp/texnfo-upd.el
|
||||
lib/mule/19.28/lisp/texnfo-upd.elc
|
||||
lib/mule/19.28/lisp/text-mode.el
|
||||
lib/mule/19.28/lisp/text-mode.elc
|
||||
lib/mule/19.28/lisp/thai.el
|
||||
lib/mule/19.28/lisp/thai.elc
|
||||
lib/mule/19.28/lisp/thingatpt.el
|
||||
lib/mule/19.28/lisp/thingatpt.elc
|
||||
lib/mule/19.28/lisp/time-stamp.el
|
||||
lib/mule/19.28/lisp/time-stamp.elc
|
||||
lib/mule/19.28/lisp/time.el
|
||||
lib/mule/19.28/lisp/time.elc
|
||||
lib/mule/19.28/lisp/timer.el
|
||||
lib/mule/19.28/lisp/timer.elc
|
||||
lib/mule/19.28/lisp/timezone.el
|
||||
lib/mule/19.28/lisp/timezone.elc
|
||||
lib/mule/19.28/lisp/tpu-doc.el
|
||||
lib/mule/19.28/lisp/tpu-edt.el
|
||||
lib/mule/19.28/lisp/tpu-edt.elc
|
||||
lib/mule/19.28/lisp/tpu-extras.el
|
||||
lib/mule/19.28/lisp/tpu-extras.elc
|
||||
lib/mule/19.28/lisp/tpu-mapper.el
|
||||
lib/mule/19.28/lisp/tpu-mapper.elc
|
||||
lib/mule/19.28/lisp/tq.el
|
||||
lib/mule/19.28/lisp/tq.elc
|
||||
lib/mule/19.28/lisp/trace.el
|
||||
lib/mule/19.28/lisp/trace.elc
|
||||
lib/mule/19.28/lisp/trex.el
|
||||
lib/mule/19.28/lisp/trex.elc
|
||||
lib/mule/19.28/lisp/two-column.el
|
||||
lib/mule/19.28/lisp/two-column.elc
|
||||
lib/mule/19.28/lisp/uncompress.el
|
||||
lib/mule/19.28/lisp/uncompress.elc
|
||||
lib/mule/19.28/lisp/underline.el
|
||||
lib/mule/19.28/lisp/underline.elc
|
||||
lib/mule/19.28/lisp/undigest.el
|
||||
lib/mule/19.28/lisp/undigest.elc
|
||||
lib/mule/19.28/lisp/unrmail.el
|
||||
lib/mule/19.28/lisp/unrmail.elc
|
||||
lib/mule/19.28/lisp/unused.el
|
||||
lib/mule/19.28/lisp/unused.elc
|
||||
lib/mule/19.28/lisp/upd-copyr.el
|
||||
lib/mule/19.28/lisp/upd-copyr.elc
|
||||
lib/mule/19.28/lisp/userlock.el
|
||||
lib/mule/19.28/lisp/userlock.elc
|
||||
lib/mule/19.28/lisp/vc-hooks.el
|
||||
lib/mule/19.28/lisp/vc-hooks.elc
|
||||
lib/mule/19.28/lisp/vc.el
|
||||
lib/mule/19.28/lisp/vc.elc
|
||||
lib/mule/19.28/lisp/version.el
|
||||
lib/mule/19.28/lisp/vi.el
|
||||
lib/mule/19.28/lisp/vi.elc
|
||||
lib/mule/19.28/lisp/viet.el
|
||||
lib/mule/19.28/lisp/viet.elc
|
||||
lib/mule/19.28/lisp/view.el
|
||||
lib/mule/19.28/lisp/view.elc
|
||||
lib/mule/19.28/lisp/vip.el
|
||||
lib/mule/19.28/lisp/vip.elc
|
||||
lib/mule/19.28/lisp/visual.el
|
||||
lib/mule/19.28/lisp/visual.elc
|
||||
lib/mule/19.28/lisp/vms-patch.el
|
||||
lib/mule/19.28/lisp/vms-patch.elc
|
||||
lib/mule/19.28/lisp/vms-pmail.el
|
||||
lib/mule/19.28/lisp/vms-pmail.elc
|
||||
lib/mule/19.28/lisp/vmsproc.el
|
||||
lib/mule/19.28/lisp/vmsproc.elc
|
||||
lib/mule/19.28/lisp/vmsx.el
|
||||
lib/mule/19.28/lisp/vmsx.elc
|
||||
lib/mule/19.28/lisp/vt-control.el
|
||||
lib/mule/19.28/lisp/vt100-led.el
|
||||
lib/mule/19.28/lisp/vt100-led.elc
|
||||
lib/mule/19.28/lisp/window.el
|
||||
lib/mule/19.28/lisp/window.elc
|
||||
lib/mule/19.28/lisp/wnn-client.el
|
||||
lib/mule/19.28/lisp/wnn4-egg.el
|
||||
lib/mule/19.28/lisp/wnn4-egg.elc
|
||||
lib/mule/19.28/lisp/ws-mode.el
|
||||
lib/mule/19.28/lisp/ws-mode.elc
|
||||
lib/mule/19.28/lisp/x-menu.el
|
||||
lib/mule/19.28/lisp/x-menu.elc
|
||||
lib/mule/19.28/lisp/xscheme.el
|
||||
lib/mule/19.28/lisp/xscheme.elc
|
||||
lib/mule/19.28/lisp/yow.el
|
||||
lib/mule/19.28/lisp/yow.elc
|
||||
lib/mule/19.28/lisp/its/han-kata.el
|
||||
lib/mule/19.28/lisp/its/hangul.el
|
||||
lib/mule/19.28/lisp/its/hankaku.el
|
||||
lib/mule/19.28/lisp/its/hira.el
|
||||
lib/mule/19.28/lisp/its/kanainput.el
|
||||
lib/mule/19.28/lisp/its/kata.el
|
||||
lib/mule/19.28/lisp/its/pinyin.el
|
||||
lib/mule/19.28/lisp/its/zenkaku.el
|
||||
lib/mule/19.28/lisp/its/zhuyin.el
|
||||
lib/mule/19.28/lisp/quail/ccdospy.el
|
||||
lib/mule/19.28/lisp/quail/ccdospy.elc
|
||||
lib/mule/19.28/lisp/quail/ctlau.el
|
||||
lib/mule/19.28/lisp/quail/ctlau.elc
|
||||
lib/mule/19.28/lisp/quail/ctlaub.el
|
||||
lib/mule/19.28/lisp/quail/ctlaub.elc
|
||||
lib/mule/19.28/lisp/quail/cyrillic.el
|
||||
lib/mule/19.28/lisp/quail/cyrillic.elc
|
||||
lib/mule/19.28/lisp/quail/ethio.el
|
||||
lib/mule/19.28/lisp/quail/ethio.elc
|
||||
lib/mule/19.28/lisp/quail/etzy.el
|
||||
lib/mule/19.28/lisp/quail/etzy.elc
|
||||
lib/mule/19.28/lisp/quail/greek.el
|
||||
lib/mule/19.28/lisp/quail/greek.elc
|
||||
lib/mule/19.28/lisp/quail/hangul.el
|
||||
lib/mule/19.28/lisp/quail/hangul.elc
|
||||
lib/mule/19.28/lisp/quail/hangul3.el
|
||||
lib/mule/19.28/lisp/quail/hangul3.elc
|
||||
lib/mule/19.28/lisp/quail/hanja-jis.el
|
||||
lib/mule/19.28/lisp/quail/hanja-jis.elc
|
||||
lib/mule/19.28/lisp/quail/hanja-ksc.el
|
||||
lib/mule/19.28/lisp/quail/hanja-ksc.elc
|
||||
lib/mule/19.28/lisp/quail/hebrew.el
|
||||
lib/mule/19.28/lisp/quail/hebrew.elc
|
||||
lib/mule/19.28/lisp/quail/hsymbol.el
|
||||
lib/mule/19.28/lisp/quail/hsymbol.elc
|
||||
lib/mule/19.28/lisp/quail/ipa.el
|
||||
lib/mule/19.28/lisp/quail/ipa.elc
|
||||
lib/mule/19.28/lisp/quail/latin.el
|
||||
lib/mule/19.28/lisp/quail/latin.elc
|
||||
lib/mule/19.28/lisp/quail/punct-b5.el
|
||||
lib/mule/19.28/lisp/quail/punct-b5.elc
|
||||
lib/mule/19.28/lisp/quail/punct.el
|
||||
lib/mule/19.28/lisp/quail/punct.elc
|
||||
lib/mule/19.28/lisp/quail/py-b5.el
|
||||
lib/mule/19.28/lisp/quail/py-b5.elc
|
||||
lib/mule/19.28/lisp/quail/py.el
|
||||
lib/mule/19.28/lisp/quail/py.elc
|
||||
lib/mule/19.28/lisp/quail/qj-b5.el
|
||||
lib/mule/19.28/lisp/quail/qj-b5.elc
|
||||
lib/mule/19.28/lisp/quail/qj.el
|
||||
lib/mule/19.28/lisp/quail/qj.elc
|
||||
lib/mule/19.28/lisp/quail/sw.el
|
||||
lib/mule/19.28/lisp/quail/sw.elc
|
||||
lib/mule/19.28/lisp/quail/tcode.el
|
||||
lib/mule/19.28/lisp/quail/tcode.elc
|
||||
lib/mule/19.28/lisp/quail/thai.el
|
||||
lib/mule/19.28/lisp/quail/thai.elc
|
||||
lib/mule/19.28/lisp/quail/tit.el
|
||||
lib/mule/19.28/lisp/quail/tit.elc
|
||||
lib/mule/19.28/lisp/quail/tonepy.el
|
||||
lib/mule/19.28/lisp/quail/tonepy.elc
|
||||
lib/mule/19.28/lisp/quail/viet.el
|
||||
lib/mule/19.28/lisp/quail/viet.elc
|
||||
lib/mule/19.28/lisp/quail/zozy.el
|
||||
lib/mule/19.28/lisp/quail/zozy.elc
|
||||
lib/mule/19.28/lisp/term/AT386.el
|
||||
lib/mule/19.28/lisp/term/README
|
||||
lib/mule/19.28/lisp/term/apollo.el
|
||||
lib/mule/19.28/lisp/term/apollo.elc
|
||||
lib/mule/19.28/lisp/term/bg-mouse.el
|
||||
lib/mule/19.28/lisp/term/bg-mouse.elc
|
||||
lib/mule/19.28/lisp/term/bobcat.el
|
||||
lib/mule/19.28/lisp/term/f-term.el
|
||||
lib/mule/19.28/lisp/term/ibmpc.el
|
||||
lib/mule/19.28/lisp/term/internal.el
|
||||
lib/mule/19.28/lisp/term/keyswap.el
|
||||
lib/mule/19.28/lisp/term/lk201.el
|
||||
lib/mule/19.28/lisp/term/news.el
|
||||
lib/mule/19.28/lisp/term/news.elc
|
||||
lib/mule/19.28/lisp/term/sun-curs.el
|
||||
lib/mule/19.28/lisp/term/sun-fns.el
|
||||
lib/mule/19.28/lisp/term/sun-mouse.el
|
||||
lib/mule/19.28/lisp/term/sun-mouse.elc
|
||||
lib/mule/19.28/lisp/term/sun.el
|
||||
lib/mule/19.28/lisp/term/sun.elc
|
||||
lib/mule/19.28/lisp/term/sup-mouse.el
|
||||
lib/mule/19.28/lisp/term/sup-mouse.elc
|
||||
lib/mule/19.28/lisp/term/tvi970.el
|
||||
lib/mule/19.28/lisp/term/tvi970.elc
|
||||
lib/mule/19.28/lisp/term/vt100-led.el
|
||||
lib/mule/19.28/lisp/term/vt100-led.elc
|
||||
lib/mule/19.28/lisp/term/vt100.el
|
||||
lib/mule/19.28/lisp/term/vt100.elc
|
||||
lib/mule/19.28/lisp/term/vt102.el
|
||||
lib/mule/19.28/lisp/term/vt125.el
|
||||
lib/mule/19.28/lisp/term/vt200.el
|
||||
lib/mule/19.28/lisp/term/vt200.elc
|
||||
lib/mule/19.28/lisp/term/vt201.el
|
||||
lib/mule/19.28/lisp/term/vt220.el
|
||||
lib/mule/19.28/lisp/term/vt240.el
|
||||
lib/mule/19.28/lisp/term/vt300.el
|
||||
lib/mule/19.28/lisp/term/vt320.el
|
||||
lib/mule/19.28/lisp/term/vt400.el
|
||||
lib/mule/19.28/lisp/term/vt420.el
|
||||
lib/mule/19.28/lisp/term/wyse50.el
|
||||
lib/mule/19.28/lisp/term/wyse50.elc
|
||||
lib/mule/19.28/lisp/term/x-win.el
|
||||
lib/mule/19.28/lisp/term/x-win.elc
|
||||
|
Loading…
Reference in New Issue
Block a user