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

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

[Octave-bug-tracker] [bug #59938] Repeatable crash on pasting text with


From: anonymous
Subject: [Octave-bug-tracker] [bug #59938] Repeatable crash on pasting text with blank lines into Octave command prompt (CLI not GUI)
Date: Mon, 25 Jan 2021 14:52:55 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0

Follow-up Comment #8, bug #59938 (project octave):

OP here. Am I still required to retain the .inputrc file with the "set
enable-bracketed-paste off" workaround?

This is the input to copy-paste:

a = 1
b = 2
c = 3

d = 4
e = 5
f = 6


With the .inputrc workaround, the pasting works fine. Without it, I get a
parse error, though not a crash:

$ octave -f -q
octave:1> a = 1
b = 2
c = 3

d = 4
e = 5
f = 6
error: parse error:

  syntax error

>>> a = 1
b = 2
c = 3

d = 4
e = 5
f = 6
    ^



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59938>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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