bugGNU nano - Bugs: bug #48395, a command typed during loading is...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #48395: a command typed during loading is considered an invalid sequence

Submitter:  Benno Schulenberg <bens>
Submitted:  Mon 04 Jul 2016 09:41:34 AM UTC
   
 
Severity:  3 - Normal Status:  Fixed
Assigned to:  bens Open/Closed:  Closed

Wed 13 Jul 2016 08:11:15 AM UTC, comment #2: 

Fixed in git, 033376a.

Benno Schulenberg <bens>
Group administrator
Mon 04 Jul 2016 10:41:12 AM UTC, comment #1: 

Note: you need the latest git to test this, because it fixes the dropping of a byte at startup (bug #48388).

Benno Schulenberg <bens>
Group administrator
Mon 04 Jul 2016 09:41:34 AM UTC, original submission:  

To reproduce, run 'for x in $(seq 66); do cat NEWS >>100thousand.c; done', then start nano with 'src/nano +99999 100thousand.c' and during loading type: M-G 11 <Enter>.

It will say "Unknown sequence" (apart from startup taking much longer than without typing anything -- see bug #48389).

Expected behavior: it should simply execute the given "Goto Line 11" command.  Nano should recognize that "Esc g" is not the start of any multicharacter escape sequence, and thus should not consider anything coming after it as part of it.

Benno Schulenberg <bens>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bens (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-07-30 bens Open/ClosedOpen Closed
    2016-07-13 bens StatusIn Progress Fixed
    2016-07-04 bens StatusNone In Progress
        Assigned toNone bens

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code