From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.bugs Subject: bug#12743: 24.2.50; run-python hangs Date: Sat, 27 Oct 2012 18:04:26 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1351353894 18790 80.91.229.3 (27 Oct 2012 16:04:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Oct 2012 16:04:54 +0000 (UTC) Cc: 12743@debbugs.gnu.org To: Left Right Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 27 18:05:03 2012 Return-path: Envelope-to: geb-bug-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 1TS8se-0000RK-4E for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Oct 2012 18:05:00 +0200 Original-Received: from localhost ([::1]:54762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS8sV-00009h-F6 for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Oct 2012 12:04:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS8sT-00009Z-6S for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 12:04:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TS8sQ-0003Hn-RQ for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 12:04:49 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS8sQ-0003Hh-Or for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 12:04:46 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TS8ub-000096-Lw for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2012 12:07:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andreas Schwab Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 27 Oct 2012 16:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12743 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12743-submit@debbugs.gnu.org id=B12743.1351354009540 (code B ref 12743); Sat, 27 Oct 2012 16:07:01 +0000 Original-Received: (at 12743) by debbugs.gnu.org; 27 Oct 2012 16:06:49 +0000 Original-Received: from localhost ([127.0.0.1]:35978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS8uO-00008e-H4 for submit@debbugs.gnu.org; Sat, 27 Oct 2012 12:06:48 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]:38941) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TS8uL-00008V-FE for 12743@debbugs.gnu.org; Sat, 27 Oct 2012 12:06:46 -0400 Original-Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3Xpn2P13KGz3hhWR; Sat, 27 Oct 2012 18:04:27 +0200 (CEST) X-Auth-Info: M1nZ/wzQna52c0KLOilCdGoyUR6xFUX3HzDPapwKWJg= Original-Received: from igel.home (ppp-93-104-148-157.dynamic.mnet-online.de [93.104.148.157]) by mail.mnet-online.de (Postfix) with ESMTPA id 3Xpn2M2s7kzbbfZ; Sat, 27 Oct 2012 18:04:27 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 501) id 0C0FFCA2A1; Sat, 27 Oct 2012 18:04:26 +0200 (CEST) X-Yow: I'm totally DESPONDENT over the LIBYAN situation and the price of CHICKEN.. In-Reply-To: (Left Right's message of "Sat, 27 Oct 2012 17:57:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:66112 Archived-At: Left Right writes: > There are 3 s-expressions inside (if ...), the third will never run, > but it probably has to. Maybe it should be (when ...) instead of (if > ...)? (if COND THEN ELSE...) If COND yields non-nil, do THEN, else do ELSE... Returns the value of THEN or the value of the last of the ELSE's. THEN must be one expression, but ELSE... can be zero or more expressions. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."