From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#22587: =?UTF-8?Q?=E2=80=98guix_?= =?UTF-8?Q?edit=E2=80=99?= & =?UTF-8?Q?=E2=80=98M-x?= guix-edit' typo, rename, & mode change Date: Sun, 7 Feb 2016 19:58:12 +0100 Message-ID: <20160207185812.GA24466@debian> References: <8737t4jt1j.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSUY5-00040v-EL for bug-guix@gnu.org; Sun, 07 Feb 2016 13:59:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSUY2-0002W5-7n for bug-guix@gnu.org; Sun, 07 Feb 2016 13:59:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSUY1-0002W1-VN for bug-guix@gnu.org; Sun, 07 Feb 2016 13:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aSUY1-0005Py-Mz for bug-guix@gnu.org; Sun, 07 Feb 2016 13:59:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <8737t4jt1j.fsf@gmail.com> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: myglc2 Cc: 22587@debbugs.gnu.org On Sun, Feb 07, 2016 at 01:04:40PM -0500, myglc2 wrote: > TYPO: > "edit" (last line above) should be replaced with "view", "inspect", or > "examine". > RENAME: > Calling these functions 'guix edit' and 'M-x guix-edit' implies that the > user will be able to modify the recipe, but this is not actually the > case. This depends on the user's rights. In a global installation, root is allowed to modify. In a git checkout, one would need to do "./pre-inst-env guix edit" like with all other guix commands. Andreas