From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: Inhibiting read-only Date: Wed, 19 Jun 2013 21:37:22 +0530 Message-ID: <87ehby84p1.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371657994 32102 80.91.229.3 (19 Jun 2013 16:06:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 16:06:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 18:06:35 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 1UpKu2-0003NG-Pz for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 18:06:34 +0200 Original-Received: from localhost ([::1]:42422 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpKu2-0005l3-Bt for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 12:06:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpKtv-0005kv-IH for emacs-devel@gnu.org; Wed, 19 Jun 2013 12:06:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpKtp-00054g-3f for emacs-devel@gnu.org; Wed, 19 Jun 2013 12:06:27 -0400 Original-Received: from mail-pb0-x229.google.com ([2607:f8b0:400e:c01::229]:43789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpKto-00054Z-Td for emacs-devel@gnu.org; Wed, 19 Jun 2013 12:06:21 -0400 Original-Received: by mail-pb0-f41.google.com with SMTP id rp16so5225116pbb.14 for ; Wed, 19 Jun 2013 09:06:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=H8eeCjRIXGeDwuHaf3lFH+50OAUwp/zLUqOUqmE6Uh0=; b=NTK6dzDPowuKBGHQgJbwGSHN6H0nPDv4cZsGfKhUOd/Oaip9ZVHoKI2ZuxtR+Rm06i vBRxXAhAs2kaZl8hg5CZOVvS8/ogeHHT7riziH/vjtm3O/s5gvmXWFcENQxZLev4yEkZ UAa4G7fm9Fz36w3dyl58bqgNdsdy2h0KhqN24szSn2YigtMaduHjcLBrdeN5MQ4QVPaZ 0kMQIonHmFU73T1B9iUxS8sUCUKmRl2L+cSGTygDjwmphiwg8vzn3DQTQoHys1qp9ym3 PAVVNGaMewv1f8J+b7mKyRTCz7OlfdroBjAoMBb75xNqbOlQrez8bOfPhPOTf0RUhp+V rnbw== X-Received: by 10.68.222.233 with SMTP id qp9mr3491165pbc.63.1371657980144; Wed, 19 Jun 2013 09:06:20 -0700 (PDT) Original-Received: from debian-6.05 ([115.242.219.48]) by mx.google.com with ESMTPSA id dc3sm23694696pbc.9.2013.06.19.09.06.17 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Wed, 19 Jun 2013 09:06:19 -0700 (PDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 19 Jun 2013 17:49:57 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::229 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:160677 Archived-At: Lars Magne Ingebrigtsen writes: > I'd like to make the eww buffers read-only, but leave text input fields > editable. (And then do processing of the alterations with > `insert-behind-hooks' or `after-change-functions'.) > > That doesn't seem to be possible? Would it be possible to add a > `inhibit-read-only' text property? inhibit-read-only can be a list.