From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Adalbert Perbandt Newsgroups: gmane.emacs.help Subject: How to protect a buffer from being deleted by accident? Date: 05 Dec 2002 14:16:51 +0100 Organization: Infineon Technologies Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039095353 11566 80.91.224.249 (5 Dec 2002 13:35:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Dec 2002 13:35:53 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18JwAR-00030G-00 for ; Thu, 05 Dec 2002 14:35:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Jw10-00059V-00; Thu, 05 Dec 2002 08:26:06 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!bnewspeer00.bru.ops.eu.uu.net!emea.uu.net!newsproxy.muc.infineon.com!news.infineon.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-X-Trace: newssrv.hl.siemens.de 1039094212 14137 172.31.17.26 (5 Dec 2002 13:16:52 GMT) Original-X-Complaints-To: usenet@infineon.com Original-NNTP-Posting-Date: Thu, 5 Dec 2002 13:16:52 +0000 (UTC) User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Military Intelligence) Original-Xref: shelby.stanford.edu gnu.emacs.help:107753 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4303 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4303 Hi there, At my site we're using clearcase mode (clearcase.el) for a long time with very few problems. Some time ago one of our users deleted the buffer "*clearcase*" inadvertently. Now I'd like to provide a simple mechanism which disallows for deletion of this buffer. I think, it would not be too complex to implement this but I don't know any simple method to get it done. Maybe there is a posibility to mark a specific buffer as "undeletable" or so. Any hints are welcome. Regards, Adalbert Perbandt.