emacs-devel
[Top][All Lists]
Advanced

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

Re: How to get current input string in predicate to completing-read


From: Lennart Borgman (gmail)
Subject: Re: How to get current input string in predicate to completing-read
Date: Thu, 07 Aug 2008 23:55:38 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Lennart Borgman (gmail) wrote:
Is it possible to get the current input string from the prompt inside the PREDICATE function in completing-read?

It it is possible then you can for example use regexp matching using the input string as a regexp.

If this is not possible then I suggest to add this functionality.

Eh, I believe I found it: (minibuffer-contents)




reply via email to

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