py-forward-into-nomenclature jumps over CamelCased words

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

Bug Description

given:

def SomeFunction(arg):
    pass

py-forward-into-nomenclature should "stop" inbetween Some and Function.
py-backward-into-nomenclature does that correctly.

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

Hi Georg,

please re-open, should anything being left

cheers,

Andreas

Changed in python-mode:
status: Confirmed → Fix Committed
Revision history for this message
Georg Brandl (gbrandl) wrote :

Another thing: forward-word stops at the *ends* of words. py-forward-into-nomenclature now stops at the beginnings of words. E.g.:

def doSomething(blah)

from the beginning of the line it should stop at " ", "S", "(", ")"
it does stop at "d", "S", "b".

Changed in python-mode:
status: Fix Committed → In Progress
Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 919540] Re: py-forward-into-nomenclature jumps over CamelCased words

Am 29.01.2012 09:35, schrieb Georg Brandl:
> Another thing: forward-word stops at the *ends* of words. py-forward-
> into-nomenclature now stops at the beginnings of words. E.g.:
>
> def doSomething(blah)
>
> from the beginning of the line it should stop at " ", "S", "(", ")"
> it does stop at "d", "S", "b".
>
> ** Changed in: python-mode
> Status: Fix Committed => In Progress
>

done, hopefully, please re-open should something remain,

Andreas

Changed in python-mode:
status: In Progress → Fix Committed
Changed in python-mode:
status: Fix Committed → Fix Released
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.