From: David PONCE <david.ponce@wanadoo.fr>
Subject: About `image-load-path'
Date: Thu, 22 Sep 2005 10:44:42 +0200 (CEST) [thread overview]
Message-ID: <2007603.1127378682028.JavaMail.www@wwinf1102> (raw)
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
next reply other threads:[~2005-09-22 8:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-22 8:44 David PONCE [this message]
2005-09-22 10:55 ` About `image-load-path' Kim F. Storm
-- strict thread matches above, loose matches on Subject: below --
2005-09-22 11:28 David PONCE
2005-09-22 13:03 ` Kim F. Storm
2005-09-22 14:08 ` Jason Rumney
2005-09-23 0:17 ` Chong Yidong
2005-09-23 7:24 ` Richard M. Stallman
2005-09-23 8:47 David PONCE
2005-09-24 7:04 ` Richard M. Stallman
2005-09-24 8:04 ` David Kastrup
2005-09-24 11:54 ` Reiner Steib
2005-09-25 2:40 ` Richard M. Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2007603.1127378682028.JavaMail.www@wwinf1102 \
--to=david.ponce@wanadoo.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).