Charles Blair wrote: > When I type "emacs", I get a new command prompt, with no other > messages.
That's expected when a library is missing, you can make sure by running "emacs; echo $?" and getting error 53. More interesting is knowing which library is missing, run "cygcheck emacs". Install whatever is missing; the real problem is a setup hint file missing a dependency. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

