GNU bug report logs -
#46794
28.0.50; octave-mode: parse error in debug mode
Previous Next
Full log
Message #8 received at 46794 <at> debbugs.gnu.org (full text, mbox):
Juang Dse <juangdse <at> gmail.com> writes:
> Suppose the file
> -------------------
> # hoo.m
> function hoo ()
> for j = 1 : 10
> y(j) = j ;
> endfor
> endfunction
> -------------------
> is in the search path (e.g. same directory). Then execute
> dbstop hoo
> hoo() ;
>
> from within emacs (octave-send-line twice), and in the file hoo.m mark
> the region of the for-loop, followed by octave-send-region. The
> following error is thrown:
>
> debug> debug> debug> for j = 1 : 10
> y(j) = j ;
> endfor
>
>> > debug> error: parse error:
>
> syntax error
>
>>>> endfor
> ^
(I'm going through old bug reports that unfortunately weren't resolved
at the time.)
I'm not very familiar with Octave mode, but if I understand correctly,
the complaint here is that if you've entered debugging mode in the
inferior Octave buffer, then you can't use octave-send-region
successfully until you've exited debugging mode again?
I'm not sure whether that's as it should be or not -- anybody else
familiar with Octave?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 2 years and 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.