Newsgroups: fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!wnoc-tyo-news!sranha!sranhc!sramha!sra!abo
From: abo@sra.CO.JP (Katusya Abo)
Subject: Re: RCS + saveconf
In-Reply-To: yoshinov@aa.cs.keio.ac.jp's message of Mon, 5 Jul 1993 11:26:29 GMT
Message-ID: <ABO.93Jul9004206@sran318.sra.CO.JP>
Sender: news@sra.co.jp (USENET News)
Reply-To: abo@sra.co.jp
Organization: Software Research Associates, Inc., Japan
References: <YOSHINOV.93Jul5202629@phoenix.aa.cs.keio.ac.jp>
Distribution: fj
Date: Thu, 8 Jul 1993 15:42:06 GMT
Lines: 60
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:3788
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=3788&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

$B#S#R#A$N0BJ]$G$9!#(B

In article <YOSHINOV.93Jul5202629@phoenix.aa.cs.keio.ac.jp> yoshinov@aa.cs.keio.ac.jp ({V} Yoshinov YAMAMOTO -APP-) writes:

   1. RCS$B$r(Bemacs$B$+$i;H$&$h$&$J(B *.el $B$r$*;}$A$NJ}$$$i$C$7$c$$$^$9$+!)(B

$B$9$G$K!"$$$/$D$b5s$,$C$F$$$k$h$&$G$9$,!";d$,;H$C$F$$$k(B config.el $B$O$^(B
$B$@=P$F$-$F$J$$$_$?$$$G$9$M!#8=:_$O(B mule $B$+$i;H$C$F$$$^$9!#(B

$B$3$$$D$NJXMx$J$H$3$m$O!"(B dired $B$d(B buffer-menu $B$NCf$+$i(B check-in/out $B$9(B
$B$k$?$a$N(B key bind $B$,$"$i$+$8$aMQ0U$5$l$F$$$k$H$3$m$G$7$g$&$+!#(B

$B;d$O$3$l$7$+;H$C$?$3$H$,$J$$$N$G!"B>$N$H$NHf3S$O=PMh$^$;$s!#(B

================ config.el $B$NKAF,$NItJ,(B
;;; GENERIC VERSION MANAGEMENT INTERFACE.
;;;
;;; This file contains various routines that connect to various
;;; configuration management tools and various styles of checking in and
;;; checking out files.  It works with RCS and SCCS.  It can easily be
;;; extended to work with RCS or SCCS frontends.
;;;
;;; No key bindings to the functions are given, because this is a part
;;; of a larger package of mine.

;;; This software and documentation were written while I, Brian Marick,
;;; was an employee of Gould Computer Systems.  They have been placed in
;;; the public domain.  They were extensively rewritten at the University
;;; of Illinois.

;;; Chris Liebman's dired-rcs provided some of the code for the dired
;;; interface.

(require 'cl); We use CL functions. 

;;; Naming conventions (to avoid clashes with other packages).
;;; Public names begin with "config-".
;;; Public names used with dired begin with "dired-config-"
;;; Public names used with the Buffer menu begin with "buffmenu-config"
;;; Private names begin with "cu-" (short for config-util).
;;; Names for functions that deal with version control systems begin with
;;; the names of those systems:  "RCS-", "SCCS-", or "compress-".


(defconst *config-version* "$Header: /home/src/emacs/custom/lynx/lisp/RCS/config.el,v 1.3 90/05/17 09:57:19 marick Exp $ -- First released version")

;; $Log:config.el,v $
;; Revision 1.3  90/05/17  09:57:19  marick
;; Andy's SCCS-tools-path.
;; 
;; Revision 1.2  90/03/13  08:30:15  marick
;; This version has Buffer Menu commands.
;; 
;; Revision 1.1  89/11/14  08:34:24  marick
;; First released version.
;; 
================

--
$B0BJ]9n:H(B (Katsuya Abo) / ($B3t(B)$B#S#R#A(B
