From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 16 Aug 2018 09:37:12 +0000 (UTC) From: Winni Kretzschmar Reply-To: kyleam/snakemake-mode Message-ID: Subject: Indentation does not work (#28) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5b7545c842436_5edc3f9edecbe6181727689"; 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: Subscribed ----==_mimepart_5b7545c842436_5edc3f9edecbe6181727689 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I have a Snakefile: ``` rule all: input: cats ``` When I position my cursor at the beginning of the second line and hit tab, then nothing happens and I get the message `Wrong number of arguments: (0 . 0), 1`. I am on gnu emacs 24.4 (9.0) on a mac running snakemake-mode version `20180520.39`. -- 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/28 ----==_mimepart_5b7545c842436_5edc3f9edecbe6181727689 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I have a Snakefile:

rule all:
input: cats

When I position my cursor at the beginning of the second line and hit tab, then nothing happens and I get the message Wrong number of arguments: (0 . 0), 1.

I am on gnu emacs 24.4 (9.0) on a mac running snakemake-mode version 20180520.39.


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_5b7545c842436_5edc3f9edecbe6181727689-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 16 Aug 2018 04:23:21 -0700 From: Winni Kretzschmar Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: Indentation does not work (#28) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5b755ea9a9e31_78c93faa394d45b81057676"; 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: Subscribed ----==_mimepart_5b755ea9a9e31_78c93faa394d45b81057676 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closed #28. -- 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/28#event-1792130750 ----==_mimepart_5b755ea9a9e31_78c93faa394d45b81057676 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closed #28.


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_5b755ea9a9e31_78c93faa394d45b81057676-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 16 Aug 2018 11:23:22 +0000 (UTC) From: Winni Kretzschmar Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: Indentation does not work (#28) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5b755ea989ebb_28063f9b2e8be62050488d"; 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: Subscribed ----==_mimepart_5b755ea989ebb_28063f9b2e8be62050488d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Upgrading to the latest GNU emacs `26.1 (9.0)` solves this problem. -- 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/28#issuecomment-413512281 ----==_mimepart_5b755ea989ebb_28063f9b2e8be62050488d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Upgrading to the latest GNU emacs 26.1 (9.0) solves this problem.


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_5b755ea989ebb_28063f9b2e8be62050488d-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 16 Aug 2018 05:18:47 -0700 From: Kyle Meyer Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: Indentation does not work (#28) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5b756ba7ee26d_3e23fa697cd45c4139397c"; 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_5b756ba7ee26d_3e23fa697cd45c4139397c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thanks for the report. I'm glad things are working for you on Emacs 26. However, I'll still look into your initial error because Emacs 24 is the specified minimum version. (And I really should add Emacs 24 to the Travis matrix to catch these issues.) -- 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/28#issuecomment-413526236 ----==_mimepart_5b756ba7ee26d_3e23fa697cd45c4139397c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Thanks for the report. I'm glad things are working for you on Emacs 26. However, I'll still look into your initial error because Emacs 24 is the specified minimum version. (And I really should add Emacs 24 to the Travis matrix to catch these issues.)


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_5b756ba7ee26d_3e23fa697cd45c4139397c-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 16 Aug 2018 17:18:43 -0700 From: Kyle Meyer Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: Indentation does not work (#28) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5b761463210f5_20fe3f809dcbe6181179c0"; 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_5b761463210f5_20fe3f809dcbe6181179c0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Looks like python.el got a new indentation engine between 24.4 and 24.5. Given it works with 24.5, supporting 24.4 doesn't seem worth the effort. I'll bump the minimum Emacs version to 24.5. -- 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/28#issuecomment-413721552 ----==_mimepart_5b761463210f5_20fe3f809dcbe6181179c0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Looks like python.el got a new indentation engine between 24.4 and 24.5. Given it works with 24.5, supporting 24.4 doesn't seem worth the effort. I'll bump the minimum Emacs version to 24.5.


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_5b761463210f5_20fe3f809dcbe6181179c0--