From owner-freebsd-questions Sun Nov 25 15: 0:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 6C0A937B405 for ; Sun, 25 Nov 2001 15:00:10 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 0FB88BD58; Sun, 25 Nov 2001 15:00:10 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id PAA03203; Sun, 25 Nov 2001 15:00:09 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id fAPMvhm81445; Sun, 25 Nov 2001 14:57:43 -0800 (PST) (envelope-from swear@blarg.net) To: Steve Brown Cc: questions@FreeBSD.ORG Subject: Re: Where to start RTFM'ing to configure Sawfish user menus? References: <20011125171821.A1837@prayforwind.com> From: swear@blarg.net (Gary W. Swearingen) Date: 25 Nov 2001 14:57:42 -0800 In-Reply-To: <20011125171821.A1837@prayforwind.com> Message-ID: <26d726tq55.726@localhost.localdomain> Lines: 35 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Steve Brown writes: > I've no idea how/where to configure it's user menus. I > just want to add a few things to it (staroffice,etc). > Doc's seem to indicate I need to write menus in Lisp > and compile them? > Do I need to get lisp then or do I have it? I used > pkg_add -r sawfish to get it (ver 1.4, today, FreeBSD 4.4) > Are there any sample menus anywhere for me to modify or look at? Do like this: $ whereis sawfish sawfish: /usr/ports/x11-wm/sawfish $ cat /usr/ports/x11-wm/sawfish/pkg-descr Lisp configurable window manager WWW: http://sawmill.sourceforge.net/ Which should have the FM or tell you where to find it. Then maybe $ locate sawfish and $ cat /usr/ports/x11-wm/sawfish/pkg-plist From the latter, you'll see: 1) whether it comes with some samples 2) That it comes with "info" system help files (which probably answers most of your other questions). 3) A bunch of lisp files for you to modify. I'll guess it has a lisp interpreter built into it, since they can be small enough for that. The "info" thing should tell you where to put lisp files for it to interpret/compile. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message