* Can't quit emacs23: Couldn't parse output from `svn status -v
@ 2009-09-08 13:03 Markus Grunwald
2009-09-08 16:11 ` Andreas Politz
[not found] ` <mailman.6211.1252427246.2239.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 3+ messages in thread
From: Markus Grunwald @ 2009-09-08 13:03 UTC (permalink / raw)
To: help-gnu-emacs
Hello,
When I want to C-x C-c my shiny new emacs23, I get the following error and
emacs is not closed. It's a bit annoying because I have to kill it to
close it :(
~/.emacs.d/filesets-cache.el is by no means special and it is NOT managed
with svn:
gru@machine % cd ~/.emacs.d
gru@machine % svn status -v filesets-cache.el
? filesets-cache.el
Thanks for any help!
Debugger entered--Lisp error: (error "Couldn't parse output from `svn status -v'")
signal(error ("Couldn't parse output from `svn status -v'"))
error("Couldn't parse output from `svn status -v'")
(cond ((not state) nil) ((looking-at "....\\s-+\\(\\*\\s-+\\)?[-0]\\s-+\\?") (list state "0" nil)) ((looking-at "....\\s-+\\(\\*\\s-+\\)?\\([0-9]+\\)\\s-+\\([0-9]+\\)") (list state ... ...)) ((looking-at "^I +") nil) ((looking-at " \\{40\\}") nil) (t (error "Couldn't parse output from `svn status -v'")))
(let ((state ...)) (cond (... nil) (... ...) (... ...) (... nil) (... nil) (t ...)))
vc-svn-parse-status()
(if (not (equal 0 status)) (if (or ... ... ...) nil (vc-svn-pop-up-error "Error running Subversion to check status of `%s'" ...)) (vc-svn-parse-status))
(let ((status ...)) (goto-char (point-min)) (if (not ...) (if ... nil ...) (vc-svn-parse-status)))
(save-excursion (set-buffer (get-buffer-create " *Subversion Output*")) (erase-buffer) (let (...) (goto-char ...) (if ... ... ...)))
(vc-svn-with-output-buffer (let (...) (goto-char ...) (if ... ... ...)))
vc-svn-run-status("~/.emacs.d/filesets-cache.el")
(null (vc-svn-run-status file))
(not (null (vc-svn-run-status file)))
(and (file-exists-p (expand-file-name ".svn/entries" ...)) (not (null ...)))
vc-svn-registered("~/.emacs.d/filesets-cache.el")
apply(vc-svn-registered "~/.emacs.d/filesets-cache.el")
vc-call-backend(SVN registered "~/.emacs.d/filesets-cache.el")
[ some unpastable characters ]
vc-registered("~/.emacs.d/filesets-cache.el")
vc-backend("~/.emacs.d/filesets-cache.el")
vc-find-file-hook()
write-file("/home/gru/.emacs.d/filesets-cache.el")
filesets-menu-cache-file-save-maybe()
filesets-exit()
run-hooks(kill-emacs-hook)
kill-emacs()
save-buffers-kill-emacs(nil)
save-buffers-kill-terminal(nil)
call-interactively(save-buffers-kill-terminal nil nil)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can't quit emacs23: Couldn't parse output from `svn status -v
2009-09-08 13:03 Can't quit emacs23: Couldn't parse output from `svn status -v Markus Grunwald
@ 2009-09-08 16:11 ` Andreas Politz
[not found] ` <mailman.6211.1252427246.2239.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Politz @ 2009-09-08 16:11 UTC (permalink / raw)
To: help-gnu-emacs
Markus Grunwald <markus.grunwald@gmx.de> writes:
> Hello,
>
> When I want to C-x C-c my shiny new emacs23, I get the following error
[...]
> vc-svn-run-status("~/.emacs.d/filesets-cache.el")
[...]
I don't see this function in my emacs23.1.1. You are probably using a
old vc version.
-ap
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can't quit emacs23: Couldn't parse output from `svn status -v
[not found] ` <mailman.6211.1252427246.2239.help-gnu-emacs@gnu.org>
@ 2009-09-09 11:23 ` Markus Grunwald
0 siblings, 0 replies; 3+ messages in thread
From: Markus Grunwald @ 2009-09-09 11:23 UTC (permalink / raw)
To: help-gnu-emacs
Hello Andreas,
On Tue, 08 Sep 2009 18:11:11 +0200, Andreas Politz wrote:
>> vc-svn-run-status("~/.emacs.d/filesets-cache.el")
> I don't see this function in my emacs23.1.1. You are probably using a
> old vc version.
You are right, I'm sorry. I have too much old stuff around for my old
emacs installations ...
Thank you!
cu
Markus
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-09-09 11:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-08 13:03 Can't quit emacs23: Couldn't parse output from `svn status -v Markus Grunwald
2009-09-08 16:11 ` Andreas Politz
[not found] ` <mailman.6211.1252427246.2239.help-gnu-emacs@gnu.org>
2009-09-09 11:23 ` Markus Grunwald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).