Skip to content
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

emacs compiler error at first startup #248

Closed
phtrivier opened this issue Jan 2, 2013 · 3 comments
Closed

emacs compiler error at first startup #248

phtrivier opened this issue Jan 2, 2013 · 3 comments

Comments

@phtrivier
Copy link

I'm just installing a "fresh" Prelude, after having deleted my old .emacs.d and .emacs files.
At first startup, emacs downloads and compiles some packages, but then I start getting loads of :

Buffer " Compiler Input" has a running process; kill it ?

and

error in process sentinel : Selecting deleted buffer

I can't open any of the frames, so I don't really know if there is a way to find if this is caused by a single package ...

@bbatsov
Copy link
Owner

bbatsov commented Jan 2, 2013

Might be related to the addition of flycheck in the default installation. Try commenting out (flycheck-mode +1) from prelude-programming.el and see if that helps.

Cheers,
Bozhidar

On Thursday, January 3, 2013 at 12:24 AM, Pierre-Henri Trivier wrote:

I'm just installing a "fresh" Prelude, after having deleted my old .emacs.d and .emacs files.
At first startup, emacs downloads and compiles some packages, but then I start getting loads of :
Buffer " Compiler Input" has a running process; kill it ?
and
error in process sentinel : Selected deleted buffer
I can't open any of the frames, so I don't really know if there is a way to find if this is caused by a single package ...


Reply to this email directly or view it on GitHub (#248).

@hellekin
Copy link

hellekin commented Jan 3, 2013

Yes it does help to comment out (flycheck-mode +1).

@bbatsov
Copy link
Owner

bbatsov commented Jan 3, 2013

Should be ok now.

@bbatsov bbatsov closed this as completed Jan 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants