ergoemacs / ergoemacs-mode

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

C-x C-c not working. #314

Closed mattfidler closed 9 years ago

mattfidler commented 10 years ago

See

https://groups.google.com/forum/#!topic/ergoemacs/WEMV1gcP3hE

mattfidler commented 10 years ago

Should Check to make sure this works:

image

image

stenw commented 10 years ago

Ok, I checked this. (I allready had but I double checked). I have the same settings. I also tried to switch to ' Ctrl-C and Ctrl-X are only Copy/Cut'

mattfidler commented 10 years ago

Have you run from a clean environment?

C-h z in theory sets up the environment.

Matt On Sep 24, 2014 3:52 PM, "stenw" notifications@github.com wrote:

Ok, I checked this. (I allready had but I double checked). I have the same settings. I also tried to switch to ' Ctrl-C and Ctrl-X are only Copy/Cut'

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

stenw commented 10 years ago

Thank you,

Ok, now it works but only in the new frame that s opened. When I start emacs again it still does not work as indented. I am very sorry (I am very much a newbie at this), but how does this this help me to find out where it goes wrong? I already started out with a new .emacs ...

mattfidler commented 10 years ago

So, it tells me that you have some distribution of emacs packages that interferes with ergoemacs-mode. Its not your .emacs file, so it must be your site-lisp file.

See http://www.emacswiki.org/emacs/LoadPath

This states:

The default value of ‘load-path’ includes two special directories recursively: /usr/local/share/emacs/VERSION/site-lisp and /usr/local/share/emacs/site-lisp. (On Windows, the equivalent location is C:\Program Files\emacs-VERSION\site-lisp.) The first directory contains packages for a particular Emacs version; the second contains packages for all installed versions of Emacs. These directories contain files for the current site, for use by the system administrator when installing software locally.

So, what are the additional emacs packages you have installed, and/or what is in your site-lisp directories.

stenw commented 10 years ago

Thanks, I got a bit inpatient so what I uninstalled emacs and anything related with it (install directory .emacs.d and .emacs). Then I freshly installed everything (well most things anyway). Now it works. (However I still don't know what caused it in the first place). I love (ergo)emacs when it works but when things go wrong I never know how to fix them.

mattfidler commented 10 years ago

It is likely one of the packages you installed. I know that some distributions install CEDET. This causes problems because they install an old version of CEDET and then ergoemacs-mode doesn't work since it depends on the newer component of CEDET's eieio.

stenw commented 10 years ago

I'm not sure after experimenting a bit, it seems the thing that breaks / fixes it is the place where I load my customization file.

mattfidler commented 10 years ago

Hm. What's in your customization file. On Sep 26, 2014 4:00 AM, "stenw" notifications@github.com wrote:

I'm not sure after experimenting a bit, it seems the thing that breaks / fixes it is the place where I load my customization file.

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

stenw commented 10 years ago

https://github.com/stenw/dotfiles (Now I am really exposed as a rookie and code thief)