From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 12 Oct 2016 04:38:48 -0700 From: Nathanael Farley Reply-To: kyleam/snakemake-mode Message-ID: Subject: Odd indent for all lists (#19) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_57fe20c8da601_78703fc7619152b884988"; 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_57fe20c8da601_78703fc7619152b884988 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit With Emacs 24.5.1 (with Spacemacs) I get strange indentation: ``` rule dummy: input: "dummy_input_1", "dummy_input_2", # This line is indented more? "dummy_input_3", ``` Is this the intended behaviour? -- 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/19 ----==_mimepart_57fe20c8da601_78703fc7619152b884988 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

With Emacs 24.5.1 (with Spacemacs) I get strange indentation:

 rule dummy:
     input:
         "dummy_input_1",
           "dummy_input_2", # This line is indented more?
           "dummy_input_3",

Is this the intended behaviour?


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

----==_mimepart_57fe20c8da601_78703fc7619152b884988-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 12 Oct 2016 05:52:42 -0700 From: Nathanael Farley Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: Odd indent for all lists (#19) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_57fe321a88375_1e7573fb9698b529c47470"; 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_57fe321a88375_1e7573fb9698b529c47470 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Nevermind, I thought I had the latest git version of the package but I didn't. In the latest git it is fixed. -- 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/19#issuecomment-253204786 ----==_mimepart_57fe321a88375_1e7573fb9698b529c47470 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Nevermind, I thought I had the latest git version of the package but I didn't. In the latest git it is fixed.


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

----==_mimepart_57fe321a88375_1e7573fb9698b529c47470-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 12 Oct 2016 05:52:42 -0700 From: Nathanael Farley Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: Odd indent for all lists (#19) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_57fe321a8b5fe_4df83fb6140992a05552e0"; 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_57fe321a8b5fe_4df83fb6140992a05552e0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #19. -- 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/19#event-820924011 ----==_mimepart_57fe321a8b5fe_4df83fb6140992a05552e0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #19.


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

----==_mimepart_57fe321a8b5fe_4df83fb6140992a05552e0-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 12 Oct 2016 14:31:02 -0700 From: Kyle Meyer Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: Odd indent for all lists (#19) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_57feab9638384_6d2b3f80ef8392bc6586f"; 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 , Your activity ----==_mimepart_57feab9638384_6d2b3f80ef8392bc6586f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Great, thanks for checking the latest version. -- 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/19#issuecomment-253345675 ----==_mimepart_57feab9638384_6d2b3f80ef8392bc6586f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Great, thanks for checking the latest version.


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

----==_mimepart_57feab9638384_6d2b3f80ef8392bc6586f--