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: Re: autoload failure Date: Fri, 29 Oct 2004 09:37:01 -0700 (PDT) Organization: Sony Electronics Inc. Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <20041029.093701.207586096.Takaaki.Ota@am.sony.com> References: <20041027.153921.207585531.Takaaki.Ota@am.sony.com> <418024BE.9080007@wyrdrune.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 1099067861 25822 80.91.229.6 (29 Oct 2004 16:37:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Oct 2004 16:37:41 +0000 (UTC) Cc: guy@wyrdrune.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 29 18:37:28 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 1CNZkl-0001uF-00 for ; Fri, 29 Oct 2004 18:37:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CNZsc-0005ud-O8 for ged-emacs-devel@m.gmane.org; Fri, 29 Oct 2004 12:45:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CNZsV-0005uO-Fq for emacs-devel@gnu.org; Fri, 29 Oct 2004 12:45:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CNZsV-0005uC-1N for emacs-devel@gnu.org; Fri, 29 Oct 2004 12:45:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CNZsU-0005u9-UD for emacs-devel@gnu.org; Fri, 29 Oct 2004 12:45:26 -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 1CNZkT-0000Pe-VK; Fri, 29 Oct 2004 12:37:10 -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 i9TGb2P6018052; Fri, 29 Oct 2004 16:37:03 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 i9TGb2h0006442; Fri, 29 Oct 2004 16:37:02 GMT Original-To: rms@gnu.org In-Reply-To: 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:29146 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29146 Fri, 29 Oct 2004 00:32:50 -0400: Richard Stallman wrote: > >Why does emacs think grep belongs to compile? > > Perhaps loaddefs.el needs to be updated. > In the lisp directory, you can do `make autoloads'. It fails like this: bash-2.05b$ make autoloads [Please ignore a syntax error on the next line - it is intentional] Syntax error: Unterminated quoted string Directories: calc calendar emacs-lisp emulation eshell gnus international language mail mh-e net obsolete play progmodes term textmodes toolbar url "./../bin/emacs.exe" -batch --no-init-file --no-site-file --multibyte -l autoload \ --eval '(setq find-file-hooks nil \ find-file-suppress-same-file-warnings t \ generated-autoload-file \ "/cygdrive/d/pub/emacs/emacs-21.3.50/lisp/loaddefs.el")' \ -f batch-update-autoloads /cygdrive/d/pub/emacs/emacs-21.3.50/lisp calc calendar emacs-lisp emulation eshell gnus international language mail mh-e net obsolete play progmodes term textmodes toolbar url Cannot open load file: autoload Signal 127 make: *** [autoloads] Error 255 bash-2.05b$ ls auto* autoarg.el autoinsert.el autorevert.el -Tak