From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Re: Fixing rectangle operations Date: Fri, 16 Dec 2005 14:14:08 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134753281 23592 80.91.229.2 (16 Dec 2005 17:14:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2005 17:14:41 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 16 18:14:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EnJ82-0006Ph-3I for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2005 18:12:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EnJ8i-0003Y7-6p for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2005 12:13:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EnGCx-0002Jc-6L for emacs-devel@gnu.org; Fri, 16 Dec 2005 09:05:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EnFZH-0001p2-5g for emacs-devel@gnu.org; Fri, 16 Dec 2005 08:24:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EnFQy-0008EU-O4 for emacs-devel@gnu.org; Fri, 16 Dec 2005 08:15:44 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EnFTO-0006N3-NT for emacs-devel@gnu.org; Fri, 16 Dec 2005 08:18:11 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EnFOy-00070r-FV for emacs-devel@gnu.org; Fri, 16 Dec 2005 14:13:36 +0100 Original-Received: from user.ifsab.se ([193.41.170.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Dec 2005 14:13:36 +0100 Original-Received: from brakjoller by user.ifsab.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Dec 2005 14:13:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: user.ifsab.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:IzoO71gm1NHh/k6qsfK61qYSq3w= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:47864 Archived-At: "Herbert Euler" writes: > When called from a program, the rectangle's corners are start and end. > The left edge of the rectangle specifies the column for insertion. > This command does not delete or overwrite any existing text. Hmm, it does indeed overwrite existing text. I just tested, calling it interactively. Did the above only pertain to a program calling it maybe?