Mercurial > emacs
comparison lisp/ChangeLog @ 73500:d25ce2f322cb
* progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
New defvar.
(inferior-octave-resync-dirs): Check to see whether Octave has
built-in variables and set inferior-octave-has-built-in-variables.
Check inferior-octave-has-built-in-variables to decide whether to
send commands that set built-in variables or call functions to
change Octave's behavior.
Send "disp (pwd ())" to Octave instead of just "pwd".
(inferior-octave-startup): Send "more off" to Octave instead of
"page_screen_output = 0".
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 27 Oct 2006 14:39:43 +0000 |
parents | f93751296dc3 |
children | 16133e335cb5 |
comparison
equal
deleted
inserted
replaced
73499:646a9d0f56f2 | 73500:d25ce2f322cb |
---|---|
1 2006-10-26 John W. Eaton <jwe@octave.org> | |
2 | |
3 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables): | |
4 New defvar. | |
5 (inferior-octave-resync-dirs): Check to see whether Octave has | |
6 built-in variables and set inferior-octave-has-built-in-variables. | |
7 Check inferior-octave-has-built-in-variables to decide whether to | |
8 send commands that set built-in variables or call functions to | |
9 change Octave's behavior. | |
10 Send "disp (pwd ())" to Octave instead of just "pwd". | |
11 (inferior-octave-startup): Send "more off" to Octave instead of | |
12 "page_screen_output = 0". | |
13 | |
1 2006-10-26 Chong Yidong <cyd@stupidchicken.com> | 14 2006-10-26 Chong Yidong <cyd@stupidchicken.com> |
2 | 15 |
3 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the | 16 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the |
4 pattern normally. | 17 pattern normally. |
5 | 18 |