[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Any objection to adding completing-read-function?
From: |
Stefan Monnier |
Subject: |
Re: Any objection to adding completing-read-function? |
Date: |
Tue, 31 May 2011 12:51:36 -0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> 2. I would also prefer it if the code for `completing-read-function' and its
> treatment were in Lisp, not C.
Full agreement. I'd like to turn the `initial' arg into a callback
(which can do initialization in a similar way to
minibuffer-with-setup-hook, but more robust) but doing it in C is
more painful.
> No, I won't be submitting a patch. ;-) Dunno
Damn!
Stefan