Michael Markert <[email protected]> writes: > On Fri, Sep 14 2012 (15:40), Keshav Kini <[email protected]> wrote: > >> Should evil-mode perhaps trap <backspace> directly as well as DEL? Or is >> this a bug in haskell-mode, i.e. should haskell-mode be trapping DEL >> instead of <backspace>? > > I'd say the latter: <backspace> is not available on terminals and > specific to the GUI. The problem is that it is also more specific than > DEL and therefore the conversion does not happen.
I see. > This also means that haskell-mode is probably broken on terminals. Indeed it was. I submitted a fix to haskell-mode, which has now been accepted -- https://github.com/haskell/haskell-mode/pull/291 . Thanks for the tip! -Keshav _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
