[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: INSIDE_EMACS and Tramp
From: |
Eli Zaretskii |
Subject: |
Re: INSIDE_EMACS and Tramp |
Date: |
Sat, 02 May 2020 19:16:49 +0300 |
> From: Michael Albinus <address@hidden>
> Date: Sat, 02 May 2020 16:54:57 +0200
> Cc: address@hidden
>
> +(defvar inside-emacs-functions nil
> + "List of functions to compose the environment variable INSIDE_EMACS.
> +Every package which needs to set a string in that envirenmont
> +variable shall add a function without arguments, which returns
> +the respective string, or nil.")
This should tell what happens with the values when there are more than
one function in the list.
> +(defun inside-emacs (&optional context)
> + "Return the string to be set in environment variable INSIDE_EMACS.
"to be set in environment variable" sounds confusing. How do you set
a string in a variable?
> +CONTEXT could be a string which is added."
Added to what?
This also needs a NEWS entry, I think.
Thanks.
- Re: INSIDE_EMACS and Tramp, Michael Albinus, 2020/05/02
- Re: INSIDE_EMACS and Tramp, Eli Zaretskii, 2020/05/02
- Re: INSIDE_EMACS and Tramp,
Eli Zaretskii <=
- Re: INSIDE_EMACS and Tramp, Stefan Monnier, 2020/05/02
- Re: INSIDE_EMACS and Tramp, Michael Albinus, 2020/05/03
- Re: INSIDE_EMACS and Tramp, Stefan Monnier, 2020/05/03
- Re: INSIDE_EMACS and Tramp, Michael Albinus, 2020/05/03
- Re: INSIDE_EMACS and Tramp, Stefan Monnier, 2020/05/03
- Re: INSIDE_EMACS and Tramp, Michael Albinus, 2020/05/04
- Re: INSIDE_EMACS and Tramp, Michael Albinus, 2020/05/04
- Re: INSIDE_EMACS and Tramp, Stefan Monnier, 2020/05/04
- Re: INSIDE_EMACS and Tramp, Michael Albinus, 2020/05/04
Re: INSIDE_EMACS and Tramp, Federico Tedin, 2020/05/03