From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: master 07c0e090bd 2/2: Add new commands 'image-crop' and 'image-elide' Date: Wed, 14 Sep 2022 23:46:55 +0000 Message-ID: <2b58b8f54239bafcf9fc@heytings.org> References: <166307722823.21573.11653227304007303308@vcs2.savannah.gnu.org> <20220913135349.5341DC00872@vcs2.savannah.gnu.org> <87a6714yam.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7448"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Lars Ingebrigtsen , 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 01:48:24 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 1oYc7D-0001h3-EO for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Sep 2022 01:48:23 +0200 Original-Received: from localhost ([::1]:47370 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYc7B-0002V4-Ph for ged-emacs-devel@m.gmane-mx.org; Wed, 14 Sep 2022 19:48:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41196) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYc5t-0001iY-49 for emacs-devel@gnu.org; Wed, 14 Sep 2022 19:47:01 -0400 Original-Received: from heytings.org ([95.142.160.155]:39870) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYc5r-0005cr-GC for emacs-devel@gnu.org; Wed, 14 Sep 2022 19:47:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1663199216; bh=5fyZmcQv9KRFxkshV6m3pE4PthnLj4zlqHGvUcjCavw=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=3eNNnAZDVrARQ8pCRloLjzy23SpB85hLcZmfULcDp6sU10Jus2Br9cNoOheuDaIph HNyAWeB0HHrBxqv0yPCyYxzJ86wxyxxH5iQ34CJ5LrC8JSawoA4dSA6fFA9vvT69Xz mmyxMBNM5XX5wDH4fOPXAjhBO5GJ/wQJCroJ6VKPBjgvrZVCV7MQLu0gCLWBaz16cu A9+rCSnE3JTo3XdOfQlEgimN7lTaa1GdLy5vPv0G6MPIlouiMyxn7dHHaC7vVrNVqB t3jmER7a6Nq6fx4SEZ+1H2W3ICr5t7LGsmgeONU+bzHzlSeOn2z92XV6o31W7pqQKw 3LZ65yJ/6CwlQ== In-Reply-To: Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:295372 Archived-At: >>> Add new commands 'image-crop' and 'image-elide' >> >> I forgot to remember to not to forget to ask about the latter name, >> which sucks. Anybody have a better name for a command that lets you >> replace a rectangle in an image with blankness? > > Here are some ideas: > > image-censor > image-censor-rectangle > image-black-out > image-cross-out > image-strike-out > image-bleep [probably too light-hearted] > I think "redact" is the right verb here, see https://en.wiktionary.org/wiki/redact which says: 1. To censor, to black out or remove parts of a document while leaving the remainder. 2. To black out legally protected sections of text in a document provided to opposing counsel, typically as part of the discovery process.