emacs-devel
[Top][All Lists]
Advanced

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

About `image-load-path'


From: David PONCE
Subject: About `image-load-path'
Date: Thu, 22 Sep 2005 10:44:42 +0200 (CEST)

Hello,

In image.el the new variable `image-load-path' is set to:

(list
 (file-name-as-directory (expand-file-name "images" data-directory))
 'data-directory
 'load-path)

So images are first searched in the Emacs data directory which is an
installation dependent directory. Wouldn't it be more relevant to
search in `load-path' first so it would be easier to overload standard
images?

(list
 'load-path
 (file-name-as-directory (expand-file-name "images" data-directory))
 'data-directory)

Sincerely,
David






reply via email to

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