From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: Re: [PATCH 04/13] utils: Use '@' for separating package names and version numbers. Date: Sat, 05 Mar 2016 00:03:13 +0100 Message-ID: <877fhhhmmm.fsf@gnu.org> References: <1453666771-16869-1-git-send-email-mthl@gnu.org> <1453666771-16869-5-git-send-email-mthl@gnu.org> <87h9i1evp5.fsf@gmail.com> <8737tl4bve.fsf@gnu.org> <877fiwpayr.fsf@gnu.org> <87k2m0cto5.fsf@gnu.org> <87vb5flm0q.fsf@gnu.org> <87wppo1hso.fsf@gnu.org> <87k2ljzwf6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abykl-0007AV-Ge for guix-devel@gnu.org; Fri, 04 Mar 2016 18:03:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abykk-0008C3-Lk for guix-devel@gnu.org; Fri, 04 Mar 2016 18:03:23 -0500 In-Reply-To: <87k2ljzwf6.fsf@gmail.com> (Alex Kost's message of "Thu, 03 Mar 2016 13:29:49 +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 Hi, Alex Kost writes: > Mathieu Lirzin (2016-02-29 03:28 +0300) wrote: > > [...] >> I have left the emacs interface untouched. > > Hm, I wonder why? You already had the required changes in your initial > patch. Anyway, I'm attaching the patch with these changes. The only > difference from your original patch is replacing 'package-full-name' > with 'make-package-specification' in "guix-main.scm". The concern of backward compability that Ludo raised, have made the work more challenging than changing things in place. As a consequence it was not clear to me what should/can change or not. To keep my mind clear, I have decided to leave the emacs part unchanged. So the true reason is exhaustion. :) -- Mathieu Lirzin