From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Minibuffer change breaks ido Date: Tue, 06 Dec 2005 10:12:21 +0100 Organization: orebokech dot com Message-ID: <87acfeio7e.fsf@pacem.orebokech.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133862339 6586 80.91.229.2 (6 Dec 2005 09:45:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2005 09:45:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 06 10:45:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EjZME-0005hW-KE for ged-emacs-devel@m.gmane.org; Tue, 06 Dec 2005 10:43:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjZIV-0004tP-5K for ged-emacs-devel@m.gmane.org; Tue, 06 Dec 2005 04:39:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EjYrs-0007K7-VT for emacs-devel@gnu.org; Tue, 06 Dec 2005 04:12:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EjYrq-0007Gd-HJ for emacs-devel@gnu.org; Tue, 06 Dec 2005 04:12:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjYrq-0007G7-5H for emacs-devel@gnu.org; Tue, 06 Dec 2005 04:12:10 -0500 Original-Received: from [82.67.41.165] (helo=yeast.orebokech.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EjYsU-0008JI-3D for emacs-devel@gnu.org; Tue, 06 Dec 2005 04:12:50 -0500 Original-Received: from pacem.orebokech.com (pacem.orebokech.com [192.168.1.3]) by yeast.orebokech.com (Postfix) with ESMTP id 8F98512CF9; Tue, 6 Dec 2005 10:11:57 +0100 (CET) Original-Received: by pacem.orebokech.com (Postfix, from userid 1000) id C8E5B52415; Tue, 6 Dec 2005 10:12:21 +0100 (CET) Original-To: David Reitter X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM 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:47038 Archived-At: FYI, This change: 2005-12-02 David Reitter * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is non-nil, use the new keymaps Vminibuffer_local_filename_completion_map and Vminibuffer_local_must_match_filename_map keymaps. (keys_of_minibuf): Bind SPC in the new file-name completion keymaps. * keymap.c (Vminibuffer_local_filename_completion_map) (Vminibuffer_local_must_match_filename_map): New variables. (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their parent to be Vminibuffer_local_completion_map and Vminibuffer_local_must_match_map, respectively. * commands.h (Vminibuffer_local_filename_completion_map) (Vminibuffer_local_must_match_filename_map): Declare the new keymaps. breaks the installation of ido's minibuffer maps: all the "magic" actions that ido normally binds in the minibuffer are no longer bound. (I already reported the problem to KFS.) -- Romain Francoise | The sea! the sea! the open it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the | ever free! --Bryan W. Procter