From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lorenzo Isella" Newsgroups: gmane.emacs.help Subject: ECB and Python Date: Tue, 28 Oct 2008 18:17:56 +0100 Message-ID: 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 1225214381 24523 80.91.229.12 (28 Oct 2008 17:19:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 17:19:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 28 18:20:43 2008 connect(): Connection refused 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 1KusF9-00084w-FV for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Oct 2008 18:20:36 +0100 Original-Received: from localhost ([127.0.0.1]:55618 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KusE2-0007Vn-CC for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Oct 2008 13:19:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KusCj-0007AV-BO for help-gnu-emacs@gnu.org; Tue, 28 Oct 2008 13:18:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KusCh-0007AH-OU for help-gnu-emacs@gnu.org; Tue, 28 Oct 2008 13:18:03 -0400 Original-Received: from [199.232.76.173] (port=58861 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KusCh-0007AE-Gv for help-gnu-emacs@gnu.org; Tue, 28 Oct 2008 13:18:03 -0400 Original-Received: from ey-out-1920.google.com ([74.125.78.145]:14939) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KusCh-0006IJ-2k for help-gnu-emacs@gnu.org; Tue, 28 Oct 2008 13:18:03 -0400 Original-Received: by ey-out-1920.google.com with SMTP id 4so1120217eyg.24 for ; Tue, 28 Oct 2008 10:17:56 -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:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=U1jqXp/YkSjPCc8tiZ72B/gJU6xsZagowrfuUM6ya/s=; b=ftW6aFKmu/8f11R4oZB7AX2wwD9D3JQd5r/ea13Np/CuDPRR0Kx3aJx/v3cNvBRlxZ SVlWQZpPJlZdG8OaO0d/L8XtquHODZUBmDAGxroyV7UkXIAzaVFQPKU58rzjDBqd4p/P QhbbawMC7bB9qyWIwVjqXiy1uhtAWysitzrgk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=dGHMepR0YMRQxnjOH4hqMpKLyyzTlE2hUSG3N5H9Rj1DgHE5tetJdISjZM4ecvY5sj rXvolAJ2y05+9XaMv7vcGsRbUzcmNn3fLlpM7Evvu5chXlvKeOUF2Z3bieMVt4qQCstl LU+JGEPvfT0FpsKy+PbNXpSjMZoXlElUUQdV4= Original-Received: by 10.187.196.3 with SMTP id y3mr715311fap.55.1225214276656; Tue, 28 Oct 2008 10:17:56 -0700 (PDT) Original-Received: by 10.187.243.6 with HTTP; Tue, 28 Oct 2008 10:17:56 -0700 (PDT) Content-Disposition: inline X-Google-Sender-Auth: b0b603621ff87a1c 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:59207 Archived-At: Dear All, I gave ECB a try mainly for C/C++ codes, but I am using it regularly also for Python codes. I noticed that, if a variable (like some large array) is defined only inside an if condition, it is then "invisible" in the list of variables shown by the interactor. Is this expected or have I done something wrong? And how can I get ECB to look also at what is defined inside the an if statement in Python? Many Thanks Lorenzo -- Free will does not consist in inverting the river flow, but in being the fish that leaps upstream.