Received: by 10.205.131.16 with SMTP id ho16mr785515bkc.3.1335447973433; Thu, 26 Apr 2012 06:46:13 -0700 (PDT) X-BeenThere: rope-dev@googlegroups.com Received: by 10.204.143.155 with SMTP id v27ls388096bku.8.gmail; Thu, 26 Apr 2012 06:46:12 -0700 (PDT) Received: by 10.205.131.16 with SMTP id ho16mr785510bkc.3.1335447972766; Thu, 26 Apr 2012 06:46:12 -0700 (PDT) Received: by 10.205.131.16 with SMTP id ho16mr785509bkc.3.1335447972750; Thu, 26 Apr 2012 06:46:12 -0700 (PDT) Return-Path: Received: from mail-bk0-f47.google.com (mail-bk0-f47.google.com [209.85.214.47]) by gmr-mx.google.com with ESMTPS id p9si3075650bkw.1.2012.04.26.06.46.12 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Apr 2012 06:46:12 -0700 (PDT) Received-SPF: pass (google.com: domain of aligr...@gmail.com designates 209.85.214.47 as permitted sender) client-ip=209.85.214.47; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of aligr...@gmail.com designates 209.85.214.47 as permitted sender) smtp.mail=aligr...@gmail.com; dkim=pass header...@gmail.com Received: by mail-bk0-f47.google.com with SMTP id jm19so1058271bkc.6 for ; Thu, 26 Apr 2012 06:46:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :user-agent; bh=AACopEJ2aC7U7IgLOOOfqAcoljLDUKMr1EPdM7PR85w=; b=g4VTeK99SoU1K8MK+BfQVxhR574Bo4O9Sgr7Z5jA14Hk5v/fY2I6SwYxbEvt4VYUnx mYu4Y7C5ikyUAZf/o5HIvrfAs/GGvOxqwShH+Lg0AHzXt7NdQKVQvp94yuxG+rO/7SRP AqocKJr3iVkzDw219PU7zzspURq3TphRf14I3oDCaA9lrsFjmn7zs4OfedOkrFr4PEmV F/4W2yYsd/v+I11hzSgPzofGRy35huLXYdtcAXw71yJ+SUjOXbz5X1xyRyAfns+PhHa3 i3FzI+WQs60pPIPkyKSd1EXgk/jA327V6fELULFGUY1+iwvmiamyS/XhOipTxmsDaWXl iTig== Received: by 10.204.150.72 with SMTP id x8mr1566091bkv.33.1335447972567; Thu, 26 Apr 2012 06:46:12 -0700 (PDT) Return-Path: Received: from lilem.mirepesht ([2.178.65.9]) by mx.google.com with ESMTPS id z14sm5788877bky.15.2012.04.26.06.46.02 (version=SSLv3 cipher=OTHER); Thu, 26 Apr 2012 06:46:11 -0700 (PDT) Date: Thu, 26 Apr 2012 18:14:41 +0430 From: Ali Gholami Rudi To: Leo Cc: rope-dev@googlegroups.com Subject: Re: rope and pyzmq completion Message-ID: <20122604181...@lilem.mirepesht> In-Reply-To: <87vcko59kp....@gmail.com> References: <87vcko59kp....@gmail.com> User-Agent: git://repo.or.cz/mailx.git Hi, Leo wrote: > I wonder if zmq module has the same problems as the os module. I cannot > get all meaningful completions in ropemacs-mode. For example, there is > no completion for zmq.Context. Ideas? Does adding zmq to extension_modules list in .ropeproject/config.py help? Ali