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: Leo Liu
Subject: Re: New development for emacs's octave-mode
Date: Thu, 02 May 2013 22:07:17 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3)

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


reply via email to

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