emacs-devel
[Top][All Lists]
Advanced

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

Gnus image problem (was: Gnus 5.10 is now on the trunk)


From: Reiner Steib
Subject: Gnus image problem (was: Gnus 5.10 is now on the trunk)
Date: Thu, 09 Sep 2004 15:32:02 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

On Tue, Sep 07 2004, Sam Steingold wrote:

>> I don't see it here.  What is the value of
>> `gnus-mode-line-image-cache' on your system?
>
> gnus-mode-line-image-cache
> (image :type xbm :file "d:/gnu/emacs/etc/gnus-pointer.xbm" :ascent center)
> indeed the above file is not there (this is a CVS head).

Strange, it should be nil if the image is not found (see gnus.el):

(setq gnus-mode-line-image-cache
      (find-image
       '((:type xpm :file "gnus-pointer.xpm"
                :ascent center)
         (:type xbm :file "gnus-pointer.xbm"
                :ascent center))))

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




reply via email to

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