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
70a08278
Commit
70a08278
authored
Oct 03, 2005
by
Nick Roberts
Browse files
(Fringe Size/Pos): Simplify and add detail.
parent
a1f5a1f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
lispref/display.texi
lispref/display.texi
+9
-7
No files found.
lispref/display.texi
View file @
70a08278
...
...
@@ -2730,23 +2730,25 @@ continuation, horizontal scrolling, and the overlay arrow.
@node Fringe Size/Pos
@subsection Fringe Size and Position
Here's how to control the position and width of the window fringes.
The following buffer-local variables control the position and width
of the window fringes.
@defvar fringes-outside-margins
If the value is non-@code{nil}, the frames appear outside the display
margins. The fringes normally appear between the display margins and
the window text. It works to set @code{fringes-outside-margins}
buffer-locally. @xref{Display Margins}.
The fringes normally appear between the display margins and the window
text. If the value is non-@code{nil}, they appear outside the display
margins. @xref{Display Margins}.
@end defvar
@defvar left-fringe-width
This variable, if non-@code{nil}, specifies the width of the left
fringe in pixels.
fringe in pixels. A value of @code{nil} means to use the left fringe
width from the window's frame.
@end defvar
@defvar right-fringe-width
This variable, if non-@code{nil}, specifies the width of the right
fringe in pixels.
fringe in pixels. A value of @code{nil} means to use the right fringe
width from the window's frame.
@end defvar
The values of these variables take effect when you display the
...
...
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