punassuming / ahk-mode

AutotHotkey major mode for emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install failure

jack99999 opened this issue · comments

hi
i tried installing and got:
Install package `ahk-mode-20150409.1012'? (y or n) y
Contacting host: melpa.milkbox.net:80
Making version-control local to ahk-mode-autoloads.el while let-bound!
Generating autoloads for ahk-mode.el...
forward-sexp: Scan error: "Unbalanced parentheses", 3648, 33041
When done with a buffer, type M-x server-edit
Error during redisplay: (jit-lock-function 3278) signaled (scan-error "Unbalanced parentheses" 3614 33007)
preceding-sexp: End of file during parsing

i downloaded the zip and had a look.... i think the problem is here:
;;; Requirements

(eval-when-compile
(require 'font-lock)
(require 'cl)
(require 'thingatpt )
(require 'rx)

cheers

jack

thanks for letting me know. Issue should be addressed now.

yes, that's got it.

thanks

jack