ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Symbol's value as variable is void: beforepos #286

Closed shahinism closed 10 years ago

shahinism commented 10 years ago

Last night upgraded ergoemacs-mode now I can't run html-mode! Opening an html file will return:

File mode specification error: (void-variable form)

I also can't enable web-mode. If I do this error will broke the init file in load process. And trying to run html-mode manually will return:

Symbol's value as variable is void: beforepos

And if it helps the last error will happen when I hit M-x and while typing the html-mode command. I removed the ergoemacs-mode package completely and installed it again (Based on bite compile errors history) and nothing changed.

mattfidler commented 10 years ago

Sorry I'm not sure what is happening. I won't have access to a computer until Monday, so please downgrade to the stable release if you need to work on it this weekend On Aug 16, 2014 11:25 AM, "Shahin Azad" notifications@github.com wrote:

Last night upgraded ergoemacs-mode now I can't run html-mode! Opening an html file will return:

File mode specification error: (void-variable form)

I also can't enable web-mode. If I do this error will broke the init file in load process. And trying to run html-mode manually will return:

Symbol's value as variable is void: beforepos

And if it helps the last error will happen when I hit M-x and while typing the html-mode command. I removed the ergoemacs-mode package completely and installed it again (Based on bite compile errors history) and nothing changed.

— Reply to this email directly or view it on GitHub https://github.com/ergoemacs/ergoemacs-mode/issues/286.

ghost commented 10 years ago

I am running the latest version of ergoemacs-mode but I have no problem with html-mode on GNU Emacs 24.3, 24.3.91, or 24.4.50. What is your Emacs version?

mattfidler commented 10 years ago

I run emacs 24.3 on windows.

I will try to fix this Monday.

In the mean time, the latest as stable ergoemacs-mode is on gnu elpa

http://elpa.gnu.org/packages/ergoemacs-mode.html

Just replace everything in your ergoemacs directory with these files and do a make.

If you are using the git repository, you can do

git checkout v5.14.7.3 make

Thanks for your patience

Mat On Aug 16, 2014 1:00 PM, "Salman" notifications@github.com wrote:

I am running the latest version of ergoemacs-mode but I have no problem with html-mode on GNU Emacs 24.3, 24.3.91, or 24.4.50. What is your Emacs version?

— Reply to this email directly or view it on GitHub https://github.com/ergoemacs/ergoemacs-mode/issues/286#issuecomment-52401194 .

mattfidler commented 10 years ago

I may have fixed this issue, but I'm unsure. If not, could you post any eval-after-load blocks that you have with html-mode?

Thanks

mattfidler commented 10 years ago

I think it is fixed.

mattfidler commented 10 years ago

I'm assuming this is closed.