From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andreas Politz Newsgroups: gmane.emacs.devel Subject: Re: Overlays as an AA-tree Date: Fri, 05 May 2017 22:08:15 +0200 Message-ID: <87tw4z12z4.fsf@luca> References: <87d1jylv43.fsf@fastmail.com> <87shnppspb.fsf@hochschule-trier.de> <87o9yc9v30.fsf@hochschule-trier.de> <87a89vaes3.fsf@hochschule-trier.de> <87efz7n0g5.fsf@fastmail.com> <877f4uah6i.fsf@hochschule-trier.de> <83k28u1uyz.fsf@gnu.org> <871suxs9ad.fsf@hochschule-trier.de> <837f4pxpdc.fsf@gnu.org> <877f4lls9e.fsf@hochschule-trier.de> <838tp0q3k8.fsf@gnu.org> <87vas4owus.fsf@luca> <87r32rpfhv.fsf@luca> <87vas07zdn.fsf@luca> <877f1xu4ra.fsf@luca> <83bmr8hfd2.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1494014950 30144 195.159.176.226 (5 May 2017 20:09:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 5 May 2017 20:09:10 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: cpitclaudel@gmail.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 05 22:09:06 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d6jXG-0007kC-1Z for ged-emacs-devel@m.gmane.org; Fri, 05 May 2017 22:09:06 +0200 Original-Received: from localhost ([::1]:48805 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6jXL-0002PH-N0 for ged-emacs-devel@m.gmane.org; Fri, 05 May 2017 16:09:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6jWp-0002PB-BC for emacs-devel@gnu.org; Fri, 05 May 2017 16:08:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6jWo-00008k-9G for emacs-devel@gnu.org; Fri, 05 May 2017 16:08:39 -0400 Original-Received: from gateway-a.fh-trier.de ([143.93.54.181]:52613) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d6jWi-00006t-Ji; Fri, 05 May 2017 16:08:32 -0400 X-Virus-Scanned: by Amavisd-new + McAfee uvscan + ClamAV [Rechenzentrum Hochschule Trier (RZ/HT)] Original-Received: from localhost (ip5f5bdeb7.dynamic.kabel-deutschland.de [95.91.222.183]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: politza) by gateway-a.fh-trier.de (Postfix) with ESMTPSA id 86EDD179BA64; Fri, 5 May 2017 22:08:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=hochschule-trier.de; s=default; t=1494014895; bh=n37eZmaKjAZZaff9E6x726sLYDw=; h=From:To:Cc:Subject:References:Date:In-Reply-To:Message-ID: MIME-Version:Content-Type; b=PpwMyMHctvKw4e/S7j7iBcQ3Jxcw1sWiH9s6huC7QLDndVUpUSiulobNULaxGeUs/ NMNGVY2WIjz5NY+t1mGkGl/RPw18XTtI8/4FB3GzwNndXKPFYajnEroKacNMovUp4N mTDgG+DL5qrhfZUt3oCzTvADwVahttJrPilWj+Po= In-Reply-To: <83bmr8hfd2.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 04 May 2017 17:21:45 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 143.93.54.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:214587 Archived-At: Eli Zaretskii writes: > Why do you think quitting might be a problem? If it happens while memory is dynamically allocated, while adjusting the overlays for insertions/deletions. I suppose it can't happen, but I haven't checked this thoroughly and so I pessimistically assume that it will. -ap