From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Turning off colorization Date: Thu, 06 Nov 2014 21:49:43 +0200 Message-ID: <831tpgt8h4.fsf@gnu.org> References: <87a944cm3x.fsf@moondust.localdomain> <87oaskm7vr.fsf@thinkpad-t440p.tsdh.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1415303428 11653 80.91.229.3 (6 Nov 2014 19:50:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2014 19:50:28 +0000 (UTC) Cc: nljlistbox2@gmail.com, emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 06 20:50:20 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 1XmT4V-0006S2-4l for ged-emacs-devel@m.gmane.org; Thu, 06 Nov 2014 20:50:19 +0100 Original-Received: from localhost ([::1]:55810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmT4U-0004tU-Ry for ged-emacs-devel@m.gmane.org; Thu, 06 Nov 2014 14:50:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmT49-0004st-LH for emacs-devel@gnu.org; Thu, 06 Nov 2014 14:50:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmT3y-0004Sw-A2 for emacs-devel@gnu.org; Thu, 06 Nov 2014 14:49:57 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:40648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmT3y-0004Sk-1T; Thu, 06 Nov 2014 14:49:46 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NEM00200URSOH00@a-mtaout21.012.net.il>; Thu, 06 Nov 2014 21:49:44 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NEM002H0V2WNY20@a-mtaout21.012.net.il>; Thu, 06 Nov 2014 21:49:44 +0200 (IST) In-reply-to: <87oaskm7vr.fsf@thinkpad-t440p.tsdh.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 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:176481 Archived-At: > From: Tassilo Horn > Date: Thu, 06 Nov 2014 20:44:24 +0100 > Cc: emacs-devel@gnu.org > > 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.