From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Indentation and gc Date: Fri, 16 Jun 2023 13:33:09 +0300 Message-ID: <83zg4zsnmi.fsf@gnu.org> References: <20230310110747.4hytasakomvdyf7i.ref@Ergus> <20230311111730.fatow74xnbel7t3f@Ergus> <83o7ozwju8.fsf@gnu.org> <87jzznwjh3.fsf@localhost> <83jzznwjeh.fsf@gnu.org> <87fsabwirg.fsf@localhost> <83h6urwhu0.fsf@gnu.org> <875yb7wgpd.fsf@localhost> <83bkkzwgcp.fsf@gnu.org> <87y1o3v1fr.fsf@localhost> <838rg3wf7k.fsf@gnu.org> <87v8j7v0a4.fsf@localhost> <835yb7were.fsf@gnu.org> <87r0tvuzpl.fsf@localhost> <834jqrwbgu.fsf@gnu.org> <87a60grf9t.fsf@localhost> <83h6uou842.fsf@gnu.org> <87cz1y86yc.fsf@localhost> <83h6raukcj.fsf@gnu.org> <87a5x2828i.fsf@localhost> <83edmeuixj.fsf@gnu.org> <877cs3k9qb.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29105"; mail-complaints-to="usenet@ciao.gmane.io" Cc: spacibba@aol.com, arne_bab@web.de, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 16 12:33:31 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qA6ll-0007GX-5a for ged-emacs-devel@m.gmane-mx.org; Fri, 16 Jun 2023 12:33:29 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qA6l6-0000UW-C2; Fri, 16 Jun 2023 06:32:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qA6l3-0000UG-DR for emacs-devel@gnu.org; Fri, 16 Jun 2023 06:32:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qA6l2-00079x-Nz; Fri, 16 Jun 2023 06:32:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=O5NtmJFZspNaqKTYz4sYKKsgFlMbxAdCS3YO2VUa1t8=; b=ZkhJuUg9bOP/ DEIYPjscSRh59CH0rMiSYyGunhp996oiIb3h1Psc7d8yjZ3x2axUW4Hi/pC5Ds82mKhoErbjPwv39 3/bSm329ns2Z3zipVH2qFvnFyf0PYdd6Kbcn833pB83dnuJMjE0uBYBHQdxBrK8xbNlZURcERjTxO aJ2kYOBIUmUyVSSVg9TfM9zXmde3dhxZ1Y5j9c7geUT7L/wH6FUiYkHa/+vBZOnAxtFRt/hClGcFA Nyjykv8DP7HpL7E5STT9azzT9Li3Ngy69lr05c6RuBkz12kxVk38TSRzRrHijjoGobT6nvhTGcq+U Lw/JmYc6MZ3c2bG44ga+sQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qA6l2-0000nK-5U; Fri, 16 Jun 2023 06:32:44 -0400 In-Reply-To: <877cs3k9qb.fsf@localhost> (message from Ihor Radchenko on Fri, 16 Jun 2023 10:00:28 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:306824 Archived-At: > From: Ihor Radchenko > Cc: spacibba@aol.com, arne_bab@web.de, emacs-devel@gnu.org > Date: Fri, 16 Jun 2023 10:00:28 +0000 > > Now, how should we collect the data? > I see several options: > 1. I can create a dedicated mailing list to have an email to get all the > replies. > 2. We can collect directly in emacs-devel, but it will not be in a > single email thread. > 3. I can use In-Reply-To for this thread, but only people with Emacs > email setup will be able to reply properly. > 4. I can ask to create a dedicated survey on https://emacssurvey.org/ > > WDYT? Option 1 looks the best to me. Let me know if you want me to create the mailing list on Savannah.