emacs-erc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug#51841: 27.2; erc-insert-marker has no value


From: J.P.
Subject: Re: bug#51841: 27.2; erc-insert-marker has no value
Date: Sun, 14 Nov 2021 14:53:35 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Rostislav Svoboda <rostislav.svoboda@gmail.com> writes:

> Hi. The bug
>     "erc-insert-marker has no value, please report a bug"
> gets triggered when I run `M-x erc-mode` in an existing IRC channel.
>
> Thanks in advance for fixing it.
>
> Bost

Hi Bost,

I think what's happening is that all your local variables are getting
killed by manually running `erc-mode'. And replacements are hard won
because ERC is a bit funny when it comes to setting up buffers and
initializing local variables. This causes real problems, like imposing
artificial burdens on modules, for example. (I have a patch that I think
improves the situation here [1], but that's a whole other discussion.)

The error you saw is from the function `erc-beg-of-input-line', which is
used throughout ERC. That message probably wasn't intended for folks
invoking `erc-mode' manually, which you've probably gathered by now.
However, you're welcome to share whatever it was that drove you to try
that in the first place, if you think there's more to consider here.

Thanks,
J.P.

[1] 
https://gitlab.com/jpneverwas/erc-tools/-/raw/39b10aa2a1832586aeef34b9a6f045d6e0f9b015/bugs/49860/patches/wip/0024-Enable-local-ERC-modules-in-erc-mode-buffers.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]