From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: `file-attribute' accessors Date: Mon, 09 Apr 2012 12:31:28 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1333989101 4625 80.91.229.3 (9 Apr 2012 16:31:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Apr 2012 16:31:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 09 18:31:40 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SHHVA-000111-S7 for ged-emacs-devel@m.gmane.org; Mon, 09 Apr 2012 18:31:36 +0200 Original-Received: from localhost ([::1]:52128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHHVA-0002Gh-8s for ged-emacs-devel@m.gmane.org; Mon, 09 Apr 2012 12:31:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHHV7-0002GN-5X for emacs-devel@gnu.org; Mon, 09 Apr 2012 12:31:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHHV4-0003Dc-RB for emacs-devel@gnu.org; Mon, 09 Apr 2012 12:31:32 -0400 Original-Received: from ironport-out.teksavvy.com ([206.248.143.162]:20421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHHV4-0003DI-Ms for emacs-devel@gnu.org; Mon, 09 Apr 2012 12:31:30 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApUIACxOgk/O+KRD/2dsb2JhbABDuCMDgQyBCIIKAQVWIxALNBIUGA0kiCG2MothhHkEpEWBXYMD X-IronPort-AV: E=Sophos;i="4.75,391,1330923600"; d="scan'208";a="172891894" Original-Received: from 206-248-164-67.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([206.248.164.67]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 09 Apr 2012 12:31:29 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 0C123AE213; Mon, 9 Apr 2012 12:31:28 -0400 (EDT) In-Reply-To: (Leo's message of "Mon, 09 Apr 2012 23:32:16 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.143.162 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149517 Archived-At: >> `(file-attribute-size (file-attributes file-name))', that would have > Please name it file-size and possibly file-mtime, file-ctime and > file-atime, which is what I have been doing in my .emacs. Such name would imply that the arg is a file(name) rather than a set of file-attributes. Stefan