From: sonia-t <notifications@github.com>
To: kyleam/snakemake-mode <snakemake-mode@noreply.github.com>
Subject: [snakemake-mode] No indentation on pressing TAB, just error (#4)
Date: Mon, 27 Apr 2015 12:49:38 -0700 [thread overview]
Message-ID: <kyleam/snakemake-mode/issues/4@github.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 932 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 1831 bytes --]
next reply other threads:[~2015-04-27 19:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-27 19:49 sonia-t [this message]
2015-04-27 20:00 ` [snakemake-mode] No indentation on pressing TAB, just error (#4) sonia-t
2020-04-14 2:17 ` Kyle Meyer
2015-04-27 20:01 ` sonia-t
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://git.kyleam.com/snakemake-mode
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=kyleam/snakemake-mode/issues/4@github.com \
--to=notifications@github.com \
--cc=reply+0013cd7c50034471028929f8faebce2e8b38457a2b49386392cf00000001115654d292a169ce04413a8a@reply.github.com \
--cc=snakemake-mode@noreply.github.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.kyleam.com/snakemake-mode/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).