-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long -poll POST but no update / Symbol's value as variable is void #55
Comments
You're getting "symbol's value as variable is void" error because the |
I believe that might have been my hitting the wrong key or something. I have it working to edit external javascript files in js-2 mode, and also CSS in web mode. The only thing that is not working is editing HTML. I am using Web mode, I am adding a brand new tag, or editing an existing one, then pressing The code flashes highlighted, I see the post in my browser log, but nothing happens. Does this work from Web mode? |
I am still curious about this. everything works so well and it seems like I am close I just can't get the evaluate HTML tag to work. For an example, I have tried writing a |
I have followed the directions on the readme and here. I want to be able to evaluate a new HTML tag (i.e. add a new
<p>
tag, and have it evaluate.When I use
C-X e
I getSymbol's value as variable is void. and when I use
C-M-X` the text highlights and a post is logged in the developer tools console but nothing actually happens.Do you have any idea why I am not getting the live updating?
Evaluating javascript using the
run-skewer
command works fine. I am running emacs 24.4The text was updated successfully, but these errors were encountered: