Re: [O] Copy link at point

2011-06-23 Thread Christian Moe
Cool! Thanks. Yours, Christian On 6/23/11 2:56 PM, Eric S Fraga wrote: Memnon Anon writes: (...) C-c C-l C-a C-k C-g Memnon And if you do this, saving it as a kmacro, you can generate code that does this: #+begin_src emacs-lisp (fset 'getlink (lambda (&optional arg) "Key

Re: [O] Copy link at point

2011-06-23 Thread Eric S Fraga
Memnon Anon writes: > Christian Moe writes: > >>> Does anyone know a way to copy a link at point with fewer keystrokes than >>> >>> C-c C-l to edit the link >>> C-a C-k C-y to go to the beginning of the link line, kill and re-yank >>> the link >>> to finish editing the link without changing an

Re: [O] Copy link at point

2011-06-23 Thread Memnon Anon
Christian Moe writes: >> Does anyone know a way to copy a link at point with fewer keystrokes than >> >> C-c C-l to edit the link >> C-a C-k C-y to go to the beginning of the link line, kill and re-yank >> the link >> to finish editing the link without changing anything What about: C-c C-l C

Re: [O] Copy link at point

2011-06-23 Thread Christian Moe
That wasn't clear -- I meant to copy the URL part (link type and path) of the link (not the description part). CM On 6/23/11 11:31 AM, Christian Moe wrote: Hi, Does anyone know a way to copy a link at point with fewer keystrokes than C-c C-l to edit the link C-a C-k C-y to go to the beginni

[O] Copy link at point

2011-06-23 Thread Christian Moe
Hi, Does anyone know a way to copy a link at point with fewer keystrokes than C-c C-l to edit the link C-a C-k C-y to go to the beginning of the link line, kill and re-yank the link to finish editing the link without changing anything ? Yours, Christian