Package: emacs23 Severity: normal Hello.
Assume a minimal monotone workspace like -- mtn setup --branch branch echo old_content > file mtn add file mtn commit --message message -- Then opening "file" with emacs fails with the message "Wrong type argument: stringp, nil". Following attempts will succeed, so opening a file is only a bit annoying, but all automated tools become allmost unusable (next-error cannot access the first error of each file, for example). The problem seems toggled by "vc-find-file-hook", registered in "file-find-hook" when loading "vc-hooks.el". The problem disappears when replacing monotone with git, so it should actually concern "vc-mtn.el". -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org