From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bengt Richter Subject: bug#38529: Make --ad-hoc the default for guix environment proposed deprecation mechanism Date: Tue, 17 Dec 2019 15:21:18 -0800 Message-ID: <20191217232118.GA14151__48366.332966701$1576624944$gmane$org@PhantoNv4ArchGx.localdomain> References: <87k16vdise.fsf@gnu.org> <20191217223048.GA3741@PhantoNv4ArchGx.localdomain> Reply-To: Bengt Richter Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37670) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihMAH-0002Q5-HT for bug-guix@gnu.org; Tue, 17 Dec 2019 18:22:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ihMAF-00063d-O6 for bug-guix@gnu.org; Tue, 17 Dec 2019 18:22:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36537) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ihMAE-000621-VI for bug-guix@gnu.org; Tue, 17 Dec 2019 18:22:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ihMAE-0007LD-8c for bug-guix@gnu.org; Tue, 17 Dec 2019 18:22:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20191217223048.GA3741@PhantoNv4ArchGx.localdomain> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: Guix-devel , 38529@debbugs.gnu.org Forgot to add: ┌──────────────────────────────────────────────────────────────────────────┐ │ guile -c '(use-modules (ice-9 session))(apropos "env") │ ├──────────────────────────────────────────────────────────────────────────┤ │ (guile): getenv # │ │ (guile): environ # │ │ (guile): setenv # │ │ (guile): interaction-environment # │ │ (guile): putenv # │ │ (guile): unsetenv # │ └──────────────────────────────────────────────────────────────────────────┘ BTW, it would be really handy to be able to type guile -apropos rest of line as regex for the effect of ,a rest of line as regex in the guile repl -- Regards, Bengt Richter