unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs with Reiserfs
@ 2002-09-27 15:06 arthur.chereau
  2002-09-28  3:20 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: arthur.chereau @ 2002-09-27 15:06 UTC (permalink / raw)


Hi,

I've noted a strange behavior of emacs when writing files metadata.
As the problem seems not to happen to everybody, I think it may be related to the use
of the reiserfs filesystem.

Here are the symptoms:
- with backup-by-copying set, the backup file metadata are preserved, instead of the
file metadata:
$ cat .emacs
(setq backup-by-copying t)
$ emacs test
$ ls -i test*
1505188 test
$ emacs test
$ ls -i test*
1505190 test 1505189 test~
$ emacs test
$ ls -i test*
1505191 test 1505189 test~

- with backup-by-copying not set, the permissions of the file are sometimes reset to
644. This can be annoying for scripts.

This happens with the latest emacs from cvs on a reiseirfs 3 filesystem.
This never happens with an emacs-like tool like jed.

Emacs was compiled with:
--with-x --with-x-toolkit=motif --without-xpm --without-jpeg --without-tiff
--without-gif  --without-png --without-sound --without-xim --without-pop


------------------------------------------

Faites un voeu et puis Voila ! www.voila.fr

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Emacs with Reiserfs
  2002-09-27 15:06 Emacs with Reiserfs arthur.chereau
@ 2002-09-28  3:20 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-09-28  3:20 UTC (permalink / raw)
  Cc: bug-gnu-emacs

    As the problem seems not to happen to everybody, I think it may be related to the use
    of the reiserfs filesystem.

That probably means you'll have to debug it--I can only test it on the
file system I use.  If Emacs works right on other file systems, that suggests
the problem is a bug in, or an incompatibility of, Reiserfs.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-28  3:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-27 15:06 Emacs with Reiserfs arthur.chereau
2002-09-28  3:20 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).