overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.52k stars 242 forks source link

error: Invalid version string: 'nil' #77

Closed dchelimsky closed 11 years ago

dchelimsky commented 11 years ago

After updating today I get the following error when starting up emacs 24.2 for Mac:

Warning (initialization): An error occurred while loading `/Users/dchelimsky/.emacs.d/init.el':

error: Invalid version string: 'nil'

I get the same error on 9f7721ba42981ad27edef7b4f514343b3046fc04 and release/1.0-BETA-19, but not release/1.0-BETA-18.

dchelimsky commented 11 years ago

n/m - this was due to something else I upgraded at the same time.

dchelimsky commented 11 years ago

More info for anybody else running into this issue. The problem was that somewhere between release/1.0-BETA-18 and release/1.0-BETA-19, custom packs are required to call (live-pack-version "1.0") (or whatever version). I submitted pr #78 to add info.el to the template and update the README.

samaaron commented 11 years ago

Oopsey. I thought I had disabled these checks. Sorry about that.

dchelimsky commented 11 years ago

So the PR #78 is unnecessary?