From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Gemini Lasswell Newsgroups: gmane.emacs.devel Subject: Re: list-threads Date: Wed, 01 Aug 2018 09:03:10 -0700 Message-ID: <874lgeoz0h.fsf@runbox.com> References: <87tvoiq208.fsf@runbox.com> <83pnz4py5t.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1533139512 29357 195.159.176.226 (1 Aug 2018 16:05:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 1 Aug 2018 16:05:12 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 01 18:05:08 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fktcY-0007WZ-SH for ged-emacs-devel@m.gmane.org; Wed, 01 Aug 2018 18:05:06 +0200 Original-Received: from localhost ([::1]:41978 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fktef-0007rS-H2 for ged-emacs-devel@m.gmane.org; Wed, 01 Aug 2018 12:07:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fktbJ-0005ou-KH for emacs-devel@gnu.org; Wed, 01 Aug 2018 12:03:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fktbF-0003Tc-Tk for emacs-devel@gnu.org; Wed, 01 Aug 2018 12:03:49 -0400 Original-Received: from aibo.runbox.com ([91.220.196.211]:43444) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fktbF-0003Sw-Id; Wed, 01 Aug 2018 12:03:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=rbselector1; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From; bh=OFUfMsQnrdP3+zKnghg4AiDgQy/KWnNR1h6f3jT2PHY=; b=i21iKu7snV6ngnvZic2ck6WHOK VEi+8+uLjq26QH0He0MV7E8eNpePPCklnjsLusXRFDFNTvI1f6mPcvnrl5H06JtMGfUbnhhvMoqYI RLb9b6Xr7JmlHultfoz5WTTaYbnLSlhWdQBBO2KN/wx2RIN3fangF4Kio5VLQEBicHJwqhgtZTbo6 R+Htp5pyfS6sFsZHM4ygl0iDF88At05xLxhV4FfROBo04NbuoBO00MWAmOyGGf/d294oY9lOS1naf x26uO5d8JIGhL1hHVKFOPp65kGzsmrU9XGI5Xi9bAv1qNRn8Ht0ktI8V43U+zlRrdR7lU8ZZTT914 cxskzI1Q==; Original-Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1fktbE-0006v5-86; Wed, 01 Aug 2018 18:03:44 +0200 Original-Received: by mailfront12.runbox.com with esmtpsa (uid:179284 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1fktai-0000va-T9; Wed, 01 Aug 2018 18:03:13 +0200 In-Reply-To: <83pnz4py5t.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 30 Jul 2018 17:59:26 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 91.220.196.211 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:228087 Archived-At: Eli Zaretskii writes: > Thanks, please see some comments below. Thanks, I'll use all your suggestions. > You mean, take a backtrace while the target thread is waiting to run? Yes. My thought is that this might be helpful for figuring out where a stuck thread is blocked. If a thread is actively working the backtrace will just be a snapshot of where it was when you asked for the backtrace. I'll explain that in the documentation. > I'm not sure this file should be called thread-list.el, nor that it > should be in emacs-lisp/. I think it should be under lisp/, and > should be the home for all thread-related features implemented in > Lisp. I'll move it to lisp/thread.el.