From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Inhibiting read-only Date: Wed, 19 Jun 2013 19:16:40 +0200 Message-ID: References: <87ehby84p1.fsf@gmail.com> <87a9mm83x7.fsf@gmail.com> <878v2682sj.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1371662273 3262 80.91.229.3 (19 Jun 2013 17:17:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 17:17:53 +0000 (UTC) Cc: Jambunathan K , Emacs developers To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 19:17:52 2013 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 1UpM10-0002S1-Id for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 19:17:50 +0200 Original-Received: from localhost ([::1]:54774 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpM10-0002TT-4j for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 13:17:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpM0s-0002Mn-Ri for emacs-devel@gnu.org; Wed, 19 Jun 2013 13:17:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpM0n-0003bW-SJ for emacs-devel@gnu.org; Wed, 19 Jun 2013 13:17:42 -0400 Original-Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:50834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpM0n-0003bS-LM for emacs-devel@gnu.org; Wed, 19 Jun 2013 13:17:37 -0400 Original-Received: by mail-ee0-f52.google.com with SMTP id c50so3364507eek.25 for ; Wed, 19 Jun 2013 10:17:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=GFBpyaEjf3NaPSJafUsEeqnO7N17JPQiRaTyqJ78Xo0=; b=hXwW0hYde35vGtmB3yTilfhizJfFL4D28LCofdmZ1CpCTg/fg9C9+HqBM8prDQbqKN cGedc+FvHT+J1ux4PrS52hBZLVsverjiRGSeR4Rhy02goC+TbmJjaBcSGgQpoUh0KPRc e8AIhrLvDgcB/Jr8MGMFWnfbZt0v+pjERtbM/446/B9f2a0y2LhPNWiWN6VuI6HylVer glqxWfLDJ7A5a92o+YMHMQn+8wIYKfdUKqZG3QLj4WXY7R/GCGvus6NvcS5JrVa+jT7e 4gdxhht3ZMIMw7vEng3VS25fAkf1TYN1Weagj6e+yxrImRVVzWSK+E8KHuUb6tfBux4Q ZY6Q== X-Received: by 10.15.102.68 with SMTP id bq44mr3567940eeb.89.1371662240267; Wed, 19 Jun 2013 10:17:20 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Wed, 19 Jun 2013 10:16:40 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::234 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:160691 Archived-At: On Wed, Jun 19, 2013 at 7:11 PM, Lars Magne Ingebrigtsen wrote: > I do not want to put the `read-only' text property on the rest of the > text As expected. Try exploring the point-entered / point-left route. It's a bit convoluted, but it should work. J