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: Bastien Guerry
Subject: Re: [emacs-wiki-discuss] Thoughts about Reverse Linking
Date: Fri, 28 Oct 2005 13:45:42 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

John Sullivan writes:

> I've been thinking about what doing the reverse would look like, in
> cases where we can't insert back links into the document itself.

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.

-- 
Bastien




reply via email to

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