[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: threads and kill-buffer
From: |
Nix |
Subject: |
Re: threads and kill-buffer |
Date: |
Sat, 08 Sep 2012 15:58:16 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
On 7 Sep 2012, PJ Weisberg spake thusly:
> No, I was just brainstorming things that used to be safe assumptions
> (`get-buffer-create' returns a displayable buffer) and now might not
> be.
It's not safe now. A process sentinel could come along and destroy it
before you have finished running. The only difference here is that
another thread can do the same as well.
--
NULL && (void)
- Re: threads and kill-buffer, (continued)
- Re: threads and kill-buffer, Eli Zaretskii, 2012/09/06
- Re: threads and kill-buffer, martin rudalics, 2012/09/07
- Re: threads and kill-buffer, Stefan Monnier, 2012/09/06
- Re: threads and kill-buffer, martin rudalics, 2012/09/07
- Re: threads and kill-buffer, Stefan Monnier, 2012/09/07
- Re: threads and kill-buffer, martin rudalics, 2012/09/07
- Re: threads and kill-buffer, Stefan Monnier, 2012/09/07
- Re: threads and kill-buffer, PJ Weisberg, 2012/09/06
- Re: threads and kill-buffer, Eli Zaretskii, 2012/09/07
- Re: threads and kill-buffer, PJ Weisberg, 2012/09/07
- Re: threads and kill-buffer,
Nix <=
- Re: threads and kill-buffer, Eli Zaretskii, 2012/09/08
- Re: threads and kill-buffer, Stefan Monnier, 2012/09/08
Re: threads and kill-buffer, Stefan Monnier, 2012/09/05