* Franz Haeuslschmid (2005-06-05) writes: > Debugger entered--Lisp error: (void-function nil) > nil((alist :key-type (string :tag "Language") :value-type (group (cons ... > ...) (boolean :tag "Insert plain quote first" :value t))) nil) [...] > Emacs : XEmacs 21.4 (patch 17) "Jumbo Shrimp" [Lucid] (i586-pc-win32) of Fri > Apr 22 2005 on PAN
XEmacs 21.4 doesn't provide the alist customization widget. In the case of `TeX-quote-language-alist' I replaced that with a construct compatible with XEmacs for now. We have at least four other instances of alist widgets in tex-bar.el, latex.el, tex.el and preview.el. I guess we would have to change these as well for the sake of XEmacs. But currently I don't want to cripple more code for it. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
