From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: feature request: text property to prevent font-locking Date: Mon, 01 Sep 2014 16:45:35 -0400 Message-ID: References: <20140830092701.GA3351@acm.acm> <34f3e246-bbfb-4864-83e9-4a0c81d4202e@default> <0f746243-e04c-4d07-ace8-2e54625aaffc@default> <20140831214324.GB4401@acm.acm> <87lhq49l3v.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1409604360 26022 80.91.229.3 (1 Sep 2014 20:46:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2014 20:46:00 +0000 (UTC) Cc: Alan Mackenzie , Drew Adams , emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 01 22:45:54 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XOYU6-0002Fj-Mi for ged-emacs-devel@m.gmane.org; Mon, 01 Sep 2014 22:45:54 +0200 Original-Received: from localhost ([::1]:33907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOYU6-0005i3-DH for ged-emacs-devel@m.gmane.org; Mon, 01 Sep 2014 16:45:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOYTw-0005hv-Nh for emacs-devel@gnu.org; Mon, 01 Sep 2014 16:45:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOYTp-0005GI-8j for emacs-devel@gnu.org; Mon, 01 Sep 2014 16:45:44 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:23060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOYTp-0005G7-4B for emacs-devel@gnu.org; Mon, 01 Sep 2014 16:45:37 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVNFpZEG/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMQCzQSFBgNJIgECNIZF456B4Q4AQOpGYFqg0wh X-IPAS-Result: ArUGAIDvNVNFpZEG/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMQCzQSFBgNJIgECNIZF456B4Q4AQOpGYFqg0wh X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="88422805" Original-Received: from 69-165-145-6.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([69.165.145.6]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 01 Sep 2014 16:45:36 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id DB13AAE176; Mon, 1 Sep 2014 16:45:35 -0400 (EDT) In-Reply-To: <87lhq49l3v.fsf@uwakimon.sk.tsukuba.ac.jp> (Stephen J. Turnbull's message of "Mon, 01 Sep 2014 10:37:40 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173940 Archived-At: >> This might be "relatively simple" to implement, but relative to what, >> I'm not sure. ;-) > You're well on your way to reinventing "extents", you know. :-( No, we did that already (except we called them overlays ;-) Stefan