From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Javier Newsgroups: gmane.emacs.help Subject: Re: "Loading 00debian-vars. ... End of file during parsing." Date: Fri, 14 Feb 2014 22:13:41 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1392416116 20265 80.91.229.3 (14 Feb 2014 22:15:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2014 22:15:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 14 23:15:26 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WER2Z-00044t-Uy for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Feb 2014 23:15:24 +0100 Original-Received: from localhost ([::1]:54029 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WER2Z-0008Ur-7i for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Feb 2014 17:15:23 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 41 Original-NNTP-Posting-Host: F0FEFcLSZEaVVHfj1cocJw.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: tin/2.0.1-20111224 ("Achenvoir") (UNIX) (Linux/3.9.8-1-ARCH (x86_64)) X-Notice: Filtered by postfilter v. 0.8.2 Original-Xref: usenet.stanford.edu gnu.emacs.help:203821 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96091 Archived-At: I have a similar problem in emacs 24.3.1 in my arch linux (compiled from the yaourt package emacs-lucid emacs-lucid 24.3-4). If I try to byte-compile my ~/.emacs from the text mode "emacs -nw" in an xterm I get a bunch of warnings and at the end the same error. (...) .emacs:17:8:Warning: `end-of-buffer' used from Lisp code That command is designed for interactive use only .emacs:1:26:Error: End of file during parsing If I byte-compile from the graphical emacs (X) it sucessfully generates ~/.emacs.elc Andrew Pennebaker wrote: > I'm trying to use Vagrant and Cask to automate setting up development > environments with my favorite editor, Emacs v24, and my favorite settings, > .emacs. > > My Puppet script mostly works, but when I try to reprovision (to grab new > Cask dependencies), I get a strange error. > > Trace: > > $ vagrant up > $ vagrant provision > Loading 00debian-vars... > End of file during parsing > > Source: > > https://github.com/mcandre/mcandre-ubuntu > > Could this be a problem with Ubuntu, or possibly Emacs 24? I hope it's a > simple mistake on my part in manifests/default.pp. >