On Sun, Jan 27 2008, Uwe Brauer wrote:

> Debugger entered--Lisp error: (malformed-list "/usr/lib/xemacs-21.4.19/etc/")
>   locate-file("tex.xpm" "/usr/lib/xemacs-21.4.19/etc/" "")
>   locate-library("tex.xpm" t "/usr/lib/xemacs-21.4.19/etc/")
>   toolbarx-find-image("tex")
>   toolbarx-xemacs-image-properties("tex")

What it the value of `toolbarx-image-path'?  Did you set it manually,
or did the AUCTeX (or it's configure script) set it?

AFAICS, `toolbarx-image-path' must be a list of directories, not a
single directory.  If this is correct, I'd suggest the following doc
fix:

--8<---------------cut here---------------start------------->8---
--- toolbar-x.el        30 Oct 2007 19:19:03 +0100      1.15
+++ toolbar-x.el        27 Jan 2008 21:23:01 +0100      
@@ -125,7 +125,7 @@
                              x))
                     load-path))
    (list data-directory))
-  "This is where toolbarx finds its images.")
+  "List of directories where toolbarx finds its images.")
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; First engine: Parsing buttons
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to