auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] Toolbar icons from old directory


From: Ralf Angeli
Subject: Re: [AUCTeX-devel] Toolbar icons from old directory
Date: Wed, 28 Mar 2007 20:25:03 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.96 (gnu/linux)

* Leo (2007-03-27) writes:

> I have changed image-load-path before compiling emacs to:
>
> ,----[ image-load-path ]
> | ("/usr/local/share/emacs/etc/images/"
> | "/usr/local/packages/emacs/share/emacs/22.0.94/etc/images/"
> | data-directory load-path)
> `----
>
> However, the toolbar in LaTeX mode still uses icons from
> "/usr/local/packages/emacs/share/emacs/22.0.94/etc/images/", while the
> rest are using icons from "/usr/local/share/emacs/etc/images/".

I'm not into the code of the tool bar, but does it work if you put
(eval-after-load "toolbar-x"
  '(mapc (lambda (elt) (add-to-list 'toolbarx-image-path elt))
         image-load-path))
into your init file?  We should probably do something like that in
toolbar-x.el.

-- 
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]