[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: |
Ihor Radchenko |
Subject: |
bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers |
Date: |
Tue, 02 Jan 2024 11:00:06 +0000 |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>>>> (defvar-local let-tests-buffer-local-var 'value)
>>>> (with-temp-buffer
>>>> (setq-local let-tests-buffer-local-var 'baz)
>>>> (let ((let-tests-buffer-local-var 'bar))
>>>> ;; This is failing.
>>>> (should (eq 'bar (default-value 'let-tests-buffer-local-var)))
>> ...
>> Are you saying that `let' never changes `default-value' output?
>> Unfortunately, no.
>
> Indeed, see the doc that Eli quoted 10 posts "ago":
>
> [...] ELisp manual, which describes the effect of
> make-variable-buffer-local:
>
> A peculiar wrinkle of this feature is that binding the variable
> (with ‘let’ or other binding constructs) does not create
> a buffer-local binding for it. Only setting the variable (with
> ‘set’ or ‘setq’), while the variable does not have a ‘let’-style
> binding that was made in the current buffer, does so.
>
> IOW, `let` changes the binding that is "current": if the variable is
> buffer-local in the current buffer it changes that buffer-local value
> and otherwise it changes the global value.
> [ This for "automatically buffer-local variables". ]
What you say is indeed what I observe, but I do not see how it follows
from the quoted manual text. When I read the above part of the manual, I
see a warning about using `set'/`setq' inside `let' that binds the same
variable.
I think that the caveat about binding buffer-local variables should be
documented.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, (continued)
- bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Ihor Radchenko, 2024/01/02
- bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Gerd Möllmann, 2024/01/02
- bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Ihor Radchenko, 2024/01/02
- bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Gerd Möllmann, 2024/01/02
- bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Ihor Radchenko, 2024/01/02
- bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Gerd Möllmann, 2024/01/02
- bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Ihor Radchenko, 2024/01/02
- bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Gerd Möllmann, 2024/01/02
- bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Gerd Möllmann, 2024/01/03
bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Stefan Monnier, 2024/01/01
bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Stefan Monnier, 2024/01/02
bug#66117: 30.0.50; `find-buffer-visiting' is slow when opening large number of buffers, Ihor Radchenko, 2024/01/02