From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Radio links fail if adjacent Date: Thu, 24 Jan 2019 15:05:32 +0100 Message-ID: <87o986ywur.fsf@nicolasgoaziou.fr> References: <16207.1548297973@localhost> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmfda-0006OA-6o for emacs-orgmode@gnu.org; Thu, 24 Jan 2019 09:05:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmfdZ-0000VX-4a for emacs-orgmode@gnu.org; Thu, 24 Jan 2019 09:05:46 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:41455) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmfdY-0000PA-RY for emacs-orgmode@gnu.org; Thu, 24 Jan 2019 09:05:45 -0500 In-Reply-To: <16207.1548297973@localhost> (Jay Dresser's message of "Wed, 23 Jan 2019 18:46:13 -0800") 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: Jay Dresser Cc: emacs-orgmode@gnu.org Hello, Jay Dresser writes: > If you have a sequence of space separated words on a single line, i.e. > "link1 link2 link3 link4 ..." and those words match radio targets, every > other word/link will not be recognized as a radio link. In this example > link2 and link4 will not be links. describe-char correctly identifies > the good links: > > face org-link > help-echo "Radio target link" > > but does not identify the alternate links as such, which are displayed > in the default face and do not respond to click. Inserting another > character between them, i.e. "link1 - link2 - link3 ..." works > correctly. Fixed. Thank you. Regards, -- Nicolas Goaziou