emacs-keypression
emacs-keypression copied to clipboard
Problems with tar-bar-mode.
There are problems together with the new "tabs" in Emacs 27.1.
I start emacs 27.1, load keypression and do M-x keypression-mode
. It works as it should.
Then I do M-x tab-bar-mode
and now I get buffer names " keypression-..." in the display from keypression!
(When I deactivate tab-bar-mode again it seems to be back to normal.)
Fixed!
Hm, actually I get the same results.
Are you using macOS? I have confirmed that it is fixed on Windows and Linux (GTK3), but I have not been able to check on macOS.
I was wrong. This was reproduced by enabling tab-bar-mode later. However, I do not know how to fix it now. The case where it was enabled from the beginning was corrected.
OK, so a work-around is to do M-x keypression-mode
twice, to turn it off and then on again.