after-change-function nil
Paul Kinnucan <[email protected]> Fri, 8 Mar 2002 11:12:19 -0500
| Newsgroups | gmane.emacs.xae |
|---|---|
| Message-ID | <[email protected]> |
Aleksander Buczynski writes: > hello, > > maybe that's something obvious, but after changing to emacs 21.1.1 > I get this message everytime I try to parse DTD: > > sgml-setup-doctype: Symbol's value as variable is void: after-change-function > > any hints? Hi, after-change-function has been an obsolete variable in Emacs for some releases. It was replaced by after-change-functions. Apparently Emacs 21 now no longer defines the obsolete version. A quick look at the psgml sources seems to indicate that it is aware that after-change-function is obsolete. So a quick fix (which I haven't tested) would be to put the following in your .emacs file (setq after-change-function nil) I am in the process of updating the XAE so I will include some such fix in the next release. - Paul _______________________________________________ XAE mailing list [email protected] http://sunsite.dk/mailman/listinfo/xae