From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sharon Kimble Newsgroups: gmane.emacs.help Subject: Re: a dark theme? Date: Thu, 17 Jul 2014 06:10:44 +0100 Message-ID: <878unsr2nf.fsf@skimble.plus.com> References: <87a989f3io.fsf@debian.uxu> <87k37czssf.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1405573885 15006 80.91.229.3 (17 Jul 2014 05:11:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jul 2014 05:11:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 17 07:11:20 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1X7dyS-0002zw-AX for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jul 2014 07:11:20 +0200 Original-Received: from localhost ([::1]:42300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7dyR-00073X-S2 for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jul 2014 01:11:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7dyB-00073E-DZ for help-gnu-emacs@gnu.org; Thu, 17 Jul 2014 01:11:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7dy5-0006iw-5a for help-gnu-emacs@gnu.org; Thu, 17 Jul 2014 01:11:03 -0400 Original-Received: from avasout08.plus.net ([212.159.14.20]:48405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7dy4-0006ij-Vp for help-gnu-emacs@gnu.org; Thu, 17 Jul 2014 01:10:57 -0400 Original-Received: from london ([46.208.100.255]) by avasout08 with smtp id THAs1o0035Wd1Nu01HAtWe; Thu, 17 Jul 2014 06:10:54 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=fOK33Pqe c=1 sm=1 tr=0 a=TF/aNDpRIwUUuheM/ANEIA==:117 a=TF/aNDpRIwUUuheM/ANEIA==:17 a=0Bzu9jTXAAAA:8 a=EGPZCNv1iLEA:10 a=ihvODaAuJD4A:10 a=EBOSESyhAAAA:8 a=LlzXLoV6AAAA:8 a=xtERp6CFAAAA:8 a=iI7HsYTVAAAA:8 a=LpgSPuxZa-EiYckFzmMA:9 a=zA6jz4fsz_jtBFS0:21 a=SxBqCFchUKfDXvGC:21 a=QEXdDO2ut3YA:10 a=7frnbCNWaG0A:10 a=4g8HD7VOx4-hMVFtdIwA:9 X-AUTH: skimble:2500 In-Reply-To: <87k37czssf.fsf@debian.uxu> (Emanuel Berg's message of "Thu, 17 Jul 2014 03:18:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 212.159.14.20 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98713 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Emanuel Berg writes: > Sharon Kimble writes: > >> Thanks for this Emanuel, I've doctored my init.el and >> put the above in it, at the end, which is where I >> always put temporary/testing code, unless it goes >> into my setup-testing.el. I then ran it when my mouse >> was on the problem text in a gmail, and this is what >> it found - =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82Face: = ((:foreground #5e5e5e) >> (:foreground #5e5e5e) (:background #727272)) =E2=95=B0=E2=94=80=E2=94=80= =E2=94=80=E2=94=80 >> >> Perhaps I'm misunderstanding you, but how can I >> customise that? Its got no name or handle that I can >> hook on to! > > No, you can't customize a face unless you know its > name... - and I have never seen such output from that > function. You mention the mouse, instead try just > placing point (the cursor) on the text and invoke the > function. Do you get a different result from that? The first is where there is text, and it gives - =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 Face: ((:foreground #737373) (:foreground #737373) (:background #= 5a5a5a)) =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 and the second in the same message but in blank space, i.e. with no text. =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 Face: ((:foreground #737373) (:background #5a5a5a)) =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > You still haven't told us what you mean by "gmail"? Google mail is a lesser-known name for the service, but its mostly just known as "gmail". Sharon. =2D-=20 A taste of linux =3D http://www.sharons.org.uk my git repo =3D https://bitbucket.org/boudiccas/dots TGmeds =3D http://www.tgmeds.org.uk Debian testing, fluxbox 1.3.5, emacs 24.3.92.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTx1rVAAoJEDaBgBkK+INbRR4P/2gazJdF213NXo9xuershQPg DfvBA0jca/yBy12jAZX78kCi4XJCaqu968sRrmbny2xU4lkiy+IBoXYNJZVuugoC qsUH8gjyBs3g0BcoipgHxQHGijLEVBohOB2KzuKq1iJkJRWqDXZmWQZ57f2/juw1 GeBX96kjbezG63efs/ci/eZwtgKTsMEhsU6A4FpVy3Nllc99A/NzWLwFlHJyMBrP YClsKJDiGyyZAy7bMFwMHE7u79TymhosEbY/U0nvhBxR02YyCQn0wtIjiN1rJcfV NxzLXTALZ16n8mg/MapRgPNPWiR4jgY9rGcii2FGSxOpUl8y16ZbeXjv3ayxcDGm 9243BmxRB3NZ0hcmLomrv9Gi0Vw/Sh3mDjRZg8b6GrGTL1EylhQKEJ8OSsMeGewO ESJp2jRzWR+tS5LXCusr+ud5MPkdCHptBpTWEQqkyx5l7rysZU6669ICQCetapjf kE1xvNzr5T0OCmdPIJY/TrmypbpNfeum+nRmmrLA+KnU8zWuBUwCCBNWfVi3mPRW 9UszPh7Qn7ZASvIpNRBhpJHQN5jMR39gLJxJwuvUwSSeR2fXHmWrdg+woWnVRO0A tfHGy7lIL4qbjj4M4YrEzbMxLlHVmm0huLYSRKsLSursWSRqI6ROCmzyZBcyA89A IgN1asYrZjAC1aeT+QoR =mgx4 -----END PGP SIGNATURE----- --=-=-=--