* TAB completion for org-insert-link C-c C-l
@ 2009-07-19 20:47 Bastien
2009-07-20 16:26 ` Chris Gray
2009-08-03 4:31 ` Carsten Dominik
0 siblings, 2 replies; 3+ messages in thread
From: Bastien @ 2009-07-19 20:47 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: TAB completion for org-insert-link C-c C-l
2009-07-19 20:47 TAB completion for org-insert-link C-c C-l Bastien
@ 2009-07-20 16:26 ` Chris Gray
2009-08-03 4:31 ` Carsten Dominik
1 sibling, 0 replies; 3+ messages in thread
From: Chris Gray @ 2009-07-20 16:26 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: TAB completion for org-insert-link C-c C-l
2009-07-19 20:47 TAB completion for org-insert-link C-c C-l Bastien
2009-07-20 16:26 ` Chris Gray
@ 2009-08-03 4:31 ` Carsten Dominik
1 sibling, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2009-08-03 4:31 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-03 4:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-19 20:47 TAB completion for org-insert-link C-c C-l Bastien
2009-07-20 16:26 ` Chris Gray
2009-08-03 4:31 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.