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 09:09:34 +0200 Message-ID: <83zg9e84sx.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8305"; 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 08:10: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 1pSYPP-0001y3-0D for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Feb 2023 08:10:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pSYOw-00077I-Tw; Thu, 16 Feb 2023 02:09:54 -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 1pSYOu-00076x-OA for emacs-devel@gnu.org; Thu, 16 Feb 2023 02:09:52 -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 1pSYOu-0004U1-Et; Thu, 16 Feb 2023 02:09:52 -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=no0npuQJuQo6bYJoDCAPzFcJqL5lDkTQkiND6L9G9bw=; b=UBjLIFXJDN7w 1QfUEOXAdp8IFLo9TBO+ebD+v2R9c46HlzS6RS/YjygTaeLxPwWE2xiGpaq1Rbefip8yloiBS4uSE 563tGBNtq80LtuNrRbHSqJTcMGZV1FpI2rdfbMmGM4BL1QNXmcncti2zN1Ctrrp4N8pOtvJ78bjlp eBopnz3SND6ITxk2ew96IKdcFy/TtaTaB1EEO4lcc8vWJ2d9q7/NX2LvkaQZzfx0gByeSSZ+n18+s 4a51+ZQRXiIfvsRwKCyN6bP1t+vvM4LzqH4eDrNeDEsP9Lnm3lyQDaLe4Jlid3ut8fjhB0eT/ULfd /hJIsLo0ByUdjh6od6uCzw==; 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 1pSYOt-0007pY-GC; Thu, 16 Feb 2023 02:09:51 -0500 In-Reply-To: <68bbdca8-f5d6-9bc3-2469-529cefa77692@yandex.ru> (message from Dmitry Gutov on Wed, 15 Feb 2023 22:25:40 +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:303366 Archived-At: > Date: Wed, 15 Feb 2023 22:25:40 +0200 > Cc: acm@muc.de, emacs-devel@gnu.org > From: Dmitry Gutov > > On 15/02/2023 21:37, Eli Zaretskii wrote: > >> I just don't see why C Mode needs that binding, whereas all other > >> language modes don't. > > Maybe it's the other way around: all other languages need "C-c C-c". > > And yet, to my recollection nobody else has ever asked for it. Which, frankly, I find strange. Assuming that commenting out a piece of code is not limited to C mode, how do people go about that task with just "M-;"? Or maybe this means there's a high correlation between people who edit C code and those who have transient-mark-mode disabled? I'm always annoyed when I have to invoke comment-region via M-x; this happens to me at annoyingly high frequency in mail-mode, for example.