From: Sebastian <sebastian_rose@gmx.de>
To: emacs-devel@gnu.org
Subject: C-x C-w fails under VC
Date: Sun, 16 Mar 2008 21:56:41 +0100 [thread overview]
Message-ID: <47DD8989.3000202@gmx.de> (raw)
Something wrong with C-x C-w when under vc-mtn
Trying to write a file by useing
C-x C-w
fails when under vc (vc-mtn actually)
starting emacs
C-x C-f ~/some/file/under/vc-mtn/iptables.sh
C-x C-w ~/some/file/under/vc-mtn/iptables-kassiopeya.sh
Message:
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
file-writable-p(nil)
basic-save-buffer-2()
basic-save-buffer-1()
basic-save-buffer()
save-buffer()
write-file("~/develop/bash/iptables-kassiopeya.sh" t)
call-interactively(write-file nil nil)
If I do
C-x C-w ~/some/file/under/vc-mtn/iptables-kassiopeya.sh
a second time I get either:
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
file-writable-p(nil)
basic-save-buffer-2()
basic-save-buffer-1()
basic-save-buffer()
save-buffer()
write-file("~/develop/bash/iptables-kassiopeya.sh" t)
call-interactively(write-file nil nil)
again, but the file is written.
Or, in some cases:
Wrote /home/sebastian/develop/bash/iptables-localhost.sh
vc-find-file-hook: Wrong type argument: stringp, nil
emacs is 23.0.60.2
file is under monotone (vc-mtn)
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sebastian Rose Fachinformatiker/Anwendendungsentwickler
Viktoriastaße 22
30451 Hannover Entwicklung von Internetanwendungen und
Programmen mit freien Werkzeugen und
Bibliotheken.
sebastian_rose@gmx.de PHP, Java, C/C++, Bash, Perl, Apache,
MySQL, PostgreSQL, xt::commerce, Typo3,
+49 173 / 83 93 417 Server, Netzwerk, Desktop, Datenbank.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
next reply other threads:[~2008-03-16 20:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-16 20:56 Sebastian [this message]
2008-03-16 21:05 ` C-x C-w fails under VC Sebastian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47DD8989.3000202@gmx.de \
--to=sebastian_rose@gmx.de \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).