From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: "Local variables entry is missing the suffix" in ldefs-boot|loaddefs Date: Mon, 11 Feb 2008 03:47:48 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202698097 3903 80.91.229.12 (11 Feb 2008 02:48:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2008 02:48:17 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 11 03:48:40 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JOOil-0006LM-Cq for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 03:48:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOOiH-0003GD-SD for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2008 21:48:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOOiD-0003EC-OG for emacs-devel@gnu.org; Sun, 10 Feb 2008 21:48:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOOiC-0003BQ-5r for emacs-devel@gnu.org; Sun, 10 Feb 2008 21:48:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOOiC-0003BF-0N for emacs-devel@gnu.org; Sun, 10 Feb 2008 21:48:04 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOOiA-0003LG-7J for emacs-devel@gnu.org; Sun, 10 Feb 2008 21:48:03 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so1774650wah.10 for ; Sun, 10 Feb 2008 18:47:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=HjLhKMJhBrvbCuu43HAHbG9DdTgDOEjb3D9luyAD2Vw=; b=BlOjH1x1fbtIqlD2Uz2fmMNPCzVtQjLN8tKfUNzNvkMkwrNJpnMop1mMUSEGMy5cD5o8Fnw/RV9sqCOAQeF9zJ+EfBXRkJRJCjLG//TC10SOuCH3JP+jHTmHPhvhzcDd3e8vl23qmeAVwtoZk9wxj/M/8djlekmJGb1d0mvlcGI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gFBk7Ox/QsYhy03uWIG/VwyEEzaMy+DXhCRyEr/5bG32zqugP0fYJaMhHt9whL6irD6Sa2ODXvc7YQ28CWqguXwaEvLmDZ8Y5e5QkJgWCCuuRfUCIe11oDcyJYk/0IMv5viD6qdYRoB3mb01XQ8hiiaQxNZB6cgc4GMJ69OlS0M= Original-Received: by 10.114.175.16 with SMTP id x16mr8710189wae.12.1202698068590; Sun, 10 Feb 2008 18:47:48 -0800 (PST) Original-Received: by 10.114.170.5 with HTTP; Sun, 10 Feb 2008 18:47:48 -0800 (PST) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88712 Archived-At: Bootstrapping on Windows: C:\emacs\lisp> .\..\bin\emacs.exe -batch --no-init-file --no-site-file --multibyte -l autoload --eval "(setq find-file-hok nil find-file-suppress-same-file-warnings t)" -f w32-batch-update-autoloads "C:/emacs/lisp/loaddefs.el" . File local-variables error: (error "Local variables entry is missing the suffix") Loading c:/emacs/lisp/vc-cvs.el (source)... Generating autoloads for abbrev.el... Generating autoloads for abbrev.el...done [etc, etc.] Generating autoloads for kmacro.el... Generating autoloads for kmacro.el...done Local variables entry is missing the suffix It does not happen if ldefs-boot.el and loaddefs.el are converted from CRLF to LF. Juanma