On Sat, 10 Jul 2010 07:25:48 +0200, Christopher Roy Bratusek wrote:
>> I've noticed one more thing. In pager's configure.in,
>> PAGER_C_DIR and PAGER_JL_DIR is "guessed", but
>>
>> $ sawfish-client -e "sawfish-exec-directory"
>> [...]
> Hmm, actually the results are the same.
> [...]
> the variables are coming from sawfish.pc, so it should be save.
If the current is ok, then it's ok, but to be strict, let me correct
my previous post. 'sawfish-client' needs a running Sawfish instance,
so it's better to avoid it. Instead, prepare the following file:
------------------------------------------------------------------------
(format standard-error "%s\n%s\n"
sawfish-lisp-lib-directory
sawfish-exec-directory)
------------------------------------------------------------------------
and run
$ sawfish --batch above-file.jl
Teika (Teika kazura)