On Tue, Jul 31 2012,Will King wrote:
> Dear All [snipped 112 lines] > > The following message happens when I attempt code completion with Alt + . , > which is bound to the cscomp-complete-at-point-menu function > > setq: Symbol's value as variable is void: Exception > > Any thoughts about what I might be doing wrong?" Well, as was suggested to me, you should probably start with (setq debug-on-error t) in your .emacs and check the backtrace. Or post that info here for someone to help if you can't figure out what the issue is. sivaram --