From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tak Ota Newsgroups: gmane.emacs.devel Subject: autoload failure Date: Wed, 27 Oct 2004 15:39:21 -0700 (PDT) Organization: Sony Electronics Inc. Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <20041027.153921.207585531.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098916819 7837 80.91.229.6 (27 Oct 2004 22:40:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2004 22:40:19 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 28 00:40:04 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 1CMwSa-0000ZW-00 for ; Thu, 28 Oct 2004 00:40:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMwaL-0000MV-RW for ged-emacs-devel@m.gmane.org; Wed, 27 Oct 2004 18:48:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMwaE-0000MO-El for emacs-devel@gnu.org; Wed, 27 Oct 2004 18:47:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMwaE-0000MC-2X for emacs-devel@gnu.org; Wed, 27 Oct 2004 18:47:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMwaD-0000M9-VL for emacs-devel@gnu.org; Wed, 27 Oct 2004 18:47:58 -0400 Original-Received: from [160.33.98.75] (helo=mail8.fw-bc.sony.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CMwRx-0007xX-Jl for emacs-devel@gnu.org; Wed, 27 Oct 2004 18:39:25 -0400 Original-Received: from mail3.sjc.in.sel.sony.com (mail3.sjc.in.sel.sony.com [43.134.1.211]) by mail8.fw-bc.sony.com (8.12.11/8.12.11) with ESMTP id i9RMdNEv011791 for ; Wed, 27 Oct 2004 22:39:24 GMT Original-Received: from localhost ([43.191.18.96]) by mail3.sjc.in.sel.sony.com (8.12.11/8.12.11) with ESMTP id i9RMdMQr017561 for ; Wed, 27 Oct 2004 22:39:22 GMT Original-To: emacs-devel@gnu.org X-Telephone: +1-858-942-3239 X-Fax------: +1-858-942-9142 X-SnailMail: 16450 West Bernardo Drive MZ7205, San Diego, CA 92127-1804 X-Mailer: Mew-4.1.50 on Emacs-21.3.50.1 (i386-mingw-nt5.1.2600) of 2004-10-25 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:29083 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29083 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