>>>>> Bastien Guerry <[EMAIL PROTECTED]> writes:
> Ok guys,

> i'm starting to code something like planner-registry.el.

> * from any document (gnus, w3m, bibtex), display a list of the
>   relevant planner pages

> * visiting an item of this list opens the page and set the point
>   properly (at the beginning of the link)

> * implement `planner-registry-initialize'

> * implement `planner-registry-update' (as a hook when saving)

> * store data in alist of alist like: 

>    '(urls ([id] ([page] [point]))
>      messages ([id] ([page] [point]))     
>      bookmarks ([id] ([page] [point]))     
>      bitex-entries ([id] ([page] [point])))

> Does it sound good? Please send me any relevant idea.

I would just use the url [i.e., any kind of muse/planner url] as the
key: I can't imagine when one would want to have the list organized by
messages, bookmarks, etc.; if one did, it would be easy to extract
these from a list of (url . (<page-data>)) elements.

-- 
Jim Ottaway


_______________________________________________
emacs-wiki-discuss mailing list
emacs-wiki-discuss@nongnu.org
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to