From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51224 Path: main.gmane.org!not-for-mail From: Paul Stevenson Newsgroups: gmane.emacs.gnus.general Subject: Re: including contrib stuff in compile Date: Thu, 03 Apr 2003 16:29:37 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <873ckztx99.unacceptance@boppy.dyndns.org> References: <878yustxiw.outslander@boppy.dyndns.org> <84pto3d74q.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1049383671 9820 80.91.224.249 (3 Apr 2003 15:27:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2003 15:27:51 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Thu Apr 03 17:27:50 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1916d3-0002Y2-00 for ; Thu, 03 Apr 2003 17:27:49 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1916cj-00049Y-00; Thu, 03 Apr 2003 09:27:30 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 03 Apr 2003 09:28:35 -0600 (CST) Original-Received: from sclp3.sclp.com (ip64-157-176-121.neutelligent.com [64.157.176.121]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA24039 for ; Thu, 3 Apr 2003 09:28:24 -0600 (CST) Original-Received: (qmail 39247 invoked by alias); 3 Apr 2003 15:27:14 -0000 Original-Received: (qmail 39241 invoked from network); 3 Apr 2003 15:27:12 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 3 Apr 2003 15:27:12 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 1916dh-0005Gg-00 for ; Thu, 03 Apr 2003 17:28:29 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 18 Original-NNTP-Posting-Host: dsl-217-155-57-234.zen.co.uk Original-X-Trace: quimby.gnus.org 1049383709 19498 217.155.57.234 (3 Apr 2003 15:28:29 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 3 Apr 2003 15:28:29 GMT User-Agent: Gnus/5.090012 (Oort Gnus v0.12) Emacs/21.2 (i686-pc-linux-gnu) Cancel-Lock: sha1:gd6wTXCbpKMpCxKEqUtBOoGiAow= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:51224 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51224 kai.grossjohann@gmx.net (Kai Großjohann) writes: > Paul Stevenson writes: > >> I have a moderately old emacs (20.3) on which I run ognus. I need to >> use the base64.el from the contrib directory, but I've forgotten how >> to run configure or make or whatever to make sure this happens. >> Anyone care to enlighten me? > > Maybe you have to add the contrib directory to load-path. I can't > recall that there was another way to do it, except manually. To the load-path in my .emacs.el? That doesn't seem to work. Do I need to play around with the Makefile? How would I go about doing it manually? thanks, paul