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

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

bug#14332: 24.3; Octave indentation bug


From: Leo Liu
Subject: bug#14332: 24.3; Octave indentation bug
Date: Sun, 05 May 2013 15:28:13 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3)

On 2013-05-05 15:17 +0800, Stefan Monnier wrote:
> You'll probably need to add some syntax-propertize case.
> What does "(1 \(2-3))" mean in Octave?  Where else can \ appear in
> Octave code?

A \ 1 ≡ inv(A) # one over matrix A, with some optimisation

if A is a scalar, A \ 1 = 1 / A.

so \ is an operator.

Leo





reply via email to

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