From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.224.197 with SMTP id ip5cs46302icb; Thu, 17 Feb 2011 06:13:25 -0800 (PST) Received: by 10.42.224.72 with SMTP id in8mr2755113icb.285.1297952004789; Thu, 17 Feb 2011 06:13:24 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id t9si1230698vch.162.2011.02.17.06.13.24; Thu, 17 Feb 2011 06:13:24 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 5C08A1858361; Thu, 17 Feb 2011 09:13:24 -0500 (EST) Received: from mail-bw0-f50.google.com (mail-bw0-f50.google.com [209.85.214.50]) by rubyforge.org (Postfix) with ESMTP id 3A57E1858267 for ; Thu, 17 Feb 2011 08:58:43 -0500 (EST) Received: by bwg12 with SMTP id 12so2713264bwg.23 for ; Thu, 17 Feb 2011 05:58:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:content-type:from:to:subject:in-reply-to :references:date:message-id:user-agent:content-transfer-encoding; bh=2AyC+e/lhrCR+CwYaSulDFJcvLQ9Urb2y/+OBzLXlXo=; b=SyoWK26l1JSQ/v2N4D+/Ut7MHPdnc4K3/yRxtCt/1+Ne9mx21XaCcTgbKMz0S/w7mm v0c/b3iPilMB1WqsYp8u/NpniyTjSfDGye8d7luhIL+XJ7UQJS5aOp//zhTrkXR5LlZi AFjuYsr7jldhjxxkq2rZw4tZYuglPzvjm4qAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:from:to:subject:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding; b=eyCLsQZflEunxRMAKiKdwc9ijbgdG3OyL+A6EDM0GlQT3BblA+cA34czUnSRVa+hQP YamvpU9L6fA/O4qvKV/EApj6RdIX+kENRVA771leFCCXcpfB6wqn9m/JEaSN/OjtWaye kloRbOvhSaa2E0SIJlqt+ZlMj/PPOpyMbqSdc= Received: by 10.204.75.142 with SMTP id y14mr1719799bkj.114.1297951123354; Thu, 17 Feb 2011 05:58:43 -0800 (PST) Received: from localhost (rakotojaona.rez-metz.supelec.fr [193.48.225.189]) by mx.google.com with ESMTPS id q18sm672574bka.3.2011.02.17.05.58.41 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 Feb 2011 05:58:42 -0800 (PST) From: Matthieu Rakotojaona To: sup-talk In-reply-to: <1297941721-sup-6759@blake> References: <1297887707-sup-809@plc.intranet.plecavalier.com> <1297934366-sup-3072@blake> <1297936718-sup-9587@pruts.nl> <1297941721-sup-6759@blake> Date: Thu, 17 Feb 2011 14:58:40 +0100 Message-Id: <1297951012-sup-2455@Otokar> User-Agent: Sup/0.12.1 Subject: Re: [sup-talk] Body preview separator inbox-mode X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Shadowfirebird's message of 2011-02-17 12:24:42 +0100: > > Consider defining a different color for :snippet in .sup/colors.yaml. I > > use > > > > :snippet: > > :bg: default > > :fg: black > > :attrs: > > - bold > > > > which gives dark gray on black, works ok for me. > > To clarify, it appears you can copy the above into a new file .sup/colors.yaml and restart sup -- and it works brilliantly. Ta. Hello, Strange, I did as you say and I have an error : NoMethodError from thread: main undefined method `[]' for nil:NilClass /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/colormap.rb:190:in `rescue in block in populate_colormap' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/colormap.rb:187:in `block in populate_colormap' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/colormap.rb:186:in `each_pair' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/lib/sup/colormap.rb:186:in `populate_colormap' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/bin/sup:182:in `' /usr/lib/ruby/gems/1.9.1/gems/sup-0.12.1/bin/sup:69:in `' /usr/bin/sup:19:in `load' /usr/bin/sup:19:in `
' yet I have the correct .sup/colors.yaml : $ cat .sup/color.yaml :snippet: :bg: default :fg: black :attrs: - bold Do you know where the problem might come from ? Thanks, -- Matthieu RAKOTOJAONA _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk