tags 68732 notabug
thanks
> Date: Fri, 26 Jan 2024 11:04:30 +0000
> From: Christopher Yeleighton <giecrilj@stegny.2a.pl>
>
>
>
> M-x set-variable RET shell-command-default-error-buffer RET
>
> > shell-command-default-error-buffer [No match]
It is not intended to be customizable by users. set-variable only
allows you to change values of customizable variables (a.k.a. "user
options"). Use "M-: (setq ...) RET" for the rest.
This is not a bug, but the intended behavior.
tags 68732 notabug
thanks
> Date: Fri, 26 Jan 2024 11:04:30 +0000
> From: Christopher Yeleighton <giecrilj@stegny.2a.pl>
>
>
>
> M-x set-variable RET shell-command-default-error-buffer RET
>
> > shell-command-default-error-buffer [No match]
It is not intended to be customizable by users. set-variable only
allows you to change values of customizable variables (a.k.a. "user
options"). Use "M-: (setq ...) RET" for the rest.
This is not a bug, but the intended behavior.