tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.7.0-pre master/27944247d161f0ed65bbb34959c4493f7984987a); E


From: Michael Albinus
Subject: Re: tramp (2.7.0-pre master/27944247d161f0ed65bbb34959c4493f7984987a); Error in remote grep-find from Windows host
Date: Thu, 27 Jul 2023 11:14:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Richard Copley <rcopley@gmail.com> writes:

Hi Richard,

> Recipe starting from 'emacs -Q', on Windows assuming a PuTTy session
> called "session" is configured:
>
> C-x C-f /plink:session:/tmp RET
> M-x grep-find RET
> x RET
>
> This occurs because 'null-device' is let-bound to nil in 'grep-find',
> and this is not handled by the regex constructor in
> tramp-sh-handle-expand-file-name (only used on Windows). Evaluating
> the following form gives the same error:
>
> (let ((null-device nil))
>   (rx bol (| (: alpha ":") (: (literal null-device) eol))))

Thanks for the report and the analysis! Could you pls check, whether the
appended patch fixes this?

Best regards, Michael.

Attachment: txtHGSBpefo6I.txt
Description: Text Data


reply via email to

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