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

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

invoking rcs from emacs on vfat


From: Patrick Drechsler
Subject: invoking rcs from emacs on vfat
Date: Thu, 25 Aug 2005 00:55:44 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Hi,

for simple ascii files I use RCS invoked from Emacs
(vc-next-action: `C-x v v'). This works fine on linux file
systems (i.e. ext2/3). When the file is located on a vfat
partition it doesn't work as expected. To reproduce the error:

On a linux system open emacs with:

patrick@trurl:~$ emacs -q --no-site-file &

then open a file (`C-x C-f') junk.txt enter something and save it
(`C-x C-w /myvatmount/junk.txt') on a _vfat partition_. After
saving the file I would like to execute vc-next-action (`C-x v
v'; this works with a linux file system as expected). No matter
if I answer the following question (whether to create a RCS
subdirectory) with "yes" or "no" I end with the following error:

,----
| RCS/junk.txt,v  <--  junk.txt
| initial revision: 1.1
| ci: RCS/junk.txt,v: Operation not permitted
| ci: saved in RCS/,junk.txt,
`----

The vfat partition is mounted with "umask=000". 

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

,----[ system info: ]
| Linux trurl 2.6.10-5-386
| RCS version 5.7
`----

,----[ emacs info: ]
| In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.6.4)
|  of 2005-06-24 on trurl
| X server distributor `The X.Org Foundation', version 11.0.60802000
| configured using `configure '--with-gtk''
| 
| Important settings:
|   value of $LC_ALL: nil
|   value of $LC_COLLATE: nil
|   value of $LC_CTYPE: nil
|   value of $LC_MESSAGES: nil
|   value of $LC_MONETARY: nil
|   value of $LC_NUMERIC: nil
|   value of $LC_TIME: nil
|   value of $LANG: de_DE.UTF-8
|   locale-coding-system: utf-8
|   default-enable-multibyte-characters: t
| 
| Major mode: Lisp Interaction
`----

TIA

Patrick
-- 
Snoopy (on being house-trained with a rolled-up newspaper): 
It does tend however to give one a rather distorted view of the press!



reply via email to

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