Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I am using emacs 29.2: GNU Emacs 29.2 (build 2, x86_64-w64-mingw32) of 2024-02-02 Commented Jul 22, 2024 at 3:00
  • 1
    loading cl-lib.el with (require 'cl-lib) and replacing copy-list with cl-copy-list seems solved my problem Commented Jul 22, 2024 at 3:13
  • 1
    There is also copy-alist which is still available in recent Emacs releases. Looks like it would do the job as well. Commented Jul 22, 2024 at 5:18