From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6BzbAX7Ttl+aYwAA0tVLHw (envelope-from ) for ; Thu, 19 Nov 2020 20:20:14 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id YApwOX3Ttl/LEwAA1q6Kng (envelope-from ) for ; Thu, 19 Nov 2020 20:20:13 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7FE839404FB for ; Thu, 19 Nov 2020 20:20:13 +0000 (UTC) Received: from localhost ([::1]:47870 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kfqPb-0008C5-Gq for larch@yhetil.org; Thu, 19 Nov 2020 15:20:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52340) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfq9e-00027c-G3 for emacs-orgmode@gnu.org; Thu, 19 Nov 2020 15:03:42 -0500 Received: from grinta.net ([109.74.203.128]:42350) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kfq9D-0002xf-N0 for emacs-orgmode@gnu.org; Thu, 19 Nov 2020 15:03:37 -0500 Received: from black.local (p5dd0dc2f.dip0.t-ipconnect.de [93.208.220.47]) (Authenticated sender: daniele) by grinta.net (Postfix) with ESMTPSA id E692DED037; Thu, 19 Nov 2020 20:02:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=2020; t=1605816179; bh=NOYlYYDzwTs/hk17eyY9B06n4ghYwKawUUKVyVFgLG8=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=SMEwaTQfX7II4KXdwYMFvt1F+9whzjv3YtVTqNrNOgbtNDdz3UmG3yUb/N9jSFQ+d 31LNpevQMoX6vUZGSE3cYw9Gesuqm8F1WC/TxaeZaIZ0z90xe/Bo5HhAjLkxTjHnt9 ehPsddj7iJCnprv18uvNFSomYtmI6wo3BILiZJfmmUlfo1ECy6Kgw7FSiXmtLZ8/L3 kX4X1W9KY0NoY46xooBC6azrI0PsOdU2TiUCBqBaGJsr1eIvTTFTQ9KY76qleu3gXe 1NfUTAiF+Vb9hlGYSHBbal/iZSSWGx5vchzQT/LrcfhxT0Woh6B9JBHM7MwsL8Y2/J AcB7XXV+i7l8Q== Subject: Re: [PATCH] org-table: Add mode flag to enable Calc units simplification mode To: Kyle Meyer References: <48c15b01-341d-f4c6-7086-1a39e4977868@grinta.net> <7be22d67-681a-ed7f-2343-19f9f5c15c43@grinta.net> <87lfex28h5.fsf@kyleam.com> From: Daniele Nicolodi Message-ID: <33f4a4b6-558c-799b-c538-46282a1b6e6c@grinta.net> Date: Thu, 19 Nov 2020 21:02:54 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <87lfex28h5.fsf@kyleam.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=109.74.203.128; envelope-from=daniele@grinta.net; helo=grinta.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=grinta.net header.s=2020 header.b=SMEwaTQf; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: BReDmhPDElDl On 19/11/2020 06:58, Kyle Meyer wrote: > Daniele Nicolodi writes: > >> Hello, >> >> I don't think this is what is holding up review of these patches, but, I >> recently completed the paperwork for copyright assignment to the FSF. > > Thanks for this series (and thanks to Eric for the feedback in the > previous thread). I'm sorry for the slow response. > > Quickly scanning through and playing around with it, it looks nicely > done. I'll put aside some time this weekend to give it a closer review. Thanks for having a look, Kyle. Cheers, Dan