octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49260] gnuplot visual differences to OpenGL t


From: Rik
Subject: [Octave-bug-tracker] [bug #49260] gnuplot visual differences to OpenGL toolkit
Date: Mon, 3 Oct 2016 21:09:03 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #2, bug #49260 (project octave):

For the problems with the '@' character, if the "interpreter" property is set
to "none" then they disappear.  In the code, Octave replaces '@' with '\@',
but this regexprep no longer works.  Apparently, the replacement pattern now
has to be '\\@'


if (enhanced)
  str = regexprep (str, '(?<!\\)@', '\@');
endif


I made that change here
http://hg.savannah.gnu.org/hgweb/octave/rev/2bca08793651.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49260>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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