From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Files that begin with a period Date: Fri, 24 Oct 2008 12:25:40 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224843964 9392 80.91.229.12 (24 Oct 2008 10:26:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2008 10:26:04 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 24 12:27:04 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KtJse-0005Bn-HH for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2008 12:26:56 +0200 Original-Received: from localhost ([127.0.0.1]:56603 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtJrY-0006db-6I for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2008 06:25:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtJrT-0006dS-4X for emacs-devel@gnu.org; Fri, 24 Oct 2008 06:25:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtJrS-0006d8-4W for emacs-devel@gnu.org; Fri, 24 Oct 2008 06:25:42 -0400 Original-Received: from [199.232.76.173] (port=44216 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtJrR-0006d5-VG for emacs-devel@gnu.org; Fri, 24 Oct 2008 06:25:42 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.157]:29022) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtJrR-0004b6-Fs for emacs-devel@gnu.org; Fri, 24 Oct 2008 06:25:41 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so276442ywk.66 for ; Fri, 24 Oct 2008 03:25:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=c9wwVufb+LeYJPS4Dx/tPSkU5flfUnWt3NWxkGg0WhQ=; b=XIYGalnGHUtK2b1bJ90Iw7mIzQ4plR/7tZoKCZopANnWT7x00LNwtI160i66+Ebctb EbRbD4Bwc9Kzcs3/NZOhVpoPwALv1usJ4+GA6WfVG7HwhcsEHJwC2bJBb6+wgB+wq4sA KnODAoZEZ1xLM9NbMdLh/B5mtQsiQ9oDeEtWk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=JCY5Q4ny0tVARcrEiPB1VihzN70SSRNF1fxscvwxzmApXbdrGoWebZIjDiaJUTGLkj BrfH8UzHl1cLxbgEEE4DiQsbm8OW9ia3BIGTvpNPq9OBfiv+GB8YSQYQlUMye7DaAWi3 QM+rgX1V5iClnwXqgKkEmfIBf5gxUaPkIjVe8= Original-Received: by 10.100.152.19 with SMTP id z19mr2313913and.45.1224843940514; Fri, 24 Oct 2008 03:25:40 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Fri, 24 Oct 2008 03:25:40 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104941 Archived-At: On Thu, Oct 23, 2008 at 20:29, Stefan Monnier wrote: > Please install your locate-user-data-path function, except "path" should > be changed to "file" and "data" might need to be changed to "emacs" Done. I've also changed simple uses of `user-emacs-directory'. There are a few cases where it would be useful too, but I haven't changed them because of the freeze. - cmuscheme.el: `scheme-start-file' - shell.el: `shell' - tutorial.el: I've used the new function in `tutorial--saved-dir', but the right thing would be to get rid of this function altogether, and simplify `tutorial--saved-file', `tutorial--save-tutorial', `tutorial--save-tutorial-to', etc. - erc: `erc-user-emacs-directory' would be unnecessary, but there are compatibility issues if erc is also maintained outside of the Emacs CVS. - tramp-cache.el: `tramp-persistency-file-name' could be simplified, but there's the same issue as with erc - term/x-win.el: `emacs-session-filename' would be a two-liner: (let ((basename (concat "session." session-id))) (locate-user-emacs-file basename (concat ".emacs-" basename))) but I cannot test the change. Juanma