From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Entering filenames with spaces Date: Sun, 14 Aug 2005 22:06:39 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1124046485 12989 80.91.229.2 (14 Aug 2005 19:08:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Aug 2005 19:08:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 14 21:08:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E4Npg-0004iw-Bh for ged-emacs-devel@m.gmane.org; Sun, 14 Aug 2005 21:07:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4Nt0-0004dp-Ob for ged-emacs-devel@m.gmane.org; Sun, 14 Aug 2005 15:11:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E4Ns6-0004So-Rq for emacs-devel@gnu.org; Sun, 14 Aug 2005 15:10:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E4Ns4-0004Rz-Qk for emacs-devel@gnu.org; Sun, 14 Aug 2005 15:10:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4Ns4-0004Rm-Eh for emacs-devel@gnu.org; Sun, 14 Aug 2005 15:10:12 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E4O3l-0006Wc-Me for emacs-devel@gnu.org; Sun, 14 Aug 2005 15:22:17 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-249-50.inter.net.il [84.228.249.50]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CCR24670 (AUTH halo1); Sun, 14 Aug 2005 22:06:39 +0300 (IDT) Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Sun, 14 Aug 2005 02:20:43 -0400) 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:42034 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42034 > From: Stefan Monnier > Date: Sun, 14 Aug 2005 02:20:43 -0400 > Cc: rms@gnu.org, emacs-devel@gnu.org > > > Please, let's have an option that would turn off this new behavior and > > revert to the old one. (It could be initially off, i.e. the new > > behavior could be the default.) I'm sure there are people who will be > > pissed off by this change. > > I'd expect that people who use SPC for completion are pretty seasoned Emacs > users, so they shouldn't be too annoyed by having to add > > (define-key minibuffer-completion-map " " 'minibuffer-complete-word) > > in their .emacs. You must be kidding! Since when people who are accustomed to SPC-completion are automatically supposed to be keymap wizards? (I wasn't talking about myself when I wrote the request above.)