For domain specific messaging and improved UX it would be nice if we could specify warning messages for hydras in a given context.
I think approaching this in the spirit of doing the simplest thing that works, it's fine to make these messages defvar or perhaps defcustom (although I think that would clutter things for people who actually use the M-x customize interface.)
My feeling is that developers who want to customise messages will be ok with (setq-local ...)
Assuming there's nothing you dislike with this approach I'll submit a pull request with the change applied using the (defvar ...)
For domain specific messaging and improved UX it would be nice if we could specify warning messages for hydras in a given context.
I think approaching this in the spirit of doing the simplest thing that works, it's fine to make these messages
defvar
or perhapsdefcustom
(although I think that would clutter things for people who actually use theM-x customize
interface.)My feeling is that developers who want to customise messages will be ok with
(setq-local ...)
Assuming there's nothing you dislike with this approach I'll submit a pull request with the change applied using the
(defvar ...)