keycast issue #19

Closed
opened 2021-06-25 14:03:48 +00:00 by bdarcus · 5 comments
bdarcus commented 2021-06-25 14:03:48 +00:00 (Migrated from github.com)

I was looking to borrow your keycast config, but get this error when running keycast-mode.

user-error: Cannot turn on keycast-mode.  mode-line-buffer-identification not found in mode-line-format. 

Any ideas?

I was looking to borrow your keycast config, but get this error when running `keycast-mode`. ``` console user-error: Cannot turn on keycast-mode. mode-line-buffer-identification not found in mode-line-format. ``` Any ideas?
tecosaur commented 2021-06-26 08:47:43 +00:00 (Migrated from github.com)

I just tested this and it's working for me, so given that I don't mention mode-line-buffer-identification in my config, I'm guessing this is either related to:

  • Me using Emacs28
  • My Doom packages

In future, I think it could be nice to add some unit tests for various bits of functionality to my CI.

I just tested this and it's working for me, so given that I don't mention `mode-line-buffer-identification` in my config, I'm guessing this is either related to: - Me using `Emacs28` - My Doom packages In future, I think it could be nice to add some unit tests for various bits of functionality to my CI.
bdarcus commented 2021-06-26 12:37:19 +00:00 (Migrated from github.com)

I had been using Emacs28 for a long time, but downgraded for some reason. Upgrading again gives the same error though.

The sentence after the message I quoted says the following, so maybe I'll look into that.

Try customizing keycast-insert-after.

Edit: seems the answer is here: https://github.com/seagle0128/doom-modeline/issues/122#issuecomment-473651004.

I had been using `Emacs28` for a long time, but downgraded for some reason. Upgrading again gives the same error though. The sentence after the message I quoted says the following, so maybe I'll look into that. ``` console Try customizing keycast-insert-after. ``` Edit: seems the answer is here: https://github.com/seagle0128/doom-modeline/issues/122#issuecomment-473651004.
tecosaur commented 2021-06-26 18:23:45 +00:00 (Migrated from github.com)

Hmm, as I read it those steps should be performed in my config.

Hmm, as I read it those steps should be performed in my config.
bdarcus commented 2021-06-26 18:51:14 +00:00 (Migrated from github.com)

Right.

I've been having random issues in my install for a couple weeks, so probably just something local to me.

Sigh.

Right. I've been having random issues in my install for a couple weeks, so probably just something local to me. Sigh.
tecosaur commented 2021-06-26 19:41:25 +00:00 (Migrated from github.com)

I know the feeling 😢. Good luck!

I know the feeling :cry:. Good luck!
Sign in to join this conversation.
No description provided.