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

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

bug#49651: 28.0.50; setf bug


From: Lars Ingebrigtsen
Subject: bug#49651: 28.0.50; setf bug
Date: Wed, 21 Jul 2021 16:14:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier <monnier@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





reply via email to

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