From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: thunk2@arcor.de (Thomas Plass) Newsgroups: gmane.emacs.bugs Subject: bug#34315: [PATCH] icalendar.el: DURATION fix + more robust timezone handling Date: Mon, 18 Feb 2019 21:03:15 +0100 Message-ID: <23659.3971.287290.530810@AGAME7.local> References: <23640.9851.562972.730234@AGAME7.local> <875ztog7hx.fsf@panama> <87wom1otsw.fsf@panama> <23658.31901.831381.517915@AGAME7.local> <83y36djdf6.fsf@gnu.org> <23659.1095.418799.313991@AGAME7.local> <83ef84ki7a.fsf@gnu.org> Reply-To: Thomas Plass Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="32849"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 34315@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 18 21:04: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.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gvp9B-0008MI-BX for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Feb 2019 21:04:13 +0100 Original-Received: from localhost ([127.0.0.1]:36000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvp9A-0007bK-AE for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Feb 2019 15:04:12 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvp94-0007bE-46 for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2019 15:04:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvp91-0001Hw-Sc for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2019 15:04:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53942) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gvp90-0001HN-IF for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2019 15:04:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gvp90-0004R7-9r for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2019 15:04:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: thunk2@arcor.de (Thomas Plass) Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2019 20:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34315 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 34315-submit@debbugs.gnu.org id=B34315.155052021616986 (code B ref 34315); Mon, 18 Feb 2019 20:04:02 +0000 Original-Received: (at 34315) by debbugs.gnu.org; 18 Feb 2019 20:03:36 +0000 Original-Received: from localhost ([127.0.0.1]:53223 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvp8Z-0004Pu-Ve for submit@debbugs.gnu.org; Mon, 18 Feb 2019 15:03:36 -0500 Original-Received: from vsmx011.vodafonemail.xion.oxcs.net ([153.92.174.89]:25244) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvp8X-0004Pa-Py for 34315@debbugs.gnu.org; Mon, 18 Feb 2019 15:03:34 -0500 Original-Received: from vsmx003.vodafonemail.xion.oxcs.net (unknown [192.168.75.197]) by mta-5-out.mta.xion.oxcs.net (Postfix) with ESMTP id 2FE973E02E6; Mon, 18 Feb 2019 20:03:28 +0000 (UTC) Original-Received: from agame7.arcor.de (unknown [2.205.23.198]) by mta-7-out.mta.xion.oxcs.net (Postfix) with ESMTPA id DE186300158; Mon, 18 Feb 2019 20:03:22 +0000 (UTC) In-Reply-To: Your message of Monday, February 18 2019 21:30:33 (ID: <83ef84ki7a.fsf@gnu.org>). X-VADE-STATUS: LEGIT 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:155510 Archived-At: Eli Zaretskii wrote at 21:30 on February 18, 2019: : : I don't understand what kind of C-level change do you have in mind. To be frank, I have no idea whatsoever. If this is something that hasn't bothered any maintainer enough to fix it, then it's probably no use for a non-C+non-Windows-API guy like me to try. All I could do is to lobby?