On Thu Jan 3 2013 Stefan Monnier wrote:
> You can use a minibuffer-with-setup-hook to change the keymap used in
> your particular completing-read-multiple calls.
Thanks, that seems reasonable.
> Yes, that's currently a limitation of crm.el. Patch welcome.
I already looked into crm.el. I'll let
"Roland Winkler" writes:
> On Fri Dec 28 2012 Stefan Monnier wrote:
>> > rewrite. But I believe it does not (yet?) offer completion when the
>> > result of the completion is supposed to be a list of values.
>>
>> IIUC completing-read-multiple should do what you want (and has been
>> included in
On Fri Dec 28 2012 Stefan Monnier wrote:
> > rewrite. But I believe it does not (yet?) offer completion when the
> > result of the completion is supposed to be a list of values.
>
> IIUC completing-read-multiple should do what you want (and has been
> included in Emacs for a while, at least since
On Fri Dec 28 2012 Stefan Monnier wrote:
> > rewrite. But I believe it does not (yet?) offer completion when the
> > result of the completion is supposed to be a list of values.
>
> IIUC completing-read-multiple should do what you want (and has been
> included in Emacs for a while, at least since
"Roland Winkler" writes:
> On Fri Dec 28 2012 Eric Abrahamsen wrote:
>> Yup, I thought of this problem but it seems like it's fudged in
>> other places (ie you can't complete on subsequent values in an AKA
>> field) so I figured this was good enough for now.
>
> It's different in the sense that t
On Fri Dec 28 2012 Eric Abrahamsen wrote:
> Yup, I thought of this problem but it seems like it's fudged in
> other places (ie you can't complete on subsequent values in an AKA
> field) so I figured this was good enough for now.
It's different in the sense that the values of the organization
field
"Roland Winkler" writes:
> On Fri Dec 28 2012 Eric Abrahamsen wrote:
>> No one asked for this, but it's something I've wanted for a while, so I
>> did it, and am attaching a patch if it's of general interest.
>>
>> I often add multiple records for different people at the same
>> organization, an
On Fri Dec 28 2012 Eric Abrahamsen wrote:
> No one asked for this, but it's something I've wanted for a while, so I
> did it, and am attaching a patch if it's of general interest.
>
> I often add multiple records for different people at the same
> organization, and have wanted tab completion when
No one asked for this, but it's something I've wanted for a while, so I
did it, and am attaching a patch if it's of general interest.
I often add multiple records for different people at the same
organization, and have wanted tab completion when creating/editing the
organization field. This patch