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: Tue, 30 Apr 2013 01:46:39 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3)

On 2013-04-30 01:29 +0800, c. wrote:
> One first comment, I see you have:
>
>   (defcustom octave-continuation-string "\\"
>   "Character string used for Octave continuation lines.  Normally \\."
>   :type 'string
>   :group 'octave)
>
> as far as I understand use of '...' is preferred to '\' as continuation 
> nowadays, 
> so you might want to change the default value.

Thanks. I have confirmed with jwe and '...' is the only sane choice. So
I'll turn that variable into a defvar instead.

Leo


reply via email to

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