From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lawrence Mitchell Newsgroups: gmane.emacs.devel Subject: Re: Is this tempo.el patch correct? Date: Sat, 10 Mar 2007 20:00:19 +0000 Organization: funfunfun Message-ID: References: <87slcdqeio.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173556832 25370 80.91.229.12 (10 Mar 2007 20:00:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Mar 2007 20:00:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 10 21:00:28 2007 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 1HQ7jw-0006Ti-00 for ged-emacs-devel@m.gmane.org; Sat, 10 Mar 2007 21:00:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQ7kK-0000aL-QM for ged-emacs-devel@m.gmane.org; Sat, 10 Mar 2007 15:00:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQ7k9-0000Zp-Er for emacs-devel@gnu.org; Sat, 10 Mar 2007 15:00:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQ7k7-0000ZZ-OO for emacs-devel@gnu.org; Sat, 10 Mar 2007 15:00:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQ7k7-0000ZW-Ia for emacs-devel@gnu.org; Sat, 10 Mar 2007 15:00:39 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HQ7je-0006fD-4L for emacs-devel@gnu.org; Sat, 10 Mar 2007 15:00:10 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HQ7jb-0006r0-GA for emacs-devel@gnu.org; Sat, 10 Mar 2007 21:00:07 +0100 Original-Received: from host-84-9-232-25.bulldogdsl.com ([84.9.232.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Mar 2007 21:00:07 +0100 Original-Received: from wence by host-84-9-232-25.bulldogdsl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Mar 2007 21:00:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: host-84-9-232-25.bulldogdsl.com Mail-Copies-To: nobody User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Cancel-Lock: sha1:UwiyewpdPpEArO33oY3AN2CCSoE= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:67691 Archived-At: David Hansen wrote: > On Fri, 09 Mar 2007 16:26:39 -0500 Richard Stallman wrote: >> Would someone please DTRT and then ack? > It's not a bug. The documentation doesn't mention "r>" as a valid > prompt argument. I presumed that a prompt argument should be handled since the manual says, for r>: | This element works like `r', but it also indents the region it is | expanded around. And "r" behaves like: | (r PROMPT [NAME [NOINSERT]]) Perhaps that was a misreading of the feature set. Cheers, Lawrence [...] -- Lawrence Mitchell