Re: Serious problems with psgml 1.2.5
Stuart Popejoy <[email protected]>
| Newsgroups | gmane.emacs.psgml.user |
|---|---|
| Organization | Pink Sheets LLC |
| Message-ID | <1053621788.3612.250.camel@wks-stu> |
> (1) (local-variables/warning) File local-variables error: Symbol's > function definition is void: char-table-parent hmm ... this error is thrown in normal-mode setup, as the local variables section is used by more than just psgml. There might be something non-psgml related going wrong. normal-mode calls `hack-local-variables' to read vars, and traps the error with the message you're getting. To get a better error trace, directly call (hack-local-variables) with debug-on-error on in your chapter buffer. This will avoid normal-mode's error trap and give you a good trace. To do this, in your chapter file buffer do M-x eval-expression (or M-: ) and enter (hack-local-variables), with debug-on-error on. Also, hack-local-variables has a hook, hack-local-variables-hook, that you also might want to do a describe-variable on (C-H v) to see if there's anything funky in there. Stuart ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge