From owner-freebsd-ports Tue Nov 5 01:01:34 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA19570 for ports-outgoing; Tue, 5 Nov 1996 01:01:34 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA19563 for ; Tue, 5 Nov 1996 01:01:21 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id KAA18178 for freebsd-ports@freebsd.org; Tue, 5 Nov 1996 10:00:29 +0100 From: Thomas Gellekum Message-Id: <199611050900.KAA18178@ghpc6.ihf.rwth-aachen.de> Subject: XEmacs and /usr/local/share/emacs/site-lisp To: freebsd-ports@freebsd.org Date: Tue, 5 Nov 1996 10:00:28 +0100 (MET) Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Moin, I'd like to use /usr/local/share/emacs/site-lisp as the default path for local packages to accomodate both emacs and xemacs users (and make it possible to add ports of auctex, calc, gnus, ... in one place). make-path (in the xemacs distribution) creates `/usr/local/lib/xemacs/site-lisp:/usr/local/share/emacs/site-lisp' because it's too dumb to understand the colon. OTOH, a comment in the Makefile seems to indicate that sitelispdir has to be a colon seperated path. Anyway. I created /usr/local/share/emacs/site-lisp by hand. xemacs doesn't see it. I tried recompiling with the `share/emacs' path; no such luck. In fact, it seems that xemacs gladly ignores anything but a few specific directory layouts; explicitly defining lispdir, infodir, libdir, ... doesn't help. Does anyone have a patch or even a quick workaround handy we could add to our port? tg