Then it is probably due to preview-latex adding its button to the tool
bar. Can you provoke the error by inserting
(let ((tb (cdadar (specifier-spec-list default-toolbar 'global))))
(set-specifier default-toolbar (append tb (list (car tb)))
(current-buffer)))
into the *scratch* buffer and typing `C-j' with point after the last
parenthesis?
--
Ralf
OK, when I do that, I get this output:
(let ((tb (cdadar (specifier-spec-list default-toolbar 'global))))
(set-specifier default-toolbar (append tb (list (car tb)))
(current-buffer)))
([toolbar-file-icon toolbar-open t "Open a file"] [toolbar-folder-
icon toolbar-dired t "Edit a directory"] [toolbar-disk-icon toolbar-
save t "Save buffer"] [toolbar-printer-icon toolbar-print t "Print
buffer"] [toolbar-cut-icon toolbar-cut t "Kill region"] [toolbar-copy-
icon toolbar-copy t "Copy region"] [toolbar-paste-icon toolbar-paste
t "Paste from clipboard"] [toolbar-undo-icon toolbar-undo t "Undo
edit"] [toolbar-spell-icon toolbar-ispell t "Check spelling"]
[toolbar-replace-icon toolbar-replace t "Search & Replace"] [toolbar-
mail-icon toolbar-mail t "Read mail"] [toolbar-info-icon toolbar-info
t "Info documentation"] [toolbar-compile-icon toolbar-compile t
"Start a compilation"] [toolbar-debug-icon toolbar-debug t "Start a
debugger"] [toolbar-news-icon toolbar-news t "Read news"] [toolbar-
file-icon toolbar-open t "Open a file"])
Thomas
_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex