Python mode - `C-c |' feature suggestion
François Pinard
pinard at iro.umontreal.ca
Tue Feb 22 14:50:06 EST 2000
More information about the Python-list mailing list
Tue Feb 22 14:50:06 EST 2000
- Previous message (by thread): Python mode - `C-c |' feature suggestion
- Next message (by thread): Python mode - `C-c |' feature suggestion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Alex <alex at somewhere.round.here> writes: > By the way, what are all the control-L's for? Form feeds. Within Emacs, you may use `C-x [' and `C-x ]' to quickly jump from one to the other. They are often convenient to regroup a bunch of functions together, per general functionality, in bigger Emacs LISP sources (or whatever the language). > ! (code-for-execution (buffer-substring-no-properties start end))) Just a little note. The `-no-properties' functions are less portable. You can usually go with the more standard ones, at the expense of a few computing cycles, later. Nothing to worry about in most cases. -- François Pinard http://www.iro.umontreal.ca/~pinard
- Previous message (by thread): Python mode - `C-c |' feature suggestion
- Next message (by thread): Python mode - `C-c |' feature suggestion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list