From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9BhF-0004XH-LI for guix-patches@gnu.org; Thu, 19 Apr 2018 11:42:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9BhC-0000Wj-EQ for guix-patches@gnu.org; Thu, 19 Apr 2018 11:42:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53438) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f9BhC-0000WY-AR for guix-patches@gnu.org; Thu, 19 Apr 2018 11:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f9BhC-0003ax-4y for guix-patches@gnu.org; Thu, 19 Apr 2018 11:42:02 -0400 Subject: [bug#31121] [PATCH 3/3] gnu: Add osc. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20180418123446.GA17933@doom> References: <87sh7udd03.fsf@fastmail.com> <20180417214042.31132-1-sleep_walker@gnu.org> <878t9kbw0x.fsf@fastmail.com> <20180418123446.GA17933@doom> Date: Thu, 19 Apr 2018 17:41:07 +0200 Message-ID: <87sh7r9pbg.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Cc: 31121@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Tom=C3=A1=C5=A1 =C4=8Cech writes: > Hi, > > On Wed, Apr 18, 2018 at 01:21:02PM +0200, Marius Bakke wrote: >>Tom=C3=A1=C5=A1 =C4=8Cech writes: >> >>> * gnu/packages/build-tools.scm (osc): New variable. >> >>[...] >> >>> +(define-public osc >>> + (package >>> + (name "osc") >> ^ >>Indentation off here too. > > I'm sorry, I'm a bit confused here. My Emacs indent the code like this > and indent script you pointed in previous mail doesn't change it for me. > > You would like me to reduce one space? Like this? > > (define-public osc > (package > (name "osc") > > It seems that this is not unified in the code. Can I somehow teach my > Emacs indentantation rules? Whoops. I didn't actually verify this, it just looked wrong. If someone has a dir-locals.el parser for human brains I'd be interested in buying one. Trying it locally in emacs shows that your original level was correct (though I think the other instance was actually off, no?). Anyway LGTM! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlrYuJMACgkQoqBt8qM6 VPqLcAgAvZt2cAKSxQ92T5WCAH4Lz9kopp7uiVh1gKgI8EuqscgbjkB2ELvfIfYt td20+AnIWGm3nCW1GJiXVUDwWiUyKwaxLmzR0OX0QcpxmlIbL5Bgun6htjmCwbeQ J5eeSZrhwpilZXa6OiCHd13zSIfy1bikQUm3cGnQhFiclZ7jHPY24Ep3l+XC7CQa 2nZ16ml21mdYpu2v1662yrIekoK1QYSa3pMcTKVrvBUQWBCECEd/Y+2efeFL3GCm IIQrxLMtHZs3AeQ/+NKXwcDifV2dE+r0lb2jcOgbXQhfadlsHTPg23Qf4kIpwY+c EyAiRcpIP6439hTa+OChyAmN30gqng== =vcBN -----END PGP SIGNATURE----- --=-=-=--