From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#27491: Indentation issue in emacs Date: Wed, 28 Jun 2017 15:35:58 +0300 Message-ID: <87zicss30x.fsf@gmail.com> References: <87tw32bo5g.fsf@gmail.com> <8bc87dab.AEAAMA4zZSgAAAAAAAAAAAO2CsUAAAACwQwAAAAAAAW9WABZUffQ@mailjet.com> 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]:42522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQCDR-00022E-MC for bug-guix@gnu.org; Wed, 28 Jun 2017 08:37:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQCDO-0003Hy-L4 for bug-guix@gnu.org; Wed, 28 Jun 2017 08:37:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39109) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dQCDO-0003Hr-Hy for bug-guix@gnu.org; Wed, 28 Jun 2017 08:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dQCDO-0002Af-CO for bug-guix@gnu.org; Wed, 28 Jun 2017 08:37:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8bc87dab.AEAAMA4zZSgAAAAAAAAAAAO2CsUAAAACwQwAAAAAAAW9WABZUffQ@mailjet.com> (Arun Isaac's message of "Tue, 27 Jun 2017 11:44:30 +0530") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Arun Isaac Cc: 27491@debbugs.gnu.org Arun Isaac (2017-06-27 11:44 +0530) wrote: > Ok, fixed! :-) > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D2482c02f3b23b2490= a6647e0717cf8a4ccf3f6a8 > > However, I think this is a hack, and the better solution would be to > actually fix the underlying indentation issue. But, I am too lazy to > find out how. :-P I'm not sure what you mean by a "fix". This is an Emacs issue, and it was there since... I don't know, always. Moreover, I don't think it's a bug; it's just how Emacs finds a beginning of the top-level sexp =E2=80=93 = it "sees" a leading parenthesis on a line and it considers it to be a beginning of the sexp. --=20 Alex