From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master 54b9213: Handle thread-signal towards the main thread (Bug#32502) Date: Thu, 06 Sep 2018 15:52:21 -0400 Message-ID: References: <20180830192912.24309.93190@vcs0.savannah.gnu.org> <20180830192914.85ECE20497@vcs0.savannah.gnu.org> <87bm9j812d.fsf@gmx.de> <83va7iwvqx.fsf@gnu.org> <83pnxqwkv1.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1536263427 5765 195.159.176.226 (6 Sep 2018 19:50:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2018 19:50:27 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.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 Thu Sep 06 21:50:23 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 1fy0IJ-0001OM-5s for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2018 21:50:23 +0200 Original-Received: from localhost ([::1]:35244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fy0KP-0005H6-KE for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2018 15:52:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fy0KJ-00058B-0k for emacs-devel@gnu.org; Thu, 06 Sep 2018 15:52:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fy0KE-0002B6-TQ for emacs-devel@gnu.org; Thu, 06 Sep 2018 15:52:26 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:44993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fy0KE-00029j-I4; Thu, 06 Sep 2018 15:52:22 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w86JqLE3006102; Thu, 6 Sep 2018 15:52:21 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 85615AE0F4; Thu, 6 Sep 2018 15:52:21 -0400 (EDT) In-Reply-To: <83pnxqwkv1.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 06 Sep 2018 21:18:10 +0300") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6368=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6368> : inlines <6862> : streams <1797690> : uri <2704505> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:229359 Archived-At: >> >> > Hmm. Is it useful to configure --without-threads on hydra? >> >> BTW, in order to speed up adoption of threads in Elisp packages, it >> >> would be very helpful to make all builds provide them (just like we do >> >> for bignums). >> > They all do, AFAIK. >> Cool, then let's remove --without-threads, > That's a separate issue. AFAIU, this option exists for people who > don't want threads in Emacs even if they can be supported. Hmm... would people really be OK with --without-threads causing Gnus to become unusable? Stefan