From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 12 17:10:53 2018 Received: (at 30604) by debbugs.gnu.org; 12 Mar 2018 21:10:53 +0000 Received: from localhost ([127.0.0.1]:57567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1evUia-0003gQ-Qg for submit@debbugs.gnu.org; Mon, 12 Mar 2018 17:10:53 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:54302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1evUiZ-0003gI-2H for 30604@debbugs.gnu.org; Mon, 12 Mar 2018 17:10:51 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 96EFE12492; Mon, 12 Mar 2018 22:10:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qlUQ7UOFFKjG; Mon, 12 Mar 2018 22:10:49 +0100 (CET) Received: from ribbon (vpn-0-27.aquilenet.fr [IPv6:2a0c:e300:4:27::]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 901B612029; Mon, 12 Mar 2018 22:10:49 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Danny Milosavljevic Subject: Re: [bug#30604] [PATCH v10 3/6] linux-modules: Add 'load-needed-linux-modules'. References: <87ina1qxic.fsf@gnu.org> <20180312123918.22645-1-ludo@gnu.org> <20180312123918.22645-3-ludo@gnu.org> <20180312204002.09bfc72f@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 =?utf-8?Q?Vent=C3=B4se?= an 226 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30604 Cc: 30604@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) 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.