From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: inhibit-read-only Date: Tue, 14 Feb 2006 17:18:15 -0500 Message-ID: References: <43F1B2E9.4000804@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139967689 7087 80.91.229.2 (15 Feb 2006 01:41:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2006 01:41:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 15 02:41:29 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F9BfZ-0006aX-JP for ged-emacs-devel@m.gmane.org; Wed, 15 Feb 2006 02:41:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F9BXR-0007pw-2G for ged-emacs-devel@m.gmane.org; Tue, 14 Feb 2006 20:33:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F98Uz-0002cx-Fw for emacs-devel@gnu.org; Tue, 14 Feb 2006 17:18:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F98Uy-0002cA-Mh for emacs-devel@gnu.org; Tue, 14 Feb 2006 17:18:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F98Uy-0002bs-Dx for emacs-devel@gnu.org; Tue, 14 Feb 2006 17:18:16 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F98Zj-0004dE-Uu for emacs-devel@gnu.org; Tue, 14 Feb 2006 17:23:11 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F98Ux-000805-U1; Tue, 14 Feb 2006 17:18:15 -0500 Original-To: martin rudalics In-reply-to: <43F1B2E9.4000804@gmx.at> (message from martin rudalics on Tue, 14 Feb 2006 11:37:29 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50545 Archived-At: The following makes everything writable: (let ((debug-on-error t) (inhibit-read-only t)) (error "?")) Could you be more precise than "makes everything writable"? Do you mean that everything is writable while you are in the debugger?