From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Aman S Kohli Newsgroups: gmane.emacs.help Subject: Re: is it possible to display line numbers in emacs? Date: 30 Jan 2003 13:06:39 +0000 Organization: Iona Technologies Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: akohli@iona.com NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043932283 24104 80.91.224.249 (30 Jan 2003 13:11:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2003 13:11:23 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18eETS-0006Gc-00 for ; Thu, 30 Jan 2003 14:11:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eET6-0005fL-0C for gnu-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2003 08:11:00 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!lnewspeer00.lnd.ops.eu.uu.net!emea.uu.net!iona!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: kanha.dublin.iona.ie Original-X-Trace: spider.iona.com 1043931849 21152 10.2.5.15 (30 Jan 2003 13:04:09 GMT) Original-X-Complaints-To: usenet@spider.iona.com Original-NNTP-Posting-Date: Thu, 30 Jan 2003 13:04:09 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:109578 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6095 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6095 > 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