From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: bug#27491: Indentation issue in emacs Date: Mon, 26 Jun 2017 02:35:52 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPEkL-0004w8-Ei for bug-guix@gnu.org; Sun, 25 Jun 2017 17:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPEkI-0007Up-B1 for bug-guix@gnu.org; Sun, 25 Jun 2017 17:07:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35017) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dPEkI-0007Ue-72 for bug-guix@gnu.org; Sun, 25 Jun 2017 17:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dPEkI-000556-1F for bug-guix@gnu.org; Sun, 25 Jun 2017 17:07:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPEjQ-0004WD-9s for bug-guix@gnu.org; Sun, 25 Jun 2017 17:06:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPEjN-0006w8-4Z for bug-guix@gnu.org; Sun, 25 Jun 2017 17:06:08 -0400 Received: from o117.p8.mailjet.com ([87.253.233.117]:42057) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dPEjM-0006vO-UH for bug-guix@gnu.org; Sun, 25 Jun 2017 17:06:05 -0400 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: 27491@debbugs.gnu.org I'm not entirely sure this is the right place to report this bug. If I should report this bug elsewhere, please direct me. When I indent the `emacs-which-key' package definition in gnu/packages/emacs.scm using `indent-region', the description gets indented wrongly. The "(or as many as space allows given your settings)" part of the description string gets indented as though it were an S-expression. =