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: Leo
Subject: Re: [AUCTeX-devel] Toolbar icons from old directory
Date: Wed, 28 Mar 2007 23:24:22 +0100
User-agent: No Gnus v0.6, Emacs/23.0.0.4 (2007-03-28), Fedora 6 gnu/linux

Hello, Ralf!

On 2007-03-28, Ralf Angeli said:

> * 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.

It doesn't work. After loading toolbar-x, toolbarx-image-path is
,----
| ("/usr/local/share/emacs/site-lisp/auctex-el/auctex/images"
| load-path data-directory
| "/usr/local/packages/emacs23/share/emacs/23.0.0/etc/images/"
| "/usr/local/share/emacs/etc/images/"
| "/usr/local/packages/emacs23/share/emacs/23.0.0/etc/")
`----

regards,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)




reply via email to

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