From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34705 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: url package versus make: configure needs '--with-url' option (was Re: [w3 - url] OT but what is URL) Date: 10 Feb 2001 06:44:53 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87hf25yhc9.fsf@inanna.rimspace.net> <2n3ddn8hex.fsf@tiger.jia.vnet> <2nofwamy1d.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170580 31713 80.91.224.250 (21 Oct 2002 03:23:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:23:00 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 202A3D049D for ; Sat, 10 Feb 2001 09:33:30 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id IAC07897; Sat, 10 Feb 2001 08:33:24 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 10 Feb 2001 08:32:35 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA04732 for ; Sat, 10 Feb 2001 08:32:25 -0600 (CST) Original-Received: from freedom.labridge.com (home.LABridge.com [206.117.169.5]) by mailhost.sclp.com (Postfix) with ESMTP id D3F9ED049D for ; Sat, 10 Feb 2001 09:32:53 -0500 (EST) Original-Received: from reader.local.lan (DSL02-049.LABridge.com [206.117.4.49]) by freedom.labridge.com (8.8.8/8.8.8) with ESMTP id GAA09746 for ; Sat, 10 Feb 2001 06:35:06 -0800 Original-Received: (from reader@localhost) by reader.local.lan (8.11.0/8.11.0) id f1AEirO01521; Sat, 10 Feb 2001 06:44:53 -0800 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org In-Reply-To: <2nofwamy1d.fsf@tiger.jia.vnet> (ShengHuo ZHU's message of "10 Feb 2001 09:07:42 -0500") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 24 Xref: main.gmane.org gmane.emacs.gnus.general:34705 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34705 ShengHuo ZHU writes: > Harry Putnam writes: > > > [...] > > > Then in w3/w3 > > > > ./configure --with-url=/usr/local/w3/url > > Should be > ./configure --with-url=/usr/local/w3/url/lisp > > > ShengHuo Gack! And so it is. Working now Does it require any differnt code in emacs? My old code looks like: (add-to-list 'Info-default-directory-list "/usr/local/w3/w3/texi") (add-to-list 'load-path "/usr/local/w3/w3/lisp") Do I need a pointer to url lisp files too?