From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul K Newsgroups: gmane.emacs.help Subject: Re: does Your elpy/rope autocomplete from "sys." ? Date: Tue, 29 Apr 2014 14:46:29 +0200 Message-ID: References: <8738gxlr7f.fsf@saturnus.olympos> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1398775620 14576 80.91.229.3 (29 Apr 2014 12:47:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2014 12:47:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: ablepharus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 29 14:46:53 2014 Return-path: Envelope-to: geh-help-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 1Wf7Qu-0005Rd-5N for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Apr 2014 14:46:48 +0200 Original-Received: from localhost ([::1]:49625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf7Qt-0003DA-Py for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Apr 2014 08:46:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf7Qd-0002v2-H1 for help-gnu-emacs@gnu.org; Tue, 29 Apr 2014 08:46:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wf7Qc-00059w-Ka for help-gnu-emacs@gnu.org; Tue, 29 Apr 2014 08:46:31 -0400 Original-Received: from mail-qg0-x230.google.com ([2607:f8b0:400d:c04::230]:43676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf7Qc-00059h-Fs for help-gnu-emacs@gnu.org; Tue, 29 Apr 2014 08:46:30 -0400 Original-Received: by mail-qg0-f48.google.com with SMTP id q108so143200qgd.35 for ; Tue, 29 Apr 2014 05:46:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UonJoFc46Ii508y6nsJVjIr8VSvTMN5QwUuIZTmafU8=; b=Z0CHNO0jKbv9ByvjKOhZSvtvU79bgfSIcr6i2BiTPDQWUNXSLG7pZsoADcYnjnnAQT +eJ8XNIcMTLrD06uYtiFbBv+eawXUnpGe52lfBHRfMKB+Ji1Tz81tdfgE9MBLZgSRdvH PSMHeNLt6H3wnxIA5zy57yl5Wps66gBn7Dulv0Uv7TX42gHt614e3HvsGBzHDBZOgEef 3mOpF433oQo+Zi9F8L8cQYADsljFdMcmXgsT7rxRmXcdYa8pyLmzRXRQwvbltvcRfA9C 2M3LZE8tWJtNzuFfLaJ8wJCrv6YCg6uhDpNgYgw5SCD0dd1oRsl4+sJfgLXMSx0iOrCX hzxA== X-Received: by 10.140.41.49 with SMTP id y46mr11494829qgy.104.1398775589631; Tue, 29 Apr 2014 05:46:29 -0700 (PDT) Original-Received: by 10.140.94.9 with HTTP; Tue, 29 Apr 2014 05:46:29 -0700 (PDT) In-Reply-To: <8738gxlr7f.fsf@saturnus.olympos> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::230 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97445 Archived-At: Hi ablepharus. Thanks for the suggestion. looks like 2 persons noticed the problem. to resolve confusion, let me put simple python code once more. "bold" font spoiled my previous version of code: import sys sys. # no completion here. On Mon, Apr 28, 2014 at 11:48 AM, ablepharus wrote: > Hi, > > i experienced the same problem. > Completing sys with jedi however works. > > best regards > > > Paul K writes: > > > Hallo emacs users. > > > > my python program is very simple: > > > > > > *import sys*sys. > > > > unfortunatelly no completion is done at the end. > > > > But for another module (`os' for example) all is ok. > > > > where is the problem? > > > > I am running following: > > GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) > > > > elpy-version is a variable defined in `elpy.el'. > > Its value is "1.3.0" > > > > terminal$ pip freeze | grep rope > > rope==0.9.4 > > > > terminal$ python --version > > Python 2.7.3 > > > > I am running ubuntu.12.04 > > > > my emacs configuration is: > > > > (require 'package) > > (package-initialize) > > > > > > (elpy-enable) > > (delq 'flymake-mode elpy-default-minor-modes) > > > > > > ragards, >