From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: read-only frame? Date: Sat, 11 Dec 2004 09:22:36 -0800 Message-ID: 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 1102785830 9540 80.91.229.6 (11 Dec 2004 17:23:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Dec 2004 17:23:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 11 18:23:45 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 1CdAy9-0001oR-00 for ; Sat, 11 Dec 2004 18:23:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CdB89-0006vD-CD for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Dec 2004 12:34:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CdB7V-0006rV-2o for help-gnu-emacs@gnu.org; Sat, 11 Dec 2004 12:33:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CdB7T-0006qY-LL for help-gnu-emacs@gnu.org; Sat, 11 Dec 2004 12:33:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CdB7T-0006qN-5p for help-gnu-emacs@gnu.org; Sat, 11 Dec 2004 12:33:23 -0500 Original-Received: from [148.87.2.204] (helo=inet-mail4.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CdAxG-0007Y8-4s for help-gnu-emacs@gnu.org; Sat, 11 Dec 2004 12:22:50 -0500 Original-Received: from inet-mail4.oracle.com (localhost [127.0.0.1]) by inet-mail4.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id iBBHMk7t027412 for ; Sat, 11 Dec 2004 09:22:46 -0800 (PST) Original-Received: from rgmsgw301.us.oracle.com (rgmsgw301.us.oracle.com [138.1.191.50]) by inet-mail4.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id iBBHMhhr027396 for ; Sat, 11 Dec 2004 09:22:44 -0800 (PST) Original-Received: from rgmsgw301.us.oracle.com (localhost [127.0.0.1]) by rgmsgw301.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id iBBHMhwX023595 for ; Sat, 11 Dec 2004 10:22:43 -0700 Original-Received: from dradamslap (dhcp-amer-csvpn-gw2-141-144-81-243.vpn.oracle.com [141.144.81.243]) by rgmsgw301.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id iBBHMgfI023544 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sat, 11 Dec 2004 10:22:43 -0700 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:22676 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22676 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. Any ideas? - Drew