unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Octave-mode: Debug and inferior startup --traditional
@ 2005-11-02 21:38 Sebastian Schubert
  0 siblings, 0 replies; only message in thread
From: Sebastian Schubert @ 2005-11-02 21:38 UTC (permalink / raw)


If I set

(setq inferior-octave-startup-args '("-q --traditional"))

enter Octave-mode and Debug->Send Region (C-c TAB C-r) Emacs will hang and I 
have to press C-g when I enter the following example

x=1;
do
x++
until x==10;

Sending only the first line doesn't produce any errors. Removing the 
"--traditional" solves that problem.

Emacs  : GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.6.10)
 of 2005-11-02 on satux
Package: Emacs version 22.0.50.1

current state:
==============
(setq
 octave-auto-indent nil
 octave-auto-newline nil
 octave-blink-matching-block t
 octave-block-offset 2
 octave-comment-char 35
 octave-continuation-offset 4
 octave-continuation-string "\\"
 octave-mode-startup-message t
 octave-send-echo-input t
 octave-send-line-auto-forward t
 octave-send-show-buffer t
 )

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-02 21:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-02 21:38 Octave-mode: Debug and inferior startup --traditional Sebastian Schubert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).