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: make-auto-save-file-name: not using name transforms for mere buffers Date: 14 Dec 2003 08:28:05 +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 1071383394 7003 80.91.224.253 (14 Dec 2003 06:29:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Dec 2003 06:29:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 14 07:29:48 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 1AVPlD-0002oi-01 for ; Sun, 14 Dec 2003 07:29:48 +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 1AVQi4-00050W-4x for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Dec 2003 02:30:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AVQff-0004N6-Tp for help-gnu-emacs@gnu.org; Sun, 14 Dec 2003 02:28:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AVQf9-0003xc-KT for help-gnu-emacs@gnu.org; Sun, 14 Dec 2003 02:28:06 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AVQf8-0003xT-9F for help-gnu-emacs@gnu.org; Sun, 14 Dec 2003 02:27:34 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Florian von Savigny on 13 Dec 2003 20:52:21 +0100) 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:15235 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15235 > From: Florian von Savigny > Newsgroups: gnu.emacs.help > Date: 13 Dec 2003 20:52:21 +0100 > > so it's rational to expect that future official versions of > Emacs will use convert-standard-filename the way your version does, > isn't it? Yes. However, the code I have still calls convert-standard-filename only on non-Posix platforms. So perhaps it's a good idea to suggest a change whereby convert-standard-filename is called on all platforms regardless, for the cases such as yours. If you decide to post such a suggestion, please do so on gnu.emacs.bug or emacs-devel@gnu.org. TIA