From mboxrd@z Thu Jan 1 00:00:00 1970 From: shakmar@openmailbox.org Subject: Re: New CLI syntax for package version Date: Mon, 11 Jan 2016 17:01:46 +0100 Message-ID: <20160111160146.GA4477@openmailbox.org> References: <5691AEAD.4080906@uq.edu.au> 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]:40880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIfUb-0000dt-Lh for guix-devel@gnu.org; Mon, 11 Jan 2016 11:38:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIfUX-0007dh-8l for guix-devel@gnu.org; Mon, 11 Jan 2016 11:38:53 -0500 Received: from smtp20.openmailbox.org ([62.4.1.54]:40244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIfUW-0007dS-WB for guix-devel@gnu.org; Mon, 11 Jan 2016 11:38:49 -0500 Content-Disposition: inline In-Reply-To: <5691AEAD.4080906@uq.edu.au> 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: guix-devel@gnu.org Hi! [=E2=80=A6] >>> 1. slash, >>> >>> guile:1.8/doc >>> xterm-256-color:320 >>> emacs:24.5/out >>> >>> 2. underscore, 9#28> >>> >>> emacs_24.5:out >>> >>> 3. at, >>> >>> guile@1.8 >>> guile@1.8:doc >>> >>> What do people think? >> My order of preference (highest preference first) is: 3., 1., 2. > > Me too. > ben The problem I see with 3. is that the mailing list archives will detect t= he package names (with versions, ie the whole strings like =E2=80=98guile@1.= 8=E2=80=99) as email addresses, and hide them, by replacing them with =E2=80=98address@hidden=E2= =80=99. As an example, here=E2=80=99s the mail I replied to: https://lists.gnu.org/archive/html/guix-devel/2016-01/msg00343.html If it wasn=E2=80=99t for this problem, my order of preference would be 3-= 1-2 too. Thanks for the effort, by the way. :)