emacs-devel
[Top][All Lists]
Advanced

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

Re: bug#28691: [PATCH] Add file name handler support for 'make-process'


From: Michael Albinus
Subject: Re: bug#28691: [PATCH] Add file name handler support for 'make-process' (Bug#28691)
Date: Mon, 17 Dec 2018 20:49:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

Hi Stefan,

> "Remote" is just one possibility.  It can also be local under
> a different UID, or it could be local in a virtual machine, ...

The current implementation regards both cases also as "remote", provided
by Tramp. file-remote-p returns non-nil.

It might be unfortune, but I don't recommend to change the function's name.

> The way I think of it is that this argument to `make-process` tells
> Emacs that this `make-process` call should be considered a file
> operation, in the sense that the place where the process is run will be
> chosen according to default-directory and file-name-handler-alist.

Yes.

>         Stefan

Best regards, Michael.



reply via email to

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