From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ken Manheimer" Newsgroups: gmane.emacs.devel Subject: Re: pdbtrack Date: Sat, 23 Feb 2008 18:16:27 -0500 Message-ID: <2cd46e7f0802231516kf83a804xc3d4ec30d336909a@mail.gmail.com> References: <2cd46e7f0802150943x46e9bcb0i4c3b6075d48cc979@mail.gmail.com> <18363.29854.271108.937443@kahikatea.snap.net.nz> <18363.37318.759923.736701@kahikatea.snap.net.nz> <2cd46e7f0802211440i44f1efc5n19e892066a63ece9@mail.gmail.com> <2cd46e7f0802221000t3e810a39j89b897a19dbef9a2@mail.gmail.com> <18367.11182.857700.825250@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203808603 1354 80.91.229.12 (23 Feb 2008 23:16:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2008 23:16:43 +0000 (UTC) Cc: Glenn Morris , emacs-devel@gnu.org To: "Nick Roberts" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 24 00:17:08 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JT3c8-00013M-Lt for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 00:17:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT3bc-0008N4-TO for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 18:16:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JT3bZ-0008Mz-CQ for emacs-devel@gnu.org; Sat, 23 Feb 2008 18:16:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JT3bY-0008Mn-Ry for emacs-devel@gnu.org; Sat, 23 Feb 2008 18:16:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT3bY-0008Mk-Mi for emacs-devel@gnu.org; Sat, 23 Feb 2008 18:16:28 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JT3bY-0002RC-HV for emacs-devel@gnu.org; Sat, 23 Feb 2008 18:16:28 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so1117323wah.10 for ; Sat, 23 Feb 2008 15:16:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=oG53PHIrb7HMBsDqtmUyqVPee8Th7QIPP0are1Lzg94=; b=BKg1xKTO6A21e7oCEjB0ZfdT1jovsdFfGUgXTk1cny9BzAsmxRye33GcNm7DfMQcZtdOT3j1g7Qn5Tu0objQy5Pui7BLamFSSz1pr/fmH6bYFS2NV4YJVJ5anah75/WhnryX+MfwOiw1T2B8AyJw1YbahPEgZCpBdFaG5HZU+r8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C2LrRRDUazO5W1+t29So4MU47aVidA/RnQDbAj30kEtJ6cIiCtBjWftd46Jr5uhNvmzWyy/MOWRjZ2HCbYUlzZ/5TFrpEis4TScQKjnYzfLTF5goRHzwToVYSg2++jNjxbrSdfb0rniFsyzSuXi3zbhWEGtOQ99YfNRTzzLb5IU= Original-Received: by 10.114.134.1 with SMTP id h1mr1167282wad.4.1203808587487; Sat, 23 Feb 2008 15:16:27 -0800 (PST) Original-Received: by 10.114.160.13 with HTTP; Sat, 23 Feb 2008 15:16:27 -0800 (PST) In-Reply-To: <18367.11182.857700.825250@kahikatea.snap.net.nz> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:90181 Archived-At: On 2/22/08, Nick Roberts wrote: > > i've committed changes which settle the compiler warnings by removing > > the python-mode.el ingredients unnecessary for pdbtracking,. i left > > in python-shell, however, in case that might be useful. hopefully > > there'll be a more complete reconciliation of the two python mode > > implementations soon, but until then this should cleanly convey > > pdbtracking to python.el users. > I think it would be a good idea to put something in the manual about > pdbtrack to help users will find out about. Perhaps a node listed after > "GDB Grapical Interface" in the "Debuggers" node and a reference from the > description of M-x pdb in the "Starting GUD" node. It needn't be long. You > could base it on the description you've recently posted to this list that is a good idea - both adding a manual entry for it and getting a jump start by adopting material from what i already wrote. i'll try to get to it soon - is there a particular date impending for the next emacs minor release? -- ken http://myriadicity.net