emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minibuffer change breaks ido


From: Romain Francoise
Subject: Minibuffer change breaks ido
Date: Tue, 06 Dec 2005 10:12:21 +0100

FYI,

This change:

2005-12-02  David Reitter  <address@hidden>

        * 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 <address@hidden> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
                                        | ever free! --Bryan W. Procter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]