unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "arthur.chereau" <arthur.chereau@voila.fr>
Subject: backup-by-copying bug ?
Date: Tue, 16 Jul 2002 10:07:28 +0200	[thread overview]
Message-ID: <GZC18G$A9A37FEDDD3B04CDAEA395E2BE7BF3AA@voila.fr> (raw)

In GNU Emacs 21.2.1 (i686-pc-linux-gnu, GNU/LessTif Version 2.1 Release 0.93.34)
 of 2002-07-10 on darkstar
configured using `configure  --with-x --with-x-toolkit=motif --with-xpm --with-jpeg --with-tiff --with-gif --with-png --without-pop'
Important settings:
  value of $LC_ALL: POSIX
  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: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Setting (setq backup-by-copying t) in .emacs seems to preserve the *backup* file metadata instead of the main file ones.

Example:
$ cat .emacs
(setq backup-by-copying t)
$ emacs test
$ cat test
version 1
$ ls -i test*
1505188 test
$ emacs test
$ cat test
version 2
$ ls -i test*
1505190 test  1505189 test~
$ emacs test
$ cat test
version 3
$ ls -i test*
1505192 test  1505189 test~

A. Chereau

____________________________________________________________
Faites un voeu et puis Voila ! www.voila.fr 
Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. 

                 reply	other threads:[~2002-07-16  8:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='GZC18G$A9A37FEDDD3B04CDAEA395E2BE7BF3AA@voila.fr' \
    --to=arthur.chereau@voila.fr \
    /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.
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).