From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: `C-x r t' to ignore last line if empty Date: Sat, 14 Mar 2009 22:05:14 -0400 Message-ID: References: <87eiwzzx78.fsf@gnu.org> <87ab7nwy5f.fsf@altern.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1237082736 27245 80.91.229.12 (15 Mar 2009 02:05:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Mar 2009 02:05:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 15 03:06:53 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LifkY-0006wo-Kv for ged-emacs-devel@m.gmane.org; Sun, 15 Mar 2009 03:06:50 +0100 Original-Received: from localhost ([127.0.0.1]:52870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LifjC-00045X-Ho for ged-emacs-devel@m.gmane.org; Sat, 14 Mar 2009 22:05:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lifj6-000458-EO for emacs-devel@gnu.org; Sat, 14 Mar 2009 22:05:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lifj1-00044A-DG for emacs-devel@gnu.org; Sat, 14 Mar 2009 22:05:19 -0400 Original-Received: from [199.232.76.173] (port=45563 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lifj1-000446-8W for emacs-devel@gnu.org; Sat, 14 Mar 2009 22:05:15 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:54515) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lifj0-0003rJ-Rl for emacs-devel@gnu.org; Sat, 14 Mar 2009 22:05:14 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjQIALb+u0lFxIZP/2dsb2JhbACBTSvOPoN/BoRJ X-IronPort-AV: E=Sophos;i="4.38,364,1233550800"; d="scan'208";a="35208553" Original-Received: from 69-196-134-79.dsl.teksavvy.com (HELO ceviche.home) ([69.196.134.79]) by ironport2-out.teksavvy.com with ESMTP; 14 Mar 2009 22:05:14 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 400BFB4121; Sat, 14 Mar 2009 22:05:14 -0400 (EDT) In-Reply-To: <87ab7nwy5f.fsf@altern.org> (Bastien's message of "Sat, 14 Mar 2009 23:13:48 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:109628 Archived-At: > In other Emacs mode, `C-x r t : RET' will insert ":" in front of the > highlighted rectangle *and* of the line where point B is. > I find this confusing. I know what you're talking about, but changing it will make the rectangle commands behave inconsistently, which is not much better, I think. Stefan