GNU bug report logs - #14399
octave-mode bug

Previous Next

Package: emacs;

Reported by: Tom Olin <tom_olin <at> partech.com>

Date: Tue, 14 May 2013 17:09:02 UTC

Severity: normal

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: RĂ¼diger Sonderfeld <ruediger <at> c-plusplus.de>
To: 14399 <at> debbugs.gnu.org
Cc: tom_olin <at> partech.com, monnier <at> iro.umontreal.ca, sdl.web <at> gmail.com
Subject: bug#14399: octave-mode bug
Date: Fri, 22 Nov 2013 15:57:59 +0100
On Friday 22 November 2013 09:27:57 Stefan Monnier wrote:
> > I am unfamiliar with smie. I have been meaning to understand it but
> > haven't found time to. Could you help fix this indentation bug?
> 
> I can't remember much of the syntax of Octave.  What does ";..." mean?

... introduces a continuation line.  Similar to \ in other languages.

a = [ foo;...
bar ]

is the same as a = [ foo; bar ].

See (info "(octave) Continuation Lines")

Regards,
RĂ¼diger





This bug report was last modified 11 years and 160 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.