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

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

bug#46327: 28.0.50; octave-mode: transpose-quotes taken as string-quotes


From: Lars Ingebrigtsen
Subject: bug#46327: 28.0.50; octave-mode: transpose-quotes taken as string-quotes
Date: Sun, 07 Feb 2021 15:11:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Juang Dse <juangdse@gmail.com> writes:

> Note that the ' character as a string occurs only in pairs, which is
> (hopefully) unambiguous.

Can an Octave string span several lines?  In that case, it's ambiguous
whether

x = [2 2]'
disp(x)

is a transpose character, or an error (with a forgotten ' somewhere), I
guess.

Anyway, I'm reverting the patch, and reopening the other bug report
(bug#25517), which was about

x = 'foo'

not being fontified as a string.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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