help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: invoking rcs from emacs on vfat


From: Kevin Rodgers
Subject: Re: invoking rcs from emacs on vfat
Date: Thu, 25 Aug 2005 11:02:46 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Patrick Drechsler wrote:
> Appears to be a case sensitive problem since the directory
> created is named "rcs" and not "RCS". Is there a workaround for
> this?

If that indeed is the problem, try frobbing this variable:

,----[ C-h v vc-rcs-master-templates RET ]
| vc-rcs-master-templates's value is
| ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")
|
|
| Documentation:
| *Where to look for RCS master files.
| For a description of possible values, see `vc-check-master-templates'.
|
| You can customize this variable.
|
| Defined in `vc-rcs'.
`----

E.g.

(setq vc-rcs-master-templates
      (append vc-rcs-master-templates
              (mapcar 'downcase vc-rcs-master-templates)))

--
Kevin Rodgers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]