From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: TAB completion for org-insert-link C-c C-l Date: Mon, 3 Aug 2009 06:31:38 +0200 Message-ID: References: <87ocrgwfoz.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXpD9-00056I-Iy for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:31:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXpD4-000548-Hw for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:31:46 -0400 Received: from [199.232.76.173] (port=52719 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXpD3-00053w-Ve for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:31:42 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:64591) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXpD3-0001tv-H7 for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:31:41 -0400 Received: by mail-ew0-f211.google.com with SMTP id 7so1038724ewy.42 for ; Sun, 02 Aug 2009 21:31:41 -0700 (PDT) In-Reply-To: <87ocrgwfoz.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org Looks good to me, thanks! - Carsten On Jul 19, 2009, at 10:47 PM, 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? > > -- > Bastien > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode