From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#65069: ispell-region does not preserve the region Date: Sun, 20 Aug 2023 20:04:03 +0300 Organization: LINKOV.NET Message-ID: <86sf8dnc9a.fsf@mail.linkov.net> References: <550E8F38-DE56-45BF-914A-A1608594537A@drdirtbag.com> <83350xu8qz.fsf@gnu.org> <83bkfgmp2h.fsf@gnu.org> 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="8983"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: Sean O'Rourke , 65069@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 20 19:29:31 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1qXmF0-0002F7-VB for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 20 Aug 2023 19:29:30 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qXmEY-0006cc-MK; Sun, 20 Aug 2023 13:29:02 -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 1qXmEY-0006c0-6d for bug-gnu-emacs@gnu.org; Sun, 20 Aug 2023 13:29:02 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qXmEX-0002nN-Ub for bug-gnu-emacs@gnu.org; Sun, 20 Aug 2023 13:29:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qXmEZ-0004yq-KB for bug-gnu-emacs@gnu.org; Sun, 20 Aug 2023 13:29:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 20 Aug 2023 17:29:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65069 X-GNU-PR-Package: emacs Original-Received: via spool by 65069-submit@debbugs.gnu.org id=B65069.169255248819008 (code B ref 65069); Sun, 20 Aug 2023 17:29:03 +0000 Original-Received: (at 65069) by debbugs.gnu.org; 20 Aug 2023 17:28:08 +0000 Original-Received: from localhost ([127.0.0.1]:54777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXmDf-0004wV-Kr for submit@debbugs.gnu.org; Sun, 20 Aug 2023 13:28:07 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:42143) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXmDW-0004ub-EI for 65069@debbugs.gnu.org; Sun, 20 Aug 2023 13:27:58 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 8FB4E240002; Sun, 20 Aug 2023 17:27:48 +0000 (UTC) In-Reply-To: <83bkfgmp2h.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 09 Aug 2023 14:29:26 +0300") X-GND-Sasl: juri@linkov.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:268019 Archived-At: >> Thanks for the prompt and thorough response, Eli. My use case is that >> I store multiple blog posts in a single file. When I compose one, >> I select it, run ispell-region, then copy-paste the corrected text into >> a webpage. Ispell changing the region is therefore unhelpful to me, but >> if that’s an uncommon usage pattern, I can just defadvice it myself to >> get the old behavior back — no need for another user option. > > OK, thanks. I'll leave the bug open so that others who'd like to have > such an option could chime in. If there's enough demand, I think we > should add it. It would be useful to have two possible values: to leave the original region selected, or to deactivate the region afterwards (for example, like 'indent-rigidly' does).