From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Guy Gascoigne - Piggford Newsgroups: gmane.emacs.devel Subject: Re: autoload failure Date: Wed, 27 Oct 2004 15:44:14 -0700 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <418024BE.9080007@wyrdrune.com> References: <20041027.153921.207585531.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098917103 8476 80.91.229.6 (27 Oct 2004 22:45:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2004 22:45:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 28 00:44:53 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 1CMwXE-0000tN-00 for ; Thu, 28 Oct 2004 00:44:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMwf0-0001Xf-Cf for ged-emacs-devel@m.gmane.org; Wed, 27 Oct 2004 18:52:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMwes-0001XG-6h for emacs-devel@gnu.org; Wed, 27 Oct 2004 18:52:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMwep-0001Wh-Eh for emacs-devel@gnu.org; Wed, 27 Oct 2004 18:52:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMwep-0001WP-87 for emacs-devel@gnu.org; Wed, 27 Oct 2004 18:52:43 -0400 Original-Received: from [216.148.222.61] (helo=mail10-red-R.bigfish.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CMwWe-0000V1-IH for emacs-devel@gnu.org; Wed, 27 Oct 2004 18:44:16 -0400 Original-Received: from mail10-red.bigfish.com (localhost.localdomain [127.0.0.1]) by mail10-red-R.bigfish.com (Postfix) with ESMTP id 6C83D44A44B for ; Wed, 27 Oct 2004 22:44:14 +0000 (UCT) X-BigFish: VC Original-Received: by mail10-red (MessageSwitch) id 1098917054400722_19113; Wed, 27 Oct 2004 22:44:14 +0000 (UCT) Original-Received: from mail.tripwire.com (unknown [12.33.18.27]) by mail10-red.bigfish.com (Postfix) with ESMTP id 4024B44A2B5 for ; Wed, 27 Oct 2004 22:44:14 +0000 (UCT) Original-Received: from seabass.tripwire.com (unverified [10.1.1.24]) by mail.tripwire.com (Content Technologies SMTPRS 4.3.6) with ESMTP id for ; Wed, 27 Oct 2004 15:45:51 -0700 Original-Received: from [10.150.1.20] ([10.150.1.20]) by seabass.tripwire.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 27 Oct 2004 15:44:13 -0700 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: Tak Ota In-Reply-To: <20041027.153921.207585531.Takaaki.Ota@am.sony.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-OriginalArrivalTime: 27 Oct 2004 22:44:13.0502 (UTC) FILETIME=[7B5C35E0:01C4BC76] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29084 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29084 I was getting that when I ran emacs from the build directory rather than after running make install and then running that version. Guy Tak Ota wrote: >When calling a function `grep' first time autoload fails by saying >"Autoloading failed to define function grep". > >describe-function says `grep' is a function in `compile' instead of >`grep'. (indirect-function 'grep) returns (autoload "compile" 828127 >t nil) > >Manually performing (load-library "grep") fixes. > >Why does emacs think grep belongs to compile? > >-Tak > > >_______________________________________________ >Emacs-devel mailing list >Emacs-devel@gnu.org >http://lists.gnu.org/mailman/listinfo/emacs-devel > > > > >