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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
af23e1e8
Commit
af23e1e8
authored
Oct 09, 2007
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Examining Properties): Mention overlay priority.
parent
fb33e6a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
lispref/ChangeLog
lispref/ChangeLog
+8
-0
lispref/text.texi
lispref/text.texi
+7
-7
No files found.
lispref/ChangeLog
View file @
af23e1e8
2007
-
10
-
09
Richard
Stallman
<
rms
@
gnu
.
org
>
*
text
.
texi
(
Examining
Properties
):
Mention
overlay
priority
.
*
display
.
texi
(
Display
Margins
):
Correct
the
description
of
margin
display
specifications
.
(
Replacing
Specs
):
New
subnode
broken
out
of
Display
Property
.
2007
-
10
-
05
Juanma
Barranquero
<
lekktu
@
gmail
.
com
>
*
display
.
texi
(
Auto
Faces
):
Fix
typo
.
...
...
lispref/text.texi
View file @
af23e1e8
...
...
@@ -2615,13 +2615,13 @@ the @var{prop} property of that symbol.
This function is like @code{get-text-property}, except that it checks
overlays first and then text properties. @xref{Overlays}.
The argument @var{object} may be a string, a buffer, or a window. If
it
i
s a window, then the buffer displayed in that window is used for text
properties and overlays, but only the overlays active for that window
are considered. If @var{object} is a buffer, then all overlays in that
buffer are considered, as well as text properties. If @var{object} is a
string, only text properties are considered, since strings never have
overlays.
The argument @var{object} may be a string, a buffer, or a window. If
i
t is a window, then the buffer displayed in that window is used for
text properties and overlays, but only the overlays active for that
window are considered. If @var{object} is a buffer, then overlays in
that buffer are considered first, in order of decreasing priority,
followed by the text properties. If @var{object} is a string, only
text properties are considered, since strings never have
overlays.
@end defun
@defun get-char-property-and-overlay position prop &optional object
...
...
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