comparison lisp/ChangeLog @ 109502:293582ab6357

* lisp/progmodes/ps-mode.el: Use comint. (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return].. (ps-mode-other-newline): Simplify. (ps-run-mode): Derive from comint-mode instead of fundamental-mode, yielding input history etc. (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region) (ps-run-send-string): Adapt for comint-mode. (ps-run-newline): Remove now unneeded function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 24 Jul 2010 00:51:37 +0200
parents 3a9a140f18bb
children ddd0e4f58fa3
comparison
equal deleted inserted replaced
109501:c02e8765755d 109502:293582ab6357
1 2010-07-23 Markus Triska <markus.triska@gmx.at>
2
3 * progmodes/ps-mode.el: Use comint (bug#5954).
4 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
5 (ps-mode-other-newline): Simplify.
6 (ps-run-mode): Derive from comint-mode instead of
7 fundamental-mode, yielding input history etc.
8 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
9 (ps-run-send-string): Adapt for comint-mode.
10 (ps-run-newline): Remove now unneeded function.
11
1 2010-07-23 Michael Albinus <michael.albinus@gmx.de> 12 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
2 13
3 * net/tramp.el (tramp-methods): Move hostname to the end in all 14 * net/tramp.el (tramp-methods): Move hostname to the end in all
4 plink `tramp-login-args'. 15 plink `tramp-login-args'.
5 16