emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `file-attribute' accessors


From: Stefan Monnier
Subject: Re: `file-attribute' accessors
Date: Tue, 10 Apr 2012 08:56:40 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

BTW, another approach altogether is to represent file-attributes a bit
differently, e.g. as something like (<type> . <values>), where <type>
(which you could think of as a class if you like OO) describes which
fields exist and at which position, so with a few changes to `get' we
could use (get (file-attributes <file>) 'size).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]