py-execute-line calls void function

Bug #1492054 reported by deuscovrigus@gmail.com
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Fix Released
Medium
Andreas Roehler

Bug Description

I'm at revision 1868 and when I try to run
py-execute-line I get

py--fix-start: Symbol's function definition is void: indent-rigidly-left.
same goes for py-execute-region.

Am I calling this wrong?

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 1492054] [NEW] py-execute-line calls void function

Am 04.09.2015 um 00:31 schrieb <email address hidden>:
> Public bug reported:
>
> I'm at revision 1868 and when I try to run
> py-execute-line I get
>
> py--fix-start: Symbol's function definition is void: indent-rigidly-left.
> same goes for py-execute-region.
>
> Am I calling this wrong?
>
>

indent-rigidly-left is defined in indent.el. Seems something went wrong
there.
py-execute-line works nicely here.

Revision history for this message
deuscovrigus@gmail.com (deuscovrigus) wrote :

Where would indent.el be located? I have emacs 24.3

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 1492054] Re: py-execute-line calls void function

Am 05.09.2015 um 00:19 schrieb <email address hidden>:
> Where would indent.el be located? I have emacs 24.3
>

C-h f NAME RET should provide a buffer with link.

Here it's inside emacs/lisp.

Also: maybe a "locate" command exists at your system?

And there is still "find".

Revision history for this message
deuscovrigus@gmail.com (deuscovrigus) wrote :

hmm seems I only have indent-rigidly as a function in /usr/share/emacs/24.3/lisp/indent.el.gz

However, no indent-rigidly left. Maybe they changed it in this version?

Revision history for this message
Andreas Roehler (a-roehler) wrote :

Am 09.09.2015 um 18:05 schrieb <email address hidden>:
> hmm seems I only have indent-rigidly as a function in
> /usr/share/emacs/24.3/lisp/indent.el.gz
>
> However, no indent-rigidly left. Maybe they changed it in this version?
>

Thanks. Seems being introduced later. Will fix that.

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

python-mode.el now provides indent-rigidly-left, unless defined

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.