From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: suggestion: blue default for new face `window-divider' Date: Fri, 31 Jan 2014 07:38:53 -0800 (PST) Message-ID: References: <27053922-2ceb-46ec-ae23-06c651270682@default> <87zjmdm04u.fsf@web.de> <877g9go6kd.fsf@mail.jurta.org> <52EB7E52.8020107@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1391182760 16992 80.91.229.3 (31 Jan 2014 15:39:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2014 15:39:20 +0000 (UTC) Cc: Michael Heerdegen , emacs-devel@gnu.org To: martin rudalics , Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 31 16:39:25 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W9GBe-0001XZ-D8 for ged-emacs-devel@m.gmane.org; Fri, 31 Jan 2014 16:39:22 +0100 Original-Received: from localhost ([::1]:56394 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9GBd-0002h9-PW for ged-emacs-devel@m.gmane.org; Fri, 31 Jan 2014 10:39:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9GBT-0002fR-9R for emacs-devel@gnu.org; Fri, 31 Jan 2014 10:39:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9GBK-0007cK-DK for emacs-devel@gnu.org; Fri, 31 Jan 2014 10:39:11 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:33500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9GBK-0007cF-5J for emacs-devel@gnu.org; Fri, 31 Jan 2014 10:39:02 -0500 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s0VFcuG2007653 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 31 Jan 2014 15:38:57 GMT Original-Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s0VFcstF006218 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 31 Jan 2014 15:38:55 GMT Original-Received: from abhmp0007.oracle.com (abhmp0007.oracle.com [141.146.116.13]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s0VFcs5T017218; Fri, 31 Jan 2014 15:38:54 GMT In-Reply-To: <52EB7E52.8020107@gmx.at> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169279 Archived-At: > Finally, I'm not yet sure how to incorporate the default 3D value > mentioned above in the face definition. If the how for implementing this gets figured out, perhaps the user control over it could make use of face attribute `box', which allows for raised and sunken styles? IOW, maybe let users choose the 3D effect by choosing a box with raised style. Just a thought, as I guess there are two parts to "how to incorporate ... into the face definition", one part being how users would choose 3D. Currently it seems (at least on Windows) that the only attribute that has an effect is the foreground. When this face is fully baked, the doc string should let users know which attributes have an effect.