From unknown Fri Jun 13 10:53:10 2025 X-Loop: help-debbugs@gnu.org Subject: bug#27306: Regression: Emacs Lisp Indentation Resent-From: Alexander Shukaev Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Jun 2017 13:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 27306 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 27306@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14970995595030 (code B ref -1); Sat, 10 Jun 2017 13:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 Jun 2017 12:59:19 +0000 Received: from localhost ([127.0.0.1]:37882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJfz5-0001J4-Dm for submit@debbugs.gnu.org; Sat, 10 Jun 2017 08:59:19 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55183) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJfz4-0001Ik-3R for submit@debbugs.gnu.org; Sat, 10 Jun 2017 08:59:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJfyy-0001wM-2v for submit@debbugs.gnu.org; Sat, 10 Jun 2017 08:59:12 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60883) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJfyx-0001wI-Vx for submit@debbugs.gnu.org; Sat, 10 Jun 2017 08:59:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJfyw-00084o-Q0 for bug-gnu-emacs@gnu.org; Sat, 10 Jun 2017 08:59:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJfyr-0001ua-Ul for bug-gnu-emacs@gnu.org; Sat, 10 Jun 2017 08:59:10 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:58602) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJfyr-0001u7-O2 for bug-gnu-emacs@gnu.org; Sat, 10 Jun 2017 08:59:05 -0400 Received: from mfilter18-d.gandi.net (mfilter18-d.gandi.net [217.70.178.146]) by relay2-d.mail.gandi.net (Postfix) with ESMTP id A1E6AC5A49 for ; Sat, 10 Jun 2017 14:59:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter18-d.gandi.net Received: from relay2-d.mail.gandi.net ([IPv6:::ffff:217.70.183.194]) by mfilter18-d.gandi.net (mfilter18-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id Xay4DRYzn9XK for ; Sat, 10 Jun 2017 14:59:02 +0200 (CEST) X-Originating-IP: 88.68.162.61 Received: from [192.168.3.117] (dslb-088-068-162-061.088.068.pools.vodafone-ip.de [88.68.162.61]) (Authenticated sender: forum@alexander.shukaev.name) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 2DF0BC5A54 for ; Sat, 10 Jun 2017 14:59:01 +0200 (CEST) From: Alexander Shukaev References: Message-ID: <88de418a-0e23-9ff7-5cea-cd2add2dab8c@Alexander.Shukaev.name> Date: Sat, 10 Jun 2017 14:59:01 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) Hey, In Emacs 25 series, the following snippet is indented as follows (user-error "Unexpected initialization file: `%s' Expected initialization file: `%s'" (abbreviate-file-name user-init-file) (abbreviate-file-name this-init-file)) In Emacs 26 series, a call to `indent-region' changes the above indentation to (user-error "Unexpected initialization file: `%s' Expected initialization file: `%s'" (abbreviate-file-name user-init-file) (abbreviate-file-name this-init-file)) which appears wrong to me. Please, take a look at this. Thank you. Kind regards, Alexander From unknown Fri Jun 13 10:53:10 2025 X-Loop: help-debbugs@gnu.org Subject: bug#27306: Regression: Emacs Lisp Indentation Resent-From: npostavs@users.sourceforge.net Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Jun 2017 15:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27306 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Alexander Shukaev Cc: 27306@debbugs.gnu.org Received: via spool by 27306-submit@debbugs.gnu.org id=B27306.149710873426544 (code B ref 27306); Sat, 10 Jun 2017 15:33:02 +0000 Received: (at 27306) by debbugs.gnu.org; 10 Jun 2017 15:32:14 +0000 Received: from localhost ([127.0.0.1]:39059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJiN3-0006tz-VC for submit@debbugs.gnu.org; Sat, 10 Jun 2017 11:32:14 -0400 Received: from mail-it0-f68.google.com ([209.85.214.68]:36851) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJiN1-0006tf-NE; Sat, 10 Jun 2017 11:32:12 -0400 Received: by mail-it0-f68.google.com with SMTP id 185so5646979itv.3; Sat, 10 Jun 2017 08:32:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=L65X9AMPlOqXdFVeEJnjE45MLJEbsB4sGln6QSeIemE=; b=CdVGCEYTKwItBNL4eOhw+sCBsO9/mIGlY7fTV1tnS8pLWfreDOb3aCFQ/TMHS19HOh 512PXAEA2DHSqqV6DW3g5c4tb1AINepSjVhFoSNfw6NqxpqOYjRJg6OJjIHN6IBzzNbM 9sjTKsdx6mxI35HoAvX6MKLy/X/ci8lvuwusNxtlaC+A48pIzIjM7/o0myKpilEIxnWj VP7o8uE2cJzmS1ZlKGVSVAs4dN9EFrczVvCseqloOSVQKLHltXZ2P22t84kZhckyiJHB WuVi+d5/ahqnW2wUW5KHS1VqAHHi0nhsxSIAwqU6LTl87mBP+AZxLNLg25vs7yTQO6xr CtGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=L65X9AMPlOqXdFVeEJnjE45MLJEbsB4sGln6QSeIemE=; b=tSQJAcvmR4C6YlSG8fClovo6S3o0ELXNYA50Hdvi75hGXkvRXKirH+TC3JV1JlQcZD ANXNkiuaDTHax49TRfPzMEFUY8yTQ9LKP1wrjQMqmXINijNsOsIV0NywxUCog2Nb7gRl /fNJkkhwbdFcoxatC8UPGQSMjJwWxX90tcGJ1k0hYG6zH7JZdszAalgBft3CdMtX/0R9 cuMVT5ra8uawr6ceMriqLt8wwQNRGRhMTWLsDzvykzw52XjHUAcAerpNESwiIP6sH7EI DwkU0/VGxuQiBujVIax2pg28xwzdltvot/4VRFrjJ9pAVdZoBEzX+R7RkYVIZE4sqDd0 ctpg== X-Gm-Message-State: AODbwcDJqsJbQIIe9+k4syzXh3OZm+Jk9n40alSFbKEHhOlo9l1/j4aP yN7+Rk67AtLjZNkt X-Received: by 10.36.60.132 with SMTP id m126mr4797936ita.75.1497108725908; Sat, 10 Jun 2017 08:32:05 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id 68sm1575879iox.41.2017.06.10.08.32.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 10 Jun 2017 08:32:05 -0700 (PDT) From: npostavs@users.sourceforge.net References: <88de418a-0e23-9ff7-5cea-cd2add2dab8c@Alexander.Shukaev.name> Date: Sat, 10 Jun 2017 11:33:44 -0400 In-Reply-To: <88de418a-0e23-9ff7-5cea-cd2add2dab8c@Alexander.Shukaev.name> (Alexander Shukaev's message of "Sat, 10 Jun 2017 14:59:01 +0200") Message-ID: <87a85fx3fr.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.0 (/) 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: -0.0 (/) --=-=-= Content-Type: text/plain tags 27306 patch quit Alexander Shukaev writes: > In Emacs 26 series, a call to `indent-region' changes the above > indentation to > > (user-error "Unexpected initialization file: `%s' > Expected initialization file: `%s'" > (abbreviate-file-name user-init-file) > (abbreviate-file-name this-init-file)) > > which appears wrong to me. Please, take a look at this. Thank you. Thanks for reporting, here's a patch: --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=v1-0001-Fix-wrong-indentation-after-string-literal-Bug-27.patch Content-Description: patch >From 9e5c05a5cff6ab4eea5667792cf277c020b95426 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Sat, 10 Jun 2017 09:50:48 -0400 Subject: [PATCH v1] Fix wrong indentation after string literal (Bug#27306) * lisp/emacs-lisp/lisp-mode.el (lisp-indent-state) (lisp-indent-calc-next): Remove `depth' field, use (car ppss) instead. * test/lisp/emacs-lisp/lisp-mode-tests.el (lisp-indent-region-after-string-literal): New test. --- lisp/emacs-lisp/lisp-mode.el | 27 +++++++++++++-------------- test/lisp/emacs-lisp/lisp-mode-tests.el | 13 +++++++++++++ 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 1e38d44e1b..59db00d5f9 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -773,11 +773,9 @@ (cl-defstruct (lisp-indent-state (:constructor lisp-indent-initial-state (&aux (ppss (lisp-ppss)) (ppss-point (point)) - (depth (car ppss)) - (stack (make-list (1+ depth) nil))))) + (stack (make-list (1+ (car ppss)) nil))))) stack ;; Cached indentation, per depth. ppss - depth ppss-point) (defun lisp-indent-calc-next (state) @@ -785,9 +783,11 @@ (defun lisp-indent-calc-next (state) STATE is updated by side effect, the first state should be created by `lisp-indent-initial-state'. This function may move by more than one line to cross a string literal." - (pcase-let (((cl-struct lisp-indent-state - (stack indent-stack) ppss depth ppss-point) - state)) + (pcase-let* (((cl-struct lisp-indent-state + (stack indent-stack) ppss ppss-point) + state) + (indent-depth (car ppss)) ; Corresponding to indent-stack. + (depth indent-depth)) ;; Parse this line so we can learn the state to indent the ;; next line. (while (let ((last-sexp (nth 2 ppss))) @@ -799,22 +799,22 @@ (defun lisp-indent-calc-next (state) (if (and (not (nth 2 ppss)) (= depth (car ppss))) (setf (nth 2 ppss) last-sexp) (setq last-sexp (nth 2 ppss))) + (setq depth (car ppss)) ;; Skip over newlines within strings. (nth 3 ppss)) (let ((string-start (nth 8 ppss))) - (setq ppss (parse-partial-sexp (point) (point-max) - nil nil ppss 'syntax-table)) - (setf (nth 2 ppss) string-start)) ; Finished a complete string. + (setq ppss (parse-partial-sexp (point) (point-max) + nil nil ppss 'syntax-table)) + (setf (nth 2 ppss) string-start) ; Finished a complete string. + (setq depth (car ppss))) (setq ppss-point (point))) (setq ppss-point (point)) - (let* ((next-depth (car ppss)) - (depth-delta (- next-depth depth))) + (let* ((depth-delta (- depth indent-depth))) (cond ((< depth-delta 0) (setq indent-stack (nthcdr (- depth-delta) indent-stack))) ((> depth-delta 0) (setq indent-stack (nconc (make-list depth-delta nil) - indent-stack)))) - (setq depth next-depth)) + indent-stack))))) (prog1 (let (indent) (cond ((= (forward-line 1) 1) nil) @@ -826,7 +826,6 @@ (defun lisp-indent-calc-next (state) ;; This only happens if we're in a string. (t (error "This shouldn't happen")))) (setf (lisp-indent-state-stack state) indent-stack) - (setf (lisp-indent-state-depth state) depth) (setf (lisp-indent-state-ppss-point state) ppss-point) (setf (lisp-indent-state-ppss state) ppss)))) diff --git a/test/lisp/emacs-lisp/lisp-mode-tests.el b/test/lisp/emacs-lisp/lisp-mode-tests.el index f2fe7a6cf4..582041cfc2 100644 --- a/test/lisp/emacs-lisp/lisp-mode-tests.el +++ b/test/lisp/emacs-lisp/lisp-mode-tests.el @@ -185,6 +185,19 @@ (ert-deftest lisp-indent-region-in-sexp () (indent-region (point) (point-max)) (should (equal (buffer-string) correct))))) +(ert-deftest lisp-indent-region-after-string-literal () + (with-temp-buffer + (insert "\ +\(user-error \"Unexpected initialization file: `%s' +Expected initialization file: `%s'\" + (abbreviate-file-name user-init-file) + (abbreviate-file-name this-init-file))") + (let ((indent-tabs-mode nil) + (correct (buffer-string))) + (emacs-lisp-mode) + (indent-region (point-min) (point-max)) + (should (equal (buffer-string) correct))))) + (provide 'lisp-mode-tests) ;;; lisp-mode-tests.el ends here -- 2.11.1 --=-=-=-- From unknown Fri Jun 13 10:53:10 2025 X-Loop: help-debbugs@gnu.org Subject: bug#27306: Regression: Emacs Lisp Indentation Resent-From: npostavs@users.sourceforge.net Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Jun 2017 11:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27306 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Alexander Shukaev Cc: 27306@debbugs.gnu.org Received: via spool by 27306-submit@debbugs.gnu.org id=B27306.14973531734615 (code B ref 27306); Tue, 13 Jun 2017 11:27:02 +0000 Received: (at 27306) by debbugs.gnu.org; 13 Jun 2017 11:26:13 +0000 Received: from localhost ([127.0.0.1]:44420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dKjxc-0001CI-Nz for submit@debbugs.gnu.org; Tue, 13 Jun 2017 07:26:12 -0400 Received: from mail-io0-f196.google.com ([209.85.223.196]:33114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dKjxa-0001C0-9G; Tue, 13 Jun 2017 07:26:10 -0400 Received: by mail-io0-f196.google.com with SMTP id j200so8220861ioe.0; Tue, 13 Jun 2017 04:26:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=5wqinIXbjpW1nMJo32oL9suhxpXimu8ECw9PJ+qAu2I=; b=fxPJZqPbKs/vYrWpgCIACnaYzQyjRAssWZEzbzaVbW8KDUrITL5X6WvpMI5QmQxqU5 z8xmpHKGfjB3ufM9mvZHxSy/W6+GDpNqpzk2yy2zzTTCOf9vAwOyrBuCZepVOkXQ0bKs 6oZsMi1vzI6o4AogylJmVkrMagvnlWlMp8Zb2tlHN8poMRPb9FoGFxBJ0XbrIohF4OrN GSMvr827uKNOdV6vcvgSACmfrN8YoYPHLQu/I+KforcmhrerFzsQH65xYOusb5XbWhEZ yURel+qTIYzzIEzo60LBerLLJbK4kf59Vxd1nu5Axv6gMgbAqFi4kzxnxjHkXmMD/zhU HP6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=5wqinIXbjpW1nMJo32oL9suhxpXimu8ECw9PJ+qAu2I=; b=mdhWVCWwLSHzNpIOTwbWpdwE8FEiRdOCoSJfTCSEtPB27gIbJSDH7sXTkwOdubHYG4 vyKwuJZvYCpm+0Sb+ITjAfvi17EMAoKsWmrkmGhqdb3SGojVfcnFCTEwbaRrT1+dtAl+ 7D80oQAC/+sBqJU7pDmmmJ34OyR/SHeMCMs9xsIHf3dPp7n9V55eb+/HnMbWHwvM8IFZ gkjy2Tj4X0JcdLR9ZLwCZBY2HxT0Lc0cLnYaXtAaBJfxu9JFyr7MubCFi53yfoA/HG1b mC7VOkgsJWd8G8HuGDjxjFCM37zEvPTBQbkzTrkn4pIF5ZDI8n9c8J8cnlrnbFAkM2aN 1jYA== X-Gm-Message-State: AODbwcBaskyu3F7XYTGtud5dke7DcQfSQ8Sf61eYCcI9dZu1SqJGYYfU 7LbujngPbyq49YLg X-Received: by 10.107.142.132 with SMTP id q126mr30892965iod.151.1497353164445; Tue, 13 Jun 2017 04:26:04 -0700 (PDT) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id b24sm5879203iod.33.2017.06.13.04.26.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 13 Jun 2017 04:26:03 -0700 (PDT) From: npostavs@users.sourceforge.net References: <88de418a-0e23-9ff7-5cea-cd2add2dab8c@Alexander.Shukaev.name> <87a85fx3fr.fsf@users.sourceforge.net> Date: Tue, 13 Jun 2017 07:27:39 -0400 In-Reply-To: <87a85fx3fr.fsf@users.sourceforge.net> (npostavs@users.sourceforge.net's message of "Sat, 10 Jun 2017 11:33:44 -0400") Message-ID: <87r2yot9ec.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) 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 (+) tags 27306 fixed close 27306 quit npostavs@users.sourceforge.net writes: > Thanks for reporting, here's a patch: Pushed to master [1: cc8aa484cd]. [1: cc8aa484cd]: 2017-06-13 07:19:12 -0400 Fix wrong indentation after string literal (Bug#27306) http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=cc8aa484cdab6b2f33a8c95a5778193c762412b9 From unknown Fri Jun 13 10:53:10 2025 X-Loop: help-debbugs@gnu.org Subject: bug#27306: Regression: Emacs Lisp Indentation Resent-From: Alexander Shukaev Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 16 Jun 2017 07:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27306 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch fixed To: npostavs@users.sourceforge.net Cc: 27306@debbugs.gnu.org Received: via spool by 27306-submit@debbugs.gnu.org id=B27306.14975987717119 (code B ref 27306); Fri, 16 Jun 2017 07:40:01 +0000 Received: (at 27306) by debbugs.gnu.org; 16 Jun 2017 07:39:31 +0000 Received: from localhost ([127.0.0.1]:50132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dLlqt-0001ql-KY for submit@debbugs.gnu.org; Fri, 16 Jun 2017 03:39:31 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:59217) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dLlqr-0001qa-8B for 27306@debbugs.gnu.org; Fri, 16 Jun 2017 03:39:29 -0400 Received: from mfilter10-d.gandi.net (mfilter10-d.gandi.net [217.70.178.139]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 6359441C0A1; Fri, 16 Jun 2017 09:39:28 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter10-d.gandi.net Received: from relay5-d.mail.gandi.net ([IPv6:::ffff:217.70.183.197]) by mfilter10-d.gandi.net (mfilter10-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 6cU4_D338DYi; Fri, 16 Jun 2017 09:39:25 +0200 (CEST) X-Originating-IP: 88.68.162.61 Received: from [192.168.3.117] (dslb-088-068-162-061.088.068.pools.vodafone-ip.de [88.68.162.61]) (Authenticated sender: forum@alexander.shukaev.name) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 0884041C07C; Fri, 16 Jun 2017 09:39:24 +0200 (CEST) References: <88de418a-0e23-9ff7-5cea-cd2add2dab8c@Alexander.Shukaev.name> <87a85fx3fr.fsf@users.sourceforge.net> <87r2yot9ec.fsf@users.sourceforge.net> From: Alexander Shukaev Message-ID: Date: Fri, 16 Jun 2017 09:39:23 +0200 MIME-Version: 1.0 In-Reply-To: <87r2yot9ec.fsf@users.sourceforge.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) 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: -0.7 (/) On 06/13/2017 01:27 PM, npostavs@users.sourceforge.net wrote: > tags 27306 fixed > close 27306 > quit > > npostavs@users.sourceforge.net writes: > >> Thanks for reporting, here's a patch: > > Pushed to master [1: cc8aa484cd]. > > [1: cc8aa484cd]: 2017-06-13 07:19:12 -0400 > Fix wrong indentation after string literal (Bug#27306) > http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=cc8aa484cdab6b2f33a8c95a5778193c762412b9 > Hi Noam, Works as expected. Thank you. Regards, Alexander