info-gnus-english
[Top][All Lists]
Advanced

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

Smilies changing seemingly by themselves


From: Adam Sjøgren
Subject: Smilies changing seemingly by themselves
Date: Mon, 19 Jul 2004 15:55:01 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux)

  Hi.


Recently Gnus stopped picking up my modified smilies in
~/elisp/gnus/etc/smilies/ and started using the default xemacs-ones.

After some fiddling around, I discovered that `smiley-data-directory'
was being set to "/usr/share/xemacs21/xemacs-packages/etc/smilies/"
instead of the expected "/home/asjo/elisp/gnus/etc/smilies/".

This occurred because I updated the xemacs21-basesupport-package
(Debian) that contains the ..../xemacs-packages/etc/smilies/ directory
- and the setting of `smiley-data-directory' is done with the function
`nnheader-find-etc-directory' which finds the _newest_ etc-directory.

Does taking the newest directory instead of the first (in the
`load-path') make sense here?

Confused the hell out of me at least :-)


  Best regards,

     Adam

-- 
 "Mr. Cotton's... parrot. Same question."                     Adam Sjøgren
                                                         asjo@koldfront.dk

--- smiley.el   20 May 2004 08:02:41 -0000      7.2
+++ smiley.el   19 Jul 2004 13:52:31 -0000
@@ -44,7 +44,7 @@
   :group 'gnus-visual)
 
 ;; Maybe this should go.
-(defcustom smiley-data-directory (nnheader-find-etc-directory "smilies")
+(defcustom smiley-data-directory (nnheader-find-etc-directory "smilies" nil t)
   "*Location of the smiley faces files."
   :type 'directory
   :group 'smiley)

reply via email to

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