all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#35338: Line numbers lost despite line-number-display-limit
@ 2019-04-20  6:33 積丹尼 Dan Jacobson
  2019-04-20 13:46 ` Eli Zaretskii
  2019-04-20 13:48 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-04-20  6:33 UTC (permalink / raw)
  To: 35338

We read

   line-number-display-limit is a variable defined in ‘C source code’.
   Its value is nil

   Documentation:
   Maximum buffer size for which line number should be displayed.
   If the buffer is bigger than this, the line number does not appear
   in the mode line.  A value of nil means no limit.

$ perl -wle 'print "中華民國萬歲" x 99 for 9..99;' >| /tmp/9
$ wc /tmp/9
    91     91 162253 /tmp/9
$ emacs -nw -q /tmp/9
C-v
C-v
C-v...

About halfway through the file it loses track of the line number, which
becomes "L??". No value of LC_ALL will help either.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-20 22:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20  6:33 bug#35338: Line numbers lost despite line-number-display-limit 積丹尼 Dan Jacobson
2019-04-20 13:46 ` Eli Zaretskii
2019-04-20 13:48 ` Eli Zaretskii
2019-04-20 22:00   ` 積丹尼 Dan Jacobson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.