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