> Date: Fri, 26 Jan 2024 15:23:13 +0100
> From: Krzysztof Żelechowski <giecrilj@stegny.2a.pl>
> Cc: 68732@debbugs.gnu.org
>
> Suppose I am not a software developer but a system administrator. I prefer not to use the scratch
> buffer or M-:.
Then you should consider asking the software developer to write a
command for you which modifies the variable and then invokes
shell-command.
> If the variable shell-command-default-error-buffer is not interactive by design, how am I supposed to
> get a clean output from M-! grub-mkconfig RET, for example?
By writing a new command which does that and is otherwise a thin
wrapper around shell-command, for example.
> The design looks inconsistent in that the variable affects only interactive behaviour while being
> non-interactive itself. What is the use case for it? Who is supposed to modify its value?
Variables that are not user options are supposed to be modified by
Lisp programs.
(But I also fail to see a problem with using setq by users. It isn't
like that is forbidden or "not kosher" in some way. We even show
examples of that in the user manual. So why is this such a big
problem?)