emacs-devel
[Top][All Lists]
Advanced

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

Re: ffap bindings suggestion


From: Stefan Monnier
Subject: Re: ffap bindings suggestion
Date: Mon, 13 Feb 2006 00:06:31 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> Perhaps I don't understand `minor-mode-map-alist' well enough.  I don't
> know how to use it to create some bindings that will be used only in the
> minibuffer (some only for particular kinds of completion etc.), and that
> will be seen by built-in functions that work with the minibuffer.

Just turn on the minor mode in the minibuffer.  That means after calling
completing-read, so you'll probably need to do it via minibuffer-setup-hook.


        Stefan




reply via email to

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