unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: David Abrahams <dave@boost-consulting.com>
Cc: Andre Spiegel <spiegel@gnu.org>, emacs-devel@gnu.org
Subject: Re: vc-next-action not behaving
Date: Thu, 26 May 2005 15:07:34 -0400	[thread overview]
Message-ID: <uk6llolft.fsf@boost-consulting.com> (raw)
In-Reply-To: <jepsvdx21f.fsf@sykes.suse.de> (Andreas Schwab's message of "Thu,  26 May 2005 20:41:48 +0200")

Andreas Schwab <schwab@suse.de> writes:

> David Abrahams <dave@boost-consulting.com> writes:
>
>> Okay, emacs appears to have the right mtime, although I have to have a
>> strange reading of the file-attributes doc in order to see it that
>> way:
>>
>>  4. Last access time, as a list of two integers.
>>   First integer has high-order 16 bits of time, second has low 16 bits.
>>
>> It's (17046 2788)
>>
>> If that's really meant to be a 32-bit number and 17046 means 17:46,
>> there are some big gaps in numerical time. ;-)
>
> No.  The number is (+ (* 17046 65536) 2788), which is 1117129444, except
> that the number would not be representable as a Lisp_Integer on a 32-bit
> host.

So, it's just a lucky coincidence that I saw "17046" and 17:46 was the file's
modification time.  But then, why is it showing as 17:44 below?

> $ date -u -d @1117129444
> Do Mai 26 17:44:04 UTC 2005


-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

  reply	other threads:[~2005-05-26 19:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-26  1:10 vc-next-action not behaving David Abrahams
2005-05-26  8:08 ` Andre Spiegel
2005-05-26 12:28   ` David Abrahams
2005-05-26 13:38     ` Andre Spiegel
2005-05-26 18:17       ` David Abrahams
2005-05-26 18:41         ` Andreas Schwab
2005-05-26 19:07           ` David Abrahams [this message]
2005-05-26 19:55             ` Andreas Schwab
2005-05-26 14:16     ` Stefan Monnier
2005-05-26 18:18       ` David Abrahams
2005-05-26 19:04         ` David Abrahams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uk6llolft.fsf@boost-consulting.com \
    --to=dave@boost-consulting.com \
    --cc=emacs-devel@gnu.org \
    --cc=spiegel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).