From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mwnn Newsgroups: gmane.emacs.help Subject: changing ansi-term colors Date: Sun, 16 Aug 2009 10:15:39 +0530 Message-ID: <4A878EF3.5050902@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250398018 23101 80.91.229.12 (16 Aug 2009 04:46:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Aug 2009 04:46:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 16 06:46:51 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1McXdq-0003Ec-D6 for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Aug 2009 06:46:50 +0200 Original-Received: from localhost ([127.0.0.1]:58401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McXdp-0004Qm-LV for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Aug 2009 00:46:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McXdS-0004Qh-Gr for help-gnu-emacs@gnu.org; Sun, 16 Aug 2009 00:46:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McXdN-0004QV-OG for help-gnu-emacs@gnu.org; Sun, 16 Aug 2009 00:46:25 -0400 Original-Received: from [199.232.76.173] (port=44817 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McXdN-0004QS-J9 for help-gnu-emacs@gnu.org; Sun, 16 Aug 2009 00:46:21 -0400 Original-Received: from wf-out-1314.google.com ([209.85.200.171]:51062) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1McXdN-0000bU-7e for help-gnu-emacs@gnu.org; Sun, 16 Aug 2009 00:46:21 -0400 Original-Received: by wf-out-1314.google.com with SMTP id 23so660306wfg.24 for ; Sat, 15 Aug 2009 21:46:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=TlU5Z2B9nCC6mZXmwI/dN6spBZNcgRRroTnLXuGo6cE=; b=dtXLn8XTK2+DKFs9KIM2sMZyiLuEjd9zlgP7NaJE7sX/NHCL3rJjYmYA5kppbOQdex 9hDc6FZwsQf3jhsj7SSUHVtO11A6gM5S3IYRub2fQ0g3cKQvgsXF8Y/aOSzoo760EUbD qMV2s9ZKcKJzWaeW3uHKhqhFRm5su3rDiyL1w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=oZfd8ZBgF4XeDTl5t2+uvx1dudqTIVAYASzFMSrbxOaVhwZ5s0tBMr8WmXxJtbecQw ag5YupkveLJqh9bohoCx3n7h6g7hF8lYsZd27C+cQ+34z3Ei9mGdA6L0EJszosTA8PFv 1sPIM06meyc2EW/nazjWJqw080KY7sxAy7QnM= Original-Received: by 10.142.143.9 with SMTP id q9mr636202wfd.7.1250397979514; Sat, 15 Aug 2009 21:46:19 -0700 (PDT) Original-Received: from ?192.168.1.10? ([59.92.142.74]) by mx.google.com with ESMTPS id 22sm8795124wfi.12.2009.08.15.21.46.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 15 Aug 2009 21:46:19 -0700 (PDT) User-Agent: Thunderbird 2.0.0.22 (X11/20090605) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67184 Archived-At: Hi all, I am having trouble finding out how to change the font colors in ansi-term. E.g. "git log -p" would show deletions in red color, which does not suit my color scheme. So is there a way to change the color being displayed? Regards, mwnn