Cool! Thanks. Yours, Christian
On 6/23/11 2:56 PM, Eric S Fraga wrote:
Memnon Anon<gegendosenflei...@googlemail.com> writes:
(...)
C-c C-l C-a C-k C-g MemnonAnd 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) "Keyboard macro." (interactive "p") (kmacro-exec-ring-item (quote ("\C-c\C-l\C-a\C-k\C-g" 0 "%d")) arg))) #+end_src You can then bind /getlink/ to a key or execute it directly with M-x getlink RET