From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 21 Apr 2016 11:08:35 -0700 From: Endre Bakken Stovner Reply-To: kyleam/snakemake-mode Message-ID: Subject: hs-special-modes-alist not working (#14) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_571917233fcb3_65833fe7bbaa129c508bc"; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: kyleam/snakemake-mode List-Archive: https://github.com/kyleam/snakemake-mode List-Post: List-Unsubscribe: , To: kyleam/snakemake-mode ----==_mimepart_571917233fcb3_65833fe7bbaa129c508bc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I have the following snippet for `hs-special-modes-alist`, but it does not work: ``` ;;; HideShow (add-to-list 'hs-special-modes-alist '(snakemake-mode "^rule .*\\>" nil "#" nil nil)) ``` The regex works if I try it with `re-search` so I am confused about what is wrong. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/14 ----==_mimepart_571917233fcb3_65833fe7bbaa129c508bc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I have the following snippet for hs-special-modes-alist, but it does not work:

;;; HideShow

(add-to-list 'hs-special-modes-alist '(snakemake-mode "^rule .*\\>" nil "#" nil
                                                      nil))

The regex works if I try it with re-search so I am confused about what is wrong.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

----==_mimepart_571917233fcb3_65833fe7bbaa129c508bc--