Re: [PATCH] TAB completion for organization field

2013-01-03 Thread Roland Winkler
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

Re: [PATCH] TAB completion for organization field

2012-12-31 Thread Eric Abrahamsen
"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

Re: [PATCH] TAB completion for organization field

2012-12-30 Thread Roland Winkler
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

Re: [PATCH] TAB completion for organization field

2012-12-28 Thread Roland Winkler
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

Re: [PATCH] TAB completion for organization field

2012-12-28 Thread Eric Abrahamsen
"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

Re: [PATCH] TAB completion for organization field

2012-12-28 Thread Roland Winkler
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

Re: [PATCH] TAB completion for organization field

2012-12-27 Thread Eric Abrahamsen
"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

Re: [PATCH] TAB completion for organization field

2012-12-27 Thread Roland Winkler
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

[PATCH] TAB completion for organization field

2012-12-27 Thread Eric Abrahamsen
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