From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Dan Sommers <2QdxY4RzWzUUiLuE@potatochowder.com> Newsgroups: gmane.emacs.help Subject: Re: Modify a font colour that has no colour name Date: Mon, 2 Dec 2019 08:02:48 -0600 Message-ID: References: <20191201181505.62c1ab34@mistral> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="209508"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Thunderbird/71.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 02 15:04:47 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ibmJi-000sNw-5v for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Dec 2019 15:04:46 +0100 Original-Received: from localhost ([::1]:36280 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibmJg-0001hu-N3 for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Dec 2019 09:04:44 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34299) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <2QdxY4RzWzUUiLuE@potatochowder.com>) id 1ibmIC-0008Ol-JG for help-gnu-emacs@gnu.org; Mon, 02 Dec 2019 09:03:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <2QdxY4RzWzUUiLuE@potatochowder.com>) id 1ibmI8-00067e-MN for help-gnu-emacs@gnu.org; Mon, 02 Dec 2019 09:03:12 -0500 Original-Received: from www458.your-server.de ([136.243.165.62]:46618) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <2QdxY4RzWzUUiLuE@potatochowder.com>) id 1ibmI8-00063Q-GE for help-gnu-emacs@gnu.org; Mon, 02 Dec 2019 09:03:08 -0500 Original-Received: from sslproxy02.your-server.de ([78.47.166.47]) by www458.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from <2QdxY4RzWzUUiLuE@potatochowder.com>) id 1ibmI2-0003vG-1W for help-gnu-emacs@gnu.org; Mon, 02 Dec 2019 15:03:02 +0100 Original-Received: from [160.129.251.199] (helo=[10.251.4.223]) by sslproxy02.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <2QdxY4RzWzUUiLuE@potatochowder.com>) id 1ibmI1-0000pr-Ij for help-gnu-emacs@gnu.org; Mon, 02 Dec 2019 15:03:01 +0100 In-Reply-To: Content-Language: en-US X-Authenticated-Sender: 2QdxY4RzWzUUiLuE@potatochowder.com X-Virus-Scanned: Clear (ClamAV 0.101.4/25651/Mon Dec 2 10:44:21 2019) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 136.243.165.62 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:121979 Archived-At: On 12/2/19 7:35 AM, Perry Smith wrote: > > >> On Dec 2, 2019, at 2:54 AM, Robert Pluim wrote: >> >>>>>>> On Sun, 1 Dec 2019 18:15:05 -0500, jonetsu said: >> >> jonetsu> Doing C-u C-x = on a org mode link shows the face that's used. >> jonetsu> Although the colour of the face turns out not to be a colour but a >> jonetsu> name, 'link'. If a colour is put in this field, the links disappear so >> jonetsu> to say, and no colour is applied. Is there a way to change the colour >> jonetsu> of that face and is it possible to do it only for the links in org mode >> jonetsu> (although I do not mind if all links everywhere are adopting the same >> jonetsu> colour) ? >> >> Links in org-mode use the 'org-link' face, so you can just do 'M-x >> customize-face org-link' and set the attributes you like. > > Without digging into the code, is there a way to find this out (in the > general case)? Do M-x customize-face, but don't press return; the prompt will tell you which face you're about to customize, and then you can press C-g. HTH, Dan