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

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

[Octave-bug-tracker] [bug #41123] GUI: paste may eat newlines


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #41123] GUI: paste may eat newlines
Date: Mon, 06 Jan 2014 14:58:43 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?41123>

                 Summary: GUI: paste may eat newlines
                 Project: GNU Octave
            Submitted by: fgnievinski
            Submitted on: Mon 06 Jan 2014 02:58:42 PM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Please copy this block and paste it multiple times into the GUI
terminal/console:


a = 1;
b = 2;
c = 3;
d = 4;
e = 5;


You'll likely get results similar to these:


>> a = 1;
>> b = 2;
>> c = 3;
>> d = 4;
>> e = 5;
>>
>> b = 2;
>> c = 3;
>> d = 4;e = 5;
>>
>> a = 1;
>> b = 2;c = 3;
>> d = 4;
>> e = 5;
>>
>> a = 1;
>> b = 2;
>> c = 3;
>> d = 4;e = 5;
>>
>> a = 1;
>> b = 2;
>> c = 3;
>> d = 4;e = 5;
>>
>> a = 1;
>> b = 2;c = 3;
>> d = 4;e = 5;


This is a minimal reproducible harmless example, but I've seen this behavior
eventually breaking code pasted on the GUI console.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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