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 23:43:31 +0200 Message-ID: <87mwrax1to.fsf@gnu.org> References: <8761xzj09t.fsf@trisquel.local.lan> <877gifcwby.fsf@gnu.org> <201305312029.01227.andreas@enge.fr> 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]:47730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiXBd-00086z-P6 for bug-guix@gnu.org; Fri, 31 May 2013 17:48:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiXBa-0004Xh-Tc for bug-guix@gnu.org; Fri, 31 May 2013 17:48:37 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:43348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiXBa-0004XT-NN for bug-guix@gnu.org; Fri, 31 May 2013 17:48:34 -0400 In-Reply-To: <201305312029.01227.andreas@enge.fr> (Andreas Enge's message of "Fri, 31 May 2013 20:29:01 +0200") 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: Andreas Enge Cc: bug-guix@gnu.org, alirioeyng@gmail.com Andreas Enge skribis: > Am Freitag, 31. Mai 2013 schrieb Ludovic Court=C3=A8s: >> More importantly, I rarely type in /nix/store file names, let alone use >> tab completion in there (it=E2=80=99s crowded!). > > Actually, I do it quite a lot, when I am using the tarballs to check manu= al=20 > compilation of a new package that poses problems. In similar situations I often do things like: tar xf $(guix build -S foo) Ludo=E2=80=99.