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 07c0e090bd 2/2: Add new commands 'image-crop' and 'image-elide' Date: Thu, 15 Sep 2022 09:29:16 +0300 Message-ID: <83zgf1ywub.fsf@gnu.org> References: <166307722823.21573.11653227304007303308@vcs2.savannah.gnu.org> <20220913135349.5341DC00872@vcs2.savannah.gnu.org> <87a6714yam.fsf@gnus.org> <83a671196f.fsf@gnu.org> <87r10d18pq.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25054"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 15 08:33:39 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 1oYiRO-0006Kv-I4 for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Sep 2022 08:33:38 +0200 Original-Received: from localhost ([::1]:49202 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYiRN-0005Np-4q for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Sep 2022 02:33:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38284) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYiNR-00044m-9K for emacs-devel@gnu.org; Thu, 15 Sep 2022 02:29:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54764) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYiNQ-0002J3-W4; Thu, 15 Sep 2022 02:29:33 -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=mp+LwtH44O2RjL0w6/V7u5nLqJ/wBv1ozCodcaTazl8=; b=KmhGzKc7wAgj QvnUUPbkHQhST1cpUd6UwneD9ZXR2ayA7HBqNi4Q/22VNxBI7R74dkCCfkACyxx9FE8eftQd6BgfT dtbEnwtRw/zOh71ZFH38fzDiriCeDGFSIGhj5hwuLq3C/EpBopYs9n2I/+9oHGUNjjKQNfwrgUSKh 6WeJN0J//s1ZBwRLLQJdPlDQBzvwQ5ZTuFDsvTC0Mv0JQsVUQ62bhOsXdVX+RDk8r6+E7eDvCK1gz YnQAuTwwQjQNZs4wrkmayVHaQSLZdMWJqYH+Fui4fKn+13y+bD9SwFGs0TiaAm/blFLoOlYZcD9Me dj2VInr+vWkf/msdvn1r+g==; Original-Received: from [87.69.77.57] (port=4116 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 1oYiNH-0006fN-JH; Thu, 15 Sep 2022 02:29:31 -0400 In-Reply-To: <87r10d18pq.fsf@gnus.org> (message from Lars Ingebrigtsen on Thu, 15 Sep 2022 07:56:49 +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" Xref: news.gmane.io gmane.emacs.devel:295386 Archived-At: > From: Lars Ingebrigtsen > Cc: Stefan Kangas , emacs-devel@gnu.org > Date: Thu, 15 Sep 2022 07:56:49 +0200 > > > Don't image-processing programs out there have some accepted > > terminology for this? > > In Gimp, selecting a rectangle and removing the contents is called "cut" > (and is on `C-x'). It puts the cut portion onto the clipboard, so it's > not quite the same, but perhaps it's similar enough? I see the same term used in at least one more such program. So it sounds like "cut" is the term we should use here.