From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 0e56883: Move undocumented time-stamp formats closer to format-time-string Date: Thu, 10 Oct 2019 12:56:09 +0200 Message-ID: References: <20191001032457.2675.32057@vcs0.savannah.gnu.org> <20191001032458.E3A4D207F5@vcs0.savannah.gnu.org> <83woddu4yp.fsf@gnu.org> <7b61e0a3-fbad-0bd2-87b1-dca5c29c19fe@cs.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="201570"; mail-complaints-to="usenet@blaine.gmane.org" Cc: Eli Zaretskii , Stephen Gildea , Emacs developers To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 10 12:56:54 2019 Return-path: Envelope-to: ged-emacs-devel@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 1iIW7q-000qMo-2h for ged-emacs-devel@m.gmane.org; Thu, 10 Oct 2019 12:56:54 +0200 Original-Received: from localhost ([::1]:35952 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIW7o-0001SQ-SL for ged-emacs-devel@m.gmane.org; Thu, 10 Oct 2019 06:56:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45706) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIW7M-0001Ry-7T for emacs-devel@gnu.org; Thu, 10 Oct 2019 06:56:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIW7L-0005Mn-8e for emacs-devel@gnu.org; Thu, 10 Oct 2019 06:56:24 -0400 Original-Received: from mail-pf1-f179.google.com ([209.85.210.179]:46475) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iIW7K-0005ME-1e; Thu, 10 Oct 2019 06:56:22 -0400 Original-Received: by mail-pf1-f179.google.com with SMTP id q5so3632634pfg.13; Thu, 10 Oct 2019 03:56:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kf9mRtfvXe3LpSMNFet2HeFJ3g3JsBBAOLVP45R8v8I=; b=jKMGU3Ms0HWKmfgfwUekWIgQyImUUEoBo7EcqYUnXJ5p8PqxM70b4aSMkpr452tSXF 6n94zJZ13zCckoXjGYO+fH+dNX5M52lzWOtW3FTn4qaQza2dIOCHT80q2XSL/66BwcA7 scC4ygVOXxlULybxF/Y0D6+jTs3PLW8M1FAUAMBi+TqXepActBMY8j21B+PCyuww2JC+ gsJxQc8kTRhMVupsPQH5Uio5Kao5c72eP4GZSjJfKjp/VLrOlH9zJ7wWQY2r3msEAfru vTPYZr6TknQvMMEMKW8rRz/Q4nqI0YS/sy8BSWDLbfZo+OD8rw13CXPS20ZXzvqgCg+p cp4A== X-Gm-Message-State: APjAAAXcOoRhQvfwM6092aX6NW1QRAnMp2cgTzgtSNiVd8lclrCXa38Q hZU1sTrTVDFsqOGibZaI4xIn7Te/5iNkckBZ3gc= X-Google-Smtp-Source: APXvYqzh+1gaQZf4jYCZWhcRmkaNAieeAhBpp99GcxsgEWZYikmfnu9aEv6XrhVEVkEmDeq2w4c3X6R2is23lyIvth0= X-Received: by 2002:a62:1bd3:: with SMTP id b202mr9831416pfb.50.1570704981060; Thu, 10 Oct 2019 03:56:21 -0700 (PDT) In-Reply-To: <7b61e0a3-fbad-0bd2-87b1-dca5c29c19fe@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.210.179 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240828 Archived-At: Paul Eggert writes: > I installed the attached patch, which should fix the problem though I've tested > it only on GNU/Linux. Your patch fixed the problem on macOS and looks better than the one I proposed. Thanks. Best regards, Stefan Kangas