bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#57385: 28.1.91; project-find-regexp fails over tramp


From: André A . Gomes
Subject: bug#57385: 28.1.91; project-find-regexp fails over tramp
Date: Sun, 11 Sep 2022 18:22:57 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1.91 (gnu/linux)

Dmitry Gutov <dgutov@yandex.ru> writes:

>> Hmm, the usual recommendation is to take
>> with-connection-local-variables, like
>> (with-connection-local-variables
>>    (xref--process-file-region (point-min)
>>                               (point-max)
>>                               shell-file-name
>>                               output
>>                               nil
>>                               shell-command-switch
>>                               command))
>> Unfortunately, the macro exists since Emacs 27 only, so you need to
>> test
>> its availablility, and to use progn instead if it doesn't exist.
>
> OK, I have just pushed a fix in commit 6edff5ac33 which will hopefully
> fit the requirements.
>
> Andre, please test.

Dmitry, it works for me.  Thanks.

On which release will your patch be included?  Emacs 29 or Emacs 28.2?


-- 
André A. Gomes
"You cannot even find the ruins..."





reply via email to

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