help-octave
[Top][All Lists]
Advanced

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

Re: New development for emacs's octave-mode


From: Olaf Till
Subject: Re: New development for emacs's octave-mode
Date: Thu, 2 May 2013 18:55:40 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, May 02, 2013 at 10:07:17PM +0800, Leo Liu wrote:
> On 2013-05-02 21:11 +0800, Olaf Till wrote:
> > And another issue (sorry): Distinction of comments starting with ###,
> > ##, or # seems to be gone.
> 
> ### seems gone.
> 
> ## and # is kept
> 
> # is inserted if point is at then end of a code line such as 
> 
> x = 12; _
>         ^
>         +--- if cursor is here, M-; inserts #
> 
> Leo

But there still seems to be an issue with continuation to the next
line; with autofill on, pressing space after

  x = 12;                         # aaaa aaaa aaaa aaaa aaaa aaaa aaaa

produces

  x = 12;                         # aaaa aaaa aaaa aaaa aaaa aaaa aaaa
                                # 

for continuation on the next line, which is what I'd expect, but TAB
or ALT-q on this second line looses the indentation and puts the
comment sign into the first column.

Olaf

-- 
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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