GNU bug report logs - #15613
Wrong indentation in Shell-script[sh] mode?

Previous Next

Package: emacs;

Reported by: Angelo Graziosi <angelo.graziosi <at> alice.it>

Date: Mon, 14 Oct 2013 20:54:01 UTC

Severity: normal

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 15613 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 15613 <at> debbugs.gnu.org, Angelo Graziosi <angelo.graziosi <at> alice.it>
Subject: Re: bug#15613: Wrong indentation in Shell-script[sh] mode?
Date: Wed, 16 Oct 2013 18:41:27 -0400
By experiment, reverting the "Always setup SMIE..." part of your
2013-10-11 change fixes this regression.


*** lisp/progmodes/sh-script.el	2013-10-13 23:21:56 +0000
--- lisp/progmodes/sh-script.el	2013-10-16 22:35:56 +0000
***************
*** 2248,2253 ****
--- 2248,2254 ----
  		  (sh-feature sh-indent-supported))
        (progn
  	(message "Setting up indent for shell type %s" sh-shell)
+         (if sh-use-smie
              (let ((mksym (lambda (name)
                             (intern (format "sh-smie-%s-%s"
                                             sh-indent-supported-here name)))))
***************
*** 2255,2261 ****
                        (funcall mksym "rules")
                        :forward-token  (funcall mksym "forward-token")
                        :backward-token (funcall mksym "backward-token")))
-         (unless sh-use-smie
            (setq-local parse-sexp-lookup-properties t)
            (setq-local sh-kw-alist (sh-feature sh-kw))
            (let ((regexp (sh-feature sh-kws-for-done)))
--- 2256,2261 ----





This bug report was last modified 11 years and 217 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.