aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/octave-inf.el
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-0/+2
|
* Add compatibility definition of comint-line-beginning-position.Miles Bader2000-08-171-0/+11
|
* (inferior-octave-complete): Use comint-line-beginning-position.Miles Bader2000-08-071-5/+4
|
* (inferior-octave-startup): Ensure -i and --no-line-editing are passedStephen Eglen1999-09-141-2/+3
| | | | | to Octave by including them here rather than storing them in inferior-octave-startup-args.
* add --no-line-editing to inferior-octave-startup-args so that TABs in sourceStephen Eglen1999-09-061-1/+1
| | | | files are not interpreted as completion requests.
* inferior-octave-directory-tracker: Change regexp so that it doesn'tStephen Eglen1999-07-071-3/+5
| | | | think functions beginning with `cd' are directory-changing commands.
* (inferior-octave-prompt): Also match prompts of the formStephen Eglen1998-09-281-1/+1
| | | | `octave.bin:1>' which come from using precopiled binary versions.
* Customized.Andreas Schwab1998-01-261-10/+25
|
* (inferior-octave-directory-tracker):Karl Heuer1997-12-041-1/+1
| | | | Anchor regexp match to beginning of command string.
* (inferior-octave-startup-args):Karl Heuer1997-11-111-2/+3
| | | | | | Set to '("-i") to force interactive behavior. (inferior-octave-prompt): Include the `debug' prompt issued by the Octave `keyboard' command.
* Comment change.Richard M. Stallman1997-04-201-2/+2
|
* Provide octave-inf.Karl Heuer1997-03-121-0/+4
|
* Whitespace change.Richard M. Stallman1997-01-211-1/+1
|
* Require octave-mod, not octave.Richard M. Stallman1997-01-211-3/+1
|
* Initial revisionRichard M. Stallman1997-01-211-0/+352