From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: straylightblue Newsgroups: gmane.emacs.help Subject: Relative n00by question: >>End of file during parsing<< Error with simple backup unifier script Date: Wed, 27 Aug 2008 13:18:43 +0200 Message-ID: <665aa0fc0808270418t990cd3bqa44b889da858aac0@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_12296_3666900.1219835923497" X-Trace: ger.gmane.org 1219843945 30280 80.91.229.12 (27 Aug 2008 13:32:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Aug 2008 13:32:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 27 15:33:18 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KYL8p-0005EZ-Sy for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2008 15:32:56 +0200 Original-Received: from localhost ([127.0.0.1]:43212 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYL7r-0006sD-JS for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2008 09:31:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYJ33-0004sM-6d for help-gnu-emacs@gnu.org; Wed, 27 Aug 2008 07:18:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYJ30-0004rS-Vp for help-gnu-emacs@gnu.org; Wed, 27 Aug 2008 07:18:48 -0400 Original-Received: from [199.232.76.173] (port=32913 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYJ30-0004rF-LK for help-gnu-emacs@gnu.org; Wed, 27 Aug 2008 07:18:46 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.249]:28610) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KYJ30-0006Ep-9w for help-gnu-emacs@gnu.org; Wed, 27 Aug 2008 07:18:46 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so2568529rvb.6 for ; Wed, 27 Aug 2008 04:18:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=kCxyPjvoqk8BuuZz65SbOTtRfQq+8/HkeuwVqegP5Jc=; b=isirFoQKCHyNJgpo1H6zOtz1BoHnSFzEgHHvvi6xrfXJYJjbCD8gMO43yoWHBVxBFz Il4tonTTG/mbPtgnGOdQGgcP+9fuYbtJEinKZTqlQR6Cy6zVyqbLRv4sBwWp5Sk2It0y lgwH2qfcZsrw9VCpYSlJ4x5MZY2eID+9kj8pw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=iLhuS3NyEYc8h7gGzvhewI6dHMOJboYnWyWBfxrjgT1tPYUywEAn2Zrub2MkPpMsNN TTNSSRJgJkVBqRrKJMJRsrvFJ2Kz+w4cvLNpwlrfKS+TYa2qgj4f5fzuDLPXpAfvILm1 ldQ+fqmnBDINd2XE1yF3VSpF0077U2CybCgbY= Original-Received: by 10.141.128.19 with SMTP id f19mr3515376rvn.45.1219835923702; Wed, 27 Aug 2008 04:18:43 -0700 (PDT) Original-Received: by 10.141.202.5 with HTTP; Wed, 27 Aug 2008 04:18:43 -0700 (PDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 27 Aug 2008 09:31:28 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57021 Archived-At: ------=_Part_12296_3666900.1219835923497 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi everybody. I'm having trouble runing a lips-file that has allways worked until now. I presume it's the new 22 version of Emacs for Windows and some incompatabilities with older elisp versions causing this, but I'm not sure. Maybe someone can help me out? This is the error message: >>> An error has occurred while loading `c:/Dokumente und Einstellungen/me/Anwendungsdaten/.emacs.d/init.el': End of file during parsing: c:/Dokumente und Einstellungen/me/Anwendungsdaten/.emacs.d/init.el <<< And this is the script: >>>> (setq backup-by-copying t ; don't clobber symlinks '(("." . "~/emacsbackups")) ; don't litter my fs tree delete-old-versions t kept-new-versions 6 kept-old-versions 2 version-control t ; use versioned backups <<< I wasn't able to find the error. Like I said, as far as I can tell this works a-ok with v.21 on the command-line in Linux. Thanks for any help. ------=_Part_12296_3666900.1219835923497 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi everybody.

I'm having trouble runing a lips-file that has allways worked until now. I presume it's the new 22 version of Emacs for Windows and some incompatabilities with older elisp versions causing this, but I'm not sure. Maybe someone can help me out?

This is the error message:
>>>
An error has occurred while loading `c:/Dokumente und Einstellungen/me/Anwendungsdaten/.emacs.d/init.el':

End of file during parsing: c:/Dokumente und Einstellungen/me/Anwendungsdaten/.emacs.d/init.el
<<<

And this is the script:

>>>>

(setq backup-by-copying t        ; don't clobber symlinks
    '(("." . "~/emacsbackups"))    ; don't litter my fs tree
    delete-old-versions t
    kept-new-versions 6
    kept-old-versions 2
    version-control t        ; use versioned backups

<<<

I wasn't able to find the error. Like I said, as far as I can tell this works a-ok with v.21 on the command-line in Linux.

Thanks for any help.
------=_Part_12296_3666900.1219835923497--