bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#48824: 27.1; Symbol’s function definition is void: gnus-info-set-rea


From: Matthew Carter
Subject: bug#48824: 27.1; Symbol’s function definition is void: gnus-info-set-read
Date: Fri, 04 Jun 2021 00:24:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Ben Bacarisse <ben@bsb.me.uk> writes:

> After upgrading to 27.1 my Gnus home-grown backend fails with
>
>   Symbol’s function definition is void: gnus-info-set-read
>
> If I comment out the one use of this function I can start Gnus but, of
> course, the maintenance of the read messages no longer works.
>
> The associated "getter" function (gnus-info-read) works, as does the
> related "setter" function gnus-into-set-marks.
>

Looks like this changed towards end of 2019 to swap from macros to
inlined functions, and you can now use setf directly, vs a setter:

https://git.savannah.gnu.org/cgit/emacs.git/tree/ChangeLog.3#n9403

-- 
Matthew Carter (m@ahungry.com)
http://ahungry.com





reply via email to

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