From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: how to not overwrite read-only files? Date: Fri, 21 Jul 2006 10:10:28 +0300 Message-ID: References: <5425296.post@talk.nabble.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1153465851 15095 80.91.229.2 (21 Jul 2006 07:10:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Jul 2006 07:10:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 21 09:10:47 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G3p9p-0000le-SZ for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Jul 2006 09:10:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3p9o-0004TG-UR for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Jul 2006 03:10:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3p9c-0004TB-EU for help-gnu-emacs@gnu.org; Fri, 21 Jul 2006 03:10:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3p9b-0004Sy-0z for Help-gnu-emacs@gnu.org; Fri, 21 Jul 2006 03:10:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3p9a-0004Sv-Ll for Help-gnu-emacs@gnu.org; Fri, 21 Jul 2006 03:10:30 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3p9w-0007Lj-Ve for Help-gnu-emacs@gnu.org; Fri, 21 Jul 2006 03:10:53 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-197-168.inter.net.il [83.130.197.168]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id FIB96567 (AUTH halo1); Fri, 21 Jul 2006 10:10:28 +0300 (IDT) Original-To: Help-gnu-emacs@gnu.org In-reply-to: <5425296.post@talk.nabble.com> (message from yilangmok on Thu, 20 Jul 2006 14:54:29 -0700 (PDT)) 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: news.gmane.org gmane.emacs.help:36138 Archived-At: > Date: Thu, 20 Jul 2006 14:54:29 -0700 (PDT) > From: yilangmok > > For some reason, my emacs configuration just overwrites files when I save, > even when it is marked -r--r--r-- (readonly). Please provide the details: what command(s) overwrites read-only files? Also, please try the same command(s) in "emacs -q"; if that does work as expected, the culprit is somewhere in your .emacs init file.