lp:~habnabit/+junk/python-mode

Created by Aaron Gallagher and last modified
Get this branch:
bzr branch lp:~habnabit/+junk/python-mode
Only Aaron Gallagher can upload to this branch. If you are Aaron Gallagher please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Aaron Gallagher
Status:
Development

Recent revisions

359. By Aaron Gallagher

Merging in the tqs fix.

358. By Aaron Gallagher

Fixing indentation to work how I like it.

357. By Andreas Roehler

rename py-goto-block-up py-beginning-of-block

356. By Andreas Roehler

dont bind C-c C-h

Please, don't bind C-c C-h to anything. This prevents people from
viewing all the bindings that start with C-c, which C-c C-h would
normally display.

-- Deniz Dogan

[ ... ]

Ctrl-h is the standard emacs key you can press anywhere in a sequence of alt/ctrl commands to get a description of everything that's possible there.

ctrl-c ctrl-h: show everything I can do after ctrl-c here.

ctrl-x v ctrl-h: what where those version control commands again...

(What I don't know is where in python mode he found a ctrl-h binding, btw).

Reinout

--
Reinout van Rees - <email address hidden> - http://reinout.vanrees.org
Programmer at http://www.nelen-schuurmans.nl
"Military engineers build missiles. Civil engineers build targets"

Barry Warsaw wrote on 2010-03-19: #2

Let's move it to C-c C-e where "e" == "explain"

355. By Andreas Roehler

Comments improved, author: Tom Roche

354. By Andreas Roehler

revision/353 Fix some indentation merged

353. By Andreas Roehler

function begins not in string

We can't use

(re-search-... [...] count)

Result is valid only if not within a string,
`re-search-...' can't provide this

Therefor:

while count
when (re-search-... [...] 1)
unless inside-string: setq count...

Beside weeding out some useless stuff: no counting of
columns needed etc.

352. By Andreas Roehler

hs-minor-mode, hide-show support, Author: Mikhail Novikov

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".

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