comparison man/display.texi @ 29753:7d573ed000ce

line-number-display-limit change
author Dave Love <fx@gnu.org>
date Mon, 19 Jun 2000 18:00:49 +0000
parents d10b6cddbf91
children 2b8edcad6b0f
comparison
equal deleted inserted replaced
29752:76ef59b86226 29753:7d573ed000ce
243 243
244 @vindex line-number-display-limit 244 @vindex line-number-display-limit
245 If the buffer is very large (larger than the value of 245 If the buffer is very large (larger than the value of
246 @code{line-number-display-limit}), then the line number doesn't appear. 246 @code{line-number-display-limit}), then the line number doesn't appear.
247 Emacs doesn't compute the line number when the buffer is large, because 247 Emacs doesn't compute the line number when the buffer is large, because
248 that would be too slow. If you have narrowed the buffer 248 that would be too slow. Set it to @code{nil} to remove the limit. If
249 (@pxref{Narrowing}), the displayed line number is relative to the 249 you have narrowed the buffer (@pxref{Narrowing}), the displayed line
250 accessible portion of the buffer. 250 number is relative to the accessible portion of the buffer.
251 251
252 @cindex Column Number mode 252 @cindex Column Number mode
253 @cindex mode, Column Number 253 @cindex mode, Column Number
254 @findex column-number-mode 254 @findex column-number-mode
255 You can also display the current column number by turning on Column 255 You can also display the current column number by turning on Column