1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Francesco Potortì
c7da3b7091 (inferior-octave-mode): Use add-hook to
add inferior-octave-directory-tracker to the buffer-local value
of comint-input-filter-functions.
2007-09-22 00:09:45 +00:00
Glenn Morris
1a484753b2 Switch license to GPLv3 or later. 2007-07-25 04:29:40 +00:00
Richard M. Stallman
6145f7fdfe (inferior-octave-prompt): Accept .exe. 2007-07-23 17:55:00 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Chong Yidong
d32f600dfc * 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".
2006-10-27 14:39:43 +00:00
Stefan Monnier
e2536e57f9 Remove spurious * in docstrings.
(inferior-octave-mode): Only change the buffer-local value of
comint-dynamic-complete-functions.
(inferior-octave-mode-map, inferior-octave-mode-syntax-table):
Move the initialization to the declaration.
(inferior-octave-complete): Remove unused var `filter'.
2006-07-07 14:40:35 +00:00
Nick Roberts
d91362c9e0 Update copyright for 2006. 2006-02-10 09:00:31 +00:00
Eli Zaretskii
107dd21bca (inferior-octave-startup): Force a non-empty string for secondary prompt PS2. 2005-11-26 10:51:22 +00:00
Eli Zaretskii
4ca7c4680d (inferior-octave-startup): Resync current dir at the end. 2005-09-10 15:05:44 +00:00
Eli Zaretskii
d0943d40f8 Change Author and Maintainer address. 2005-08-26 13:42:43 +00:00
Nick Roberts
034babe1e1 Update copyright for release of 22.1 for progmodes directory. 2005-08-01 08:43:45 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Lute Kamstra
cb1b44b04b (inferior-octave-mode): Use delay-mode-hooks. 2005-06-14 12:07:24 +00:00
Lute Kamstra
9a9691963d * progmodes/ada-mode.el (ada-mode):
* progmodes/antlr-mode.el (antlr-mode):
* progmodes/autoconf.el (autoconf-mode):
* progmodes/dcl-mode.el (dcl-mode):
* progmodes/delphi.el (delphi-mode):
* progmodes/ebrowse.el (ebrowse-tree-mode)
(ebrowse-electric-list-mode, ebrowse-member-mode)
(ebrowse-electric-position-mode):
* progmodes/f90.el (f90-mode):
* progmodes/fortran.el (fortran-mode):
* progmodes/icon.el (icon-mode):
* progmodes/idlw-help.el (idlwave-help-mode):
* progmodes/idlw-shell.el (idlwave-shell-mode):
* progmodes/idlwave.el (idlwave-mode):
* progmodes/inf-lisp.el (inferior-lisp-mode):
* progmodes/m4-mode.el (m4-mode):
* progmodes/meta-mode.el (metafont-mode, metapost-mode):
* progmodes/modula2.el (modula-2-mode):
* progmodes/octave-inf.el (inferior-octave-mode):
* progmodes/octave-mod.el (octave-mode):
* progmodes/pascal.el (pascal-mode):
* progmodes/sh-script.el (sh-mode):
* progmodes/sql.el (sql-mode, sql-interactive-mode):
* progmodes/vhdl-mode.el (vhdl-mode):
* progmodes/xscheme.el (scheme-interaction-mode):  Use run-mode-hooks.
2005-05-26 16:43:37 +00:00
Lute Kamstra
b2fc097671 (inferior-octave-prompt): Recognize version number in prompt. 2003-10-29 18:55:55 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Miles Bader
9d245da59e Add compatibility definition of comint-line-beginning-position. 2000-08-17 06:25:11 +00:00
Miles Bader
502166d288 (inferior-octave-complete): Use comint-line-beginning-position. 2000-08-07 14:58:44 +00:00
Stephen Eglen
3a5a5d3673 (inferior-octave-startup): Ensure -i and --no-line-editing are passed
to Octave by including them here rather than storing them in
inferior-octave-startup-args.
1999-09-14 16:57:40 +00:00
Stephen Eglen
48495f0fd6 add --no-line-editing to inferior-octave-startup-args so that TABs in source
files are not interpreted as completion requests.
1999-09-06 19:20:29 +00:00
Stephen Eglen
df287ddb46 inferior-octave-directory-tracker: Change regexp so that it doesn't
think functions beginning with `cd' are directory-changing commands.
1999-07-07 20:49:12 +00:00
Stephen Eglen
9eb580d27f (inferior-octave-prompt): Also match prompts of the form
`octave.bin:1>' which come from using precopiled binary	versions.
1998-09-28 14:03:38 +00:00
Andreas Schwab
28d16ed35b Customized. 1998-01-26 11:29:46 +00:00
Karl Heuer
a04f05bdd6 (inferior-octave-directory-tracker):
Anchor regexp match to beginning of command string.
1997-12-04 04:39:00 +00:00
Karl Heuer
915c0e2515 (inferior-octave-startup-args):
Set to '("-i") to force interactive behavior.
(inferior-octave-prompt): Include the `debug' prompt issued by the
Octave `keyboard' command.
1997-11-11 04:00:53 +00:00
Richard M. Stallman
092af6d867 Comment change. 1997-04-20 07:33:52 +00:00
Karl Heuer
15c2d736a0 Provide octave-inf. 1997-03-12 00:34:25 +00:00
Richard M. Stallman
e96a83c806 Whitespace change. 1997-01-21 00:40:35 +00:00
Richard M. Stallman
f7bbab75ea Require octave-mod, not octave. 1997-01-21 00:37:59 +00:00
Richard M. Stallman
081bf30e0f Initial revision 1997-01-21 00:35:48 +00:00