From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: guix edit Date: Tue, 16 Jun 2015 16:47:05 -0400 Message-ID: References: <87381rz9fa.fsf@gnu.org> 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]:39135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4xlI-0007zM-U7 for guix-devel@gnu.org; Tue, 16 Jun 2015 16:47:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4xlC-0006bb-GN for guix-devel@gnu.org; Tue, 16 Jun 2015 16:47:12 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:35274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4xlC-0006bC-Bn for guix-devel@gnu.org; Tue, 16 Jun 2015 16:47:06 -0400 Received: by pacyx8 with SMTP id yx8so19666283pac.2 for ; Tue, 16 Jun 2015 13:47:05 -0700 (PDT) In-Reply-To: <87381rz9fa.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Tue, Jun 16, 2015 at 4:26 PM, Ludovic Court=C3=A8s wrote: > While looking at another package manager for ideas to steal, I found > this one to be a good candidate: > > guix edit gcc-4.8 > > will open $EDITOR (aka. =E2=80=9Cemacsclient=E2=80=9D) on the definition = of that > package. This is pretty handy for developers (even when otherwise using > Geiser, I think.) Looks good to me! - Dave