From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Comments on European Lisp Symposium paper Date: Fri, 31 May 2013 11:50:09 +0200 Message-ID: <877gifcwby.fsf@gnu.org> References: <8761xzj09t.fsf@trisquel.local.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiLyU-0006kc-2x for bug-guix@gnu.org; Fri, 31 May 2013 05:50:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiLyS-00010W-MS for bug-guix@gnu.org; Fri, 31 May 2013 05:50:18 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:41161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiLyS-00010Q-GO for bug-guix@gnu.org; Fri, 31 May 2013 05:50:16 -0400 In-Reply-To: <8761xzj09t.fsf@trisquel.local.lan> (alirioeyng@gmail.com's message of "Fri, 31 May 2013 03:28:30 +0000") 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: alirioeyng@gmail.com Cc: bug-guix@gnu.org alirioeyng@gmail.com skribis: > seems a typo > > 2305c2305 > < directly usable by packagers will little or no experience with Scheme. % > --- >> directly usable by packagers with little or no experience with Scheme. % Indeed. > I think '#!/usr/bin/env sh' would work with 'our unusual file system layo= ut' In the user environment yes, but not necessarily in the build environment. What NixOS does is that the system has /usr/bin/env and /bin/sh, but the build environment only has /bin/sh. > 2530c2530 > < required to allow scripts to work with our unusual file system layout; > --- >> required to allow scripts to work without that impurity; Good idea. I=E2=80=99ll commit these changes. > why /nix/store/v9zic07iar8w90zcy398r745w78a7lqs-emacs-24.2 instead of /ni= x/store/emacs-24.2-v9zic07iar8w90zcy398r745w78a7lqs? > you hate tab-completion? That=E2=80=99s inherited from Nix. My first reaction at the time was the s= ame as yours, but in practice, I found it convenient that only 3 or 4 characters are needed to disambiguate. More importantly, I rarely type in /nix/store file names, let alone use tab completion in there (it=E2=80=99s crowded!). Thanks for your feedback! Ludo=E2=80=99.