From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 27 Apr 2015 12:49:38 -0700 From: sonia-t Reply-To: kyleam/snakemake-mode Message-ID: Subject: [snakemake-mode] No indentation on pressing TAB, just error (#4) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_553e92d241825_76bb3fdcb37c52c04973a8"; 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_553e92d241825_76bb3fdcb37c52c04973a8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I'm having issues using TAB for indentation when viewing a Snakefile in emacs with snakemake-mode. When I open a Snakefile in emacs, the syntax highlighting looks correct, but if try to use TAB for indentation, the cursor stays in column 0 and instead I get the error : `Symbol's function definition is void: looking-at-p` Followed directions here: http://melpa.org/#/snakemake-mode My setup: * GNU Emacs 22.1.1 * snakemake-mode commit SHA 295bbfbc94727691d7e9919abf9f358ab7a6b241 * file snakemake-mode.el in my ~/.emacs.d * In my ~/.emacs : ``` (add-to-list 'load-path "~/.emacs.d/") (require 'snakemake-mode) ``` * Also tried in my ~/.emacs : ``` (load-file "~/.emacs.d/snakemake-mode.el") ``` Next I'll try installing from MELPA but i thought this should be documented somewhere. Of course, any insight appreciated. --- Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/4 ----==_mimepart_553e92d241825_76bb3fdcb37c52c04973a8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I'm having issues using TAB for indentation when viewing a Snakefile in emacs with snakemake-mode.

When I open a Snakefile in emacs, the syntax highlighting looks correct, but if try to use TAB for indentation, the cursor stays in column 0 and instead I get the error :
Symbol's function definition is void: looking-at-p

Followed directions here:
http://melpa.org/#/snakemake-mode

My setup:

  • GNU Emacs 22.1.1
  • snakemake-mode commit SHA 295bbfb
  • file snakemake-mode.el in my ~/.emacs.d
  • In my ~/.emacs :
(add-to-list 'load-path "~/.emacs.d/")
(require 'snakemake-mode)
  • Also tried in my ~/.emacs :
(load-file "~/.emacs.d/snakemake-mode.el")

Next I'll try installing from MELPA but i thought this should be documented somewhere. Of course, any insight appreciated.


Reply to this email directly or view it on GitHub.

----==_mimepart_553e92d241825_76bb3fdcb37c52c04973a8--