unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: invoking rcs from emacs on vfat
Date: Thu, 25 Aug 2005 11:02:46 -0600	[thread overview]
Message-ID: <dektjp$709$1@sea.gmane.org> (raw)
In-Reply-To: <87u0hf54i7.fsf@pdrechsler.de>

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	other threads:[~2005-08-25 17:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-24 22:55 invoking rcs from emacs on vfat Patrick Drechsler
2005-08-25 17:02 ` Kevin Rodgers [this message]
     [not found] ` <mailman.5021.1124990366.20277.help-gnu-emacs@gnu.org>
2005-08-25 19:06   ` Patrick Drechsler
2005-10-17 18:12     ` Patrick Drechsler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='dektjp$709$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).