* Re: is it possible to display line numbers in emacs?
[not found] <mailman.1172.1043921208.21513.help-gnu-emacs@gnu.org>
@ 2003-01-30 13:06 ` Aman S Kohli
2003-01-30 16:26 ` kgold
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Aman S Kohli @ 2003-01-30 13:06 UTC (permalink / raw)
> is it possible to display line numbers in emacs (like in vi)?
adding the following to your .emacs will display line numbers in the
modeline:
(setq line-number-mode 1)
aman
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: is it possible to display line numbers in emacs?
[not found] <mailman.1172.1043921208.21513.help-gnu-emacs@gnu.org>
2003-01-30 13:06 ` is it possible to display line numbers in emacs? Aman S Kohli
@ 2003-01-30 16:26 ` kgold
2003-01-30 20:25 ` Martin Stemplinger
2003-01-31 16:24 ` Javier Oviedo
3 siblings, 0 replies; 5+ messages in thread
From: kgold @ 2003-01-30 16:26 UTC (permalink / raw)
1 - Please turn off HTML when posting to a newsgroup. Not all of us
read news in a browser.
2 - Why do you want to display the line number?
If it's to be able to see what line the cursor is on, emacs, I think
by default, displays the line number in the modeline.
If it's to be able to goto a specific line,
M-x goto-line
is convenient.
If it's to step through compiler errors or the output of grep,
M-x next-error
is convenient.
In article <mailman.1172.1043921208.21513.help-gnu-emacs@gnu.org>,
=?iso-8859-1?q?unni=20krishnan?= <gnu_talk@yahoo.co.in> writes:
> --0-2118300190-1043910986=:2717
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
>
>
> hi
>
> is it possible to display line numbers in emacs (like in vi)?
>
> i am using an emacs-21.2 on a redhat linux 7.1.
>
>
>
> Catch all the cricket action. Download Yahoo! Score tracker
> --0-2118300190-1043910986=:2717
> Content-Type: text/html; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
>
> <P>hi</P>
> <P> is it possible to display line numbers in emacs (like in vi)?</P>
> <P>i am using an emacs-21.2 on a redhat linux 7.1.</P>
> <P> </P><p><img src="http://sg.yimg.com/i/aa/icons/28/cricket.gif" height=28 width=28>
> Catch all the cricket action. Download <a href="http://in.sports.yahoo.com/cricket/tracker.html" target="_blank">
> Yahoo! Score tracker</a>
> --0-2118300190-1043910986=:2717--
>
>
--
--
Ken Goldman kgold@watson.ibm.com 914-784-7646
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: is it possible to display line numbers in emacs?
[not found] <mailman.1172.1043921208.21513.help-gnu-emacs@gnu.org>
2003-01-30 13:06 ` is it possible to display line numbers in emacs? Aman S Kohli
2003-01-30 16:26 ` kgold
@ 2003-01-30 20:25 ` Martin Stemplinger
2003-01-31 16:24 ` Javier Oviedo
3 siblings, 0 replies; 5+ messages in thread
From: Martin Stemplinger @ 2003-01-30 20:25 UTC (permalink / raw)
On Do Jan 30 2003 at 08:16, unni krishnan <gnu_talk@yahoo.co.in> wrote:
> is it possible to display line numbers in emacs (like in vi)?
setnu.el gives you line numbers in column one. Have a look at
http://www.emacswiki.org/cgi-bin/wiki.pl?LineNumbers
--
Regards
Martin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: is it possible to display line numbers in emacs?
[not found] <mailman.1172.1043921208.21513.help-gnu-emacs@gnu.org>
` (2 preceding siblings ...)
2003-01-30 20:25 ` Martin Stemplinger
@ 2003-01-31 16:24 ` Javier Oviedo
3 siblings, 0 replies; 5+ messages in thread
From: Javier Oviedo @ 2003-01-31 16:24 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 474 bytes --]
I just installed wb-line-number.el and I find it much nicer than setnu.el.
http://www.anc.ed.ac.uk/~stephen/emacs/ell.html search for wb-line-number.el
"unni krishnan" <gnu_talk@yahoo.co.in> wrote in message news:mailman.1172.1043921208.21513.help-gnu-emacs@gnu.org...
hi
is it possible to display line numbers in emacs (like in vi)?
i am using an emacs-21.2 on a redhat linux 7.1.
Catch all the cricket action. Download Yahoo! Score tracker
[-- Attachment #1.2: Type: text/html, Size: 1412 bytes --]
[-- Attachment #2: Type: text/plain, Size: 151 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 5+ messages in thread
* is it possible to display line numbers in emacs?
@ 2003-01-30 7:16 unni krishnan
0 siblings, 0 replies; 5+ messages in thread
From: unni krishnan @ 2003-01-30 7:16 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 183 bytes --]
hi
is it possible to display line numbers in emacs (like in vi)?
i am using an emacs-21.2 on a redhat linux 7.1.
Catch all the cricket action. Download Yahoo! Score tracker
[-- Attachment #1.2: Type: text/html, Size: 383 bytes --]
[-- Attachment #2: Type: text/plain, Size: 151 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-01-31 16:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.1172.1043921208.21513.help-gnu-emacs@gnu.org>
2003-01-30 13:06 ` is it possible to display line numbers in emacs? Aman S Kohli
2003-01-30 16:26 ` kgold
2003-01-30 20:25 ` Martin Stemplinger
2003-01-31 16:24 ` Javier Oviedo
2003-01-30 7:16 unni krishnan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).