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

Re: tool bar icon size problems



>>>>> In [emacs-w3m : No.10013] Sebastian P. Luque wrote:

>| w3m-toolbar-home-icon's value is
>| (image :type xpm :file "/usr/share/pixmaps/w3m-el/home-up.xpm" :ascent center :color-symbols
>|        (("backgroundToolBarColor" . "None")))

>| w3m-toolbar-icon-preferred-image-types is a variable defined in `w3m-ems.el'.
>| Its value is (png)

> why is the first var using xpm, when I have a GTK Emacs?

Strange.  It might be the cause of your problem.  Could you let
me know the results of having evaluated the following two forms?
(Copy each form to the *scratch" buffer and type `C-j' at the end
of the line.)

;; 1.
(directory-files "/usr/share/pixmaps/w3m-el/" t "\\`home-up\\.")

;; 2.
image-types

Regards,