GNU bug report logs - #49651
28.0.50; setf bug

Previous Next

Package: emacs;

Reported by: Devon Sean McCullough <Emacs-Hacker2020 <at> jovi.net>

Date: Mon, 19 Jul 2021 21:46:01 UTC

Severity: normal

Found in version 28.0.50

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Michael Heerdegen <michael_heerdegen <at> web.de>, Devon Sean McCullough <Emacs-Hacker2020 <at> jovi.net>, 49651 <at> debbugs.gnu.org
Subject: bug#49651: 28.0.50; setf bug
Date: Wed, 21 Jul 2021 10:31:32 -0400
>> `push` and `pop` go through some extra efforts to avoid loading
>> `gv` when the PLACE is trivial enough.
> Right.  Well, then we can't really move them to gv.el either,

Of course, we can.

> because that would break code that says
>
> (require 'cl-lib)
> (setf (getenv ...))
>
> since
>
> (progn
>   (require 'cl-lib)
>   (featurep 'gv)) => nil

`setf` is defined in `gv.el`!


        Stefan





This bug report was last modified 3 years and 299 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.