comparison lisp/ChangeLog @ 70093:da16308f67d1

(tcl-send-string, tcl-send-region): Use forward-line so as to get to BOL even in the presence of fields. (tcl-eval-region): Strip surrounding space to avoid multiple prompts in return. (inferior-tcl): Tell tclsh to work in interactive mode.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 18 Apr 2006 21:16:50 +0000
parents 10e0b8ee9993
children 1694af098666
comparison
equal deleted inserted replaced
70092:e08e964839f4 70093:da16308f67d1
1 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca> 1 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4 Use forward-line so as to get to BOL even in the presence of fields.
5 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
6 in return.
7 (inferior-tcl): Tell tclsh to work in interactive mode.
2 8
3 * complete.el (partial-completion-mode): 9 * complete.el (partial-completion-mode):
4 Use 'choose-completion-string-functions to make sure that 10 Use 'choose-completion-string-functions to make sure that
5 choose-completion fills the minibuffer properly. 11 choose-completion fills the minibuffer properly.
6 12