<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thank you Martin,<div class=""><br class=""></div><div class="">I missed your original e-mail and Iā€™m glad your solution worked out well for you.</div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 23, 2017, at 12:09 PM, Martin Buchmann <<a href="mailto:martin.buchmann@googlemail.com" class="">martin.buchmann@googlemail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Just for the archive and if someone has a similar problem in the future.<div class=""><br class=""></div><div class="">Using </div><div class=""><br class=""></div><div class=""><font face="Menlo" class="">    (mapcar (lambda (x) (slot-value x 'element))</font></div><div class=""><font face="Menlo" class="">      '(#<7> #<3> #<1> #<6> #<2> #<8> #<9> #<0></font><span style="font-family: Menlo;" class="">))</span></div><div class=""><font face="Menlo" class=""><br class=""></font></div><div class="">I could solve my problem easily.</div><div class=""><br class=""></div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">Am 23.08.2017 um 14:00 schrieb <a href="mailto:cl-graph-devel-request@common-lisp.net" class="">cl-graph-devel-request@common-lisp.net</a>:</div><br class="Apple-interchange-newline"><div class="">Send cl-graph-devel mailing list submissions to<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span><a href="mailto:cl-graph-devel@common-lisp.net" class="">cl-graph-devel@common-lisp.net</a><br class=""><br class="">To subscribe or unsubscribe via the World Wide Web, visit<br class=""><span class="Apple-tab-span" style="white-space:pre"> </span><a href="https://mailman.common-lisp.net/listinfo/cl-graph-devel" class="">https://mailman.common-lisp.net/listinfo/cl-graph-devel</a><br class="">or, via email, send a message with subject or body 'help' to<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>cl-graph-devel-request@common-lisp.net<br class=""><br class="">You can reach the person managing the list at<br class=""><span class="Apple-tab-span" style="white-space:pre">  </span>cl-graph-devel-owner@common-lisp.net<br class=""><br class="">When replying, please edit your Subject line so it is more specific<br class="">than "Re: Contents of cl-graph-devel digest..."<br class=""><br class=""><br class="">Today's Topics:<br class=""><br class="">   1. Format the output of topological-sort (Martin Buchmann)<br class=""><br class=""><br class="">----------------------------------------------------------------------<br class=""><br class="">Message: 1<br class="">Date: Tue, 22 Aug 2017 18:17:40 +0200<br class="">From: Martin Buchmann <martin.buchmann@googlemail.com><br class="">To: cl-graph-devel@common-lisp.net<br class="">Subject: Format the output of topological-sort<br class="">Message-ID: <0A460DB6-F215-4A31-9688-A1AE4347A923@gogglemail.com><br class="">Content-Type: text/plain; charset=utf-8<br class=""><br class="">Hi,<br class=""><br class="">thanks for cl-graph! I really helped me to implement a simple algorithm using topological sort in one of my hobby projects. But I was wondering if the output could be pretty-printed somehow. I get the following output at the moment<br class=""><br class="">(#<7> #<3> #<1> #<6> #<2> #<8> #<9> #<0>) ā€”> ā€ž73162890"<br class=""><br class="">but would prefer to access the data of the vertex es as strings or numbers directly. I am not very experienced in CL so there might be a way independed from cl-graph but I could find any hint in the user manual.<br class=""><br class="">Regards<br class="">  Martin<br class=""><br class=""><br class="">------------------------------<br class=""><br class="">Subject: Digest Footer<br class=""><br class="">_______________________________________________<br class="">cl-graph-devel mailing list<br class="">cl-graph-devel@common-lisp.net<br class="">https://mailman.common-lisp.net/listinfo/cl-graph-devel<br class=""><br class=""><br class="">------------------------------<br class=""><br class="">End of cl-graph-devel Digest, Vol 1, Issue 1<br class="">********************************************<br class=""></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></body></html>