From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephan Stahl" Newsgroups: gmane.emacs.devel Subject: Re: whitespace.el does not seem to delete its overlays Date: Sat, 9 Apr 2005 00:57:40 +0200 (CEST) Message-ID: <48177.194.95.226.87.1113001060.squirrel@wwws.franken.de> References: <61435.217.194.34.123.1112967791.squirrel@wwws.franken.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Trace: sea.gmane.org 1113001910 27637 80.91.229.2 (8 Apr 2005 23:11:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Apr 2005 23:11:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 09 01:11:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DK2dM-0005yS-EQ for ged-emacs-devel@m.gmane.org; Sat, 09 Apr 2005 01:11:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DK2Cx-0003X4-1X for ged-emacs-devel@m.gmane.org; Fri, 08 Apr 2005 18:44:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DK2CE-0003TD-36 for emacs-devel@gnu.org; Fri, 08 Apr 2005 18:43:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DK2C5-0003PT-8q for emacs-devel@gnu.org; Fri, 08 Apr 2005 18:43:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DK2C5-0003Gq-1x for emacs-devel@gnu.org; Fri, 08 Apr 2005 18:43:17 -0400 Original-Received: from [193.175.24.27] (helo=ilsa.franken.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DK2Qy-0007BW-Vf for emacs-devel@gnu.org; Fri, 08 Apr 2005 18:58:41 -0400 Original-Received: from wwws.franken.de (mail-n.franken.de [193.175.24.27]) by ilsa.franken.de (Postfix) with SMTP id 05A67245CC; Sat, 9 Apr 2005 00:57:40 +0200 (CEST) Original-Received: from 194.95.226.87 (SquirrelMail authenticated user eos) by wwws.franken.de with HTTP; Sat, 9 Apr 2005 00:57:40 +0200 (CEST) In-Reply-To: Original-To: "Stefan Monnier" User-Agent: SquirrelMail/1.4.0 X-Priority: 3 Importance: Normal X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:35780 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35780 Hi Stefan. Stefan Monnier said: > I believe the patch below fixes it. I've installed it in the CVS, please > try it out and tell me if it helps, This patch does help with the "too many overlays" problem but now there are too few of them left :-). It seems that only the last overlay survives. I tried the example code from my other mail but did copy the line several times and now after i run M-x whitespace-buffer only the last line shows the whitespace-highlight-face. -- Stephan Stahl