From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19738 Path: main.gmane.org!not-for-mail From: Didier Verna Newsgroups: gmane.emacs.gnus.general Subject: Re: Installing Gnus as a package under XEmacs-21.2 Date: 07 Dec 1998 10:40:04 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158033 13129 80.91.224.250 (20 Oct 2002 23:53:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:53:53 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id EAA11748 for ; Mon, 7 Dec 1998 04:41:18 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id DAA16978; Mon, 7 Dec 1998 03:40:44 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 07 Dec 1998 03:40:49 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id DAA05617 for ; Mon, 7 Dec 1998 03:40:32 -0600 (CST) Original-Received: from ulysse.enst.fr (WlsVWngCqzCQixf5+UzTaU3MYmuahr1N@inf.enst.fr [137.194.2.81]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id EAA11733 for ; Mon, 7 Dec 1998 04:40:21 -0500 (EST) Original-Received: from metheny.enst.fr (metheny.enst.fr [137.194.204.4]) by ulysse.enst.fr (8.8.8/8.8.8) with ESMTP id KAA14838; Mon, 7 Dec 1998 10:40:08 +0100 (MET) Original-Received: (from verna@localhost) by metheny.enst.fr (8.8.8/8.8.8) id KAA09294; Mon, 7 Dec 1998 10:40:04 +0100 (MET) Original-To: Lloyd Zusman X-Attribution: dv X-Url: http://www.infres.enst.fr/~verna/ X-Web: http://www.infres.enst.fr/~verna/ X-Home-Page: http://www.infres.enst.fr/~verna/ In-Reply-To: Lloyd Zusman's message of "05 Dec 1998 08:22:27 -0500" Mail-Copies-To: never X-Face: |j}\)O|k##MrRz#VK$Jy=0r=3Qc,,a/Tr6*JQbE73dy17]2YcmW$9Z&H21e}#~#pgc>dn(is5Bv1l!{1re+Q9suKIOUmOqZs2>QMxHlR;;}kaGYA@HR3D C6 X-Face: 6o|eiKqaHN.ANh8HXDzntcWUOCg\]RsOd.ctvm~*y}Y^R&*a+Co,\s#=HWsw3x$b_n2kJ#g (7u?J^@^xP)f,jUF|0Z'J:|G/bMA5O12*b,7`-Q`=pKsCRIpso07.Y>YB2H{7`?u&yh;C_ZtLHfj I'm using pgnus-0.63 under XEmacs-21.2.beta4 I'm wondering what it Lloyd> would take to install Gnus as an auto-autoloadable package under Lloyd> XEmacs-21.2. I know that part of this procedure entails creating the Lloyd> following directory: Lloyd> ../lib/xemacs/site-packages/lisp/gnus Lloyd> However, I believe that I also need an `auto-autoloads.el' file. Is Lloyd> that true? If so, how can I generate one? It looks like the Lloyd> `auto-autoloads.el' files for other packages are somehow automatically Lloyd> generated. I usually compile with `gmake EMACS=xemacs' in the pgnus distribution, and then, I have a stupid script that removes the preceding version, installs the new one, and regenerates the autoloads and the custom-loads. Here it is fwiw: ,---- | #! /bin/sh | | prefix=/infres/metheny | package=$prefix/lib/xemacs/site-packages | lisp_dir=$package/lisp/gnus | emacs=$prefix/latest/xemacs/src/xemacs | | rm -f $package/lisp/gnus/* | rm -f $package/info/gnus* | | gmake lispdir=$lisp_dir infodir=$package/info EMACS=$emacs install | cp lisp/*.el $lisp_dir | | cd $lisp_dir | $emacs -batch -q -l autoload -f batch-update-directory . | $emacs -batch -q -l cus-dep -f Custom-make-dependencies . | $emacs -batch -q -f batch-byte-compile auto-autoloads.el custom-load.el | | cd ../../ | | chmod -R a+rX . `----- -- / / _ _ Didier Verna http://www.inf.enst.fr/~verna/ - / / - / / /_/ / E.N.S.T. INF C201.1 mailto:verna@inf.enst.fr /_/ / /_/ / /__ / 46 rue Barrault Tel. (33) 01 45 81 73 46 75634 Paris cedex 13 Fax. (33) 01 45 81 31 19