From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Entering filenames with spaces Date: Mon, 17 Oct 2005 00:33:07 -0400 Message-ID: References: <70488FA4-561C-43F2-8B70-4A7017984282@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1129523611 30586 80.91.229.2 (17 Oct 2005 04:33:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Oct 2005 04:33:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 17 06:33:27 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ERMgZ-00063J-9t for ged-emacs-devel@m.gmane.org; Mon, 17 Oct 2005 06:33:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ERMgY-0006DR-QX for ged-emacs-devel@m.gmane.org; Mon, 17 Oct 2005 00:33:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ERMgP-0006DD-3J for emacs-devel@gnu.org; Mon, 17 Oct 2005 00:33:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ERMgO-0006Cv-JN for emacs-devel@gnu.org; Mon, 17 Oct 2005 00:33:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ERMgO-0006Cs-E3 for emacs-devel@gnu.org; Mon, 17 Oct 2005 00:33:08 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ERMgO-0007KI-FU for emacs-devel@gnu.org; Mon, 17 Oct 2005 00:33:08 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ERMgN-00005N-G5; Mon, 17 Oct 2005 00:33:07 -0400 Original-To: David Reitter In-reply-to: <70488FA4-561C-43F2-8B70-4A7017984282@gmail.com> (message from David Reitter on Sat, 15 Oct 2005 18:42:21 +0100) 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:44155 Archived-At: > However, I tend to think that the completion definition is not > essential, and is better for advanced users, while it can screw > beginners who don't know enough to use C-q SPC. Therefore, > I have concluded we should redefine SPC. > > Would someone like to implement this change, and ack to me? Done. The patch is attached. Please apply if it's OK - I can't. Maybe this needs to be documented in NEWS as well. Wait a minute! The change I agreed to was only for file name reading. The change you proposed would affect all kinds of completion. I don't want to do that.