From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evUin-0000r1-TL for guix-patches@gnu.org; Mon, 12 Mar 2018 17:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evUik-0003mW-Ky for guix-patches@gnu.org; Mon, 12 Mar 2018 17:11:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49670) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evUik-0003mQ-HQ for guix-patches@gnu.org; Mon, 12 Mar 2018 17:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evUik-0003gq-Bn for guix-patches@gnu.org; Mon, 12 Mar 2018 17:11:02 -0400 Subject: [bug#30604] [PATCH v10 3/6] linux-modules: Add 'load-needed-linux-modules'. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87ina1qxic.fsf@gnu.org> <20180312123918.22645-1-ludo@gnu.org> <20180312123918.22645-3-ludo@gnu.org> <20180312204002.09bfc72f@scratchpost.org> Date: Mon, 12 Mar 2018 22:10:39 +0100 In-Reply-To: <20180312204002.09bfc72f@scratchpost.org> (Danny Milosavljevic's message of "Mon, 12 Mar 2018 20:40:02 +0100") Message-ID: <87r2opknjk.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: Danny Milosavljevic Cc: 30604@debbugs.gnu.org Danny Milosavljevic skribis: >> + (let* ((alias (string-trim-right >> + (call-with-input-file file get-string-all))) > > Hmm... doesn't this trim other things than newline? Yes, it trims whitespace. > A quick internet search shows that most people do that. Huh. Yeah I=E2=80=99d think that whitespace is non-significant in these files, b= ut in practice they=E2=80=99re always generated anyway. Ludo=E2=80=99.