Hi,
On Sat, 13 Aug 2005 18:50:14 +0200, Romain Francoise <[EMAIL PROTECTED]> said: 

> This bug is indeed trivial to reproduce and is caused by this
> upstream change:

> 2005-02-13 Reiner Steib <[EMAIL PROTECTED]>

>       * gnus.el (gnus-group-startup-message): Search for gnus images
>         in
>       etc/images/gnus.
>       * mm-util.el (mm-find-charset-region): Likewise.
>       * smiley.el (smiley-data-directory): Search for smilies in
>       etc/images/smilies.

> The Debian package of Gnus installs images in /usr/share/pixmaps
> where Gnus won't find it, since it uses
> `nnheader-find-etc-directory':

        It also used to create this symbolic link:
__> ll /usr/share/emacs/site-lisp/etc
total 12
 0 lrwxrwxrwx  1 root root    21 2005-08-10 15:18 gnus -> ../../../pixmaps/gnus

        I guess I need to create
 /usr/share/emacs/site-lisp/etc/images/gnus/, and populate it with
 symlinks.

ELISP> (nnheader-find-etc-directory "images/gnus")
> nil
ELISP> 

        Ah, I see why I could not reproduce this.

(nnheader-find-etc-directory "images/gnus")
"/usr/local/share/emacs/22.0.50/etc/images/gnus/"

(nnheader-find-etc-directory "images/gnus")
"/usr/local/share/emacs/site-lisp/gnus-cvs/etc/images/gnus/"

        I see my emacs-from-cvs has it already installed. Now that I
 see where the problem lies, I can get this fixed.

        manoj
-- 
Marry in haste and everyone starts counting the months.
Manoj Srivastava   <[EMAIL PROTECTED]>  <http://www.debian.org/%7Esrivasta/>
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to