From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#6513: vc-mtn broken with monotone 0.48 (can't even open files) Date: Fri, 03 Sep 2010 11:57:59 -0400 Message-ID: References: <1283411965.30748.1392965255@webmail.messagingengine.com> <8289C439-EC9F-4D70-85E3-E032DAEBA31F@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283531195 29393 80.91.229.12 (3 Sep 2010 16:26:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Sep 2010 16:26:35 +0000 (UTC) Cc: 6513@debbugs.gnu.org, era eriksson To: Julio Merino Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 03 18:26:31 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OrZ5x-0002bq-HN for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Sep 2010 18:26:31 +0200 Original-Received: from localhost ([127.0.0.1]:45267 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrYsR-0001YL-NJ for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Sep 2010 12:12:31 -0400 Original-Received: from [140.186.70.92] (port=50444 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrYrb-0007wR-Uj for bug-gnu-emacs@gnu.org; Fri, 03 Sep 2010 12:11:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrYpu-0003LU-CK for bug-gnu-emacs@gnu.org; Fri, 03 Sep 2010 12:09:55 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36374) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrYpu-0003LN-8I for bug-gnu-emacs@gnu.org; Fri, 03 Sep 2010 12:09:54 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OrYdS-0007Ja-3K; Fri, 03 Sep 2010 11:57:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 03 Sep 2010 15:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6513 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6513-submit@debbugs.gnu.org id=B6513.128352937728107 (code B ref 6513); Fri, 03 Sep 2010 15:57:02 +0000 Original-Received: (at 6513) by debbugs.gnu.org; 3 Sep 2010 15:56:17 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrYcj-0007JH-CT for submit@debbugs.gnu.org; Fri, 03 Sep 2010 11:56:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrYch-0007JA-16 for 6513@debbugs.gnu.org; Fri, 03 Sep 2010 11:56:15 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OrYeN-0007Ja-V3; Fri, 03 Sep 2010 11:57:59 -0400 In-Reply-To: <8289C439-EC9F-4D70-85E3-E032DAEBA31F@gmail.com> (Julio Merino's message of "Thu\, 2 Sep 2010 09\:47\:08 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 03 Sep 2010 11:57:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:39932 Archived-At: Julio Merino writes: > On Sep 2, 2010, at 8:19 AM, era eriksson wrote: > >> According to downstream Debian bug #590262 it only fails the first >> time >> you try to visit the file; trying again supposedly succeeds. >> >> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590262 >> >> Hope this helps, > > I have found the following to be a better workaround: A better workaround is to disable the monotone backend: (setq vc-handled-backends (delq 'Mtn vc-handled-backends)) > ; Trick vc-mtn into not finding monotone. It's currently completely > broken > ; with monotone 0.48. > (setq vc-mtn-program "non-existent") > ----- > > Still, I'd love to see this fixed. Do you want to take a stab at it? Just need to modify the parser for the mtn command...