From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85223 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Turning off colorization Date: Fri, 07 Nov 2014 07:36:02 +0100 Message-ID: <87a943ecvh.fsf@thinkpad-t440p.tsdh.org> References: <87a944cm3x.fsf@moondust.localdomain> <87oaskm7vr.fsf@thinkpad-t440p.tsdh.org> <831tpgt8h4.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415342201 10199 80.91.229.3 (7 Nov 2014 06:36:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2014 06:36:41 +0000 (UTC) Cc: nljlistbox2@gmail.com, ding@gnus.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 07 07:36:35 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 1Xmd9u-0007jk-FU for ged-emacs-devel@m.gmane.org; Fri, 07 Nov 2014 07:36:34 +0100 Original-Received: from localhost ([::1]:58465 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmd9s-0003rD-1J for ged-emacs-devel@m.gmane.org; Fri, 07 Nov 2014 01:36:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmd9a-0003pO-LP for emacs-devel@gnu.org; Fri, 07 Nov 2014 01:36:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xmd9V-0000mF-Ap for emacs-devel@gnu.org; Fri, 07 Nov 2014 01:36:14 -0500 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]:60923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmd9V-0000m5-3V for emacs-devel@gnu.org; Fri, 07 Nov 2014 01:36:09 -0500 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 60C0E2095A for ; Fri, 7 Nov 2014 01:36:08 -0500 (EST) Original-Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Fri, 07 Nov 2014 01:36:08 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:references :date:in-reply-to:message-id:mime-version:content-type; s= smtpout; bh=DUrR1gn0JLt6b6G5/zzwLEF3YMA=; b=oK2NnzrT23g5SKCRNY+N 3rDbciFUg77Fb1Kka1LPxPBiCROCmOC3M8F7Ir7IsSji+e4ccK7pOlp4K67sMPUm MGxVxF5ScCb4nGSemxUyYXABr1esDCxg2vEsQRa4sLxl+jr/n6LLw+ovTSa1zOal gfO9yy+FrUlmxGz6VTbiMZk= X-Sasl-enc: 4PjdmTJYpFxRq57r0echToVx4QL/cFwPs5wfOqNyYEp3 1415342167 Original-Received: from thinkpad-t440p.tsdh.org (unknown [2.163.4.16]) by mail.messagingengine.com (Postfix) with ESMTPA id D1421C00011; Fri, 7 Nov 2014 01:36:06 -0500 (EST) Mail-Followup-To: Eli Zaretskii , nljlistbox2@gmail.com, emacs-devel@gnu.org, ding@gnus.org In-Reply-To: <831tpgt8h4.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 06 Nov 2014 21:49:43 +0200") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.26 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:176504 gmane.emacs.gnus.general:85223 Archived-At: Eli Zaretskii writes: >> If you use shr as `mm-text-html-renderer' which is the default, then >> HTML colors should be auto-adjusted so that they stay readable. If you >> still get "light-X" foreground on "a-little-less-X" background, you can >> try increasing the minimum color distances used. For example, I use >> >> (setq shr-color-visible-distance-min 10 >> shr-color-visible-luminance-min 60) >> >> to have a bit more contrast. > > It's a pity this isn't documented in any of our manuals. Yes, I think this question has indeed popped up a few times already. I've just looked into the Gnus manual, and I guess it would fit well in section (info "(gnus)HTML"). I'll go give it a try to update that section... Bye, Tassilo