summaryrefslogtreecommitdiff
path: root/Misc/python-mode.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (python-font-lock-keywords): added class and defBarry Warsaw1996-07-051-7/+13
|
* (py-mode-syntax-table): revert underscore to word class, even though IBarry Warsaw1996-07-031-1/+5
| | | | don't agree with it.
* (py-delete-char): Obey numeric argument.Barry Warsaw1996-07-031-15/+21
|
* (py-shift-region-left, py-shift-region-right, py-indent-right,Barry Warsaw1996-07-031-88/+32
| | | | | | | py-outdent-left, py-mode-map): Folded all functionality into py-shift-region-* commands. Bound C-c C-l to py-shift-region-left and C-c C-r to py-shift-region-right. Removed py-indent-right and py-indent-left.
* (py-indent-right, py-outdent-left): fixed placement of point afterBarry Warsaw1996-04-081-16/+22
| | | | adjustments.
* (py-parse-state): make sure we don't land inside a triple-quotedBarry Warsaw1996-04-061-10/+16
| | | | string
* (py-indent-right, py-outdent-left): Watch out for (mark) returningBarry Warsaw1996-03-251-4/+10
| | | | nil.
* #updated some commentsBarry Warsaw1996-03-221-7/+9
|
* (py-indent-right, py-indent-left): support indentation of regions orBarry Warsaw1996-03-221-34/+69
| | | | current line.
* (py-comment-region): obsoleted by comment-regionBarry Warsaw1996-03-071-28/+6
| | | | | | (python-mode): set comment-start to "## " for comment-region. (py-mode-map): Bind C-c# to comment-region.
* (python-font-lock-keywords): make it a defconstBarry Warsaw1996-03-061-2/+2
|
* (py-honor-comment-indentation, py-compute-indentation): allow otherBarry Warsaw1996-03-061-10/+23
| | | | than nil or t values.
* (py-honor-comment-indentation): new variable.Barry Warsaw1996-03-051-1/+13
| | | | (py-compute-indentation): use new variable.
* #removed font-lock cruftBarry Warsaw1996-03-051-44/+0
|
* (python-font-lock-keywords): Much improved descrimination betweenBarry Warsaw1996-03-051-23/+23
| | | | keywords and names with keywords in them.
* (py-compute-indentation): fix skipping backwards over comments byBarry Warsaw1996-03-041-2/+5
| | | | using forward-comment (and Emacs 19 function) if available.
* (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp.Barry Warsaw1996-01-231-1/+1
|
* (py-indent-offset): Change default to 4.Barry Warsaw1995-11-031-1/+1
|
* changed underscore to have symbol syntaxBarry Warsaw1995-10-181-1/+1
|
* (py-indent-offset): this should be buffer local.Barry Warsaw1995-10-121-0/+2
|
* (py-align-multiline-strings-p): new variableBarry Warsaw1995-09-191-106/+105
|
* (py-electric-colon): turn off electric behavior inside strings andBarry Warsaw1995-09-141-23/+31
| | | | comments.
* (python-mode): comment-multi-line must be nil for Emacs 19Barry Warsaw1995-09-141-0/+3
|
* (py-compute-indentation): when inside a comment, indent to under theBarry Warsaw1995-09-141-0/+14
| | | | most previous non-blank line.
* #changed all email address to go through python.orgBarry Warsaw1995-07-051-5/+5
|
* (py-append-to-process-buffer): XEmacs doesn't have last-input-start orBarry Warsaw1995-07-051-2/+4
| | | | last-input-end either!
* (python-font-lock-keywords): merged with XEmacs 19.12 font-lock.elBarry Warsaw1995-07-051-50/+58
| | | | value
* (py-process-filter): if command takes a long time, input typed beforeBarry Warsaw1995-07-051-8/+13
| | | | | the next prompt could end up in the middle of the line, instead of after it. Fix given by klm@nist.gov.
* (py-shell): cope with make-comint instead of make-shellBarry Warsaw1995-07-051-1/+2
|
* Added tbd's on python-font-lock-keywordsBarry Warsaw1995-06-201-0/+37
|
* #updated to-do listBarry Warsaw1995-05-081-0/+1
|
* (py-electric-colon): use a save-excursion instead of a progn inBarry Warsaw1995-03-201-1/+1
| | | | indentation calculation test.
* #(py-electric-colon): updated commentBarry Warsaw1995-03-151-5/+5
|
* (py-electric-colon): don't indent, only outdent.Barry Warsaw1995-03-151-4/+6
|
* (py-indent-right, py-outdent-left): new commands, bound to C-c C-r andBarry Warsaw1995-03-151-0/+41
| | | | C-c C-l respectively.
* (py-electric-colon): don't re-indent the line if it starts in columnBarry Warsaw1995-03-141-5/+9
| | | | zero
* (py-no-outdent-re): fixed the regexp for try: clausesBarry Warsaw1995-03-141-1/+1
|
* (py-outdent-p): new functionBarry Warsaw1995-03-141-12/+15
| | | | | (py-electric-colon, py-indent-line): watch out for intervening blank or comment lines.
* (py-no-outdent-re): new constantBarry Warsaw1995-03-141-18/+39
| | | | | (py-indent-line, py-electric-colon): watch for compound statements one line after another.
* (py-submit-bug-report): fixed summary queryingBarry Warsaw1995-03-141-4/+23
| | | | #Added a summary of changes
* (py-outdent-re): new constantBarry Warsaw1995-03-141-2/+16
| | | | | | | (py-electric-colon): use py-outdent-re instead of hardcoding (py-indent-line): look for py-outdent-re and outdent a level accordingly
* #(py-indent-line): cosmeticBarry Warsaw1995-03-141-1/+1
|
* (py-electric-colon): new commandBarry Warsaw1995-03-141-1/+26
|
* #updated copywrite notice by removing the GPL language according toBarry Warsaw1995-03-101-28/+7
| | | | | | #Guido's request. # Updated the `Created' date
* (py-delete-char): must have 'supersede value for 'delete-selection andBarry Warsaw1995-03-091-0/+4
| | | | 'pedning-delete properties.
* (python-font-lock-keywords): better defaults.Barry Warsaw1995-03-081-25/+22
|
* (py-keep-region-active): new function.Barry Warsaw1995-03-081-1/+7
|
* #(python-font-lock-keywords): paren typoBarry Warsaw1995-03-081-2/+2
|
* (python-font-lock-keywords): new variableBarry Warsaw1995-03-081-0/+27
|
* (py-mode-map): py-mark-block moved to C-c C-m (was C-c C-b).Barry Warsaw1995-03-081-3/+52
| | | | | | | | | py-submit-bug-report placed on C-c C-b, and py-version placed on C-c C-v. (py-version, py-submit-bug-report): new functions (py-version, py-help-address): new variables