Also use TAB for completion with org-insert-link.
commite17368ca762c92948c15b2493faa8ce945b13beb
authorBastien Guerry <bzg@altern.org>
Sun, 19 Jul 2009 17:45:06 +0000 (19 19:45 +0200)
committerBastien Guerry <bzg@altern.org>
Sun, 19 Jul 2009 17:45:06 +0000 (19 19:45 +0200)
treeaf0e68d8bb0c81b7998c0c0cfebfb61aba728a35
parentffa046d38b7467e2dafc013b3db9a6d76ec6c6f6
Also use TAB for completion with org-insert-link.

Before this patch the completion mechanism was this: TAB let's you
complete through link prefixes (gnus: file: bbdb: ...) then RET allows
completion if a completion mechanism is available for the chosen prefix.
Navigating through the history of stored links was a separate process,
available through the up/down M-n/M-p keys.

Now TAB not only completes through link prefixes but also through stored
links.  This behavior matches other Emacs completion mechanisms a bit
more closely.
lisp/ChangeLog
lisp/org.el