From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Patch: Python mode and eldoc "freeze" Date: Sun, 05 Nov 2006 12:28:39 -0500 Message-ID: <87slgxls54.fsf@stupidchicken.com> References: <20061103215330.C1BA.SLAWOMIR.NOWACZYK.847@student.lu.se> <87bqnn28be.fsf@stupidchicken.com> <20061104113803.C1C4.SLAWOMIR.NOWACZYK.847@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162747749 2744 80.91.229.2 (5 Nov 2006 17:29:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Nov 2006 17:29:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 05 18:29:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gglnd-0003EG-Q3 for ged-emacs-devel@m.gmane.org; Sun, 05 Nov 2006 18:28:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gglnd-0000H5-7z for ged-emacs-devel@m.gmane.org; Sun, 05 Nov 2006 12:28:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GglnI-00006S-Tb for emacs-devel@gnu.org; Sun, 05 Nov 2006 12:28:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GglnG-0008Vx-FD for emacs-devel@gnu.org; Sun, 05 Nov 2006 12:28:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GglnG-0008Vq-B7 for emacs-devel@gnu.org; Sun, 05 Nov 2006 12:28:26 -0500 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GglnG-0000QE-Bt for emacs-devel@gnu.org; Sun, 05 Nov 2006 12:28:26 -0500 Original-Received: by cyd (Postfix, from userid 1000) id 9EBF84E3FE; Sun, 5 Nov 2006 12:28:39 -0500 (EST) Original-To: Slawomir Nowaczyk In-Reply-To: <20061104113803.C1C4.SLAWOMIR.NOWACZYK.847@student.lu.se> (Slawomir Nowaczyk's message of "Sat\, 04 Nov 2006 11\:55\:05 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux) 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:61825 Archived-At: Slawomir Nowaczyk writes: > #> Won't this print _emacs_out twice? > > Oops, sorry, it obviously will... thanks for noticing it. It's not a big > deal since code in python.el deals with it OK, but the patch below is > clearly better. Thanks; I've checked it in.