emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#16159: closed ([PATCH] Better paragraph separation


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16159: closed ([PATCH] Better paragraph separation for sh-mode)
Date: Sun, 22 Dec 2013 23:27:01 +0000

Your message dated Sun, 22 Dec 2013 18:26:17 -0500
with message-id <address@hidden>
and subject line Re: bug#16159: [PATCH] Better paragraph separation for sh-mode
has caused the debbugs.gnu.org bug report #16159,
regarding [PATCH] Better paragraph separation for sh-mode
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16159: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16159
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Better paragraph separation for sh-mode Date: Mon, 16 Dec 2013 02:49:32 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 This change should make sure that M-q doesn't combine a comment line with the initial shebang of a shell script.

$ bzr diff
=== modified file 'lisp/progmodes/sh-script.el'
--- lisp/progmodes/sh-script.el 2013-11-09 10:49:42 +0000
+++ lisp/progmodes/sh-script.el 2013-12-16 10:46:04 +0000
@@ -1589,7 +1589,7 @@
              (lambda () (or (eolp) (newline) (indent-relative))))

   (setq-local paragraph-start (concat page-delimiter "\\|$"))
-  (setq-local paragraph-separate paragraph-start)
+  (setq-local paragraph-separate (concat paragraph-start "\\|#!/"))
   (setq-local comment-start "# ")
   (setq-local comment-start-skip "#+[\t ]*")
   (setq-local local-abbrev-table sh-mode-abbrev-table)




--- End Message ---
--- Begin Message --- Subject: Re: bug#16159: [PATCH] Better paragraph separation for sh-mode Date: Sun, 22 Dec 2013 18:26:17 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.4

Thanks for applying it. Next time please close the associated bug as
well, which you do simply by mailing address@hidden You may also wish
to refer to the bug number in the ChangeLog entry.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]