Vladimir Zolotykh <gsmith <at> eurocom.od.ua> writes: > > 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: > ... Hi,
Try: [EMAIL PROTECTED] ~ % cat /tmp/j.jl (defvar d 5) [EMAIL PROTECTED] ~ % 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> d user> ,load /tmp/j user> d 5 user> jason
