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 20:15:19 +0100 Message-ID: <23659.1095.418799.313991@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> 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="82677"; 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 20:16:20 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 1gvoOo-000LLM-Pl for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Feb 2019 20:16:18 +0100 Original-Received: from localhost ([127.0.0.1]:35564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvoOn-0007bs-Mm for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Feb 2019 14:16:17 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvoOg-0007bX-KC for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2019 14:16:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvoOZ-0003P1-2I for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2019 14:16:06 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53927) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gvoOY-0003O7-Fx for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2019 14:16:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gvoOY-0002My-71 for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2019 14:16: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 19:16: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.15505173409053 (code B ref 34315); Mon, 18 Feb 2019 19:16:02 +0000 Original-Received: (at 34315) by debbugs.gnu.org; 18 Feb 2019 19:15:40 +0000 Original-Received: from localhost ([127.0.0.1]:53208 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvoOC-0002Lw-03 for submit@debbugs.gnu.org; Mon, 18 Feb 2019 14:15:40 -0500 Original-Received: from vsmx011.vodafonemail.xion.oxcs.net ([153.92.174.89]:35650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvoO9-0002Lc-Am for 34315@debbugs.gnu.org; Mon, 18 Feb 2019 14:15:38 -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 CE7A93E0119; Mon, 18 Feb 2019 19:15:31 +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 BF7C2300158; Mon, 18 Feb 2019 19:15:26 +0000 (UTC) In-Reply-To: Your message of Monday, February 18 2019 17:59:09 (ID: <83y36djdf6.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:155508 Archived-At: Eli Zaretskii wrote at 17:59 on February 18, 2019: : these capabilities are not propagated to C runtime : functions which Emacs uses. I take it then, Windows pre-built users have no way to work around this in Elisp? What about the C source? Is there any way for a total C-dummy like me to tweak/hard wire a rule for my local zone into the source? Could you point me at the file(s)/place(s) in the Git that I'd need to look at? It'll be daunting to do this on Windows. The last time I built an emacs must have been jwz's lemacs under SunOS back in '93... Thomas