From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39431) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXjGp-0008Qr-Bi for guix-patches@gnu.org; Thu, 21 Nov 2019 05:01:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXjGo-0002PQ-CP for guix-patches@gnu.org; Thu, 21 Nov 2019 05:01:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42450) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXjGo-0002PK-86 for guix-patches@gnu.org; Thu, 21 Nov 2019 05:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXjGo-00089y-2o for guix-patches@gnu.org; Thu, 21 Nov 2019 05:01:02 -0500 Subject: [bug#38275] [PATCH] doc: Update cups-service example to include brlaser. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191119161150.4268-1-dannym@scratchpost.org> <8736ejvndr.fsf@nckx> Date: Thu, 21 Nov 2019 11:00:27 +0100 In-Reply-To: <8736ejvndr.fsf@nckx> (Tobias Geerinckx-Rice's message of "Tue, 19 Nov 2019 17:31:28 +0100") Message-ID: <87r221im6c.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Tobias Geerinckx-Rice Cc: rekado@elephly.net, Danny Milosavljevic , 38275@debbugs.gnu.org Hi! Tobias Geerinckx-Rice skribis: > Danny Milosavljevic =E5=86=99=E9=81=93=EF=BC=9A >> * doc/guix.texi (Printing Services): Update cups-service example to >> include >> brlaser. LGTM! > Fine by me, but if the goal is to list all possibly valid extensions, > at least =E2=80=98foo2zjs=E2=80=99, =E2=80=98foomatic-filters=E2=80=99, a= nd =E2=80=98splix=E2=80=99 are also missing. Should we be more explicit and list these packages? Like: The following packages provide drivers for specific printers: @table @code @item brlaser Brother laser printers. @item foo2zjs Foobar printers. =E2=80=A6 @end table (I=E2=80=99m not offering to write that list because I don=E2=80=99t know m= uch about all this.) Ludo=E2=80=99.