ergoemacs / ergoemacs-mode

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

Freezing with message "Starting ergoemacs command loop" #353

Closed dunmaksim closed 9 years ago

dunmaksim commented 9 years ago

Hello!

I use ergoemacs from MELPA. I see the message "Starting ergoemacs command loop" after one of latest update after EMACS start (but not always, 8/10). EMACS freezes and work only Alt+F4. Ctrl+G, Ctrl+Break and other keybindings not works. After removing ergoemacs-mode package all works, but I can't not use him.

mattfidler commented 9 years ago

The version on melpa is unstable. You can use the stable version (stable.melpa), where all the bugs passed the test. Otherwise, as a work-around you could also use:

(setq ergoemacs-command-loop-type nil)

With this option the following things are unsupported:

My suggestion is to use the stable version of ergoemacs-mode.

mattfidler commented 9 years ago

I have reproduced the bug, but haven't figured out where the issue in the hanging of emacs occurs. What version of emacs are you using.

mrkkrp commented 9 years ago

@mlf176f2, Hi, this has been originally posted at Emacs Stackexchange: http://emacs.stackexchange.com/questions/14807/start-ergoemacs-command-loop-how-to-fix-break-my-work

This post says that Emacs is built from source and its version is 24.5.1.

(I just wanted to provide link to Emacs Stackexchange question).

dunmaksim commented 9 years ago

Thanks! I switch to melpa-stable now.

mattfidler commented 9 years ago

Thanks @mrkkrp