[Python-checkins] devguide: #20062: replace emacs page of the devguide with a link to the PythonEditors

ezio.melotti python-checkins at python.org
Fri Jun 20 01:18:28 CEST 2014


http://hg.python.org/devguide/rev/a79c7088ed10
changeset:   700:a79c7088ed10
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Jun 20 02:18:11 2014 +0300
summary:
  #20062: replace emacs page of the devguide with a link to the PythonEditors wiki page.  Initial patch by Albert Looney.

files:
  emacs.rst |  32 --------------------------------
  index.rst |   4 ++--
  2 files changed, 2 insertions(+), 34 deletions(-)


diff --git a/emacs.rst b/emacs.rst
deleted file mode 100644
--- a/emacs.rst
+++ /dev/null
@@ -1,32 +0,0 @@
-.. _emacs:
-
-=============
-Emacs support
-=============
-
-If you want to edit Python code in Emacs, you should download python-mode.el
-and install it somewhere on your load-path.  See the project page to download:
-https://launchpad.net/python-mode
-
-While Emacs comes with a python.el file, it is not recommended.
-python-mode.el is maintained by core Python developers and is generally
-considered more Python programmer friendly.  For example, python-mode.el
-includes a killer feature called `pdbtrack` which allows you to set a pdb
-breakpoint in your code, run your program in an Emacs shell buffer, and do gud
-style debugging when the breakpoint is hit.
-
-python-mode.el is compatible with both GNU Emacs from the FSF, and XEmacs.
-
-For more information and bug reporting, see the above project page.  For help,
-development, or discussions, see the python-mode mailing list:
-http://mail.python.org/mailman/listinfo/python-mode
-
-
-..
-   Local Variables:
-   mode: indented-text
-   indent-tabs-mode: nil
-   sentence-end-double-space: t
-   fill-column: 78
-   coding: utf-8
-   End:
diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -169,10 +169,11 @@
     * :doc:`grammar`
     * :doc:`compiler`
 * Tool support
-    * :doc:`emacs`
     * :doc:`gdb`
     * :doc:`clang`
     * Various tools with configuration files as found in the `Misc directory`_
+    * Information about editors and their configurations can be found in the
+      `wiki <https://wiki.python.org/moin/PythonEditors>`_
 * `python.org maintenance`_
 
 * :ref:`Search this guide <search>`
@@ -206,7 +207,6 @@
    stdlibchanges
    langchanges
    experts
-   emacs
    gdb
    grammar
    compiler

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list