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
486daaa5
Commit
486daaa5
authored
Mar 16, 2006
by
Bill Wohler
Browse files
(Defining Images): In image-load-path-for-library, prefer user's
images.
parent
c0696e1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
lispref/ChangeLog
lispref/ChangeLog
+5
-0
lispref/display.texi
lispref/display.texi
+5
-4
No files found.
lispref/ChangeLog
View file @
486daaa5
2006
-
03
-
16
Bill
Wohler
<
wohler
@
newt
.
com
>
*
display
.
texi
(
Defining
Images
):
In
image
-
load
-
path
-
for
-
library
,
prefer
user
's images.
2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
* modes.texi (Region to Fontify): Remove font-lock-lines-before.
...
...
lispref/display.texi
View file @
486daaa5
...
...
@@ -4130,10 +4130,11 @@ should specify the image as follows:
This function returns a suitable search path for images relative to
@var{library}.
First it searches for @var{image} in a path suitable for
@var{library}, which includes @file{../../etc/images} and
@file{../etc/images} relative to the library file itself, followed by
@code{image-load-path} and @code{load-path}.
First it searches for @var{image} in @code{image-load-path} (excluding
@file{@code{data-directory}/images}) and @code{load-path}, followed by
a path suitable for @var{library}, which includes
@file{../../etc/images} and @file{../etc/images} relative to the
library file itself, and then in @file{@code{data-directory}/images}.
Then this function returns a list of directories which contains first
the directory in which @var{image} was found, followed by the value of
...
...
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