From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: conf-space-mode Date: Mon, 11 Sep 2006 15:58:00 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1158004898 10121 80.91.229.2 (11 Sep 2006 20:01:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Sep 2006 20:01:38 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 11 22:01:36 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GMry0-0007aI-HH for ged-emacs-devel@m.gmane.org; Mon, 11 Sep 2006 22:01:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMry0-0008Iu-6L for ged-emacs-devel@m.gmane.org; Mon, 11 Sep 2006 16:01:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GMruu-0005NQ-Pl for emacs-devel@gnu.org; Mon, 11 Sep 2006 15:58:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GMrus-0005LK-5F for emacs-devel@gnu.org; Mon, 11 Sep 2006 15:58:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMrur-0005Kh-Kn for emacs-devel@gnu.org; Mon, 11 Sep 2006 15:58:01 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GMrwC-0006uK-HG for emacs-devel@gnu.org; Mon, 11 Sep 2006 15:59:24 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GMruq-0007ry-L2; Mon, 11 Sep 2006 15:58:00 -0400 Original-To: Wolfgang Jenkner In-reply-to: (message from Wolfgang Jenkner on Mon, 11 Sep 2006 03:06:32 +0200) 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:59703 Archived-At: The way you state this suggests that perhaps you forgot that I actually sent a patch? I saw your patch but decided to fix the problem a different way. You didn't address the problematic use of `current-prefix-arg'. Yes I did, in the second change. The first one fixes the other problem you mentioned, that of asking for confirmation twice. You used the words "by design" and I took that to mean you thought this was a feature, so I assumed you had not tried to change this. But I considered it a bug. So the first thing I did was fix this.