[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Environment variables for remote processes
From: |
Michael Albinus |
Subject: |
Re: Environment variables for remote processes |
Date: |
Wed, 19 Nov 2014 19:31:28 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Michael Albinus <address@hidden> writes:
> I do not say that I completely oppose (I start to understand your
> proposal), but this might break existing code.
Nitpicking: there is no clean way to remove an environment variable,
which might have been set remotely and which you do not want to have
set while executing process-file.
You can check, whether an environment variable exists on toplevel
process-environment, and does not exist on the let-bound
process-environment. Then you can call "unset ...".
But how do you do it, when this variable does not exists in your
toplevel process-environment?
Best regards, Michael.
- Environment variables for remote processes (was: bug#18940: 24.4; vc-hg does not disable pager, leading to hangs (at least with tramp)), Michael Albinus, 2014/11/17
- Re: Environment variables for remote processes, Stefan Monnier, 2014/11/17
- Re: Environment variables for remote processes, Michael Albinus, 2014/11/18
- Re: Environment variables for remote processes, Stefan Monnier, 2014/11/18
- Re: Environment variables for remote processes, Michael Albinus, 2014/11/18
- Re: Environment variables for remote processes, Stefan Monnier, 2014/11/18
- Re: Environment variables for remote processes, andres . ramirez, 2014/11/19
- Re: Environment variables for remote processes, Michael Albinus, 2014/11/19
- Re: Environment variables for remote processes,
Michael Albinus <=
- Re: Environment variables for remote processes, Stefan Monnier, 2014/11/19
- Re: Environment variables for remote processes, Michael Albinus, 2014/11/20
- Re: Environment variables for remote processes, Stefan Monnier, 2014/11/20
- Re: Environment variables for remote processes, Michael Albinus, 2014/11/22
- Re: Environment variables for remote processes, Stefan Monnier, 2014/11/22
- Re: Environment variables for remote processes, Michael Albinus, 2014/11/22