lp:~a-roehler/python-mode/tqs-302834-amend

Created by Andreas Roehler and last modified
Get this branch:
bzr branch lp:~a-roehler/python-mode/tqs-302834-amend
Only Andreas Roehler can upload to this branch. If you are Andreas Roehler please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andreas Roehler
Project:
python-mode.el
Status:
Merged

Recent revisions

357. By Andreas Roehler

py-backslash-continuation-preceding-line-p

356. By Andreas Roehler

py-goto-beyond-final-line doku cleaned up

355. By Andreas Roehler

py-goto-statement-below cleaned up

354. By Andreas Roehler

On Sep 21, 2010, at 10:33 AM, Andreas Röhler wrote:

> >suggest to drop the second sentence in doku of
> >`py-goto-initial-line' --see below-- as it's confusing.
> >
> >"Usually this is the line we're on" might be true, but
> >has no syntactic relevance.
> >
> >It's not obvious, what "a continuation block" should mean.
> >
> >For me a block is the body of a conditional.
Well, almost the entire docstring makes no sense <wink>.

The Python language reference describes these things as "compound statements":

    http://docs.python.org/reference/compound_stmts.html

It goes on to describe the layout of compound statements:

[ ... ]

-Barry

353. By Andreas Roehler

underscore word class again, thanks Barry pointing to it

352. By Andreas Roehler

triple-quoted-string bug 302834

`python-font-lock-syntactic-keywords' and related stuff
from python.el implemented in a way, XEmacs may take
profit too - which isn't the case yet. Bug should be
gone for GNU Emacs.

351. By Barry Warsaw

When shifting regions right and left, keep the region active in Emacs.

350. By Barry Warsaw

Emacs 23 has apparently changed the way transient-mark-mode works, so that we
now have to catch the 'mark-inactive signal that can occur. We really want to
say "if there's no mark, (mark) should return nil".

349. By Barry Warsaw

Post release tweaks.

348. By Barry Warsaw

Place this file under the GPLv3 and bump the version number.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 with rich root (needs bzr 1.0)
This branch contains Public information 
Everyone can see this information.

Subscribers