I am using Emacs 24.3.1. on Ubuntu.
I am trying use compile in emacs: (M-x compile), I choose my Makefile.
It answered me -*- mode: compilation; default-directory:"path" -*-
Compilation started at Wed Nov 9 10:48:00. status is Compilation:run, I wait, wait and it will never say nothing more. To leave this process I must kill it.
My Process List: compilation run compilation /dev/pts/14 /bin/csh -c make -f ../Makefile
When I run it from terminal everything works.
I did one test more I run grep function (M-x) grep -nH all "main" ./* . It is the same problem. Grep:run Compiling but I don’t have any results and a grep process is running. To leave this window again I must kill it.
I sure that any packages don’t have impact.
Did someone have similar problem? Can you share how to repair it?
emacs -Q? Does pressingC-g(or maybe spamming it a couple times) allow you to leave the windows without killing them?C-cyou meanM-x? And what do you mean by "choose my Makefile"?/bin/csh -c grep ...and agrepprocess, or only the former? Can you move your~/.cshrcto a different name and see if that makes and difference? If it does then put the ~/.cshrc back, run the grep again and runps axjfin a different window and look to see what child processes of the csh are running. Welcome to emacs stackexchange.