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: prefix line with number WAS: Are Windows-Emacs' scrollbars broken? Date: 13 Apr 2003 17:41:50 -0300 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1050266509.2352.2.camel@arcadia.localdomain> References: <445cd6bf.0304100110.360fdd1f@posting.google.com> <7263-Sat12Apr2003120721+0300-eliz@elta.co.il> <84u1d2rfif.fsf@lucy.is.informatik.uni-duisburg.de> <843ckmpq2j.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: Quoted-Printable X-Trace: main.gmane.org 1050267412 21711 80.91.224.249 (13 Apr 2003 20:56:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 13 Apr 2003 20:56:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 13 22:56:47 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 194oWt-0005dX-00 for ; Sun, 13 Apr 2003 22:56:47 +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 194oWa-0005rh-09 for gnu-help-gnu-emacs@m.gmane.org; Sun, 13 Apr 2003 16:56:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 194oVc-0005Ox-00 for help-gnu-emacs@gnu.org; Sun, 13 Apr 2003 16:55:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 194oVS-00053F-00 for help-gnu-emacs@gnu.org; Sun, 13 Apr 2003 16:55:20 -0400 Original-Received: from sidney3.bol.com.br ([200.221.24.143]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 194oSQ-0003QP-00 for help-gnu-emacs@gnu.org; Sun, 13 Apr 2003 16:52:10 -0400 Original-Received: from cm-net-poa-C8B0226B.brdterra.com.br (200.221.24.99) by sidney3.bol.com.br (5.1.071) id 3E6CB30F0078CEC5; Sun, 13 Apr 2003 17:52:06 -0300 Original-To: Kai =?ISO-8859-1?Q?Gro=DFjohann?= In-Reply-To: <843ckmpq2j.fsf@lucy.is.informatik.uni-duisburg.de> X-Mailer: Ximian Evolution 1.2.0 X-Sender-IP: 200.176.34.107 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:8447 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8447 On Sun, 2003-04-13 at 08:57, Kai Gro=DFjohann wrote: > E-mail Premium BOL > Antiv=EDrus, anti-spam e at=E9 100 MB de espa=E7o. Assine j=E1! > http://email.bol.com.br/ > John Kliff Jochens writes: >=20 > > Thanks a lot. > > It worked just fine but, as I tried to do as indicated to have it > > working automatically (indicated on the .el file itself) > > > > [added to .emacs] > > > > (add-hook 'text-mode-hook 'turn-on-setnu-mode) > > > > I got the following error on running emacs: > > "Symbol's function definition is void: turn-on-setnu-mode" > > > > M-x turn-on-setnu-mode doesn't work neither. >=20 > Does it help to put (require 'setnu) before the add-hook statement? No. It tells me that 'selected feature setnu was not provided'. --=20 John Kliff Jochens