Gentoo Archives: gentoo-user

From: "Mariusz Pękala" <skoot@××.pl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Irritating problem #2-- colordiff
Date: Sat, 07 Jan 2006 18:03:48
Message-Id: 20060107175720.GA8250@cthulhu.sdi.tpnet.pl
In Reply to: [gentoo-user] Irritating problem #2-- colordiff by Holly Bostick
1 On 2006-01-07 15:53:39 +0100 (Sat, Jan), Holly Bostick wrote:
2 > Here's the kind of output I get from etc-update, for example:
3 [...]
4 > ESC[1;34m+RC_VERBOSE="no"ESC[0;0m
5 [...]
6 > Clearly it's working, but.... not. This is in gnome-terminal, but the
7 > term in use doesn't seem to make any difference, and this is worse than
8 > nothing at all in terms of readablility (made even worse since using
9 > colordiff is intended to /enhance/ readability).
10 >
11 > Colordiff is set in /etc/etc-update.conf as recommended in the Wiki--
12 > diff_command="colordiff -uN %file1 %file2", which seems to be right
13 > insofar as colordiff is working; it seems to me that the problem is that
14 > the term is not recognizing/escaping the color codes as color codes, and
15 > I don't know where to begin to find out why. I'm using the most recent
16 > colordiff available
17 [...]
18 > Does anybody have a clue what that might be?
19
20 What do you see in your terminal if you type this: ?
21 printf '\033[1;34m+RC_VERBOSE="no"\033[0;0m'
22
23 If this is ok, then you know that your terminal is ok, and there is
24 something with colordiff...
25
26 Do you have any alias or function around colordiff?
27
28 What if you use diff_command=/usr/bin/colordiff ..... ?
29
30 Did you remember that:
31 "SCSI is *not* magic. There are *fundamental* *technical* *reasons*
32 why you have to sacrifice a young goat to your SCSI chain every now and
33 then." John F. Woods (jfw@××××××××.com)
34
35 :-)
36
37 HTH
38
39 --
40 No virus found in this outgoing message.
41 Checked by "grep -i virus $MESSAGE"

Replies

Subject Author
Re: [gentoo-user] Irritating problem #2-- colordiff Holly Bostick <motub@××××××.nl>