bugGNU nano - Bugs: bug #54891, compiling with --disable-help...

 
 

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

bug #54891: compiling with --disable-help disables Scroll-up and Scroll-down

Submitter:  Benno Schulenberg <bens>
Submitted:  Wed 24 Oct 2018 01:00:42 PM UTC
   
 
Severity:  2 - Minor Status:  Fixed
Assigned to:  bens Open/Closed:  Closed

Wed 24 Oct 2018 03:37:07 PM UTC, comment #1: 

Fixed in git, commit e0d9fee5.

Benno Schulenberg <bens>
Group administrator
Wed 24 Oct 2018 01:00:42 PM UTC, original submission:  

To reproduce, configure nano with --disable-help and compile.  Then run 'src/nano NEWS' and type M-- and M-= a few times.  Result: it says "Unbound key" for each of those keystrokes.

Expected behavior: disabling the help system should not result in the removal of the scrolling keystrokes and functions.

The offending commits are of course a865c25e and f3c4dadc.  The build fixes were shortsighted.  It needs to be "#if defined(ENABLE_HELP) || !defined(NANO_TINY)".

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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-11-12 bens Open/ClosedOpen Closed
    2018-10-24 bens StatusNone Fixed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code