[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: threads and kill-buffer
From: |
Tom Tromey |
Subject: |
Re: threads and kill-buffer |
Date: |
Wed, 05 Sep 2012 13:10:00 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) |
>> I have been thinking about it and the only issue I see is that,
>> since it introduces a new buffer state,
Stephen> Not one that's visible to Lisp. Why would it be?
It is visible because in thread T, the buffer is still the current
buffer, but is semi-live. On the trunk (buffer-live-p (current-buffer))
can never be nil, but under this proposed change, it could be.
Stephen> but if
Stephen> other threads are killing your buffers, who knows what they might be
Stephen> doing to the contents? Better to just give up.
Yeah, but the question is exactly how to give up.
Tom
- Re: threads and kill-buffer, (continued)
- Re: threads and kill-buffer, Stephen J. Turnbull, 2012/09/05
- Re: threads and kill-buffer, Tom Tromey, 2012/09/05
- Re: threads and kill-buffer, Stephen J. Turnbull, 2012/09/05
- Re: threads and kill-buffer, Tom Tromey, 2012/09/05
- Re: threads and kill-buffer, Stephen J. Turnbull, 2012/09/06
- Re: threads and kill-buffer, Stefan Monnier, 2012/09/05
- Re: threads and kill-buffer, Tom Tromey, 2012/09/05
- Re: threads and kill-buffer, Stefan Monnier, 2012/09/05
Re: threads and kill-buffer, Tom Tromey, 2012/09/05
- Re: threads and kill-buffer, Stephen J. Turnbull, 2012/09/05
- Re: threads and kill-buffer,
Tom Tromey <=
- Re: threads and kill-buffer, Eli Zaretskii, 2012/09/05
- Re: threads and kill-buffer, Stephen J. Turnbull, 2012/09/05
- Re: threads and kill-buffer, Eli Zaretskii, 2012/09/06
- Re: threads and kill-buffer, Stephen J. Turnbull, 2012/09/06
- Re: threads and kill-buffer, Eli Zaretskii, 2012/09/06
- Re: threads and kill-buffer, Stephen J. Turnbull, 2012/09/06
Re: threads and kill-buffer, Stephen J. Turnbull, 2012/09/05
Re: threads and kill-buffer, Eli Zaretskii, 2012/09/05
Re: threads and kill-buffer, Eli Zaretskii, 2012/09/05
Re: threads and kill-buffer, Stefan Monnier, 2012/09/05