The Lumber Room

"Consign them to dust and damp by way of preserving them"

Archive for February 2006

The new GNU Emacs and semantic.cache

with one comment

How can i prevent contaminating each directory with a file semantic-cache?
Set semanticdb-default-save-directory to a directory, by putting the following in your emacs init file (usually .emacs in your home directory):

(setq semanticdb-default-save-directory "~/.semantic")
(replace ~/.semantic with a different directory, if you wish.)

From http://ecb.sourceforge.net/docs/FAQ.html

Advertisement

Written by S

Wed, 2006-02-01 at 16:16:00

Posted in compknow