Elliot Bulmer
Elliot Bulmer
I'm getting this problem too. Cheers for the work-around!
Ah okay, it is probably best to leave as-is then. Perhaps there should be a note added somewhere to the documentation?
Sure, I'll give it go :)
If you specify the `:repo` manually and it is not one of the default archives used by el-get then `M-x el-get-update RET` will fail with `Wrong type argument: arrayp, nil`...
Discovered that this was actually just happening because of the package.rcp `:post-init` logic that overwrites `package-archives` which was mentioned above. My workaround is to add a post-step to my `el-get-sources`...
@aspiers: You were right. I was using the stable, not master version, of el-get. I'm up-to-date now and problem solved! Cheers for the help.
Hi @pinard, Cheers for your quick reply. I am definitely loading the `pymacs.py` file produced by the make step. I installed pymacs using el-get. This is the recipe: ``` (:name...
The -v option didn't quite do what I thought it would. But I did try manually defining the variables at the top of `pymacs.py` as you suggested and that seems...