Kindly forgive my stupid question. I can't load .jl file in sawfish-client. Regardless whatever I type in sawfish-client I only get beep (sound) in reply. Here's my transcript:
$ cd /tmp $ cat a.jl (defvar ieh-123 10) $ sawfish-client sawfish 1.3, Copyright (C) 1999-2000 John Harper sawfish comes with ABSOLUTELY NO WARRANTY; for details see the file COPYING Enter `,help' to list commands. user> ,load "a.jl" user> (load "a.jl") user> ,load 'a.jl' user> ,load a.jl user> ,load /tmp/a.jl Where I was wrong ? -- Vladimir Zolotykh
