[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in gpq-query startup on Linux
From: |
Stephen Leake |
Subject: |
Re: bug in gpq-query startup on Linux |
Date: |
Thu, 13 Feb 2020 11:40:28 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt) |
Ludovic Brenta <address@hidden> writes:
> Le 2020-02-13 02:38, Stephen Leake a écrit :
>> There's a bug gpq-query startup on Linux; here's a patch:
>>
>> diff --git a/gpr-query.el b/gpr-query.el
>> index 0785c251..ea642d3d 100644
>> --- a/gpr-query.el
>> +++ b/gpr-query.el
>> @@ -146,7 +146,7 @@ Must match gpr_query.adb Version.")
>>
>> (defun gpr-query--start-process (project session)
>> "Start the session process running gpr_query."
>> - (unless (locate-file gpr-query-exec exec-path '(".exe"))
>> + (unless (locate-file gpr-query-exec exec-path '("" ".exe"))
>> (user-error "'%s' not found on PATH" gpr-query-exec))
>>
>> (unless (buffer-live-p (gpr-query--session-buffer session))
>
> Thanks but this patch doesn't apply on 7.0.1; I have:
Ah. Sorry, the bug was in a "fix" I put in after 7.0.1; you can just
ignore it.
--
-- Stephe