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

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

bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large nu


From: Gerd Möllmann
Subject: bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers
Date: Wed, 03 Jan 2024 15:28:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Gerd Möllmann <gerd.moellmann@gmail.com> writes:

> (And, BTW, the doc string of let says it's a generalized variable?
> Is that right?)

To answer my own question: it is indeed

  (defvar x '(1 . 2))
  (setf (let ((a x)) (cdr a)) 4)
  x
  => (1 . 4)







reply via email to

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