From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: [RFC] Change visibility for bracket links Date: Thu, 13 Oct 2016 13:28:26 +0100 Message-ID: <87oa2oph5h.fsf@gmail.com> References: <87bmyyold3.fsf@nicolasgoaziou.fr> <65e1130f-ec6f-1409-e135-01acca1d1f53@grinta.net> <87r37lonua.fsf@nicolasgoaziou.fr> <6054e2d8-ce7b-de83-f35a-ba5103325d29@grinta.net> <87h98g5u67.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buf7j-0001Sp-S6 for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 08:28:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buf7f-0002Ns-LF for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 08:28:34 -0400 Received: from mail-lf0-x22c.google.com ([2a00:1450:4010:c07::22c]:35100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buf7f-0002NJ-BZ for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 08:28:31 -0400 Received: by mail-lf0-x22c.google.com with SMTP id l131so96201034lfl.2 for ; Thu, 13 Oct 2016 05:28:30 -0700 (PDT) In-Reply-To: <87h98g5u67.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou , Daniele Nicolodi Cc: emacs-orgmode@gnu.org Hi Nicolas, hi all, 2016ko urriak 13an, Nicolas Goaziou-ek idatzi zuen: [...] > Not really. It makes my example more bearable, but using C-a is still > a workaround, and there are also many other dances to perform in various > other cases. So, I still think there is an usability issue that needs to > be fixed. FWIW, I agree. On the other hand, many people object to the brackets. My understanding of the problem is that when link fontification is turned on, it is impossible to tell between the two marked positions when point is in in a link like: [[http://google.com][Search]] ^ ^ My suggestion is that we solve the problem in a different way: by changing the color of the cursor when the text is inside the link. So, the cursor would be the default grey color at the first ^ above, and red at the second ^? (Of course, the color we use for the cursor in links could be changed by customization). It looks like such an effect is achievable by combining the cursor-sensor-functions text property with set-cursor-color. WDYT? -- Aaron Ecay