Mercurial > emacs
comparison etc/NEWS @ 65545:82ce0d75e8ed
New variable `image-load-path'.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 15 Sep 2005 14:01:04 +0000 |
parents | 27612d890a6c |
children | 885a19e90e81 fa0da9b57058 |
comparison
equal
deleted
inserted
replaced
65544:78d74ef1436b | 65545:82ce0d75e8ed |
---|---|
4603 for possible pointer shapes. | 4603 for possible pointer shapes. |
4604 | 4604 |
4605 When you click the mouse when the mouse pointer is over a hot-spot, | 4605 When you click the mouse when the mouse pointer is over a hot-spot, |
4606 an event is composed by combining the ID of the hot-spot with the | 4606 an event is composed by combining the ID of the hot-spot with the |
4607 mouse event, e.g. [area4 mouse-1] if the hot-spot's ID is `area4'. | 4607 mouse event, e.g. [area4 mouse-1] if the hot-spot's ID is `area4'. |
4608 | |
4609 +++ | |
4610 *** The function `find-image' now searches in etc/images/ and etc/. | |
4611 The new variable `image-load-path' is a list of locations in which to | |
4612 search for image files. The default is to search in etc/images, then | |
4613 in etc/, and finally in the directories specified by `load-path'. | |
4614 Subdirectories of etc/ and etc/images are not recursively searched; if | |
4615 you put an image file in a subdirectory, you have to specify it | |
4616 explicitly; for example, if an image is put in etc/images/foo/bar.xpm: | |
4617 | |
4618 (defimage foo-image '((:type xpm :file "foo/bar.xpm"))) | |
4608 | 4619 |
4609 ** Mouse pointer features: | 4620 ** Mouse pointer features: |
4610 | 4621 |
4611 +++ (lispref) | 4622 +++ (lispref) |
4612 ??? (man) | 4623 ??? (man) |