From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85224 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Turning off colorization Date: Fri, 07 Nov 2014 09:06:51 +0200 Message-ID: <83tx2bsd4k.fsf@gnu.org> References: <87a944cm3x.fsf@moondust.localdomain> <87oaskm7vr.fsf@thinkpad-t440p.tsdh.org> <831tpgt8h4.fsf@gnu.org> <87a943ecvh.fsf@thinkpad-t440p.tsdh.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1415344046 4270 80.91.229.3 (7 Nov 2014 07:07:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2014 07:07:26 +0000 (UTC) Cc: nljlistbox2@gmail.com, ding@gnus.org, emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 07 08:07:16 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 1Xmddc-0008OS-3j for ged-emacs-devel@m.gmane.org; Fri, 07 Nov 2014 08:07:16 +0100 Original-Received: from localhost ([::1]:58598 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmddb-0007q7-Iz for ged-emacs-devel@m.gmane.org; Fri, 07 Nov 2014 02:07:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmddL-0007q1-DM for emacs-devel@gnu.org; Fri, 07 Nov 2014 02:07:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmddE-00029h-3F for emacs-devel@gnu.org; Fri, 07 Nov 2014 02:06:59 -0500 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:47188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmddD-00029b-SQ; Fri, 07 Nov 2014 02:06:52 -0500 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NEN00O00Q3JES00@mtaout25.012.net.il>; Fri, 07 Nov 2014 09:02:22 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NEN00KU3Q7YX430@mtaout25.012.net.il>; Fri, 07 Nov 2014 09:02:22 +0200 (IST) In-reply-to: <87a943ecvh.fsf@thinkpad-t440p.tsdh.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 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:176506 gmane.emacs.gnus.general:85224 Archived-At: > From: Tassilo Horn > Cc: nljlistbox2@gmail.com, emacs-devel@gnu.org, ding@gnus.org > Date: Fri, 07 Nov 2014 07:36:02 +0100 > > >> (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... Thank you. It seems like most (all?) of shr documentation is in eww.texi, so perhaps you should do it there instead. In any case, please have a cross-reference from the other manual to where this is described.