From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: patch for custom colored links in org-mode Date: Sat, 02 Jul 2016 01:23:29 +0200 Message-ID: <8760spgcy6.fsf@saiph.selenimh> References: <87twgdxtfm.fsf@saiph.selenimh> <87lh1pazj9.fsf@gmx.us> <877fd9xecw.fsf@saiph.selenimh> <87eg7hawj8.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJ7mf-0001X7-V3 for emacs-orgmode@gnu.org; Fri, 01 Jul 2016 19:23:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJ7mb-00050m-OU for emacs-orgmode@gnu.org; Fri, 01 Jul 2016 19:23:40 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:39364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJ7mb-00050a-Hf for emacs-orgmode@gnu.org; Fri, 01 Jul 2016 19:23:37 -0400 In-Reply-To: <87eg7hawj8.fsf@gmx.us> (rasmus@gmx.us's message of "Tue, 28 Jun 2016 22:27:55 +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: Rasmus Cc: emacs-orgmode@gnu.org Hello, Rasmus writes: > Maybe a defcustom consisting of an alist of anonymous faces: > > '((R ((:background "red"))) > (emacs-lisp ((:background "blue")))) Sounds good, even if a string as the key might be better (languages are stored as strings in the parse tree). Also why limit ourselves to anonymous faces? Regards, -- Nicolas Goaziou