From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60159 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: require inside functions. Date: Thu, 14 Apr 2005 22:44:47 -0400 Message-ID: References: <871x9w9dkn.fsf@xs4all.nl> <87mzsezu5f.fsf@xs4all.nl> <87hdimzou0.fsf@xs4all.nl> <87ll7uwy6m.fsf_-_@xs4all.nl> <87zmw311om.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113533234 3533 80.91.229.2 (15 Apr 2005 02:47:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Apr 2005 02:47:14 +0000 (UTC) Cc: storm@cua.dk, reiner.steib@gmx.de, ding@gnus.org, emacs-devel@gnu.org, snogglethorpe@gmail.com, miles@gnu.org Original-X-From: ding-owner+M8686@lists.math.uh.edu Fri Apr 15 04:47:11 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DMGrK-0001pb-8w for ding-account@gmane.org; Fri, 15 Apr 2005 04:47:06 +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 1DMGpL-0007n2-00; Thu, 14 Apr 2005 21:45:03 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DMGpD-0007mu-00 for ding@lists.math.uh.edu; Thu, 14 Apr 2005 21:44:55 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DMGpA-00015z-OR for ding@lists.math.uh.edu; Thu, 14 Apr 2005 21:44:52 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DMGp9-0007NT-00 for ; Fri, 15 Apr 2005 04:44:51 +0200 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DMGp5-0007la-Bf; Thu, 14 Apr 2005 22:44:47 -0400 Original-To: Lute Kamstra In-reply-to: <87zmw311om.fsf@xs4all.nl> (message from Lute Kamstra on Wed, 13 Apr 2005 11:11:21 +0200) X-Spam-Score: -4.8 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60159 gmane.emacs.devel:36007 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60159 Did you perhaps mean to use load_in_progress instead of Vloads_in_progress? I meant to use Vloads_in_progress. Would load_in_progress do the same job better? If so, I don't mind changing it.