SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions
Jordan, Independence Day, Argentina, National Day

CvsAdminMode

Last edit

Deleted:

< This is a simple emacs mode for [http://ximbiot.com/cvs/manual/cvs-1.12.13/cvs_18.html editing cvs configuration files in CVSROOT].


这是一个简单的emacs模式,用于编辑CVSROOT目录下的cvs配置文件

It has font-lock support for all of the files, and indentation support for CVSROOT/modules

Current cvs-admin-mode.el uses define-derived-mode which is a standard library of Emacs22, but I think is absent from Emacs21

安装

添加文件到你的 LoadPath, 并添加下面的语句到你的 InitFile:

(require 'cvs-admin-mode)

使用

打开位于 CVSROOT 目录下的文件时, cvs-admin-mode 会自动加载.


CategoryVersionControl