emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] Thoughts about Reverse Linking


From: Jim Ottaway
Subject: Re: [emacs-wiki-discuss] Thoughts about Reverse Linking
Date: Fri, 28 Oct 2005 16:35:07 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>>>>> Bastien Guerry <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]