From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.help Subject: Re: setnu.el / setnu+.el Date: Fri, 23 Dec 2005 00:07:52 -0500 Message-ID: <87bqz81jvb.fsf@gmail.com> References: <87vexjyrrf.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1135314508 29866 80.91.229.2 (23 Dec 2005 05:08:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Dec 2005 05:08:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 23 06:08:26 2005 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EpfAD-0005F8-RQ for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Dec 2005 06:08:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EpfBF-0006vZ-Uz for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Dec 2005 00:09:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EpfB2-0006vT-D0 for help-gnu-emacs@gnu.org; Fri, 23 Dec 2005 00:09:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EpfB0-0006vD-Tl for help-gnu-emacs@gnu.org; Fri, 23 Dec 2005 00:09:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EpfB0-0006vA-Q1 for help-gnu-emacs@gnu.org; Fri, 23 Dec 2005 00:09:10 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EpfAF-0008CE-E1 for help-gnu-emacs@gnu.org; Fri, 23 Dec 2005 00:08:23 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Epf9t-00059I-LQ for help-gnu-emacs@gnu.org; Fri, 23 Dec 2005 06:08:01 +0100 Original-Received: from pool-70-18-220-168.ny325.east.verizon.net ([70.18.220.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Dec 2005 06:08:01 +0100 Original-Received: from sean.sieger by pool-70-18-220-168.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Dec 2005 06:08:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-18-220-168.ny325.east.verizon.net User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:PyYDLgo9Et3X78Nv/PgEDUENX7s= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32180 Archived-At: That this is helpful would surprise me but ... C-x C-s intermittently causes another overlay of the last line number, like this: 1 #!/usr/bin/perl 2 use strict; 3 use warnings; 4 4 toggling setnu-mode turns line numbering off but leaves the duplicate -- so far, only killing the file removes the duplicate overlay. I have not yet noticed a pattern to how or when it occurs.