From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: emacs-devel@gnu.org Date: Tue, 02 Dec 2014 11:49:57 +0100 Message-ID: <87vbluuy0a.fsf@igel.home> References: <20141201195401.3A72F3832EA@snark.thyrsus.com> <20141201202026.GA2794@thyrsus.com> <20141201220933.GA4341@thyrsus.com> <87k32ajsln.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417517455 31620 80.91.229.3 (2 Dec 2014 10:50:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2014 10:50:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 02 11:50:48 2014 Return-path: Envelope-to: ged-emacs-devel@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 1Xvl2a-0007s4-J0 for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2014 11:50:44 +0100 Original-Received: from localhost ([::1]:36064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvl2a-0001Mv-4v for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2014 05:50:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvl28-0001MV-9L for emacs-devel@gnu.org; Tue, 02 Dec 2014 05:50:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xvl23-0006P0-JL for emacs-devel@gnu.org; Tue, 02 Dec 2014 05:50:16 -0500 Original-Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:46520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvl1x-000663-D5; Tue, 02 Dec 2014 05:50:05 -0500 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3jsKp13LY2z3hkxp; Tue, 2 Dec 2014 11:50:01 +0100 (CET) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3jsKp11zXjzvh1j; Tue, 2 Dec 2014 11:50:01 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id eF3-otZkonXX; Tue, 2 Dec 2014 11:49:57 +0100 (CET) X-Auth-Info: JAxrN9nLwTDbU6ag5zj/4pOIetzCEGtYLusKVrU0CyrWXOry6T3d4W6U50r220pJ Original-Received: from igel.home (ppp-93-104-154-96.dynamic.mnet-online.de [93.104.154.96]) by mail.mnet-online.de (Postfix) with ESMTPA; Tue, 2 Dec 2014 11:49:57 +0100 (CET) Original-Received: by igel.home (Postfix, from userid 1000) id 165CB2C3B23; Tue, 2 Dec 2014 11:49:57 +0100 (CET) X-Yow: OMNIVERSAL AWARENESS?? Oh, YEH!! First you need 4 GALLONS of JELL-O and a BIG WRENCH!!... I think you drop th'WRENCH in the JELL-O as if it was a FLAVOR, or an INGREDIENT... ...or...I...um... WHERE'S the WASHING MACHINES? In-Reply-To: <87k32ajsln.fsf@fencepost.gnu.org> (David Kastrup's message of "Tue, 02 Dec 2014 10:42:12 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 2001:a60:0:28:0:1:25:1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178677 Archived-At: David Kastrup writes: > Lars Magne Ingebrigtsen writes: > >> "Eric S. Raymond" writes: >> >>> Lars Magne Ingebrigtsen : >>>> > Now I need to try to figure out (a) why removing it broke things, and >>>> > (b) why it disn't break anything where I coulse see it. That is concerning. >>>> >>>> It's because `(vc-bzr-file-name-relative "~/rmz.jpg")' returns nil for >>>> me. What does it say for you? >>> >>> Same; nil. >> >> Well, looking at the code, `vc-bzr-state' calls `vc-bzr-status' first, >> which does `(regexp-quote (vc-bzr-file-name-relative file))', and if >> that function returns nil for you, then `regexp-quote' should signal an >> error, since that's not a valid input. >> >> So `(vc-bzr-state file)' should signal an error for you. :-) >> >> Unless I'm totally misreading the code, which is, of course, possible. > > Or he has everything under Git anyway so that his Emacs does not bother > checking for other version control system. vc-handled-backends has Bzr listed before Git. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."