ergoemacs / ergoemacs-mode

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

"Symbol's function definition is void: eieio-object-nane-string" on loading #320

Closed pierrelegall closed 10 years ago

pierrelegall commented 10 years ago

Error on loading : "Symbol's function definition is void: eieio-object-nane-string".

Tested without personal configuration on Ubuntu 14.04 (Emacs 24.3.1).

mattfidler commented 10 years ago

Did you install c edit or any other packages under Ubuntu? On Oct 17, 2014 6:16 AM, "Pierre Le Gall" notifications@github.com wrote:

Error on loading : "Symbol's function definition is void: eieio-object-nane-string".

Tested without personal configuration on Ubuntu 14.04 (Emacs 24.3.1).

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

pierrelegall commented 10 years ago

I did not install "c edit" but I installed some packages, of course :)

mattfidler commented 10 years ago

Sorry cedet.

Could you check to see what emacs packages you have installed On Oct 17, 2014 11:01 AM, "Pierre Le Gall" notifications@github.com wrote:

I did not install "c edit" but I installed some packages, of course :)

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

pierrelegall commented 10 years ago

Only ergoemacs-mode and undo-tree are now installed.

And I have the same on two computers :/

mattfidler commented 10 years ago

Did you recently upgrade emacs, or use two different versions of emacs?

If so, you may wish to delete all the .elc files.

pierrelegall commented 10 years ago

Nop, I tried on a fresh system.

mattfidler commented 10 years ago

This should be fixed on melpa. See #321

pierrelegall commented 10 years ago

It works now.

Thank you :)

mattfidler commented 10 years ago

Great