From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Link "bracket-types" Date: Fri, 11 May 2018 15:10:28 +0200 Message-ID: <877eoanxrv.fsf@nicolasgoaziou.fr> References: <87a7t8q64z.fsf@nicolasgoaziou.fr> <87603vr86w.fsf@nicolasgoaziou.fr> <87mux7prcw.fsf@nicolasgoaziou.fr> <87a7t7pjb2.fsf@nicolasgoaziou.fr> <87603voxbl.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fH7ok-00014N-TZ for emacs-orgmode@gnu.org; Fri, 11 May 2018 09:10:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fH7og-0007Ib-KH for emacs-orgmode@gnu.org; Fri, 11 May 2018 09:10:38 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:55475) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fH7og-0007FU-Cy for emacs-orgmode@gnu.org; Fri, 11 May 2018 09:10:34 -0400 In-Reply-To: <87603voxbl.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 11 May 2018 02:22:38 +0200") 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: Michael Brand Cc: Org Mode Completing myself, Nicolas Goaziou writes: > If you mean that fontification should show one pair of brackets instead > of hiding them all, I suggested it already, users found it added too > much cruft. > > You may want to check ML archives about it. I searched the ML archives about that. It was a thread named [RFC] Change visibility for bracket links in which you participated. It never ended on anything concrete because the involved participants disagreed on the default value -- or, to put it differently, I disagreed with mostly anyone else -- and some users suggested another way to do it, but never implemented their suggestion fully. Anyway, here is an updated patch from the original thread, as a POC. It adds `partial' to `org-descriptive-links'. It isn't complete, as `org-toggle-link-display' should be altered so as to not modify `org-descriptive-links'. Maybe it's time for an old idea revival.