From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: FR: Fontify links even when in comments Date: Tue, 24 Feb 2015 15:37:08 +0100 Message-ID: <87lhjn4bqj.fsf@nicolasgoaziou.fr> References: <874mqc5spp.fsf@nicolasgoaziou.fr> <87pp8z4tij.fsf@nicolasgoaziou.fr> <87twybeaiy.fsf@yahoo.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQGai-0003xa-Rr for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 09:36:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQGae-0003lX-Qq for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 09:36:04 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:36326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQGae-0003lM-EA for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 09:36:00 -0500 In-Reply-To: <87twybeaiy.fsf@yahoo.fr> (Nicolas Richard's message of "Tue, 24 Feb 2015 13:53:09 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Richard Cc: Org-mode , Ken Mankoff Nicolas Richard writes: > In AUCTeX, it is mainly about filling and indentation, but in Org it > could mean "let the usual (interactive) commands pretend we're not in a > comment". If Org is to adopt such a variable, it could fontify > according to what the interactive commands will do. This is orthogonal to the current problem. `org-open-at-point' already pretends it is not in a comment, but the OP is asking for special fontification. > Would that be acceptable ? It could be made a minor mode. I don't know what are "the usual (interactive) commands", so I cannot tell. However, it sounds like a can of worms, and should probably be done on a case by case basis, like `org-open-at-point' currently does. Regards,