all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Subject: Re: generic graph (data structure) functions in Emacs?
Date: Wed, 30 Jun 2004 14:39:22 -0400	[thread overview]
Message-ID: <4n4qosdh5x.fsf@lifelogs.com> (raw)
In-Reply-To: 4n1xkmhqva.fsf@lifelogs.com

On Fri, 11 Jun 2004, tzz@lifelogs.com wrote:

> Does Emacs have generic graph building and traversing libraries?  I
> couldn't find anything.
> 
> I need these specifically for a n-child tree structure, which is easy
> to do with nested lists, but I would prefer to use graph-oriented
> algorithms.  I thought I'd check here before writing my own.
> 
> The reason is that the Gnus assistants need to lay out each assistant
> screen as a graph node, with next/previous bidirectional edges between
> them.  Right now, a simply n-child tree is enough, but I would like to
> allow for the possibility of circular paths and multiple parents in
> the assistant, which could be useful in the future.

I'm really surprised there's nothing like this in Emacs already.  I'd
hate to reinvent the wheel, especially for something that seems like
a commonly needed library.

Ted

  reply	other threads:[~2004-06-30 18:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-11 18:49 generic graph (data structure) functions in Emacs? Ted Zlatanov
2004-06-30 18:39 ` Ted Zlatanov [this message]
2004-06-30 21:20   ` Paul Pogonyshev
2004-07-01 15:39     ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4n4qosdh5x.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.