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: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
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 16:14:56 +0200
Stefan Monnier <monnier <at> iro.umontreal.ca> writes:

>> Let's see...  gv is dumped in Emacs, right?
>
> No.

I guess I didn't know that `C-h f foo TAB' these days would load foo.el?

> `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, because
that would break code that says

(require 'cl-lib)
(setf (getenv ...))

since

(progn
  (require 'cl-lib)
  (featurep 'gv)) => nil

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




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

Previous Next


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