bugGNU nano - Bugs: bug #57280, binding 'exit all' fails to rebind...

 
 

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

bug #57280: binding 'exit all' fails to rebind the relevant key in the browser

Submitter:  Tiago Almeida <tjapro>
Submitted:  Wed 20 Nov 2019 04:24:27 PM UTC
   
 
Severity:  3 - Normal Status:  Fixed
Assigned to:  bens Open/Closed:  Closed

Fri 22 Nov 2019 12:34:08 PM UTC, comment #4: 

Fixed in git, by commit 4aa1678f.  Thanks for reporting!


There is a strongly related bug, however -- so strong that I'm not going to bother to report it separately.  To reproduce, add these two lines at the end of your .nanorc:

  bind ^O left all
  bind ^P right all

Then run nano, type ^R ^T, and then try to move the highlight with ^O and ^P.  It says: "[ Unbound key: ^O ]" and "[ Unbound key: ^P ]".

This bug is fixed in git by commit 1c63bf0e.  It was caused by the same cc01bc3e commit, which failed to add MBROWSER to all relevant uses of MMOST.

Benno Schulenberg <bens>
Group administrator
Thu 21 Nov 2019 01:32:55 PM UTC, comment #3: 

Thanks!

Tiago Almeida <tjapro>
Wed 20 Nov 2019 07:14:50 PM UTC, comment #2: 

Hm...  Commit cc01bc3e definitely breaks this bind, but I don't understand why.  Will work on this later.

Benno Schulenberg <bens>
Group administrator
Wed 20 Nov 2019 06:20:13 PM UTC, comment #1: 

Bug exists since version 3.2, commit cc01bc3e: "redefine MMOST to exclude MBROWSER, to simplify the bindings".

Benno Schulenberg <bens>
Group administrator
Wed 20 Nov 2019 04:24:27 PM UTC, original submission:  

The bind:
bind ^Q exit all
Doesn't bind to browser.
I need to add the bind to work:
bind ^Q exit browser

Tiago Almeida <tjapro>

 

(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 (Posted a comment)
  • -email is unavailable- added by tjapro (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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-11-30 bens Open/ClosedOpen Closed
    2019-11-22 bens StatusConfirmed Fixed
    2019-11-20 bens StatusNone Confirmed
        Assigned toNone bens
        SummaryBug in bindings... binding 'exit all' fails to rebind the relevant key in the browser

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code