From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61073 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus installation Date: Mon, 03 Oct 2005 10:40:27 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1128328920 18736 80.91.229.2 (3 Oct 2005 08:42:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Oct 2005 08:42:00 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m9604@lists.math.uh.edu Mon Oct 03 10:41:59 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EMLsx-00049o-38 for ding-account@gmane.org; Mon, 03 Oct 2005 10:41:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EMLsn-00013J-00; Mon, 03 Oct 2005 03:41:13 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EMLsC-00013D-00 for ding@lists.math.uh.edu; Mon, 03 Oct 2005 03:40:36 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EMLs9-0001gc-P6 for ding@lists.math.uh.edu; Mon, 03 Oct 2005 03:40:36 -0500 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EMLs8-0004Pd-00 for ; Mon, 03 Oct 2005 10:40:32 +0200 Original-Received: from latte.josefsson.org (c494102a.s-bi.bostream.se [217.215.27.65]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id j938eT9E011483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 3 Oct 2005 10:40:30 +0200 Original-To: Katsumi Yamaoka OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:051003:yamaoka@jpl.org::OO2e2YxWPGKu6QKb:2Z6P X-Hashcash: 1:21:051003:ding@gnus.org::/fQMZJaNAgIAmRIj:8NGk In-Reply-To: (Katsumi Yamaoka's message of "Mon, 03 Oct 2005 08:41:59 +0900") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=failed version=3.0.3 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61073 Archived-At: Katsumi Yamaoka writes: >>>>>> In Simon Josefsson wrote: > >> Ok. You have my vote. > > Thanks. But I was a bit surprised that there weren't much > responses to this. Do most people install Gnus Lisp files to > the site-lisp/ directory, not a subdirectory, site-lisp/gnus/ > for instance? Or, do most people always specify the > --with-lispdir configure option? If there's no response after > this, I will stop this argument. I think most people who use the CVS version never use 'make install'. > BTW, I noticed changing the default Lisp directory in which Gnus > is installed might cause Lisp shadows, and what is worse, Emacs > prefers site-lisp/ rather than site-lisp/gnus/. So, I will have > to make the installer remove those shadows (or issue a warning) > when I change the default lispdir. Ouch, that is a problem. Maybe a 'make remove-installed-shadows' or something to remove any installed shadows in site-lisp/?