From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: VC Breakage Date: Tue, 13 May 2008 06:50:04 -0700 Message-ID: <200805131350.m4DDo4jU013421@sallyv1.ics.uci.edu> References: <482178D6.7030804@pajato.com> <4821A6EE.2090101@pajato.com> <4821A857.8060302@pajato.com> <200805071523.m47FNkZP023986@sallyv1.ics.uci.edu> <4829267E.3000001@pajato.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210686984 14773 80.91.229.12 (13 May 2008 13:56:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 May 2008 13:56:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Michael Reilly Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 13 15:57:01 2008 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 1JvuwZ-0002ss-8l for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 15:53:27 +0200 Original-Received: from localhost ([127.0.0.1]:46369 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jvuvq-0003wz-Cc for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 09:52:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jvuvm-0003wu-R3 for emacs-devel@gnu.org; Tue, 13 May 2008 09:52:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jvuvm-0003wi-8y for emacs-devel@gnu.org; Tue, 13 May 2008 09:52:38 -0400 Original-Received: from [199.232.76.173] (port=53875 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jvuvm-0003wf-4G for emacs-devel@gnu.org; Tue, 13 May 2008 09:52:38 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:56287) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Jvuvl-000701-H3 for emacs-devel@gnu.org; Tue, 13 May 2008 09:52:37 -0400 X-ICS-MailScanner-Watermark: 1211291405.27926@ghx8pV7aCJPE+ANWHkguMA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m4DDo4jU013421; Tue, 13 May 2008 06:50:04 -0700 (PDT) In-Reply-To: <4829267E.3000001@pajato.com> (Paul Michael Reilly's message of "Tue, 13 May 2008 01:26:22 -0400") Original-Lines: 38 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:97081 Archived-At: Paul Michael Reilly writes: > Dan Nicolaescu wrote: > > Paul Michael Reilly writes: > > > > > Paul Michael Reilly wrote: > > > > Paul Michael Reilly wrote: > > > >> > > > >> I'm guessing that the following breakage is related to the VC work > > > >> Eric is leading. Admittedly there is an easy workaround posted > > > >> earlier but I must confess I kind of got sucked into this > false sense > > > >> of security that the problem was so glaring that everybody must be > > > >> running into it and a fix would magically appear momentarily. Au > > > >> contraire. > > > > > > > > Apparently I just needed to be a little tiny bit more patient > as the > > > > problem is fixed by very recent commits. > > > > > > Apparently I needed to be a little more careful in my testing. The > > > breakage still does exist but now I know it to be related to the > > > Subversion back-end as it was the CVS back-end that I tested and that > > > worked. :-( > > > > Works fine for me. You might want to bootstrap. > > The reason I got the breakage turned out to be that I set > debug-on-error in my .emacs file. I'm guessing that that is a bug, > but I could easily be wrong. What's your take? Again, if I (setq > debug-on-error t) in my .emacs and then do C-x v d on the Emacs source > dir I get the following backtrace (with some byte codes removed to > make Thunderbird happy): OK, I can reproduce the problem here. This seems to be cause by vc-dir-mode-map moving to vc-dispatcher.el and vc-dir-menu-map-filter is still in vc.el. Not sure what the best way to fix this is at the moment. But it will get fixed soon.