From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.devel Subject: Re: Fixing rectangle operations Date: Fri, 16 Dec 2005 00:19:00 +0100 Message-ID: References: <87mzj22tlr.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1134689122 6121 80.91.229.2 (15 Dec 2005 23:25:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Dec 2005 23:25:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 16 00:25:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1En2Ra-0002A0-R1 for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2005 00:23:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1En2SF-0006Zt-TN for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2005 18:24:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1En2Rk-0006S2-Ii for emacs-devel@gnu.org; Thu, 15 Dec 2005 18:23:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1En2Rj-0006Rc-SW for emacs-devel@gnu.org; Thu, 15 Dec 2005 18:23:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1En2Ri-0006RX-G0 for emacs-devel@gnu.org; Thu, 15 Dec 2005 18:23:35 -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 1En2U2-0004GQ-Ag for emacs-devel@gnu.org; Thu, 15 Dec 2005 18:25:58 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1En2P9-0001DG-Pt for emacs-devel@gnu.org; Fri, 16 Dec 2005 00:20:55 +0100 Original-Received: from linus019.dd.chalmers.se ([129.16.117.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Dec 2005 00:20:55 +0100 Original-Received: from bojohan+news by linus019.dd.chalmers.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Dec 2005 00:20:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 11 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: linus019.dd.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:YEuz6JgMsUV25WTPbYN0PSTGqIo= 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:47828 Archived-At: Stefan Monnier writes: > Clearly both behaviors make sense. If that really matters, we could > provide the Vim behavior via C-u prefix or via another command. And most rectangle commands other than `C-x r t' already use a prefix to distinguish two different kinds of behavior (there "don't fill empty areas" is the default behavior though). -- Johan Bockgård