diff --git a/README.md b/README.md new file mode 100644 index 0000000..76a5a79 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Marche +## Multi format Archive file handler for Emacs. + +### arch.el version 1.12 w/mtools and dmarche + +This program enables your Emacs to walk through an archive file +and to inspect its contents. Now you can say, + + "Mon Emacs marche dans les archives!" + +#### Japanese document follows: + +## アーカイブファイルモード: marche [まるしぇ] +### marcheとは + + LHa, ZIP, ARC, ARJ などのアーカイバを用いて作成されたアーカイ +ブファイルをオープンすると、中に入っているファイル一覧の画面を表 +示します。この画面で、カーソルを目的のファイル名に合わせて操作す +ることで、そのファイルの内容を閲覧したり、編集したりすることがで +きます。 diff --git a/arch.el b/arch.el index 898ddb6..ae05d64 100644 --- a/arch.el +++ b/arch.el @@ -539,7 +539,7 @@ ;;; yuuji@gentei.org (defconst am-version - "$Id$" + "$Id: arch.el,v 1.13 2000/12/14 14:10:06 yuuji Exp $" "Version number of running marche.") (defvar am-on-dos (memq system-type '(ms-dos OS/2 emx windows-nt)) @@ -2039,7 +2039,7 @@ (run-hooks 'marche-load-hook) -;;;$Log$ +;;;$Log: arch.el,v $ ;;;Revision 1.13 2000/12/14 14:10:06 yuuji ;;;Give up GPL ;;; diff --git a/dmarche.el b/dmarche.el index 50d2cb0..f306af5 100644 --- a/dmarche.el +++ b/dmarche.el @@ -1,7 +1,7 @@ ;;; -*- Emacs-Lisp -*- ;;; MARCHE interface for `dired' ;;; (c) 1993,1997,2000 HIROSE Yuuji [yuuji@gentei.org] -;;; $Id$ +;;; $Id: dmarche.el,v 1.2 2000/12/14 14:20:30 yuuji Exp $ ;;; Last modified Thu Dec 14 23:18:04 2000 on firestorm ;;; [Commentary] diff --git a/mtools.el b/mtools.el index 2b4760a..6047f5e 100644 --- a/mtools.el +++ b/mtools.el @@ -1,7 +1,7 @@ ;;; -*- Emacs-Lisp -*- ;;; A Front-end of mtools for Marche ;;; mtools.el version 1.2 -;;; $Id$ +;;; $Id: mtools.el,v 1.2 1997/06/19 05:53:15 yuuji Exp $ ;;; (c )1994 HIROSE Yuuji [yuuji@ae.keio.ac.jp] ;;; Last modified Thu Jun 19 14:52:55 1997 on crx