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: read-only buffer Date: Thu, 12 Feb 2015 17:33:55 +0200 Message-ID: <83vbj75el8.fsf@gnu.org> References: <420fd52a-fd10-4476-a3ca-42e468b06d48@googlegroups.com> <87fvb3grt7.fsf@gnu.org> <1ef3fec8-2c0e-4cc0-b415-feada7edda84@googlegroups.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1423755276 3064 80.91.229.3 (12 Feb 2015 15:34:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2015 15:34:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 12 16:34:26 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YLvmb-0007g1-Fw for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Feb 2015 16:34:25 +0100 Original-Received: from localhost ([::1]:50791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLvma-00018i-RZ for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Feb 2015 10:34:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLvmK-00017f-Lj for help-gnu-emacs@gnu.org; Thu, 12 Feb 2015 10:34:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLvmE-0002NJ-W1 for help-gnu-emacs@gnu.org; Thu, 12 Feb 2015 10:34:08 -0500 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:50880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLvmE-0002Mr-Nv for help-gnu-emacs@gnu.org; Thu, 12 Feb 2015 10:34:02 -0500 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NJO0090006O1J00@mtaout25.012.net.il> for help-gnu-emacs@gnu.org; Thu, 12 Feb 2015 17:28:50 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NJO0056L0C2IN40@mtaout25.012.net.il> for help-gnu-emacs@gnu.org; Thu, 12 Feb 2015 17:28:50 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102678 Archived-At: > Date: Wed, 11 Feb 2015 22:47:13 -0800 (PST) > From: jirka.senkyr@gmail.com >=20 > On Thursday, February 12, 2015 at 7:12:04 AM UTC+1, jirka....@gmail= .com wrote: > > On Thursday, January 22, 2015 at 4:57:03 PM UTC+1, Eli Zaretskii = wrote: > > > > Date: Thu, 22 Jan 2015 12:09:48 +0100 > > > > From: Ji=C5=99=C3=AD =C5=A0enk=C3=BD=C5=99 > > > >=20 > > > > I might have mentioned then I'm using Cygwin under Windows. D= on't know if > > > > it's a clue. > > >=20 > > > Which parts are from Cygwin? Emacs and SVN, only Emacs, only S= VN, > > > something else? > >=20 > > Emacs is cygwin, SVN is windows. >=20 > OK. It looks like the problem is in mismatch of file permissions be= tween Windows and Cygwin. After I ran chmod +w emacs opens files in w= ritable buffer. Right, it figures: Cygwin implements Posix permission bits in a way that native Windows programs (in this case SVN) don't understand, and vice versa.