From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: No VC backend is responsible for Date: Thu, 21 May 2015 13:31:41 +0300 Message-ID: <555DB40D.4080509@yandex.ru> References: <555DA3C8.1070400@yandex.ru> <87iobm9rwl.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1432204401 1476 80.91.229.3 (21 May 2015 10:33:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 May 2015 10:33:21 +0000 (UTC) To: andrea crotti , "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 21 12:33:16 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 1YvNmt-0000xs-OV for geh-help-gnu-emacs@m.gmane.org; Thu, 21 May 2015 12:33:15 +0200 Original-Received: from localhost ([::1]:56447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvNmt-0003Zv-45 for geh-help-gnu-emacs@m.gmane.org; Thu, 21 May 2015 06:33:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvNle-0001tO-Eh for help-gnu-emacs@gnu.org; Thu, 21 May 2015 06:31:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvNla-0006Ho-FP for help-gnu-emacs@gnu.org; Thu, 21 May 2015 06:31:58 -0400 Original-Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:36479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvNla-0006CU-9R for help-gnu-emacs@gnu.org; Thu, 21 May 2015 06:31:54 -0400 Original-Received: by wgbgq6 with SMTP id gq6so80969262wgb.3 for ; Thu, 21 May 2015 03:31:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=u+V/C2k/HLOh8dSP2+DdtH3Qglnz/K8b8JPzFV7R2iA=; b=bwg4Sp504+Ps57VLx4SWxY8WNRGOBKxq9T421HOxaopyKM71YNPs2mKXUULO7tLmKO SNkFk0LvCDp0BOCPciGy2bMHR0kCdvrOK44d4LnyhfNXdYpaEZJP6E1CpwyP9pn+gAwd FgNDXGs9XMejaGrRUTGrMDGUebXG+f4pFsCaYlqDWSgI0RrsBHCqGr5mJx+kXFkT3/ER 4CeKufmZO7B70hR3mU/K+kou2P6DYU3m3I74K2LPksFbHaoZGc5eNmmpBuVh8E+xZB1Y 5eIvMtSKozhnV9y1mDZKXfMjK423zc6Yq8zyal1zCvgJkiGG8LGnpqGJAAJ82JGBa8uL +nnQ== X-Received: by 10.180.8.98 with SMTP id q2mr47099514wia.53.1432204304024; Thu, 21 May 2015 03:31:44 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id ex2sm31419504wjd.28.2015.05.21.03.31.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 May 2015 03:31:43 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22e 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:104514 Archived-At: On 05/21/2015 01:25 PM, andrea crotti wrote: > Yes that works well thanks a lot, > I guess the implementation of vc-working-revision changed or I always > had this issue and I never realised. It was changed on March 1 in 7f9b037245ddb662ad98685e429a2498ae6b7c62, to make the function return non-nil on ignored and unregistered files (inside a VCS repository).