* Minibuffer change breaks ido
@ 2005-12-06 9:12 Romain Francoise
2005-12-07 9:23 ` Kim F. Storm
0 siblings, 1 reply; 3+ messages in thread
From: Romain Francoise @ 2005-12-06 9:12 UTC (permalink / raw)
Cc: emacs-devel
FYI,
This change:
2005-12-02 David Reitter <david.reitter@gmail.com>
* 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 <romain@orebokech.com> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
| ever free! --Bryan W. Procter
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Minibuffer change breaks ido
2005-12-06 9:12 Minibuffer change breaks ido Romain Francoise
@ 2005-12-07 9:23 ` Kim F. Storm
2005-12-07 10:22 ` Romain Francoise
0 siblings, 1 reply; 3+ messages in thread
From: Kim F. Storm @ 2005-12-07 9:23 UTC (permalink / raw)
Cc: David Reitter, emacs-devel
Romain Francoise <romain@orebokech.com> writes:
> 2005-12-02 David Reitter <david.reitter@gmail.com>
>
> breaks the installation of ido's minibuffer maps: all the "magic"
> actions that ido normally binds in the minibuffer are no longer bound.
I have installed a fix to ido. Thank you.
--
Kim F. Storm <storm@cua.dk> http://www.cua.dk
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Minibuffer change breaks ido
2005-12-07 9:23 ` Kim F. Storm
@ 2005-12-07 10:22 ` Romain Francoise
0 siblings, 0 replies; 3+ messages in thread
From: Romain Francoise @ 2005-12-07 10:22 UTC (permalink / raw)
Cc: David Reitter, emacs-devel
storm@cua.dk (Kim F. Storm) writes:
> I have installed a fix to ido.
Thanks.
--
Romain Francoise <romain@orebokech.com> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
| ever free! --Bryan W. Procter
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-12-07 10:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-06 9:12 Minibuffer change breaks ido Romain Francoise
2005-12-07 9:23 ` Kim F. Storm
2005-12-07 10:22 ` Romain Francoise
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.