emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] let octave-mode understand single-quoted strings


From: Jordi Gutiérrez Hermoso
Subject: Re: [PATCH] let octave-mode understand single-quoted strings
Date: Thu, 2 Sep 2010 18:46:54 -0500

2010/9/2 Stefan Monnier <address@hidden>:
> I just implemented the single-quote string support based
> on code I previously wrote for perl-mode, where it's used for
> string-like thingies that often span multiple lines.  I.e. it came "for
> free".

The thing is that Matlab has a quirk where a' means the transpose of a
and 'a' means the string containing a, and Octave inherits this
syntax. That's the trickiest thing about single-quote strings in
Octave (and why Octave sources encourage using double-quote strings
all the time).

I still don't get why this is related to multiline issues, though.
Where is your patch?



reply via email to

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