From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill Wohler Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.50; vc-diff bombs with wrong-type-argument stringp Date: Wed, 19 Sep 2007 22:18:03 -0700 Message-ID: <359.1190265483@olgas.newt.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1190265504 24808 80.91.229.12 (20 Sep 2007 05:18:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2007 05:18:24 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 20 07:18:23 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IYEQc-00007k-Qy for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 07:18:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYEQa-0004Mq-LN for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2007 01:18:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYEQU-0004KC-0g for emacs-devel@gnu.org; Thu, 20 Sep 2007 01:18:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYEQT-0004JN-6U for emacs-devel@gnu.org; Thu, 20 Sep 2007 01:18:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYEQT-0004J3-3J for emacs-devel@gnu.org; Thu, 20 Sep 2007 01:18:09 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYEQS-0007cH-Nu for emacs-devel@gnu.org; Thu, 20 Sep 2007 01:18:08 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYEPt-0002Ku-UH for emacs-pretest-bug@gnu.org; Thu, 20 Sep 2007 01:17:34 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IYEQP-0007bt-1q for emacs-pretest-bug@gnu.org; Thu, 20 Sep 2007 01:18:08 -0400 Original-Received: from pop-scotia.atl.sa.earthlink.net ([207.69.195.65]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYEQO-0007bn-Qm for emacs-pretest-bug@gnu.org; Thu, 20 Sep 2007 01:18:04 -0400 Original-Received: from h-68-166-189-43.snvacaid.dynamic.covad.net ([68.166.189.43] helo=olgas.localdomain) by pop-scotia.atl.sa.earthlink.net with esmtp (Exim 3.36 #1) id 1IYEQO-0005Xd-00 for emacs-pretest-bug@gnu.org; Thu, 20 Sep 2007 01:18:04 -0400 Original-Received: by olgas.localdomain (Postfix, from userid 1000) id 5F75C16FEC; Wed, 19 Sep 2007 22:18:03 -0700 (PDT) Original-Received: from olgas.newt.com (localhost [127.0.0.1]) by olgas.localdomain (Postfix) with ESMTP id 5CD6516FAB for ; Wed, 19 Sep 2007 22:18:03 -0700 (PDT) X-Detected-Kernel: Solaris 8 (1) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:79351 gmane.emacs.pretest.bugs:19941 Archived-At: When I run `C-x v =3D' on a Subversion-controlled file, I get the appended stack trace. I do not get this error with emacs -Q; however, the NEWS file does not indicate any incompatible changes which would point out which of my settings might be to blame. If the problem is not apparent, please let me know and I'll try to find the offending settings in my environment. Debugger entered--Lisp error: (wrong-type-argument stringp ("/home/wohler/.= emacs")) call-process("svn" nil t nil "status" "-v" ("/home/wohler/.emacs")) apply(call-process "svn" nil t nil ("status" "-v" ("/home/wohler/.emacs")= )) (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(("/home/wohler/.emacs")) (let* ((diff-switches-list ...) (status ...) (local ...) (changed ...) (r= ev1 ...) (rev-switches-list ...) (async ...)) (let (...) (if ... 1 0))) vc-svn-diff(("/home/wohler/.emacs")) apply(vc-svn-diff ("/home/wohler/.emacs")) vc-call-backend(SVN diff ("/home/wohler/.emacs")) byte-code("=C2=89=19A@)=C3=83=C3=84=C3=85\n!=C3=86\"!=3D=C2=83=1E=00=C2= =89=19AA)@=C3=87=3D=C2=84%=00=C3=88@A\"=C2=87=C3=89=C3=85\nC!=C3=86\nC#= =C2=87" [err x file indirect-function vc-find-backend-function vc-backend d= iff 4 signal vc-call-backend] 6) vc-default-workfile-unchanged-p(SVN "/home/wohler/.emacs") apply(vc-default-workfile-unchanged-p SVN "/home/wohler/.emacs") vc-call-backend(SVN workfile-unchanged-p "/home/wohler/.emacs") vc-workfile-unchanged-p("/home/wohler/.emacs") vc-diff(nil t) call-interactively(vc-diff)