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

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

[Octave-bug-tracker] [bug #65524] Editing text in the command window is


From: Charles Praplan
Subject: [Octave-bug-tracker] [bug #65524] Editing text in the command window is unstable when special characters are used
Date: Wed, 27 Mar 2024 12:29:09 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?65524>

                 Summary: Editing text in the command window is unstable when
special characters are used
                   Group: GNU Octave
               Submitter: charprap
               Submitted: Wed 27 Mar 2024 04:29:09 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 9.1.0
         Discussion Lock: Any
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 27 Mar 2024 04:29:09 PM UTC By: Charles Praplan <charprap>
Editing text in the command window is unstable when special characters are
used

This is independent on the encoding !

Type following things in the console and see what happens for each case

  A) disp('é')  then Enter                             -> Everything is ok

  B) disp('é')  then 4 time BS  then 'a')  then Enter  -> Observe the result

         >> disp('a')
         error: parse error:

           syntax error

         >>> disp(''a')         
                          ^
                          
         i.e. The executed code is not the code display in the prompt
         
                 
  C) disp('é') then 4 time left arrow  then a  then Enter  -> Observe the
result

         >> disp(aé')
         aé

         i.e.  aé is displayed although the command appearing in the console
was invalid

     Then press up arrow and the previously executed command is displayed
(different than what was displayed)

 etc. etc.

 - sometimes the display is also disabled as posted previously








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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