From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: read-only frame? Date: Wed, 15 Dec 2004 21:16:51 +0100 Message-ID: <027e01c4e2e3$087d4ee0$0200a8c0@sedrcw11488> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1103142043 16905 80.91.229.6 (15 Dec 2004 20:20:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2004 20:20:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 15 21:20:36 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CefdU-0007mY-00 for ; Wed, 15 Dec 2004 21:20:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cefnh-0005Xg-CF for ged-emacs-devel@m.gmane.org; Wed, 15 Dec 2004 15:31:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CefmZ-0005LB-CH for emacs-devel@gnu.org; Wed, 15 Dec 2004 15:30:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CefmX-0005JO-4p for emacs-devel@gnu.org; Wed, 15 Dec 2004 15:29:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CefmW-0005J2-TF for emacs-devel@gnu.org; Wed, 15 Dec 2004 15:29:57 -0500 Original-Received: from [81.228.11.116] (helo=av9-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cefaa-0001d6-NH for emacs-devel@gnu.org; Wed, 15 Dec 2004 15:17:37 -0500 Original-Received: by av9-2-sn1.fre.skanova.net (Postfix, from userid 502) id BC53537EA8; Wed, 15 Dec 2004 21:17:35 +0100 (CET) Original-Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av9-2-sn1.fre.skanova.net (Postfix) with ESMTP id AC18E37E57; Wed, 15 Dec 2004 21:17:35 +0100 (CET) Original-Received: from sedrcw11488 (t3o58p239.telia.com [195.252.56.239]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id C93BF37E4D; Wed, 15 Dec 2004 21:17:34 +0100 (CET) Original-To: "Drew Adams" , "Emacs-Devel" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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: main.gmane.org gmane.emacs.devel:31173 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31173 ----- Original Message ----- From: "Drew Adams" > Is there some way to make a frame (its contents) read-only? I could of > course make each of its currently displayed buffers read-only, but that > would also make them read-only in other frames, which I do not > want to do. There is no way I no of, but maybe you can use an indirect buffer with another keymap? (Though I am absolutely no expert on this - I believe you can have another keymap, but I am actually not sure.) - Lennart