From: nljlistbox2@gmail.com (N. Jackson)
To: emacs-devel@gnu.org
Subject: Re: Turning off colorization
Date: Thu, 06 Nov 2014 15:44:46 -0400 [thread overview]
Message-ID: <874mucazbl.fsf@moondust.localdomain> (raw)
In-Reply-To: 85lhnoxl14.fsf@iznogoud.viz
At 14:00 -0400 on Thursday 2014-11-06, Wolfgang Jenkner wrote:
> On Thu, Nov 06 2014, N. Jackson wrote:
>
>> It's very rare to get buffer text that's unreadable[1], except when
>> reading HTML mail in Gnus[2] where I very frequently get presented
>> with a medium grey text on a medium grey background or a very dark
>> text on my normal black background.
>
> If you are satisfied with an ad hoc solution for this problem the
> following snippet (eval'ed with M-: in the article buffer) should work
> with a graphical version of emacs (at least with the built-in html
> renderer, viz. shr.el). You can then go back to the colourized version
> by simply redisplaying the article (`g' in the summary or article
> buffer).
>
> (let ((fg (face-foreground 'default))
> (bg (face-background 'default)))
> (with-silent-modifications
> (font-lock-prepend-text-property (point-min) (point-max)
> 'face `(:foreground ,fg :background ,bg))))
Thanks Wolfgang,
That works well. It's much better than my existing workarounds. I'll
need to get it working on the right buffer and get it bound to a key
combination, and then it will serve until a real solution emerges.
Regards,
N. Jackson
next prev parent reply other threads:[~2014-11-06 19:44 UTC|newest]
Thread overview: 97+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-04 16:43 Turning off colorization Richard Stallman
2014-11-04 17:11 ` Phillip Lord
2014-11-05 4:57 ` Richard Stallman
2014-11-05 9:11 ` David Kastrup
2014-11-05 11:31 ` Ted Zlatanov
2014-11-05 11:51 ` Tassilo Horn
2014-11-05 12:49 ` Andreas Schwab
2014-11-05 13:05 ` Tassilo Horn
2014-11-05 11:52 ` Phillip Lord
2014-11-05 12:03 ` Ted Zlatanov
2014-11-05 12:30 ` Phillip Lord
2014-11-05 12:23 ` Lars Magne Ingebrigtsen
2014-11-05 12:52 ` Andreas Schwab
2014-11-05 17:06 ` Lars Magne Ingebrigtsen
2014-11-05 17:30 ` Eli Zaretskii
2014-11-05 17:35 ` Andreas Schwab
2014-11-05 19:56 ` Lars Magne Ingebrigtsen
2014-11-05 20:17 ` Eli Zaretskii
2014-11-05 12:55 ` Tassilo Horn
2014-11-05 13:00 ` Yoni Rabkin
2014-11-05 14:00 ` James Cloos
2014-11-05 18:13 ` Richard Stallman
2014-11-05 23:37 ` James Cloos
2014-11-06 10:05 ` David Kastrup
2014-11-06 15:26 ` Stefan Monnier
2014-11-06 16:03 ` Alan Mackenzie
2014-11-06 16:53 ` Stefan Monnier
2014-11-07 7:13 ` Richard Stallman
2014-11-07 14:43 ` Stefan Monnier
2014-11-08 6:44 ` Richard Stallman
2014-11-08 15:26 ` Stefan Monnier
2014-11-09 20:06 ` Richard Stallman
2014-11-07 7:12 ` Richard Stallman
2014-11-05 15:02 ` Stefan Monnier
2014-11-06 20:13 ` N. Jackson
2014-11-06 21:42 ` Tim Cross
2014-11-06 23:14 ` Stefan Monnier
2014-11-07 0:10 ` Daniel Colascione
2014-11-07 4:13 ` Stefan Monnier
2014-11-05 18:12 ` Richard Stallman
2014-11-05 11:05 ` Phillip Lord
2014-11-04 20:59 ` Nic Ferrier
[not found] ` <CAG-q9=a+nTM3KhYeBfzvSZOWKMjdDgaUyQw25_NkAkoad3QwOw@mail.gmail.com>
2014-11-05 1:09 ` Kelvin White
2014-11-05 2:10 ` Stephen J. Turnbull
2014-11-05 8:23 ` Harald Hanche-Olsen
2014-11-06 16:47 ` N. Jackson
2014-11-06 17:36 ` Eli Zaretskii
2014-11-06 19:55 ` N. Jackson
2014-11-06 18:00 ` Wolfgang Jenkner
2014-11-06 19:44 ` N. Jackson [this message]
2014-11-06 19:44 ` Tassilo Horn
2014-11-06 19:49 ` Eli Zaretskii
2014-11-07 6:36 ` Tassilo Horn
2014-11-07 7:06 ` Eli Zaretskii
2014-11-07 7:59 ` Tassilo Horn
2014-11-07 9:00 ` Eli Zaretskii
2014-11-06 21:55 ` Lars Magne Ingebrigtsen
2014-11-07 0:04 ` James Cloos
2014-11-07 13:57 ` Gregor Zattler
2014-11-07 14:02 ` Eli Zaretskii
2014-11-07 14:47 ` Gregor Zattler
2014-11-07 15:06 ` Eli Zaretskii
2014-11-07 15:27 ` Gregor Zattler
2014-11-07 16:59 ` James Cloos
2014-11-07 19:12 ` Mirek Kaim
2014-11-07 18:36 ` Andreas Schwab
2014-11-07 7:13 ` Richard Stallman
2014-11-07 8:43 ` Eli Zaretskii
2014-11-08 6:44 ` Richard Stallman
2014-11-08 8:15 ` Eli Zaretskii
2014-11-08 21:36 ` Richard Stallman
2014-11-08 22:18 ` James Cloos
2014-11-08 22:30 ` Lars Magne Ingebrigtsen
2014-11-08 22:51 ` James Cloos
2014-11-09 1:30 ` Lars Magne Ingebrigtsen
2014-11-09 3:51 ` Eli Zaretskii
2014-11-10 15:29 ` Mirek Kaim
2014-11-10 16:21 ` Eli Zaretskii
2014-11-10 18:37 ` Mirek Kaim
2014-11-11 1:32 ` Yuri Khan
2014-11-11 17:58 ` Mirek Kaim
2014-11-09 3:45 ` Eli Zaretskii
2014-11-09 14:57 ` James Cloos
2014-11-09 16:26 ` Eli Zaretskii
2014-11-09 20:07 ` Richard Stallman
2014-11-09 20:13 ` Eli Zaretskii
2014-11-10 19:07 ` Richard Stallman
2014-11-10 19:57 ` Eli Zaretskii
[not found] ` <<83r3xfs8mx.fsf@gnu.org>
2014-11-07 14:43 ` Drew Adams
2014-11-07 15:28 ` Stefan Monnier
2014-11-07 15:40 ` Eli Zaretskii
2014-11-07 16:08 ` Stefan Monnier
2014-11-08 6:44 ` Richard Stallman
2014-11-09 4:14 ` Paul W. Rankin
2014-11-09 20:08 ` Richard Stallman
2014-11-09 22:03 ` Stefan Monnier
2014-11-10 1:41 ` Paul Rankin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874mucazbl.fsf@moondust.localdomain \
--to=nljlistbox2@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).