Newsgroups: fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!wnoc-tyo-news!sh.wide!wnoc-kyo!shpwide!shpcsl!islix!yamaguch
From: yamaguch@islix.sharp.co.jp (Tomohisa Yamaguchi)
Subject: Re: RCS & CVS (Re: RCS + saveconf)
In-Reply-To: kazushi@kubota.co.jp's message of Tue, 6 Jul 1993 00:46:38 GMT
Message-ID: <YAMAGUCH.93Jul6125953@brown.islix.sharp.co.jp>
Sender: news@islix.sharp.co.jp
Organization: Information Systems Product Development Laboratories ,Sharp
	Corp.,Yamato-kohriyama,Nara,Japan
References: <HRY.93Jul5223423@belial.osakac.ac.jp>
	<1993Jul6.004638.13641@kubotaj.tt.kubota.co.jp>
Distribution: fj
Date: Tue, 6 Jul 1993 03:59:53 GMT
Lines: 77
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:3776
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=3776&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$d$^$0$A!w%7%c!<%W(B $B$G$9!#(B

On Tue, 6 Jul 1993 00:46:38 GMT,
kazushi@kubota.co.jp (Kazushi (Jam) Marukawa) said:

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

>> : ;;;Subject: rcs.el, automatic emacs interface to RCS, try #2
>> : $B$C$F$N$b$"$k$_$?$$$G$9$,!";d$O(B RCS $B$r;H$C$?$3$H$,$"$j$^$;$s!#(B

>> $BKM$O$3$l$r;H$C$F$$$^$9!#(B

  $B;d$b;H$C$F$^$7$?!#:#$OB?J,$3$l$N?7$7$$HG$r$D$+$C$F$^$9!#(B
minor mode$B$G;H$($k$H$3$m$O$=$N$^$^!"$$$m$$$m2~A1$J$5$l$F$*$j!"(B
($B>/$7$3$l$O$&$C$H$&$7$$(B:-)$B$H$3$m$b$J$/$J$C$F;H$$$d$9$/$J$C$F$^$9!#(B

  $B$?$@$7!"=P%I%3%m$rK:$l$F$7$^$$$^$7$?!#(Bminor change$B$bB?$$$7(B ....
$BF,$NJ}$r@Z$j$H$C$F$*$-$^$9$N$G!";29M$K$7$F2<$5$$!#(B

;;;; rcs.el - Simple yet flexible RCS interface for GNU Emacs.

;; Originally written by James J. Elliott <elliott@cs.wisc.edu>
;; Rewritten by Sebastian Kremer <sk@thp.uni-koeln.de>.

;; Copyright (C) 1990 James J. Elliott
;; Copyright (C) 1991, 1992 Sebastian Kremer

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 1, or (at your option)
;; any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; if not, write to the Free Software
;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

;; LISPDIR ENTRY for the Elisp Archive ===============================
;;    LCD Archive Entry:
;;    rcs|Sebastian Kremer|sk@thp.uni-koeln.de
;;    |Simple yet flexible RCS interface for GNU Emacs
;;    |$Date: 1993/02/05 02:39:12 $|$Revision: 2.2 $|

;; INSTALLATION ======================================================
;;
;; Put this file into your load-path and the following in your ~/.emacs:
;;
;;   (load "rcs")

;; USAGE =============================================================

;; C-x C-q to make an RCS-controlled file writable by checking it out locked
;; C-c I   * check in
;; C-c O   * check out without locking, C-u C-c O checkout locked
;; C-c U   unlock (revert to last checked-in version, flushing changes)
;; C-c D   * rcsdiff
;; C-c L   * rlog
;; C-c S   * show or set rcs status
;; C-c W   rcswho (list of lockers of all files in a directory)
;; C-x C-f on a non-existent working file will offer to check it out from RCS

;; Prefix arg to commands marked with * lets you edit the switches,
;; making it very flexible (e.g., to check in new branches or with
;; specified revision numbers [-uREV, -lREV], or even in case the file
;; didn't change [-f]).  The prompt for the switches comes _after_ the
;; other arguments so that you can use your normal typeahead habits
;; (e.g., typing RET to use the current buffer's file).

;; Read the manual for more info.
--
$B%7%c!<%W3t<02q<R(B $B5;=QK\It(B $B>pJs>&IJ3+H/8&5f=j(B
$B;38}(B  $BCR5W(Byamaguch@islix.sharp.co.jp
