[issue20062] Remove emacs page from devguide

2014-06-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset a79c7088ed10 by Ezio Melotti in branch 'default': #20062: replace emacs page of the devguide with a link to the PythonEditors wiki page. Initial patch by Albert Looney. http://hg.python.org/devguide/rev/a79c7088ed10 -- nosy: +python-dev _

[issue20062] Remove emacs page from devguide

2014-06-19 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: -> ezio.melotti resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue20062] Remove emacs page from devguide

2014-03-26 Thread Albert Looney
Changes by Albert Looney : Removed file: http://bugs.python.org/file34503/index.patch ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue20062] Remove emacs page from devguide

2014-03-20 Thread Raymond Hettinger
Raymond Hettinger added the comment: Ideally, the information should exist on the wiki (so it can easily be kept up-to-date) and the devguide should link to it (so new devs can find the resource). -- nosy: +rhettinger ___ Python tracker

[issue20062] Remove emacs page from devguide

2014-03-20 Thread Albert Looney
Albert Looney added the comment: Patch should be fixed now and remove emacs.rst file. It seems to me that the Emacs information that is being deleted is already in the wiki. https://wiki.python.org/moin/EmacsEditor -- Added file: http://bugs.python.org/file34542/devguide.patch __

[issue20062] Remove emacs page from devguide

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: Thanks! To complete the patch, you should also delete the emacs.rst file (patches created by Mercurial can represent file creation and deletion, not only changes). The deleted content need to be added to the Python wiki (see link to the PythonEditors page in a

[issue20062] Remove emacs page from devguide

2014-03-18 Thread Albert Looney
Albert Looney added the comment: removing emacs from the devguide Im am certainly new at this, so if this is incorrect please provide feedback. -- keywords: +patch nosy: +alooney Added file: http://bugs.python.org/file34503/index.patch ___ Python tra

[issue20062] Remove emacs page from devguide

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: Alright. -- keywords: +easy title: Should the devguide document emacs/vim support? -> Remove emacs page from devguide ___ Python tracker ___ _