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: master b525f201ba: Allow specifying the color to use in image-elide Date: Thu, 15 Sep 2022 10:34:28 +0300 Message-ID: <83tu59yttn.fsf@gnu.org> References: <166317972871.8462.16344173364399917298@vcs2.savannah.gnu.org> <20220914182209.04F50C00872@vcs2.savannah.gnu.org> <838rml194r.fsf@gnu.org> <87illp15fd.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36248"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 15 10:04:40 2022 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 1oYjrT-0009Bc-MR for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Sep 2022 10:04:39 +0200 Original-Received: from localhost ([::1]:51920 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYjrR-00075C-Ta for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Sep 2022 04:04:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48646) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYjOR-0007uC-81 for emacs-devel@gnu.org; Thu, 15 Sep 2022 03:34:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41716) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYjOQ-0008Ht-Vv; Thu, 15 Sep 2022 03:34:39 -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=ervvbauzh8RrwBMdDW5nseNx1Bt18/A6ngafaMr9zAI=; b=lC6Sa9b//vx/ K8oXaZpqNZ4O1pw/vmYS98tkq6hZYI4i85ftCXEUem6QNU+idr0b8orjkETs2ZsJ4tD6+v6INBDuN OgQNxxNtiWI7Z8DhDjb+uMnElOum8aMBXrUyShta03icHuHY89Y0lhYt7MoHIh7Q3ZpDEorZ3d8sx K9S9om7+ZwkjQy3/D0ppjg21xGGlqFnE1+oJJu9Vzz4BXjhT9WiAjdhcEFdQrnxdT+BuX+bQrytx2 xrsgE28dX0d+Z6zZUk5pahc4jVEMf3M59Yq+aBxh6bickg4rpStZbvFJdlxWLwIv1Pc4k0cIdURj+ 252/eKqes4wZTdd9/WPEfA==; Original-Received: from [87.69.77.57] (port=4310 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 1oYjOO-0003U0-MO; Thu, 15 Sep 2022 03:34:38 -0400 In-Reply-To: (message from Stefan Kangas on Thu, 15 Sep 2022 00:28:41 -0700) 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" Xref: news.gmane.io gmane.emacs.devel:295404 Archived-At: > From: Stefan Kangas > Date: Thu, 15 Sep 2022 00:28:41 -0700 > Cc: emacs-devel@gnu.org > > Lars Ingebrigtsen writes: > > > OK, I'll go with `image-cut', and move the key binding to `x'. > > FWIW, I like "image-redact" best here. "Redact" hints on much more than what we do here. > The problem I see with "cut" is that it leads you to then think > about how to "paste". That would be the natural feature to add, indeed. And when we do, I don't think we want to rename the command at that time. So I still think "cut" is a better term.