on Sat Jul 02 2011, Nick Dokos <nicholas.dokos-AT-hp.com> wrote:

> Dave Abrahams <d...@boostpro.com> wrote:
>
>> I used to have 
>> 
>>   (define-key org-mode-map "\M-/" 'org-complete)
>> 
>> in my .emacs.  Now that there is no org-complete function, what should I
>> bind to `M /' in org buffers?
>> 
>
> I think pcomplete, normally bound to M-TAB:
>
> ,----
> | pcomplete is an interactive compiled Lisp function in `pcomplete.el'.
> | 
> | (pcomplete &optional INTERACTIVELY)
> | 
> | Support extensible programmable completion.
> | To use this function, just bind the TAB key to it, or add it to your
> | completion functions list (it should occur fairly early in the list).
> `----

Thanks for the info, Nick

Oops, that doesn't do what I want.  Is there a way to get pcomplete to
fall back to use dabbrev-expand when it can't complete something another
way?  I'd RTFM but pcomplete seems to be completely undocumented!

[No wonder I didn't stumble across pcomplete: Doesn't every OS GUI bind
`M-TAB' to a window switcher by default?]

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

Reply via email to