From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: nexus@panix.com (Jeff Berry) Newsgroups: gmane.emacs.help Subject: Re: idlwave won't byte compile Date: 7 Sep 2004 08:08:08 -0400 Organization: PANIX -- Public Access Networks Corp. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <4138ACC3.7020000@yahoo.com> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1094559045 30249 80.91.224.253 (7 Sep 2004 12:10:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Sep 2004 12:10:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 07 14:10:38 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C4eo0-00014X-00 for ; Tue, 07 Sep 2004 14:10:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4etE-0002gK-LS for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Sep 2004 08:16:00 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!panix5.panix.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: panix5.panix.com Original-X-Trace: reader1.panix.com 1094558889 19057 166.84.1.5 (7 Sep 2004 12:08:09 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Tue, 7 Sep 2004 12:08:09 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:125120 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20473 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20473 In article <4138ACC3.7020000@yahoo.com>, Kevin Rodgers wrote: >Jeff Berry wrote: > > I'm trying to install idlwave-5.3 for a user at my site, and it > > won't byte compile. I'm running AIX4.3 and emacs-21.3, and when > > I try to make idlwave, I get this: > > Am I, not being a lisp programmer or much of emacs user, missing something > > obvious here? >No, idlwave's author did: idlwave.el and idlw-shell.el must have >(require 'idlw-help), but idlw-help.el does not have (provide 'idlw-help); >so add it at the end of the file. >Kevin Rodgers Thanks very much. That was pretty much it. I actually had to add two lines: (provide 'idlw-help) (provide 'idlwave-help) But once I knew what I was looking for, it was easy to sort out. Thanks again, Jeff Berry/NASA GISS