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
43f971ab
Commit
43f971ab
authored
Jun 20, 2001
by
Eli Zaretskii
Browse files
(Optional Mode Line): Document line-number-display-limit-width.
parent
01c2f7d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
man/display.texi
man/display.texi
+13
-3
No files found.
man/display.texi
View file @
43f971ab
...
...
@@ -666,13 +666,23 @@ before the buffer percentage @var{pos}, with the letter @samp{L} to
indicate what it is. @xref{Minor Modes}, for more information about
minor modes and about how to use this command.
@cindex narrowing, and line number display
If you have narrowed the buffer (@pxref{Narrowing}), the displayed
line number is relative to the accessible portion of the buffer.
@vindex line-number-display-limit
If the buffer is very large (larger than the value of
@code{line-number-display-limit}), then the line number doesn't appear.
Emacs doesn't compute the line number when the buffer is large, because
that would be too slow. Set it to @code{nil} to remove the limit. If
you have narrowed the buffer (@pxref{Narrowing}), the displayed line
number is relative to the accessible portion of the buffer.
that would be too slow. Set it to @code{nil} to remove the limit.
@vindex line-number-display-limit-width
Line-number computation can also be slow if the lines in the buffer
are too long. For this reason, Emacs normally doesn't display line
numbers if the average width, in characters, of lines near point is
larger than the value of the variable
@code{line-number-display-limit-width}. The default value is 200
characters.
@cindex Column Number mode
@cindex mode, Column Number
...
...
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