emacs-devel
[Top][All Lists]
Advanced

[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)



reply via email to

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