From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Org Num library Date: Mon, 04 Feb 2019 20:36:57 +0100 Message-ID: <87h8dj9wh2.fsf@nicolasgoaziou.fr> References: <87r2fftxq7.fsf@nicolasgoaziou.fr> <84k1ikludt.fsf@gmail.com> <87pns9b44k.fsf@nicolasgoaziou.fr> <87h8dkvz5m.fsf@gmail.com> <84bm3rbxwj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqk74-0007dl-8d for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 14:41:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqk3C-0004an-EU for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 14:37:03 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:37013) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqk3C-0004WX-89 for emacs-orgmode@gnu.org; Mon, 04 Feb 2019 14:37:02 -0500 In-Reply-To: <84bm3rbxwj.fsf@gmail.com> (Marco Wahl's message of "Mon, 04 Feb 2019 12:23:08 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Marco Wahl Cc: emacs-orgmode@gnu.org Hello, Marco Wahl writes: > If there is interest in that patch, the code could be refined to only > hook into the `post-command-hook' when local numbering of narrowed parts > has been chosen. This is mostly already the case. If local numbering of narrowed parts is inactive, the code executed in `post-command-hook' is (when #f), which adds no overhead. Regards, -- Nicolas Goaziou