GNU bug report logs -
#58137
28.1; M-x setenv RET PATH RET should default to the current $PATH
Previous Next
Reported by: "Trent W. Buck" <trentbuck <at> gmail.com>
Date: Wed, 28 Sep 2022 09:57:02 UTC
Severity: normal
Tags: moreinfo, notabug
Found in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 58137 <at> debbugs.gnu.org (full text, mbox):
tags 58137 + moreinfo
thanks
"Trent W. Buck" <trentbuck <at> gmail.com> writes:
> I wish M-x setenv, when setting a variable that already has a value,
> defaulted to that value (instead of the empty string).
>
> This would make it easier to make minor adjustments to a long messy value.
> The history is already there (M-p), but it's input history.
AFAICT, M-p already brings in the previous value of the variable, if it
was set:
(let* ((var (read-envvar-name "Set environment variable: " nil))
(value (getenv var)))
(when value
(add-to-history 'setenv-history value))
;; Here finally we specify the args to give call setenv with.
(list var
(read-from-minibuffer (format "Set %s to value: " var)
nil nil nil 'setenv-history
value)
t))))
> If the variable was initially set outside of Emacs, it won't be in history.
Do you have a recipe to reproduce this?
What is the value of (getenv "FOO") before you run `M-x setenv'?
This bug report was last modified 2 years and 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.