X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=README.en;h=b4f7f6ea1d11088da17efae72760b049f6c04616;hb=753a4ee807918c44a1550983c3ff174181b5c95a;hp=73bb81b56e6ee82ec33988b5b0731683671020bd;hpb=85afe0404bdd136569c106a1600bcf121c5a2098;p=elisp%2Fapel.git diff --git a/README.en b/README.en index 73bb81b..b4f7f6e 100644 --- a/README.en +++ b/README.en @@ -9,7 +9,6 @@ What's APEL? poe.el --- emulation module mainly for basic functions and special forms/macros of latest emacsen poe-xemacs.el --- for XEmacs - poe-19.el --- for Emacs 19 poe-18.el --- for Emacs 18/Nemacs env.el --- env.el for Emacs 18 @@ -23,6 +22,11 @@ What's APEL? poem-e20_3.el --- for Emacs 20.3 poem-xm.el --- for XEmacs-MULE + invisible.el --- provide features about invisible region + inv-18.el --- for Emacs 18 + inv-19.el --- for Emacs 19 + inv-xemacs.el --- for XEmacs + mcharset.el --- provide MIME charset related features mcs-nemacs.el --- for Nemacs mcs-ltn1.el --- for Emacs 19/XEmacs without MULE @@ -31,11 +35,13 @@ What's APEL? mcs-e20.el --- for Emacs 20 mcs-xm.el --- for XEmacs-MULE - broken.el --- provide information of broken facilities of Emacs. + static.el --- utility for static evaluation + + broken.el --- provide information of broken facilities of Emacs pccl.el --- utility to write portable CCL program - pccl-om.el --- for MULE 1.*, 2.* - pccl-20.el --- for Emacs 20/XEmacs-MULE + pccl-om.el --- for MULE 2.* + pccl-20.el --- for Emacs 20/XEmacs-21-MULE alist.el: utility for Association-list @@ -58,6 +64,10 @@ What's APEL? XEmacs 19.14 or later tinyrich.el --- text/richtext module for old emacsen + pcustom.el --- provide portable custom environment + + tinycustom.el --- emulation module of custom.el + Installation ============ @@ -201,7 +211,7 @@ Function add-path (PATH &rest OPTIONS) You can use following PATH styles: load-path relative: "PATH" (it is searched from - `defaul-load-path') + `default-load-path') home directory relative: "~/PATH" "~USER/PATH" @@ -224,7 +234,7 @@ Function add-latest-path (PATTERN &optional ALL-PATHS) and if bbdb-1.51 is newer than bbdb-1.50, and site-lisp is /usr/local/share/emacs/site-lisp, - (add-path "bbdb") + (add-latest-path "bbdb") it adds "/usr/local/share/emacs/site-lisp/bbdb-1.51" to top of `load-path'. @@ -252,12 +262,12 @@ Function file-installed-p (FILE &optional PATHS) Function exec-installed-p (FILE &optional PATHS SUFFIXES) Return absolute-path of FILE if FILE exists in PATHS. If PATHS is - omitted, `exec-path' is used. If suffixes is omitted, + omitted, `exec-path' is used. If SUFFIXES is omitted, `exec-suffix-list' is used. Function module-installed-p (MODULE &optional PATHS) - Return non-nil if module is provided or exists in PATHS. If PATHS + Return non-nil if MODULE is provided or exists in PATHS. If PATHS is omitted, `load-path' is used. filename @@ -295,3 +305,30 @@ Bug reports tm-en-help@chamonix.jaist.ac.jp (English) tm-ja-help@chamonix.jaist.ac.jp (Japanese) + + +CVS +=== + + Development of APEL uses CVS. So latest developing version is + available at CVS. + +(0) cvs login + + % cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ + login + + CVS password: [CR] # NULL string + +(1) checkout + + % cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ + checkout apel + + + If you would like to join CVS based development, please send mail to + + cvs@chamonix.jaist.ac.jp + + with your account name and UNIX /etc/passwd style crypted password. + We hope you will join the open development.