On Wed, Nov 07, 2007 at 12:29:00PM +0000, Bastien wrote: > John Rakestraw <[EMAIL PROTECTED]> writes: > > When I click on the annotate bookmarklet in firefox pops me into emacs > > (into an already existing buffer) with a message that the link and page > > title are in the kill-ring. Yanking gives me a nice link to the web > > page, with the page title as the link text.
Comments on this old thread: 1. Bastien, would it be worth adding this to the Worg add-on page? 2. Rather than having the javascript bookmarklet create a annotation://... URL which then invokes a custom handler, would another possibility be to have the javascript directly construct the link and write it to the clipboard? Although I see that this would require jumping through some other hoops: http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard and I guess it wouldn't work for remember://... which requires more than putting something in the clipboard. 3. Would gconf be a more browser-agnostic way of handling new protocols? e.g. gconftool-2 -s /desktop/gnome/url-handlers/remember/command \ -t string 'org-annotation-helper %s' _______________________________________________ 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