From: Will Fitzgerald
Subject: ACL, Emacs and ECB/semantic/bovinator
Date: 
Message-ID: <1129138923.903027.189800@g49g2000cwa.googlegroups.com>
Has anyone got ECB (http://ecb.sourceforge.net) working with Allegro
Common Lisp's ELI Emacs interface? If so, what is the magic you need to
invoke? I have:

 (add-hook 'fi:lisp-mode-hook 'semantic-default-elisp-setup)
 (load-file "~/elisp/cedet/common/cedet.el")
 (semantic-load-enable-excessive-code-helpers)
 (add-to-list 'load-path "~/elisp/ecb")
 (require 'ecb)
 (ecb-activate)

but this isn't sufficient enough voodoo.