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

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

bug#13289: 24.2; bookmark didn't save when using emacsclient


From: Glenn Morris
Subject: bug#13289: 24.2; bookmark didn't save when using emacsclient
Date: Thu, 03 Jan 2013 21:52:08 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Glenn Morris wrote:

> Mind you, SIGTERM is supposed to run kill-emacs, so it's not clear that
> "killall emacs" should not have had the same effect...

It seems that bookmark-write-file fails to return from:

(dolist (i bookmark-alist) (pp i (current-buffer)))

pp-buffer dies someway through trying to process something like this:

  ("README" (filename . "/misc/emacs/bzr/emacs24/README") (front-context-string 
. "Copyright (C) 20") (rear-context-string) (position . 1))

I don't know why.





reply via email to

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