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 shell completions for 'guix refresh --type'. Date: Thu, 29 Oct 2015 20:24:41 +0100 Message-ID: <87a8r1a35y.fsf@gnu.org> References: <87io5qygaj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrsoa-0007Cr-Ju for guix-devel@gnu.org; Thu, 29 Oct 2015 15:24:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrsoW-0004mQ-Eo for guix-devel@gnu.org; Thu, 29 Oct 2015 15:24:48 -0400 In-Reply-To: <87io5qygaj.fsf@gmail.com> (Alex Kost's message of "Wed, 28 Oct 2015 21:55:00 +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 5c2294db69811395650db151d14d548495002cfb Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Wed, 28 Oct 2015 20:48:45 +0300 > Subject: [PATCH] emacs: Add shell completions for 'guix refresh --type'. > > * emacs/guix-pcomplete.el (guix-pcomplete-refresh-updaters): New function. > (guix-pcomplete-complete-option-arg): Complete '-t/--type' option for > 'guix refresh' command. Sure! Ludo'.