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 18:06:34 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1371658048 32724 80.91.229.3 (19 Jun 2013 16:07:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 16:07:28 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 18:07:30 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 1UpKut-0004xy-4i for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 18:07:27 +0200 Original-Received: from localhost ([::1]:43355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpKus-0006Ma-DU for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 12:07:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpKun-0006MR-PO for emacs-devel@gnu.org; Wed, 19 Jun 2013 12:07:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpKui-0005bI-N3 for emacs-devel@gnu.org; Wed, 19 Jun 2013 12:07:21 -0400 Original-Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:64622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpKui-0005bE-Gv for emacs-devel@gnu.org; Wed, 19 Jun 2013 12:07:16 -0400 Original-Received: by mail-ea0-f177.google.com with SMTP id j14so3349850eak.22 for ; Wed, 19 Jun 2013 09:07:15 -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 :content-type; bh=zeRRu4iPBmKH6qSA0ZY0vz/OqlcKq7tKVR45JBrXKSY=; b=SRsjQ6qW8D7D7PGCyOF3ysAwlJtujANsRdk/LakB4hFTKB0zq7m6W+R8CoH7tNeIs0 0LJ0/GcSV3mTkqsWuVO5W2/17ci9rpaV5XrcYvaxRFjATR7/FY1yfi41L/TGFRfmlv9n Md9EZxXGD54BLNRF8/2XhYiHusFC2ZfADUATbRvtuLJeIZI8QjBN/el6FMA0lYj6+D9q NYNRwD/owvBrnpNGHoYxRzfbNUZdDqC8U2f1RpLFVyK9oechikEcK7fdjsigvfVHhInH FVGSgLK+DqiMFntcPQCwNvshNT3ivOxXGkuyDTVK9kt4X/DxDliUEBjIgR8/KewcY2+U 9J8A== X-Received: by 10.14.213.135 with SMTP id a7mr3200286eep.152.1371658035778; Wed, 19 Jun 2013 09:07:15 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Wed, 19 Jun 2013 09:06:34 -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:c01::231 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:160678 Archived-At: On Wed, Jun 19, 2013 at 5:49 PM, Lars Magne Ingebrigtsen wrote: > That doesn't seem to be possible? Would it be possible to add a > `inhibit-read-only' text property? Wouldn't it be possible by doing clever tricks with `point-entered' and `point-left' functions and the `inhibit-read-only' variable? J