From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: hw Newsgroups: gmane.emacs.help Subject: auto-save directory? Date: Sat, 19 Mar 2022 05:06:55 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14320"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.42.4 (3.42.4-1.fc35) To: Help GNU Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Mar 19 05:07:27 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nVQND-0003Yg-1l for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 19 Mar 2022 05:07:27 +0100 Original-Received: from localhost ([::1]:58516 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nVQNB-000404-H1 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 19 Mar 2022 00:07:25 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:56658) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVQMn-0003zr-Mv for help-gnu-emacs@gnu.org; Sat, 19 Mar 2022 00:07:01 -0400 Original-Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.218]:41227) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVQMl-000485-FR for help-gnu-emacs@gnu.org; Sat, 19 Mar 2022 00:07:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1647662816; s=strato-dkim-0002; d=adminart.net; h=Date:To:From:Subject:Message-ID:Cc:Date:From:Subject:Sender; bh=ejzrSEXdkHE15uukaG/ac6U/EFFrUAD2NEoJxyLGZk8=; b=C6MJdDkb0jirpMJnovG1CbbNk/sENTAb526DLUI8H99hrP6FQcr9LFBei2Lt1q9PW6 SIvRYNjYYN41vw7g6A//1sZ6PjvmowWaEyHyjNjkU1YSC0Z+W2fxxt+R7ymf0l9LW1eq vhm3ursXHAi/b7wUubateWQzWQRmCr6YtHDTYITN+JRi3Ddg3L/Xx7eOHanoKuj5q9MH ikWs00uUQcyZGSV5FFI/VxqPVAxOVI3pPtjKpR8s1JE7mNDTa9R4LWYtZc3LJhi0RXSu H37Pb+KboHi8PsVCldCfb0YRSoTogyjMHkdfFPaBfH4UNe3IRIznvY6UsWXQFY+7LoDu 8OBA== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":JHskdESlcvGJlcww5P8kEdDfB60eDdbwg2z1BLI60U5wCzf09BLZZsSKYxPQaavhGO/kap91D/tqxuwp7piPF9poSqa1YYPBvy5k" X-RZG-CLASS-ID: mo00 Original-Received: from [IPv6:2a09:8e40:1b4d:a200:93a0:9c63:a52c:54d8] by smtp.strato.de (RZmta 47.41.1 AUTH) with ESMTPSA id U40bf1y2J46u8kx (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate) for ; Sat, 19 Mar 2022 05:06:56 +0100 (CET) Received-SPF: none client-ip=81.169.146.218; envelope-from=hw@adminart.net; helo=mo4-p00-ob.smtp.rzone.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136670 Archived-At: Hi, I'm wondering if there is a way to have emacs put all auto-save files into a configurable directory. We can set `tramp-auto-save-directory`, but there doesn't seem an equivalent option for files that are not remote. I couldn't find one in either the documentation, nor the source. I'd find it nicer to have all auto-save files in one place instead of all over the place. Is there such an option, and if there isn't, would that be worth making a feature request?