You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading master branch Emacs to 52cd63d1 (20190227) from b32ac17 (20190203), ERC events are not being logged. Here are steps to reproduce the problem.
This may be related to what I found when trying Emacs 27.1:
in sauron-erc.el there's a check for erc-version-string, which is not apparently any more a fixed string. I fixed this in sauron-erc-start by changing
(boundp 'erc-version-string)
to
(fboundp 'erc-version)
So instead of checking for fixed version string, check for function returning the version. I don't know if this is correct solution, but so far seems to work.
After upgrading master branch Emacs to
52cd63d1
(20190227) fromb32ac17
(20190203), ERC events are not being logged. Here are steps to reproduce the problem.sauron started
event.The text was updated successfully, but these errors were encountered: