Jeremie Courreges-Anglas writes:

> On Wed, Sep 21 2022, Kenneth Westerback <kwesterb...@gmail.com> wrote:
>> Kenneth Westerback <kwesterb...@gmail.com> writes:
>>
>>> Kenneth Westerback <kwesterb...@gmail.com> writes:
>>>
>>>
>>> So I will go see if I can debug what part of doom is getting upset
>>> enough to prevent 28.2 from working.
>>>
>>> 'cuz life without doom, magit and mu4e is not worth living. :-)
>>
>> Aha! I somehow skipped the required recompile of doom when running a
>> different version of emacs! 'doom sync' recompiled all the required
>> packages and I type this on an apparently fully functional 28.2!
>
> Thanks for pinpointing this.  emacs -q/-Q is the most useful tool to
> debug an emacs problem.
>
> Since I have received no negative (nor positive...) feedback except
> yours, I'm tempted to go ahead and commit this update.

I have one nit: `make update-patches' to update lisp/files.el patch's
incorrect line numbers. With this, ok namn@

28.2 works with gnus, erc, rcirc, zenicb, vc-dir with cvs.

It is good to see that doom works. These debugging tactics helped me
figure out some behavior that had been irritating me for a while. I was
not getting notifications in rcirc and erc. `emacs -q' revealed that, by
default, rcirc does not show notifications and erc displays
notifications. I had to delete some erc lines in my config and added
(rcirc-track-minor-mode 1). Now, I get notifications again in both irc
programs.

This is noted in the info page for rcirc:

  All you need to do is switch channel tracking on using ‘M-x
  rcirc-track-minor-mode’.  To make this permanent, add the following to
  your init file:

     (rcirc-track-minor-mode 1)

Reply via email to