help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does emacs have a line numbering feature?


From: Tassilo Horn
Subject: Re: Does emacs have a line numbering feature?
Date: Fri, 07 Sep 2007 22:44:13 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

arguellodw <arguellodw@yahoo.com> writes:

> How is this feature toggled on and off?

,----[ C-h f line-number-mode RET ]
| line-number-mode is an interactive compiled Lisp function in `simple.el'.
| It is bound to <menu-bar> <options> <showhide> <line-number-mode>.
| (line-number-mode &optional ARG)
| 
| Toggle Line Number mode.
| With arg, turn Line Number mode on if arg is positive, otherwise
| turn it off.  When Line Number mode is enabled, the line number
| appears in the mode line.
| 
| Line numbers do not appear for very large buffers and buffers
| with very long lines; see variables `line-number-display-limit'
| and `line-number-display-limit-width'.
`----

If the line number in the mode-line is not enough, maybe

  http://www.emacswiki.org/cgi-bin/wiki/setnu.el

is something fod you.

Bye,
Tassilo


reply via email to

[Prev in Thread] Current Thread [Next in Thread]