From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: andrea crotti Newsgroups: gmane.emacs.help Subject: No VC backend is responsible for Date: Thu, 21 May 2015 10:02:37 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1432198992 6853 80.91.229.3 (21 May 2015 09:03:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 May 2015 09:03:12 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 21 11:03:04 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YvMNW-0004z6-Uq for geh-help-gnu-emacs@m.gmane.org; Thu, 21 May 2015 11:02:59 +0200 Original-Received: from localhost ([::1]:56146 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvMNW-0003Ok-8p for geh-help-gnu-emacs@m.gmane.org; Thu, 21 May 2015 05:02:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvMNI-0003Nj-Tr for help-gnu-emacs@gnu.org; Thu, 21 May 2015 05:02:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvMND-0006q8-HM for help-gnu-emacs@gnu.org; Thu, 21 May 2015 05:02:44 -0400 Original-Received: from mail-oi0-x22b.google.com ([2607:f8b0:4003:c06::22b]:36089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvMND-0006pV-CM for help-gnu-emacs@gnu.org; Thu, 21 May 2015 05:02:39 -0400 Original-Received: by oihb9 with SMTP id b9so55754148oih.3 for ; Thu, 21 May 2015 02:02:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0ze/jqnHO62+L6ZvzjY423hF5ghaHcrzon4TrGZ+das=; b=y295iRxKPHFscmqrRpb6KBbtNLBri1ZMISbBtcGWkcaGkL7o0MO7AP+A6l6r+qj79X 6Aj7mmnV0qyXBIE92Ot/xCq4rmhOw3KSSnrbC14T84CGcvz/SVL9bxXozl0A69lzeCq4 HSIv7WiL3/VObxKz/dcyM8twggiAjRCFgU14Sv4uyRVeoyCDJRh8pYvxxvKJeZY/bTLy pPGkcDOhfquRmyiPSYwilhRr9abFSx350gCv6njcp3tGvey/2pSR53KrUf5p+0jimny5 3yj5BrEmrya1ACcvaMYlYjIKxYb0RCgFN/UU5kWAk8xKw1UlQHmQe/z3g4Jt7q7yJde6 Vbuw== X-Received: by 10.202.195.211 with SMTP id t202mr1289260oif.117.1432198957964; Thu, 21 May 2015 02:02:37 -0700 (PDT) Original-Received: by 10.202.224.5 with HTTP; Thu, 21 May 2015 02:02:37 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104508 Archived-At: Hi guys, I'm having a really annoying issue with vc.el, basically every time I try to create a new file in a directory that it's not under revision control system, I get something like: vc-responsible-backend: No VC backend is responsible for /home/username/hello.py Eventually if I do it twice it actually opens, but not even always. I'm using the Emacs Snapshot for Ubuntu 14.04 from here: https://launchpad.net/~ubuntu-elisp/+archive/ubuntu/ppa GNU Emacs 25.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.8) of 2015-05-19 on lcy01-07 Which also has the issue that is not shipping the .el files but only the compiled .elc, so it's also hard to know what is going on. I also tried to remove the hook as suggested in some other places (remove-hook 'find-file-hooks 'vc-find-file-hook) but that doesn't seem to work either.. Any idea? Thanks