~a-roehler/python-mode/XEmacs-compat-test

« back to all changes in this revision

Viewing changes to website/docs/index.ht

  • Committer: montanaro
  • Date: 2006-02-04 12:16:32 UTC
  • Revision ID: svn-v3-single1-dHJ1bmsvcHl0aG9uLW1vZGU.:fb98634b-d22b-0410-a57a-e996bee27b70:trunk%2Fpython-mode:417
first cut

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Title: Python-Mode Documentation
 
2
Author: python-mode@python.org
 
3
Meta: <meta name="keywords" content="Emacs Python Software" />
 
4
      <meta name="description" content="Documentation for Python-Mode." />
 
5
Content-Type: text/x-rst
 
6
 
 
7
Python-mode makes a number of editing and debugging features available to
 
8
Python programmers who use GNU Emacs or XEmacs.  Included in its basic
 
9
feature set are:
 
10
 
 
11
    * syntax coloring
 
12
 
 
13
    * indent/dedent/electric newline support
 
14
 
 
15
    * movement across major functional sections of code
 
16
 
 
17
    * code execution in inferior Python processes
 
18
 
 
19
    * class/function marking
 
20
 
 
21
    * integration with pdb, the Python debugger