From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Request - make comments `bracket-dumb' Date: Tue, 21 Aug 2018 20:17:12 +0200 Message-ID: <87h8jnh9ef.fsf@nicolasgoaziou.fr> References: <87sh3riz0d.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsENd-0000xM-4r for emacs-orgmode@gnu.org; Tue, 21 Aug 2018 17:40:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fsEMr-0002RF-SH for emacs-orgmode@gnu.org; Tue, 21 Aug 2018 17:39:17 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:38975) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fsEMo-0002Mh-O6 for emacs-orgmode@gnu.org; Tue, 21 Aug 2018 17:39:10 -0400 In-Reply-To: <87sh3riz0d.fsf@yandex.com> (Colin Baxter's message of "Mon, 06 Aug 2018 11:13:22 +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: Colin Baxter Cc: emacs-orgmode@gnu.org Hello, Colin Baxter writes: > If I launch emacs -q, create an org-mode file and enter a comment as > > # Blah blah [[bib:blah]] blah blah. > > then the brackets close up such that only one pair is visible. If I > want both pairs visible then I have to write [ [bib:blah] ]. If I use > #+begin_comment then the bracket content is also highlighted, as if it > were active. Both pairs of brackets disappear if `bib:blah' is not present. > > This seems to me to be contrary to what a Comment should be - namely a > piece of wholly dumb text. Could this not be achieved? This is simply a fontification issue. Patches are welcome. Regards, -- Nicolas Goaziou