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: Adding refactoring capabilities to Emacs Date: Fri, 08 Sep 2023 09:18:39 +0300 Message-ID: <83ledhxk5c.fsf@gnu.org> References: <83fs4f36wi.fsf@gnu.org> <1b963d24-51b3-8128-ad14-e4af2c9f0c43@gutov.dev> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1277"; mail-complaints-to="usenet@ciao.gmane.io" Cc: joaotavora@gmail.com, monnier@iro.umontreal.ca, philipk@posteo.net, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 08 08:19:10 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 1qeUph-00008U-Nh for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Sep 2023 08:19:09 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qeUpP-00021q-CH; Fri, 08 Sep 2023 02:18:51 -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 1qeUpN-00020L-Hz for emacs-devel@gnu.org; Fri, 08 Sep 2023 02:18:49 -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 1qeUpM-0002Ah-VW; Fri, 08 Sep 2023 02:18:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=/1KX7A6nlx3h4prWlIQfZRFcw0VhlfUCjEo3RXWviQA=; b=G5ZWaD75lvEKnC2klh4s 7eanGzwJ+7yMQOB2/TcQA5X2XaFJJAtj5yuS1EqSKh9AKOea+SJ10UCnhjnaLlT5meNKAQPUwScFB PKV1OabP5b8yJ4M73CsfAsNreXcOteiZDk+qXhm+SNw8aw2ag5HLiYwROvTCfMMBPEKtNdI0nvq2g FLPYYDWLqT0J5OehyW52AxK+tutF/cHXM/cDW1w30wPjQ9JJxRjfzGUfwV3lBR8MUxiALEjkexYyB KpzlH2dLRTE04BNP/Zwjp4mbLpeLHv9AMKUjg1uXG/PeJaZ6idvk5DFGdh/sjw0Bd69pW1fK1MV8M HeyWe12V3fRo4g==; In-Reply-To: <1b963d24-51b3-8128-ad14-e4af2c9f0c43@gutov.dev> (message from Dmitry Gutov on Fri, 8 Sep 2023 01:39:43 +0300) 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:310307 Archived-At: > Date: Fri, 8 Sep 2023 01:39:43 +0300 > Cc: Eli Zaretskii , "Philip K." , > emacs-devel@gnu.org > From: Dmitry Gutov > > On 08/09/2023 01:18, João Távora wrote: > > On Thu, Sep 7, 2023 at 5:20 PM Stefan Monnier wrote: > > > >>>> but that's already taken in diff-mode. > >> I don't think the current `C-c C-c` binding in `diff-mode` should get in > >> the way. That command is available via different bindings already, and > > I didn't notice this suggestion earlier. Please, let's not do this. > > C-c C-c is "go to place mentioned in this hunk". It must not apply anything, > > I have it most hardwired in my brain. > > Really? For me it's more like "finish this commit" or "send this email". > Or perhaps "kill process", which is somewhat close enough. "C-c C-c" in Emacs generally means "I'm done editing/typing input, proceed with what needs to be done to complete this transaction".