From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs: Add completions for 'edit' and 'size' commands. Date: Fri, 19 Jun 2015 09:49:35 +0200 Message-ID: <87lhfg3zow.fsf@gnu.org> References: <87h9q5yw9a.fsf@gmail.com> 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]:49431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5r3W-0004nU-D4 for guix-devel@gnu.org; Fri, 19 Jun 2015 03:49:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5r3R-0004Rp-UT for guix-devel@gnu.org; Fri, 19 Jun 2015 03:49:42 -0400 In-Reply-To: <87h9q5yw9a.fsf@gmail.com> (Alex Kost's message of "Thu, 18 Jun 2015 16:35:45 +0300") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > From 1f1330c80e4057040721d5e32cbac0dfc9f1da57 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu, 18 Jun 2015 16:21:13 +0300 > Subject: [PATCH] emacs: Add completions for 'edit' and 'size' commands. > > * emacs/guix-pcomplete.el (guix-pcomplete-complete-command-arg): > Complete package names for 'guix edit' and 'guix size' commands. > (guix-pcomplete-complete-option-arg): Complete '-s/--system' option > for 'guix size'. Sure, thanks for the quick update! Ludo=E2=80=99.