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: emacs-29 b18754bb179: Minor improvements in c-ts-mode and docs Date: Thu, 16 Feb 2023 14:01:00 +0200 Message-ID: <83y1ox7rb7.fsf@gnu.org> References: <167648414913.7595.16030168421819097011@vcs2.savannah.gnu.org> <20230215180229.75FF5C00613@vcs2.savannah.gnu.org> <6bd367b5-f4fc-0727-a1fc-08dfadc15c1a@yandex.ru> <1b6e0f64-35db-36f3-8d80-c3340ec50bbe@yandex.ru> <83h6vmafe8.fsf@gnu.org> <68bbdca8-f5d6-9bc3-2469-529cefa77692@yandex.ru> <83zg9e84sx.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2681"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 16 13:01:23 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 1pScx1-0000a6-6c for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Feb 2023 13:01:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pScwl-0000Nn-NS; Thu, 16 Feb 2023 07:01:07 -0500 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 1pScwk-0000ME-Kq for emacs-devel@gnu.org; Thu, 16 Feb 2023 07:01:06 -0500 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 1pScwk-0003AS-7t; Thu, 16 Feb 2023 07:01:06 -0500 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=+iryyeTL1Dt0vJpFjl/HI6m4E4m/sYg9aTDP95JIX+M=; b=Bm0tUnJ5Xm3r iiMd5oVcwlPsZbNcS1WkMeb5FQ8DYlE9r1A9wXTDcHkRzPHiCYmjJymtAV+fu1PakGlJGJlk+loWC SR8zzYP8NMWlNndh7C69bGyNzPd9iO3ct0zj1iZ5jNQL4/+2CmMCqMB17y/G8vZIvnJhUBj4MQYSs 3sCTnx1mPxKUEqbvejzc9W8AV1gym8wmF7tXYGmtG7CAJB+OE30m3HjGMUOzvLbLzB1SSyLE3LmgK fFvE3qJA48YcmsPm41UDfzvDBakCNmdDJYl98OD7jcAmslsZh2pcl38ynsWFyO1voR4+LdIy+8Dyh XZhKYKP4DON2oS/qRMCLIg==; 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 1pScwj-0003u0-ND; Thu, 16 Feb 2023 07:01:06 -0500 In-Reply-To: (message from Dmitry Gutov on Thu, 16 Feb 2023 13:15:17 +0200) 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:303405 Archived-At: > Date: Thu, 16 Feb 2023 13:15:17 +0200 > Cc: acm@muc.de, emacs-devel@gnu.org > From: Dmitry Gutov > > On 16/02/2023 09:09, Eli Zaretskii wrote: > > Or maybe this means there's a high correlation > > between people who edit C code and those who have transient-mark-mode > > disabled? > > That is indeed possible. > > Note that there were no bug reports about this for c-ts-mode either, > though. So the correlation probably is there, but definitely not every > C/Emacs programmer turns transient-mark-mode off. I'm not sure yet how many people started using c-ts-mode on a regular basis. I haven't, not yet.