bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14399: octave-mode bug


From: Achim Gratz
Subject: bug#14399: octave-mode bug
Date: Thu, 28 Nov 2013 08:37:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stefan Monnier writes:
> That's the part I knew already ;-)
>
> But in which way is 
>
>    a = [ foo;...
>          bar ]
>
> different from
>
>    a = [ foo
>          bar ]
> or
>    a = [ foo;
>          bar ]

For these three examples there is no difference because the newlines and
whitespace the continuation marker gobbles up wouldn't terminate or
alter the statement.  On the other hand

a = [ foo ...
      bar ]

_is_ different (introducing another column rather than a row).


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds






reply via email to

[Prev in Thread] Current Thread [Next in Thread]