Closed Wilfred closed 10 years ago
Yeah, I would expect that, too! I'll try to help look into this soon, as it's quite possible I introduced this bug.
OK, thank you... I thought it wouldn't be expected behaviour, though - isn't backspace usually delete-forward? I'll investigate more when I get home to a keywboard with a backspace button though.
Thanks again.
On Fri, Sep 12, 2014 at 4:52 PM, Michael Fogleman notifications@github.com wrote:
Yeah, I would expect that, too! I'll try to help look into this soon, as it's quite possible I introduced this bug.
— Reply to this email directly or view it on GitHub https://github.com/nflath/hungry-delete/issues/16#issuecomment-55474184.
For some reason, in my Python mode setup, backspace isn't bound to hungry-delete-backward. Can you confirm that that is the case, in your setup, Wilfred?
Sorry, I'm blaming entirely the wrong package. I just noticed this bug after installing hungry-delete, but I can reproduce without it. It's a smartparens bug I believe: https://github.com/Fuco1/smartparens/issues/358
Given the Python code, where | is the cursor:
pressing backspace produces this:
I would expect it to just delete the quote.