From owner-freebsd-cvsweb@FreeBSD.ORG Sat Apr 19 13:24:07 2003 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 978DB37B401 for ; Sat, 19 Apr 2003 13:24:07 -0700 (PDT) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1DFB43FA3 for ; Sat, 19 Apr 2003 13:24:04 -0700 (PDT) (envelope-from roy@panix.com) Received: from panix.com (p67-13.acedsl.com [66.114.67.13]) by mail1.acecape.com (8.12.9/8.12.9) with ESMTP id h3JKO4ko003244; Sat, 19 Apr 2003 16:24:04 -0400 Date: Sat, 19 Apr 2003 16:24:04 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: freebsd-cvsweb@freebsd.org From: Roy Smith Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.552) Subject: Displaying line numbers X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list [restricted posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 20:24:07 -0000 We've been using cvsweb for looking at files during code reviews. One feature it's missing that would be really useful for this application is being able to display a file with line numbers in the margin. Is there a way to do this? I don't mind diving in and coding it, but I'd rather not reinvent the wheel if somebody's done it already.