From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#36252: 26.1; bibtex-generate-autokey does not use use date field Date: Mon, 16 Sep 2019 23:01:02 +0200 Message-ID: <87k1a8q7ld.fsf@gnus.org> References: <20190616202330.immdadcg24qedysq@zeta.rak.ac> <871rz3dxfw.fsf@mouse.gnus.org> <20190715003421.qrb65bynacpxca2k@zeta.rak.ac> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="106891"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 36252@debbugs.gnu.org To: Ryan Kavanagh Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 16 23:02:14 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i9y8U-000Rf7-0W for geb-bug-gnu-emacs@m.gmane.org; Mon, 16 Sep 2019 23:02:14 +0200 Original-Received: from localhost ([::1]:39932 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9y8S-00012t-I7 for geb-bug-gnu-emacs@m.gmane.org; Mon, 16 Sep 2019 17:02:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57253) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9y8K-00012a-RT for bug-gnu-emacs@gnu.org; Mon, 16 Sep 2019 17:02:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9y8I-0001Pe-Lv for bug-gnu-emacs@gnu.org; Mon, 16 Sep 2019 17:02:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42355) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i9y8I-0001PU-Hj for bug-gnu-emacs@gnu.org; Mon, 16 Sep 2019 17:02:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i9y8I-0002tY-EC for bug-gnu-emacs@gnu.org; Mon, 16 Sep 2019 17:02:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 16 Sep 2019 21:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36252 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 36252-submit@debbugs.gnu.org id=B36252.15686676748647 (code B ref 36252); Mon, 16 Sep 2019 21:02:02 +0000 Original-Received: (at 36252) by debbugs.gnu.org; 16 Sep 2019 21:01:14 +0000 Original-Received: from localhost ([127.0.0.1]:51176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9y7V-0002F4-Nr for submit@debbugs.gnu.org; Mon, 16 Sep 2019 17:01:13 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:39182) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9y7Q-0002At-Ne for 36252@debbugs.gnu.org; Mon, 16 Sep 2019 17:01:11 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i9y7K-0006MY-V8; Mon, 16 Sep 2019 23:01:07 +0200 In-Reply-To: (Lars Ingebrigtsen's message of "Mon, 15 Jul 2019 09:24:38 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.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" Xref: news.gmane.org gmane.emacs.bugs:166587 Archived-At: Lars Ingebrigtsen writes: > Ryan Kavanagh writes: > >> On Sat, Jul 06, 2019 at 04:55:47PM +0200, Lars Ingebrigtsen wrote: >>> (This reminds me -- Emacs should really have a parser that can parse >>> all ISO8601 variants. There's parse-iso8601-time-string, but it only >>> handles the simplest of the formats...) >> >> Perhaps that should be the first step, and then the committed fix to >> this bug can just use that. > > I've implemented a proper iso8601 parser now, but hasn't merged with the > Emacs trunk yet because I haven't done the entire test suite yet. It's > on the scratch/iso8601 branch if you want to check it out. The iso8601 parser is in the trunk now, so if you could rework your patch based on that, that'd be nice. The function to use is `iso8601-parse'. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no