GNU bug report logs - #51959
28.0.50; [PATCH] Fallout from 69f1bc43c0

Previous Next

Package: emacs;

Reported by: dick <dick.r.chiang <at> gmail.com>

Date: Thu, 18 Nov 2021 23:36:02 UTC

Severity: normal

Tags: moreinfo, patch

Found in version 28.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: dick <dick.r.chiang <at> gmail.com>
Cc: Ulf Jasper <ulf.jasper <at> web.de>, 51959 <at> debbugs.gnu.org
Subject: bug#51959: 28.0.50; [PATCH] Fallout from 69f1bc43c0
Date: Fri, 19 Nov 2021 08:47:31 +0100
dick <dick.r.chiang <at> gmail.com> writes:

> +        (when (> (length isodatetimestring) 15)
> +          (cl-case (aref isodatetimestring 15)
> +            (?Z
> +             (setq source-zone t))
> +            ((?- ?+)
> +             (setq source-zone
> +                   (concat "UTC" (substring isodatetimestring 15))))))

UTC-0200?  Is that the syntax to use here?  I've added Ulf to the CCs.

> +test-lisp-calendar-inotify:
> +  stage: normal
> +  extends: [.job-template, .test-template]
> +  variables:
> +    target: emacs-inotify
> +    make_params: "-C test check-lisp-calendar"

Is this necessary?  

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 3 years and 182 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.