all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: VC and CVS/Entries under NT
Date: Wed, 24 Sep 2003 10:00:46 -0600	[thread overview]
Message-ID: <3F71BFAE.20004@yahoo.com> (raw)
In-Reply-To: 1064405175.551.136.camel@localhost

Andre Spiegel wrote:

>     (let ((mtime (nth 5 (file-attributes file))))
>       (require 'parse-time)
>       (let ((parsed-time
>              (parse-time-string (concat (match-string 2) " +0000"))))
>         (cond ((and (not (string-match "\\+" (match-string 2)))
>                     (car parsed-time)
>                     (equal mtime (apply 'encode-time parsed-time)))
> 
> This code fixes Dave's problem, and the Solaris issue mentioned in
> Stefan's comment.  If anybody sees any problems with it, or has
> suggestions how to improve it, please let me know.

(require 'parse-time) could be moved to the top level at the beginning
of vc-cvs.el; better yet, it could be elimintated if parse-time.el had
an autoload cookie for the parse-time-string function (which is the only
entry point for that library).

Is there a good reason for parse-time.el to be in the gnus directory?


-- 
Kevin Rodgers

  reply	other threads:[~2003-09-24 16:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-24 12:06 VC and CVS/Entries under NT Andre Spiegel
2003-09-24 16:00 ` Kevin Rodgers [this message]
2003-09-25 23:21   ` Richard Stallman
2003-09-26  7:31   ` Andre Spiegel

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

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

  git send-email \
    --in-reply-to=3F71BFAE.20004@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.