From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: link appearance and soft face properties Date: Fri, 17 Jun 2005 22:21:06 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119061071 5623 80.91.229.2 (18 Jun 2005 02:17:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Jun 2005 02:17:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 18 04:17:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DjStj-0007bd-O2 for ged-emacs-devel@m.gmane.org; Sat, 18 Jun 2005 04:17:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjSzS-0008SQ-RJ for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 22:23:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjSyh-0008CU-2l for emacs-devel@gnu.org; Fri, 17 Jun 2005 22:22:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjSyd-0008AO-6u for emacs-devel@gnu.org; Fri, 17 Jun 2005 22:22:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjSyd-00089l-2j for emacs-devel@gnu.org; Fri, 17 Jun 2005 22:22:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DjSzh-000881-N4 for emacs-devel@gnu.org; Fri, 17 Jun 2005 22:23:37 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DjSxG-0003Ul-9P; Fri, 17 Jun 2005 22:21:06 -0400 Original-To: "Drew Adams" In-reply-to: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:39054 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39054 What about having a :link face attribute (property) that is soft, not hard? What does "soft" or "hard" mean, here? That way, a single (possibly user) definition of the :link attribute would automatically affect any faces that have that property. And it would also be easy (including for users) to selectively apply the :link property to face or mouse-face or both. I think this can be done by making these faces inherit from a face named `link'.