emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#15305: closed (24.3; saveplace "End of file during


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15305: closed (24.3; saveplace "End of file during parsing" on require/load)
Date: Sun, 08 Sep 2013 23:16:02 +0000

Your message dated Sun, 08 Sep 2013 19:15:37 -0400
with message-id <address@hidden>
and subject line Re: bug#15305: 24.3; saveplace "End of file during parsing" on 
require/load
has caused the debbugs.gnu.org bug report #15305,
regarding 24.3; saveplace "End of file during parsing" on require/load
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15305: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15305
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3; saveplace "End of file during parsing" on require/load Date: Sat, 07 Sep 2013 23:12:40 -0400 User-agent: Notmuch/0.16 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu)
During loading saveplace.el, `load-save-place-alist-from-file' signals
an "End of file during parsing" error when `save-place-file' exists but
is empty. This bug cannot be triggered using -Q, so the simplest way to
demonstrate this is to set the contents of the .emacs to this:

    (setq save-place-file (make-temp-file "save-place"))
    (require 'saveplace)

And then launch Emacs normally. The save-place-file isn't normally
empty, so such an error isn't really saveplace's fault, but I think
having the error thrown during load is unfriendly.

The issue this has caused for me is autoloading some other library that
requires saveplace. The error abruptly disrupts the entire loading
process and I have to re-enter the command that triggered autoloading.



--- End Message ---
--- Begin Message --- Subject: Re: bug#15305: 24.3; saveplace "End of file during parsing" on require/load Date: Sun, 08 Sep 2013 19:15:37 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.4

Thanks; fixed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]