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: Tom Olin
Subject: bug#14399: octave-mode bug
Date: Tue, 14 May 2013 13:05:09 -0400

The following code does not indent correctly (IMHO) with octave-mode:

vec = [...
one;...
two;...
three];

What I get is this:

vec = [...
        one;...
           two;...
              three];



Emacs  : GNU Emacs 24.3.1 (x86_64-apple-darwin12.2.0, X toolkit, Xaw scroll 
bars)
 of 2013-03-21 on alum.local
Package: Emacs version 24.3.1

current state:
==============
(setq
 octave-blink-matching-block t
 octave-block-offset 2
 octave-comment-char 35
 octave-continuation-offset 4
 octave-continuation-string "..."
 octave-send-echo-input t
 octave-send-line-auto-forward t
 octave-send-show-buffer t
 )


--
Tom Olin
Senior Systems Engineer | PAR Government Systems Corporation
315.356.2142 | tom_olin@partech.com | http://pargovernment.com



Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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