From owner-cse663-fa08-list@LISTSERV.BUFFALO.EDU Fri Oct 3 13:43:55 2008 Date: Fri, 3 Oct 2008 13:43:18 -0400 From: "William J. Rapaport" Subject: 663: Using "show" in SNePS To: CSE663-FA08-LIST@LISTSERV.BUFFALO.EDU ------------------------------------------------------------------------ Subject: Using "show" in SNePS ------------------------------------------------------------------------ An alternative to using the slow SNePS GUI that I demonstrated in class today is to use the "dot" program that generated the figures in the handout. It's much faster, and in some cases prettier, but you can't move the nodes around the way you can with the GUI. To use it, after loading SNePS but before executing (sneps) or (snepslog), type: (setf cl-user::*use-gui-show* nil) at the Lisp prompt; this will make "demo" use the dot version.