* end keyword bug
@ 2007-10-26 2:35 Daniel Elliott
2008-11-23 22:31 ` bug#1407: " Juanma Barranquero
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Elliott @ 2007-10-26 2:35 UTC (permalink / raw)
To: Kurt.Hornik, bug-gnu-emacs
Hello,
Thank you for your work on the emacs octave-mode!
Has the incorrect indentation when the end keyword is used as an array
index been fixed? Currently, any use of end other than to close a
loop or conditional block confuses the indentation of octave-mode.
Example:
for c=1:C
Lambda(lastGood_Lambda(c)+1:end,c) = sigma;D_c(c) = M;
endfor
The octave-mode thinks that the end used as an array index is the end
for the for loop.
If this has been fixed, where should I download the latest, fixed,
stable version?
Thank you,
dan elliott
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#1407: end keyword bug
2007-10-26 2:35 end keyword bug Daniel Elliott
@ 2008-11-23 22:31 ` Juanma Barranquero
0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2008-11-23 22:31 UTC (permalink / raw)
To: Daniel Elliott; +Cc: 1407
On Fri, Oct 26, 2007 at 03:35, Daniel Elliott <danelliottster@gmail.com> wrote:
> Example:
>
> for c=1:C
> Lambda(lastGood_Lambda(c)+1:end,c) = sigma;D_c(c) = M;
> endfor
>
> The octave-mode thinks that the end used as an array index is the end
> for the for loop.
Does this problem still happen with the latest Emacs code from the
CVS? Apparently it was fixed some time ago.
Juanma
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-23 22:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-26 2:35 end keyword bug Daniel Elliott
2008-11-23 22:31 ` bug#1407: " Juanma Barranquero
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.