xwem-devel
[Top][All Lists]
Advanced

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

Re: [XWEM]: Adding things to xwem-icons-alist


From: Zajcev Evgeny
Subject: Re: [XWEM]: Adding things to xwem-icons-alist
Date: Tue, 14 Sep 2004 09:22:42 +0400
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, berkeley-unix)

Steve Youngs <address@hidden> writes:

> Hi Evgeny!
>
> I was able to add that app icon in `xwem-icons-alist', but there was
> an annoyance. :-(
>
> The icon had to be put in `xwem-icons-dir'.  This is what I added to
> my `~/.xwem/xwemrc.el'...
>
> (add-to-list 'xwem-icons-alist
>            '(["Links.*" ".*" ".*"] . "links.xpm"))
>
> How can I tell it that the icon file is in a different directory?

Use absolute path, for example

  (add-to-list 'xwem-icons-alist
     (cons ["Links.*" ".*" ".*"] (expand-file-name "links.xpm" 
"/dir/to/icons")))

BTW: before adding any icons to xwem distribution, take a look at
README in icons directory.

-- 
lg




reply via email to

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