newbie question
"Tim R. Even" <[email protected]> Tue, 13 Feb 2007 06:40:56 -0600
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
Hello, I've installed SCSH and I am trying to use SCSH to print a bunch of thumbnails. I don't understand how to get xview to accept (car (glob "*.THM")). This seems mysterious to me because (run (xview "<file-name>.THM")) works, while (run (xview (car (glob "*.THM")))) signals an error. What am I missing?