chuntaro / emacs-keypression

Keystroke visualizer for GUI version Emacs.
122 stars 4 forks source link

Problems with tar-bar-mode. #13

Open perstar opened 4 years ago

perstar commented 4 years ago

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.)

chuntaro commented 4 years ago

Fixed!

perstar commented 4 years ago

Hm, actually I get the same results.

chuntaro commented 4 years ago

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.

chuntaro commented 4 years ago

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.

perstar commented 4 years ago

OK, so a work-around is to do M-x keypression-mode twice, to turn it off and then on again.