From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Context of interaction vs. literal syntactic interpretation Date: Fri, 21 Mar 2014 09:44:28 +0100 Message-ID: <87txasc55f.fsf@bzg.ath.cx> References: <87ha7lsu5o.fsf@gmail.com> <8761o1n63t.fsf@bzg.ath.cx> <8738j5snms.fsf@gmail.com> <87vbw11o3q.fsf@bzg.ath.cx> <87ppm8rgrf.fsf@gmail.com> <87lhwwgqe4.fsf@bzg.ath.cx> <878uswqfzc.fsf@gmail.com> <87zjl9vjw4.wl@dns1.atmark-techno.com> <87ha7hpt6l.fsf@gmail.com> <87wqgdv48n.wl@dns1.atmark-techno.com> <87mwh9nf6h.fsf@gmail.com> <87wqgcka56.fsf@bzg.ath.cx> <87y50sn09o.fsf@gmail.com> <878ussk3c7.fsf@bzg.ath.cx> <87siqzhapq.fsf@bzg.ath.cx> <87wqgbtiff.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQv4G-0008TI-3P for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 04:44:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQv48-0002DI-Jl for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 04:44:44 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:58981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQv48-0002Cs-G0 for emacs-orgmode@gnu.org; Fri, 21 Mar 2014 04:44:36 -0400 In-Reply-To: <87wqgbtiff.fsf@fastmail.fm> (Matt Lundin's message of "Mon, 03 Mar 2014 10:09:50 -0600") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin Cc: Org Mode , Michael Brand , Nicolas Goaziou Hi all, let's finally close this thread, thanks all for your inputs. The solution I suggest is this: 1. implement multi-links opening when C-c C-o is called in a paragraph and there is no link at point (similar behavior than the one we have for links in headlines); 2. let `org-open-at-point' fall back on ffap so that raw links in comments and anywhere else can be open. (If needed, this behavior could be bound to an option.) 3. factor out `org-open-in-paragraph' and `org-open-in-headline' from `org-open-at-point' so that `org-open-at-point' does what its names says it should do. I will implement this in master. Thanks, -- Bastien