emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden


From: Andreas Schwab
Subject: Re: address@hidden
Date: Tue, 02 Dec 2014 11:49:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

David Kastrup <address@hidden> writes:

> Lars Magne Ingebrigtsen <address@hidden> writes:
>
>> "Eric S. Raymond" <address@hidden> writes:
>>
>>> Lars Magne Ingebrigtsen <address@hidden>:
>>>> > 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, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]