all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Adding total lines to modeline (NOT percentage)?
Date: Fri, 15 Apr 2011 11:21:22 +0300	[thread overview]
Message-ID: <831v13rkl9.fsf@gnu.org> (raw)
In-Reply-To: <BANLkTikrs9iXrECQ4vMs46S7q7vGP73iLg@mail.gmail.com>

> From: Deniz Dogan <deniz.a.m.dogan@gmail.com>
> Date: Fri, 15 Apr 2011 01:03:50 +0200
> Cc: fork <forkandwait@gmail.com>, help-gnu-emacs@gnu.org
> 
> > (list 'line-number-mode "  L%l/")
> > (list 'line-number-mode (:eval (int-to-string (count-lines (point-min)
> > (point-max)))))
> 
> Note that this method will be affected by narrowing. To get the full
> number of lines in the buffer use (1+ (count-lines 1 (buffer-size))).
> This could also get rather sluggish when used in large buffers.

You bet!  The default method has some clever wizardry in the display
engine to not count too many lines unless necessary.  If we want to
support N/M display, we should make it part of the display engine, to
avoid re-counting each time redisplay is entered.  Patches are welcome.




      reply	other threads:[~2011-04-15  8:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-13 19:11 Adding total lines to modeline (NOT percentage)? fork
2011-04-14 18:10 ` Scott Frazer
2011-04-14 23:03   ` Deniz Dogan
2011-04-15  8:21     ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=831v13rkl9.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.