From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "leo" Newsgroups: gmane.emacs.help Subject: Re: auto-saving in other directory Date: Fri, 28 Nov 2003 14:47:40 +1100 Organization: Netspace Internet Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1069992055 23112 80.91.224.253 (28 Nov 2003 04:00:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Nov 2003 04:00:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 28 05:00:53 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 1APZoL-0001Q0-00 for ; Fri, 28 Nov 2003 05:00:53 +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 1APali-0002QZ-TE for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2003 00:02:14 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.mel.connect.com.au!news.netspace.net.au!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: dsl-210-15-204-246.nsw.netspace.net.au Original-X-Trace: otis.netspace.net.au 1069991232 73331 210.15.204.246 (28 Nov 2003 03:47:12 GMT) Original-X-Complaints-To: usenet@otis.netspace.net.au Original-NNTP-Posting-Date: Fri, 28 Nov 2003 03:47:12 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Original-Xref: shelby.stanford.edu gnu.emacs.help:118734 Original-To: help-gnu-emacs@gnu.org 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:14676 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14676 "Jesper Harder" wrote in message news:m3ptfe5dbm.fsf@defun.localdomain... > "leo" writes: > > > for backup files (like "filename.~1~) i can easily tell emacs to > > create them in its own subdirectory via backup-directory-alist. > > > > regarding auto-saving files (like "#filename#") this mechanism > > doesn't exist. > > I think you should be able to do it by customizing > `auto-save-file-name-transforms'. well, looks interesting, but what i do not understand what that does: it looks like it genberate names in a sub-directory ~/.emacs.d/auto-save-list but my auto-saving files appear in the directory of the original file with a # at the beginning and end. or is there a difference between the _auto-save_ features and the _auto-saving_ features? cheers, leo