invalid-function: log4e:deflogger
aaronjensen opened this issue · 2 comments
aaronjensen commented
On Emacs 28/master I get:
Debugger entered--Lisp error: (invalid-function log4e:deflogger)
log4e:deflogger("alert" "%t [%l] %m" "%H:%M:%S")
alert-log-notify((:message "This is an alert" :title "*Messages*" :icon nil :severity normal :category nil :buffer #<buffer *Messages*> :mode messages-buffer-mode :id nil :data nil))
alert("This is an alert")
eval((alert "This is an alert") t)
eval-expression((alert "This is an alert") nil nil 127)
funcall-interactively(eval-expression (alert "This is an alert") nil nil 127)
call-interactively(eval-expression nil nil)
command-execute(eval-expression)
When I attempt to M-: (alert "This is an alert")
iSeeU816 commented
@aaronjensen If you're using Straight as your Emacs package manager then
this has been fixed in develop branch a few hours ago.
I can't reproduce the bug with package.el
.
Hope this helps.
aaronjensen commented
Thanks, I'll close this out.