how to get a structure/module tree?
- From: clemens fischer <ino-news spotteswoode dnsalias org>
- To: sawfish-list gnome org
- Subject: how to get a structure/module tree?
- Date: Mon, 22 Mar 2010 22:53:54 +0100
hi,
I'm trying to understand the sawfish source. It is modularized using
the librep module system, where modules are called "structures". Is
there a tool giving a tree of modules, maybe starting with the
assumption that all exported symbols are required by the user?
My original problem is very simple:
Do I need to start off my ~/.sawfish/rc file with "(require
'apps-menu)"? I want to set the symbol user-apps-menu.
Also: to start an xterm, do I define a menu entry with
("_xterm" (system "xterm &"))
or better:
("_xterm" (run-shell-command "xterm &))?
regards, clemens
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]