From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55937 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: loading gnus creates *Group* buffer Date: Sun, 11 Jan 2004 22:41:08 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: <8765fib1u3.fsf@emptyhost.emptydomain.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073857409 26031 80.91.224.253 (11 Jan 2004 21:43:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Jan 2004 21:43:29 +0000 (UTC) Original-X-From: ding-owner+M4477@lists.math.uh.edu Sun Jan 11 22:43:26 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AfnMk-0002WY-00 for ; Sun, 11 Jan 2004 22:43:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AfnKq-0001NL-00; Sun, 11 Jan 2004 15:41:28 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AfnKi-0001NF-00 for ding@lists.math.uh.edu; Sun, 11 Jan 2004 15:41:20 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 1ABDA3A0027 for ; Sun, 11 Jan 2004 15:41:20 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AfnKh-00082L-00 for ; Sun, 11 Jan 2004 22:41:19 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 22 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1073857279 30158 213.203.244.156 (11 Jan 2004 21:41:19 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sun, 11 Jan 2004 21:41:19 +0000 (UTC) User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:gpEmMUpZWRR0LE7G18t/RONOB14= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55937 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55937 "Steven E. Harris" writes: > Just for kicks, I tried symlinking ~/.xemacs/site-packages to > ~/usr/local/lib/xemacs/site-packages (under which my current Gnus > build sits), but XEmacs did not find Gnus in the lisp/gnus directory > below. I think that link creates a directory ~/.xemacs/site-packages/gnus/lisp, but XEmacs searches for ~/.xemacs/site-packages/lisp/gnus, instead. The ./configure arguments that Steve gave put things in the right directory. WIBNI there was a convenience arg --as-personal-xemacs-package that people could use to get the right settings automatically? Then people could just download the most recent tarball and have a working personal installation real quick. Even if the XEmacs package is older. Kai