From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Bob Proulx Newsgroups: gmane.emacs.help Subject: Re: string-rectangle provides on-the-fly preview, undesirably Date: Sat, 5 Aug 2017 14:06:47 -0600 Message-ID: <20170805140041798533638@bob.proulx.com> References: <20170702171622754791707@bob.proulx.com> <976325a4-7d17-4072-afab-8f7c337f454f@default> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1501963645 6094 195.159.176.226 (5 Aug 2017 20:07:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 5 Aug 2017 20:07:25 +0000 (UTC) User-Agent: NeoMutt/20170609 (1.8.3) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 05 22:07:21 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1de5Lv-00013M-2q for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Aug 2017 22:07:15 +0200 Original-Received: from localhost ([::1]:58583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1de5M1-0001O6-8n for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Aug 2017 16:07:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1de5LY-0001Nj-6w for help-gnu-emacs@gnu.org; Sat, 05 Aug 2017 16:06:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1de5LV-0007rV-4S for help-gnu-emacs@gnu.org; Sat, 05 Aug 2017 16:06:52 -0400 Original-Received: from havoc.proulx.com ([96.88.95.61]:44449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1de5LU-0007qu-Uh for help-gnu-emacs@gnu.org; Sat, 05 Aug 2017 16:06:49 -0400 Original-Received: from joseki.proulx.com (localhost [127.0.0.1]) by havoc.proulx.com (Postfix) with ESMTP id 38B6B1214 for ; Sat, 5 Aug 2017 14:06:48 -0600 (MDT) Original-Received: from hysteria.proulx.com (hysteria.proulx.com [192.168.230.119]) by joseki.proulx.com (Postfix) with ESMTP id 0628A217E0 for ; Sat, 5 Aug 2017 14:06:48 -0600 (MDT) Original-Received: by hysteria.proulx.com (Postfix, from userid 1000) id EFD9D2DC5B; Sat, 5 Aug 2017 14:06:47 -0600 (MDT) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <976325a4-7d17-4072-afab-8f7c337f454f@default> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 96.88.95.61 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:113938 Archived-At: Drew Adams wrote: > Someone will correct me if I'm wrong, but they don't seem > to have provided for an easy opt-out of this behavior. There doesn't seem to be a way to disable the on-the-fly preview feature. Gack. > If I'm right, you might want to use `M-x report-emacs-bug' > to suggest that they do so. It should be very easy to do, > based on what I see in the code. The previewing feature > should be optional, IMO, even if someone has decided that > it should be on by default. I have done so and filed a bug in the emacs bug tracker. http://debbugs.gnu.org/27974 > FWIW, here is the Emacs 24.5 code, which you should still > be able to use. Unfortunately string-rectangle-history appears undefined. I will need to expand the prior code import a little further. I haven't dug into what it will take to really revert to the previous for me. I'm actually mostly just using the previous emacs 24 most of the time and therefore able to avoid it. However you have shown me that I should be able to hack this back in using the previous code such that I can keep my sanity moving forward. Once I actually do figure it all out I will post a follow-up with the details. Thank you for your help! Bob