From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: dired-backup-diff only diffs with the latest backup Date: Sun, 24 Nov 2002 08:10:29 +0200 (IST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <87k7j4vxcc.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1038118198 2048 80.91.224.249 (24 Nov 2002 06:09:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 24 Nov 2002 06:09:58 +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 18Fpxr-0000Wt-00 for ; Sun, 24 Nov 2002 07:09:56 +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 18Fpz4-0004JU-00; Sun, 24 Nov 2002 01:11:10 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Fpym-0003pw-00 for bug-gnu-emacs@gnu.org; Sun, 24 Nov 2002 01:10:52 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Fpyf-0003Z1-00 for bug-gnu-emacs@gnu.org; Sun, 24 Nov 2002 01:10:49 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Fpyc-0003KV-00 for bug-gnu-emacs@gnu.org; Sun, 24 Nov 2002 01:10:43 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA13691; Sun, 24 Nov 2002 08:10:29 +0200 (IST) X-Sender: eliz@is Original-To: Dan Jacobson In-Reply-To: <87k7j4vxcc.fsf@jidanni.org> 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:3944 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3944 On 24 Nov 2002, Dan Jacobson wrote: > ESC = runs the command dired-backup-diff > Diff this file with its backup file or vice versa. > Uses the latest backup, if there are several numerical backups. > > How inflexible. The "Uses the latest backup" thing just means that the latest backup is _suggested_as_the_default_ when Emacs prompts for the second file name. There's nothing in the world that prevents you from editing, say, "foo.bar.~123~" into "foo.bar.~1~" in the minibuffer when you are at that prompt. By contrast, I'm quite sure that the special meaning of the values 1, 2, 3, etc. of ARG will be remembered by exactly 2 persons in the whole world: Dan Jacobson and the programmer who will implement his suggestion. In other words, too much flexibility is not necessarily a Good Thing.