From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: "Symbol's value as variable is void" on vc-diff Date: Fri, 16 Apr 2004 15:41:38 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040416153410.6A6C.JMBARRANQUERO@wke.es> References: <20040416120453.38AD.JMBARRANQUERO@wke.es> <1082111253.771.267.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1082123167 3101 80.91.224.253 (16 Apr 2004 13:46:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2004 13:46:07 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 16 15:45:59 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BETfL-0006RT-00 for ; Fri, 16 Apr 2004 15:45:59 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BETfK-0006FP-00 for ; Fri, 16 Apr 2004 15:45:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BETeN-0007hL-5H for emacs-devel@quimby.gnus.org; Fri, 16 Apr 2004 09:44:59 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BETe9-0007cI-K5 for emacs-devel@gnu.org; Fri, 16 Apr 2004 09:44:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BETcA-0006UW-7S for emacs-devel@gnu.org; Fri, 16 Apr 2004 09:43:13 -0400 Original-Received: from [62.22.181.117] (helo=idefix.laley.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BETb9-00061X-G8; Fri, 16 Apr 2004 09:41:39 -0400 Original-Received: from [172.17.221.23] (jsredondo.wk.org [172.17.221.23]) by idefix.laley.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id 2HB1QYHL; Fri, 16 Apr 2004 15:41:14 +0200 Original-To: Andre Spiegel , emacs-devel@gnu.org In-Reply-To: <1082111253.771.267.camel@localhost> X-Mailer: Becky! ver. 2.08.01 [en] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21762 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21762 On Fri, 16 Apr 2004 12:27:33 +0200 Andre Spiegel wrote: > But it looks like this will uncover another bug in > vc-svn.el, which I cannot check easily. Let us know what happens when > you update to the most recent vc-hooks.el. Were you waiting for that Debugger entered--Lisp error: (wrong-number-of-arguments wrong-number-of-arguments #[(file &optional oldvers newvers) "..." [file oldvers newvers switches async vc-workfile-version "0" error "No revisions of %s exist" apply vc-do-command "*vc-diff*" 1 "diff" append vc-switches nil diff ("/dev/null") SVN vc-stay-local-p fboundp start-process vc-svn-command "*vc-diff*" 0 "diff" "-x" mapconcat identity " " "-r" ":" buffer-size get-buffer "*vc-diff*"] 12 ("c:/bin/emacs/HEAD/lisp/vc-svn.elc" . 9467)] 4) signal(wrong-number-of-arguments (wrong-number-of-arguments #[(file &optional oldvers newvers) "..." [file oldvers newvers switches async vc-workfile-version "0" error "No revisions of %s exist" apply vc-do-command "*vc-diff*" 1 "diff" append vc-switches nil diff ... SVN vc-stay-local-p fboundp start-process vc-svn-command "*vc-diff*" 0 "diff" "-x" mapconcat identity " " "-r" ":" buffer-size get-buffer "*vc-diff*"] 12 ("c:/bin/emacs/HEAD/lisp/vc-svn.elc" . 9467)] 4)) (if (or (not ...) (not ...)) (signal 'wrong-number-of-arguments err) (vc-call diff file)) (condition-case err (vc-call diff file nil nil "*vc*") (wrong-number-of-arguments (if ... ... ...))) (zerop (condition-case err (vc-call diff file nil nil "*vc*") (wrong-number-of-arguments ...))) vc-default-workfile-unchanged-p(SVN "d:/usr/home/.emacs.el") apply(vc-default-workfile-unchanged-p SVN "d:/usr/home/.emacs.el") vc-call-backend(SVN workfile-unchanged-p "d:/usr/home/.emacs.el") vc-workfile-unchanged-p("d:/usr/home/.emacs.el") vc-diff(nil t) * call-interactively(vc-diff) perhaps? Juanma