From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#12706: 24.2.50; Outdated timestamp documentation in Elisp manual Date: Tue, 23 Oct 2012 11:57:13 -0400 Message-ID: References: <20121022190228.GA21564@c3po> <50864F05.2040109@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1351007905 9023 80.91.229.3 (23 Oct 2012 15:58:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2012 15:58:25 +0000 (UTC) Cc: eggert@cs.ucla.edu To: 12706@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 23 17:58:33 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1TQgsB-00078h-S1 for geb-bug-gnu-emacs@m.gmane.org; Tue, 23 Oct 2012 17:58:31 +0200 Original-Received: from localhost ([::1]:44916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQgs4-0000qF-Cr for geb-bug-gnu-emacs@m.gmane.org; Tue, 23 Oct 2012 11:58:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQgrv-0000px-7j for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 11:58:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQgrq-0005bQ-KP for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 11:58:15 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQgrq-0005bL-H5 for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 11:58:10 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TQgte-0003f5-Ro for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 12:00:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 23 Oct 2012 16:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12706 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12706-submit@debbugs.gnu.org id=B12706.135100795113976 (code B ref 12706); Tue, 23 Oct 2012 16:00:02 +0000 Original-Received: (at 12706) by debbugs.gnu.org; 23 Oct 2012 15:59:11 +0000 Original-Received: from localhost ([127.0.0.1]:57976 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQgso-0003dM-N5 for submit@debbugs.gnu.org; Tue, 23 Oct 2012 11:59:11 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:43499 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQgsl-0003dE-Qf for 12706@debbugs.gnu.org; Tue, 23 Oct 2012 11:59:08 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TQgqv-0005WX-Ce; Tue, 23 Oct 2012 11:57:13 -0400 X-Spook: Leitrim fraud Aldergrove New World Order virus dictionary X-Ran: D}|GN"H*,(\%R{4))f<*dIdzYBiL9/0&@?zFSlB)k3qp)X8PK49(I&]fY}YWoyn`;aNA]b X-Hue: cyan X-Attribution: GM In-Reply-To: <50864F05.2040109@cs.ucla.edu> (Paul Eggert's message of "Tue, 23 Oct 2012 01:02:13 -0700") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65920 Archived-At: Paul Eggert wrote: > Thanks for the bug report. I installed a fix for it in > trunk bzr 110628, which you can see here: > > http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/110628 There's still more to do. You can use @code{file-attributes} to get a file's last modification time as a list of two numbers. @xref{File Attributes}. @cindex modification time of file @item The time of last modification as a list of two integers (as above). @item The time of last status change as a list of two integers (as above). For example, here are the file attributes for @file{files.texi}: [...] @item (19145 42977) was last accessed on Oct 5 2009, at 10:01:37. etc.