Two hours ago, Jeremy Hankins wrote:
<[email protected]> writes:
check from sawfish-client:
client> (setq mylist ("a" "b" "c"))
This should generate an error (possibly in .xsession-errors?) and
leave mylist unset, as it attempts to set mylist to the function "a"
called with "b" and "c".
Yeah, that's something that I find very annoying with sawfish-client
-- the fact that errors are sent to stderr only, and not to the
client. Makes the repl much less useful.
In fact the first time it works:
sawfish-client -f restart
sawfish-client
client > s
(You're accessing an undefined variable or function `s')
client > s
client >
Hmm...
Chris