[cl-graph-devel] graph->dot formatting
Yves Vandriessche
yvdriess at vub.ac.be
Fri Jul 10 15:21:54 UTC 2009
Hello,
I think I hit a bug trying to tweak the formatting:
- in graph->dot. changing vertex-key is handled well here:
(let ((key (if vertex-key (funcall vertex-key v) v)))
But is called without testing below in format-edge:
(princ (funcall vertex-key from) stream)
(princ connector stream)
(princ (funcall vertex-key to) stream)
I'm using the latest asdf-install version, should I get the darcs one?
More information about the cl-graph-devel
mailing list