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: 04 Jan 2004 08:33:31 +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 1073198045 30472 80.91.224.253 (4 Jan 2004 06:34:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2004 06:34:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 04 07:34:02 2004 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 1Ad1pq-0003LB-00 for ; Sun, 04 Jan 2004 07:34:02 +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 1Ad2ly-0001YK-CM for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Jan 2004 02:34:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Ad2ld-0001XA-VA for help-gnu-emacs@gnu.org; Sun, 04 Jan 2004 02:33:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Ad2l7-0001Lc-6z for help-gnu-emacs@gnu.org; Sun, 04 Jan 2004 02:33:44 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1Ad2l6-0001LE-J7 for help-gnu-emacs@gnu.org; Sun, 04 Jan 2004 02:33:12 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (dkcombs@panix.com) 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:15688 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15688 > From: dkcombs@panix.com (David Combs) > Newsgroups: gnu.emacs.help > Date: Sun, 4 Jan 2004 03:57:53 +0000 (UTC) > > > >> Sorry, I should have written "df -T .". The -T switch is important. > > What's this -T option to df? It causes `df' to print the filesystem's type. > And why is it "important" here? Because that's what the OP wanted: the type of the filesystem where Emacs was going to save a file (or was it auto-save?). A certain type of filesystem needed a special treatment on the OP's system. > My isp (panix.com, netbsd) doesn't have it, > nor does Solaris 9. It's an extension of GNU `df'. The OP was using a GNU/Linux system, so I was certain his `df' had that option. If you install GNU Fileutils, so will yours.