From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alain Schneble Newsgroups: gmane.emacs.devel Subject: Re: proposal: edit-rectangle Date: Thu, 6 Oct 2016 23:53:28 +0200 Message-ID: <86pondqh47.fsf@realize.ch> References: <86twcpqhmd.fsf@realize.ch> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1475790909 10787 195.159.176.226 (6 Oct 2016 21:55:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 6 Oct 2016 21:55:09 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (windows-nt) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 06 23:55:05 2016 Return-path: Envelope-to: ged-emacs-devel@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 1bsGcj-0007tR-Gd for ged-emacs-devel@m.gmane.org; Thu, 06 Oct 2016 23:54:41 +0200 Original-Received: from localhost ([::1]:59575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsGch-0008Fl-IO for ged-emacs-devel@m.gmane.org; Thu, 06 Oct 2016 17:54:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsGc7-00080j-JH for emacs-devel@gnu.org; Thu, 06 Oct 2016 17:54:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsGc4-0000Qt-GU for emacs-devel@gnu.org; Thu, 06 Oct 2016 17:54:03 -0400 Original-Received: from clientmail.realize.ch ([46.140.89.53]:1898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsGc4-0000PN-59 for emacs-devel@gnu.org; Thu, 06 Oct 2016 17:54:00 -0400 Original-Received: from rintintin.hq.realize.ch.lan.rit (Unknown [192.168.0.105]) by clientmail.realize.ch with ESMTP ; Thu, 6 Oct 2016 23:53:54 +0200 Original-Received: from myngb (192.168.66.64) by rintintin.hq.realize.ch.lan.rit (192.168.0.105) with Microsoft SMTP Server (TLS) id 15.0.516.32; Thu, 6 Oct 2016 23:53:29 +0200 In-Reply-To: <86twcpqhmd.fsf@realize.ch> (Alain Schneble's message of "Thu, 6 Oct 2016 23:42:34 +0200") X-ClientProxiedBy: rintintin.hq.realize.ch.lan.rit (192.168.0.105) To rintintin.hq.realize.ch.lan.rit (192.168.0.105) X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] X-Received-From: 46.140.89.53 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:208049 Archived-At: Alain Schneble writes: > There's an edge-case when editing rectangular areas spawning beyond end ^^^^^^^^ Sorry, I meant areas that *span* beyond end of lines... > of lines. In this situation 'edit-rectangle' followed by > 'restore-rectangle' changes the selected area even though no explicit > changes have been committed to that area. There are phantom whitespace > characters added to some lines. Alain