From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: BEGIN_SRC..END_SRC Date: Wed, 09 May 2012 15:52:50 +0200 Message-ID: <87r4utsbpp.fsf@thinkpad.tsdh.de> References: <871umzrvfw.fsf@gmail.com> <87wr4rqg6g.fsf@gmail.com> <83d36j59gv.fsf@gnu.org> <87r4uz58e3.fsf@sec.modprobe.de> <83aa1n57p4.fsf@gnu.org> <5D17181ED92C4552AE8D4404DD035CA0@us.oracle.com> <87vck8sfyv.fsf@uwakimon.sk.tsukuba.ac.jp> <85obq05aua.fsf@iznogoud.viz> <87r4uvs4ae.fsf@uwakimon.sk.tsukuba.ac.jp> <87397b15u7.fsf@gnu.org> <87y5p2nhc3.fsf@catnip.gol.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1336571598 9645 80.91.229.3 (9 May 2012 13:53:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 May 2012 13:53:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 09 15:53:18 2012 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 1SS7KN-0007Wh-QP for ged-emacs-devel@m.gmane.org; Wed, 09 May 2012 15:53:15 +0200 Original-Received: from localhost ([::1]:42170 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SS7KN-0005SX-3w for ged-emacs-devel@m.gmane.org; Wed, 09 May 2012 09:53:15 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SS7KF-00056e-Bb for emacs-devel@gnu.org; Wed, 09 May 2012 09:53:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SS7K8-0000GH-Lt for emacs-devel@gnu.org; Wed, 09 May 2012 09:53:06 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:58452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SS7K8-0000Fw-Fy for emacs-devel@gnu.org; Wed, 09 May 2012 09:53:00 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 94286D2701 for ; Wed, 9 May 2012 15:52:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ClIZP6WJgiNn for ; Wed, 9 May 2012 15:52:58 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 08F26D26FE for ; Wed, 9 May 2012 15:52:57 +0200 (CEST) In-Reply-To: (Ted Zlatanov's message of "Wed, 09 May 2012 07:35:36 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 141.26.64.15 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:150390 Archived-At: Ted Zlatanov writes: > MB> Given the lack of actual demand, even a minor impact on > MB> readability is too much. [The current behavior of Gnus, > MB> certainly, is just awful in this respect -- not only are the > MB> delimiters ugly and detrimental to readability, but so is the > MB> visual highlighting (on my system, a wacky bright green color) > MB> that seems to be the only thing Gnus does with it...!] > > The coloring is done by whatever mode is used for whatever language is > specified in the markup. So the green color is your fault ;) Really? By default? I'm running emacs from bzr and gnus from git, and it's all green. Bye, Tassilo