From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.bugs Subject: Re: wrong default for backup-by-copying-when-linked? Date: 06 Nov 2002 18:58:34 +0000 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036610072 21375 80.91.224.249 (6 Nov 2002 19:14:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Nov 2002 19:14:32 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189VdG-0005YO-00 for ; Wed, 06 Nov 2002 20:14:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189Vcj-0007J8-00; Wed, 06 Nov 2002 14:13:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189VNz-0002HJ-00 for bug-gnu-emacs@gnu.org; Wed, 06 Nov 2002 13:58:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189VNv-0002Fc-00 for bug-gnu-emacs@gnu.org; Wed, 06 Nov 2002 13:58:42 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10) id 189VNv-0002Eq-00 for bug-gnu-emacs@gnu.org; Wed, 06 Nov 2002 13:58:39 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 189VNq-0001s3-00; Wed, 06 Nov 2002 18:58:34 +0000 Original-To: Andreas Schwab Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3833 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3833 Andreas Schwab writes: > The current default is convenient if you work on a "cp -al" copy of a > source tree and want to do a fast diff between the original tree and the > modified tree. I'm sure it's more convenient in some cases, but I don't think that outweighs the trouble it can cause. When it's clobbered links you normally have no indication, and it's likely to lead to obscure problems. It took quite a while to discover what had happened in the case that prompted this.