Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
979f56ac
Commit
979f56ac
authored
Sep 15, 2005
by
Chong Yidong
Browse files
New variable `image-load-path'.
parent
5fc5ac38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
etc/NEWS
etc/NEWS
+11
-0
No files found.
etc/NEWS
View file @
979f56ac
...
...
@@ -4606,6 +4606,17 @@ When you click the mouse when the mouse pointer is over a hot-spot,
an event is composed by combining the ID of the hot-spot with the
mouse event, e.g. [area4 mouse-1] if the hot-spot's ID is `area4'.
+++
*** The function `find-image' now searches in etc/images/ and etc/.
The new variable `image-load-path' is a list of locations in which to
search for image files. The default is to search in etc/images, then
in etc/, and finally in the directories specified by `load-path'.
Subdirectories of etc/ and etc/images are not recursively searched; if
you put an image file in a subdirectory, you have to specify it
explicitly; for example, if an image is put in etc/images/foo/bar.xpm:
(defimage foo-image '((:type xpm :file "foo/bar.xpm")))
** Mouse pointer features:
+++ (lispref)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment