From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolay Kudryavtsev Newsgroups: gmane.emacs.help Subject: The default auto-save-file-name-transforms does not work. Date: Sat, 11 Jul 2015 12:58:07 +0300 Message-ID: <55A0E8AF.1000008@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1436608738 12613 80.91.229.3 (11 Jul 2015 09:58:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Jul 2015 09:58:58 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 11 11:58:53 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZDrYZ-0002bD-4S for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Jul 2015 11:58:51 +0200 Original-Received: from localhost ([::1]:47422 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDrYY-000790-7B for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Jul 2015 05:58:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDrYO-00078u-9b for help-gnu-emacs@gnu.org; Sat, 11 Jul 2015 05:58:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDrYK-0000Dk-QJ for help-gnu-emacs@gnu.org; Sat, 11 Jul 2015 05:58:40 -0400 Original-Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:33884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDrYK-0000Dg-H8 for help-gnu-emacs@gnu.org; Sat, 11 Jul 2015 05:58:36 -0400 Original-Received: by lagx9 with SMTP id x9so277416006lag.1 for ; Sat, 11 Jul 2015 02:58:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:to:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=0tvkf/VN+s1VpBdOkTbT5VlEQBEur0oGvJ0N1pqKO8U=; b=uDGlcDzKtbApWAdQc8EDv1S4mYXX1qxE8DDOnSU3Wif/UsHy3V2UTJJrxXN0CXKpcD 80EzwfWUldgoe+7Z4zg4W5fjsPmiR/zKlnewbuFcikAwghaO/hMMMxn70haNOB4DEbVO IVI/DuImExdjODw9VOu1e9E5EbqBWpy2NAM1cFDizgFAieZdWSuFQL7SH8+7gEjI6vJp E+VXMLfxWTOBTZTMYbEFU/KZeHcwggkUfPwok2RpaCAjOHv3EJx9ORqTD61srDtCXMg8 JlTuRT7aNkSX/5SMchEgUzbfpn/2CBLVTmNJTDpUQr2X3TRpzn2uyhGzTy4UHJLnSpLf +Xqg== X-Received: by 10.152.22.129 with SMTP id d1mr23877247laf.13.1436608715559; Sat, 11 Jul 2015 02:58:35 -0700 (PDT) Original-Received: from [192.168.199.2] (broadband-95-84-209-126.nationalcablenetworks.ru. [95.84.209.126]) by smtp.gmail.com with ESMTPSA id ja1sm3056497lbc.38.2015.07.11.02.58.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 11 Jul 2015 02:58:34 -0700 (PDT) X-Google-Original-From: Nikolay Kudryavtsev User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105594 Archived-At: The default value for auto-save-file-name-transforms is supposed to move auto-save files for tramp buffers to the local machine's temp folder. This does not seem to work anymore. As far as I was able to tell, the regexp is valid. One more thing, I noticed is that tramp files get "_a" as their directory delimiter during autosaving, as opposed to "|", like normal files, it may be connected. I've tested 24.4 and 24.5 on both windows and linux. To repeat - emacs -Q, open some text file over tramp, edit it a little bit so the autosave would appear. And it appears in the same folder as the file is located. -- Best Regards, Nikolay Kudryavtsev