From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Kliff Jochens Newsgroups: gmane.emacs.help Subject: Re: soft wrapping and line numbers Date: 01 May 2003 11:45:15 -0300 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1051800315.2051.4.camel@arcadia.localdomain> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1051801843 4286 80.91.224.249 (1 May 2003 15:10:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 1 May 2003 15:10:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu May 01 17:10:38 2003 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 19BFgj-000137-00 for ; Thu, 01 May 2003 17:09:33 +0200 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 19BFgE-0004B3-05 for gnu-help-gnu-emacs@m.gmane.org; Thu, 01 May 2003 11:09:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BFfr-00049S-00 for help-gnu-emacs@gnu.org; Thu, 01 May 2003 11:08:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BFfp-00048T-00 for help-gnu-emacs@gnu.org; Thu, 01 May 2003 11:08:38 -0400 Original-Received: from salvatore3.bol.com.br ([200.221.24.51]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BFeA-0003UL-00 for help-gnu-emacs@gnu.org; Thu, 01 May 2003 11:06:55 -0400 Original-Received: from cm-net-poa-C8B02C17.brdterra.com.br (200.221.24.48) by salvatore3.bol.com.br (5.1.071) id 3E767048009EE6A4 for help-gnu-emacs@gnu.org; Thu, 1 May 2003 12:05:57 -0300 Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-Mailer: Ximian Evolution 1.2.0 X-Sender-IP: 200.176.44.23 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:9126 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9126 On Wed, 2003-04-30 at 10:53, Javier Oviedo wrote: > I have recently inquired about the line-number issue as well. Most everyone > directed me to setnu.el, but it caused some funny behavior with my > configuration. > > I was then told about wb-line-number.el. I like this very much. You can find > it at: > > http://www.anc.ed.ac.uk/~stephen/emacs/ell.html > I tried it and it was very nice (way better than setnu). Anyway, there are a couple things I would like to get working: 1. I put (require 'wb-line-number) (wb-line-number-toggle) in my .emacs, therefore, whenever I open emacs or a file with it, the buffer already has line numbering. But if I open another VERTICAL buffer (C-x 3) there is no line numbering for that buffer (this does't happen if I open another HORIZONTAL buffer, C-x 2, as there is line numbering accordingly). ANy help? 2. There is this weird bar alongside with the numbers (reminds me of the annoying scrollbar). Is there a way to get rid of it? Thanks in advance. -- John Kliff Jochens