* does Your elpy/rope autocomplete from "sys." ?
@ 2014-04-27 14:08 Paul K
[not found] ` <8738gxlr7f.fsf@saturnus.olympos>
0 siblings, 1 reply; 3+ messages in thread
From: Paul K @ 2014-04-27 14:08 UTC (permalink / raw)
To: help-gnu-emacs
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,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: does Your elpy/rope autocomplete from "sys." ?
[not found] ` <8738gxlr7f.fsf@saturnus.olympos>
@ 2014-04-29 12:46 ` Paul K
2014-04-29 14:23 ` Andreas Röhler
0 siblings, 1 reply; 3+ messages in thread
From: Paul K @ 2014-04-29 12:46 UTC (permalink / raw)
To: ablepharus; +Cc: help-gnu-emacs
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 <ablepharus@googlemail.com>wrote:
> Hi,
>
> i experienced the same problem.
> Completing sys with jedi however works.
>
> best regards
>
>
> Paul K <mafeuser@gmail.com> 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,
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: does Your elpy/rope autocomplete from "sys." ?
2014-04-29 12:46 ` Paul K
@ 2014-04-29 14:23 ` Andreas Röhler
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Röhler @ 2014-04-29 14:23 UTC (permalink / raw)
To: help-gnu-emacs
On 29.04.2014 14:46, Paul K wrote:
> 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.
>
>
There is a way to report bugs:
https://github.com/jorgenschaefer/elpy/issues
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-29 14:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-27 14:08 does Your elpy/rope autocomplete from "sys." ? Paul K
[not found] ` <8738gxlr7f.fsf@saturnus.olympos>
2014-04-29 12:46 ` Paul K
2014-04-29 14:23 ` Andreas Röhler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).