Re: planner problems
Mark Simpson <[email protected]>
| Newsgroups | gmane.emacs.wiki.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Louis" == Louis B Moore <[email protected]> writes: Louis> hmmm, loaded new .debs and now I'm getting: Louis> An error has occurred while loading `/home/lbmoore/.emacs': Louis> Symbol's value as variable is void: inhibit-startup-hooks i found that adding (defvar inhibit-startup-hooks nil) ahead of any loading of planner/muse helped. NOTE: this is a workaround; not a fix to the problem in muse itself. i am running emacs version: GNU Emacs 21.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2005-10-02 on trouble, modified by Debian And inhibit-startup-hooks does not seem to be an interned symbol. A quick google shows reference to this variable being defvar'd in startup.el but it is not present in mine. Perhaps this is a version issue?