From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.bugs Subject: zero length overlays not found with overlays-at Date: Fri, 23 Nov 2007 00:00:54 +0100 Message-ID: <47460A26.4030401@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195772473 22533 80.91.229.12 (22 Nov 2007 23:01:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Nov 2007 23:01:13 +0000 (UTC) To: Emacs Bugs Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Nov 23 00:01:19 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IvL2r-0007a0-Tx for geb-bug-gnu-emacs@m.gmane.org; Fri, 23 Nov 2007 00:01:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvL2d-00068P-Rq for geb-bug-gnu-emacs@m.gmane.org; Thu, 22 Nov 2007 18:01:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvL2Z-00068I-Cp for bug-gnu-emacs@gnu.org; Thu, 22 Nov 2007 18:00:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvL2X-00067s-PE for bug-gnu-emacs@gnu.org; Thu, 22 Nov 2007 18:00:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvL2X-00067p-Lj for bug-gnu-emacs@gnu.org; Thu, 22 Nov 2007 18:00:57 -0500 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IvL2W-0007Gz-Uq for bug-gnu-emacs@gnu.org; Thu, 22 Nov 2007 18:00:57 -0500 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:64511 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1IvL2V-0006bk-4v for bug-gnu-emacs@gnu.org; Fri, 23 Nov 2007 00:00:55 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 X-Antivirus: avast! (VPS 071122-0, 2007-11-22), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-Scan-Result: No virus found in message 1IvL2V-0006bk-4v. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IvL2V-0006bk-4v 424aa8641858e733ec9e1ec1527e6bdf X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17048 Archived-At: This shows the bug: (defun test-0-ovl () (remove-overlays) (make-overlay (point) (point) (current-buffer) t t) (message "point=%s, -at=%S, -in=%S" (point) (overlays-at (point)) (overlays-in (point) (1+ (point))) )) Is this bug still there? In GNU Emacs 22.1.50.1 (i386-mingw-nt5.1.2600) of 2007-07-04