When I try to start emacs in the console on my Snow Leopard machine I get the following:

emacs: Cannot open termcap database file

But if I start screen first, then emacs does start, but I get the following error message:

Error in init file: error: "Unknown keyword :risky"

I installed emacs using homebrew.

link|improve this question
feedback

1 Answer

The risky is a keyword for defcustom, which was added in Emacs 23.1 (see NEWS.23.1). So, either upgrade your Mac's Emacs, download a newer version of custom (may not be possible at this point), or remove the starter kit by commenting out (require 'package) in your .init.el.

Source: http://stackoverflow.com/questions/5386170/what-is-the-risky-in-emacs/5386504#5386504

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.