From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Backup filename Date: 04 Dec 2003 09:47:24 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070524041 8583 80.91.224.253 (4 Dec 2003 07:47:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Dec 2003 07:47:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 04 08:47:17 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ARoCj-0005v3-00 for ; Thu, 04 Dec 2003 08:47:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ARp9A-0003K8-By for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Dec 2003 03:47:40 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ARp8s-0003If-HT for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 03:47:22 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ARp8M-00030R-Sy for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 03:47:21 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1ARp8M-0002yI-7l for help-gnu-emacs@gnu.org; Thu, 04 Dec 2003 03:46:50 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (a.b@c.de) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14927 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14927 > From: "." > Newsgroups: gnu.emacs.help > Date: Wed, 03 Dec 2003 19:22:20 GMT > > Could someone tell me how to move my backups to ~/.backups and have them > named something like "|home|me|.emacs.1" and then "|home|me|.emacs.2", > "|home|me|.emacs.3" and so on. I can't get make-backup-file-name to work > on 21.? Why did you go directly to make-backup-file-name? There's a simpler facility; see the doc string of backup-directory-alist. Any reasons why it won't do what you want?