From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Z Newsgroups: gmane.emacs.help Subject: How to render gud (python debugger) output? Date: Fri, 5 Oct 2012 01:30:19 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1349426124 2579 80.91.229.3 (5 Oct 2012 08:35:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 08:35:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 05 10:35:31 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1TK3Na-0002Ba-BQ for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Oct 2012 10:35:30 +0200 Original-Received: from localhost ([::1]:53301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK3NU-0007cC-KC for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Oct 2012 04:35:24 -0400 Original-Received: by 10.66.85.137 with SMTP id h9mr2220035paz.16.1349425819558; Fri, 05 Oct 2012 01:30:19 -0700 (PDT) Original-Received: by 10.68.242.74 with SMTP id wo10mr2983297pbc.9.1349425819489; Fri, 05 Oct 2012 01:30:19 -0700 (PDT) Original-Path: usenet.stanford.edu!kr7no5352298pbb.0!news-out.google.com!t10ni23613332pbh.0!nntp.google.com!kt20no10571774pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=114.91.101.151; posting-account=0SDsjAoAAACST9_yxvTp0Bl9-m-EasZx Original-NNTP-Posting-Host: 114.91.101.151 User-Agent: G2/1.0 Injection-Date: Fri, 05 Oct 2012 08:30:19 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:194738 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87073 Archived-At: Hi members, I use gud pdb to debug Python program. But output of gud is mono color and hard to identify the information in a huge chuck of output(e.g. type "bt" and find current frame in stack). So I want to add color and link to the output. How to render gud output? What function shall I add or change? Thank you very much, Z