completion not working at all

Bug #1001328 reported by Andreas Roehler
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Fix Released
Medium
Andreas Roehler

Bug Description

Am 18.05.2012 17:09, schrieb Yaroslav Halchenko:
[ ... ]
> b. seems to just not work for me at all... even if in as simple as
>
>
> basdklfjasdf = 3
> basd
>
> I am trying to complete basd -- it says
>
> Can't find completion for "basd"
>

Changed in python-mode:
assignee: nobody → Andreas Roehler (a-roehler)
milestone: none → 6.0.8
importance: Undecided → Medium
Revision history for this message
Andreas Roehler (a-roehler) wrote :

please re-open if not done

Changed in python-mode:
status: New → Fix Committed
Changed in python-mode:
status: Fix Committed → Fix Released
Revision history for this message
Yaroslav Halchenko (yarikoptic) wrote :

Thanks -- this one seems to be addressed with 6.0.8 that some completion is working...

although when I tried to complete numpy. in the following code (within another module) I got not that useful completion I expected:

def test_bu():
    import numpy
    numpy.__COMPLETER_all_completions

and then when I just made another file with "import numpy" in it, opened with emacs and tried to complete got just

Can't find completion for "numpy."
Scanning for dabbrevs...100%
dabbrev-expand: No dynamic expansion for `numpy.' found

When I tried to complete something like "mv" whenever there were imports of mvpa2 before then, I just got

"call-interactively: Wrong type argument: listp, 8 [2 times]"

Completing full mvpa2. resulted in the same mvpa2.__COMPLETER_all_completions

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.