Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Eli Zaretskii Newsgroups: gnu.emacs.bug Subject: bug#43175: 27.1; ISO8601 & parse-time-string check in 27.1 Date: Thu, 03 Sep 2020 16:09:27 +0300 Lines: 21 Sender: "Debbugs-submit" Approved: bug-gnu-emacs@gnu.org Message-ID: References: <874kogorvu.fsf@gnu.org> <83mu27uhvc.fsf@gnu.org> NNTP-Posting-Host: lists.gnu.org X-Trace: usenet.stanford.edu 1599138605 14824 209.51.188.17 (3 Sep 2020 13:10:05 GMT) X-Complaints-To: action@cs.stanford.edu Cc: 43175@debbugs.gnu.org To: Brett Gilio Envelope-to: bug-gnu-emacs@gnu.org X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 03 Sep 2020 13:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43175 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: In-Reply-To: <874kogorvu.fsf@gnu.org> (message from Brett Gilio on Wed, 02 Sep 2020 15:17:25 -0500) X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.3 (---) 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: , X-Mailman-Original-Message-ID: <83mu27uhvc.fsf@gnu.org> X-Mailman-Original-References: <874kogorvu.fsf@gnu.org> Xref: csiph.com gnu.emacs.bug:134830 > From: Brett Gilio > Date: Wed, 02 Sep 2020 15:17:25 -0500 > > https://git.sr.ht/~brettgilio/org-webring > When using the package I have authored above, there is a dependency > on ISO-8601 for parsing ATOM time-strings in 27.1 or newer. The > condition check for iso8601 in parse-time-string exists in 28.0.50 > but is non-existent in 27.1 when ISO8601 was introduced. I am requesting > that this condition check be backported to 27-next. The change you mention implemented a new feature in parse-time-string, so I'd prefer not to backport it. Can you tell more about the reason for your request? I don't think I understand why the problem you have cannot be resolved for Emacs 27 by using iso8601.el functions from your package. Thanks.