From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 21 Apr 2016 11:04:57 -0700 From: Endre Bakken Stovner Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: TODOs? (#10) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_57191649b216a_530b3fd051f712bc454885"; 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 Cc: Kyle Meyer , Comment ----==_mimepart_57191649b216a_530b3fd051f712bc454885 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 commented. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/10#issuecomment-213040854 ----==_mimepart_57191649b216a_530b3fd051f712bc454885 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 commented.
Reply to this email directly or view it on GitHub

----==_mimepart_57191649b216a_530b3fd051f712bc454885--