From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim Subject: Re: Discrepancy between documentation and implementation regarding comments Date: Tue, 29 Oct 2019 15:34:37 +0100 Message-ID: References: <87eeyyy013.fsf@thb.lt> <87ftjd3zba.fsf@nicolasgoaziou.fr> <87blu1xfjb.fsf@thb.lt> <87tv7s3kw8.fsf@nicolasgoaziou.fr> <878sp3y6ya.fsf@thb.lt> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34702) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPSa2-0005Qu-Du for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 10:34:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPSa0-0000Tb-Tb for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 10:34:42 -0400 Received: from mail-wr1-x432.google.com ([2a00:1450:4864:20::432]:37059) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iPSa0-0000TI-OA for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 10:34:40 -0400 Received: by mail-wr1-x432.google.com with SMTP id e11so13913682wrv.4 for ; Tue, 29 Oct 2019 07:34:40 -0700 (PDT) In-Reply-To: <878sp3y6ya.fsf@thb.lt> (Thibault Polge's message of "Tue, 29 Oct 2019 15:14:37 +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: Thibault Polge Cc: emacs-orgmode@gnu.org >>>>> On Tue, 29 Oct 2019 15:14:37 +0100, Thibault Polge = said: Thibault> Robert Pluim writes: >> end of line *is* a whitespace character, but I=CA=BCm not going to a= rgue >> that. I=CA=BCm going to argue that this doesn=CA=BCt cover the case = of a '#' at >> EOB without a newline, hence saying 'zero or more' would be better. Thibault> But zero-or-more would mean that this line: Thibault> #Alpha That=CA=BCs the problem with human language, it=CA=BCs imprecise. I meant ^[ \t]*#[ \t]*$ Robert