From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Gray Subject: Re: TAB completion for org-insert-link C-c C-l Date: Mon, 20 Jul 2009 18:26:16 +0200 Message-ID: <86prbvxqvr.fsf@portan.ibr.cs.tu-bs.de> References: <87ocrgwfoz.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSvhJ-000810-FM for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:26:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSvhE-0007wx-Qi for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:26:39 -0400 Received: from [199.232.76.173] (port=45578 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSvhD-0007wu-4R for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:26:35 -0400 Received: from main.gmane.org ([80.91.229.2]:43537 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MSvhC-0005qZ-Nt for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 12:26:34 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MSvh7-0000zv-U5 for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 16:26:29 +0000 Received: from portan.ibr.cs.tu-bs.de ([134.169.34.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jul 2009 16:26:29 +0000 Received: from chrismgray by portan.ibr.cs.tu-bs.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jul 2009 16:26:29 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien wrote: > Hi all, > I just pushed a small change I would like to hear feedback about. > The basic idea is to allow TAB completion to suggest stored links when > inserting a link with C-c C-l. Here is the log from the git repo: > ,----[ 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. > `---- > What do you think? I love this idea. It had always annoyed me that ido said (No matches) when I was inputting a valid link. Cheers, Chris