From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmnFmcOtIMWgZW5rw73FmQ==?= Newsgroups: gmane.emacs.help Subject: Re: read-only buffer Date: Thu, 22 Jan 2015 12:09:48 +0100 Message-ID: References: <420fd52a-fd10-4476-a3ca-42e468b06d48@googlegroups.com> <87fvb3grt7.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1421925065 8904 80.91.229.3 (22 Jan 2015 11:11:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 11:11:05 +0000 (UTC) To: =?UTF-8?B?SmnFmcOtIMWgZW5rw73FmQ==?= , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 22 12:11:05 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 1YEFfD-0005W6-KN for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Jan 2015 12:11:03 +0100 Original-Received: from localhost ([::1]:52363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEFfC-000056-RY for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Jan 2015 06:11:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEFe1-0007MY-Rd for help-gnu-emacs@gnu.org; Thu, 22 Jan 2015 06:09:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEFe1-0004oo-0E for help-gnu-emacs@gnu.org; Thu, 22 Jan 2015 06:09:49 -0500 Original-Received: from mail-yk0-x230.google.com ([2607:f8b0:4002:c07::230]:54552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEFe0-0004oh-Sa for help-gnu-emacs@gnu.org; Thu, 22 Jan 2015 06:09:48 -0500 Original-Received: by mail-yk0-f176.google.com with SMTP id 20so379448yks.7 for ; Thu, 22 Jan 2015 03:09:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=CeArL6mTYswTcdF+aHBFLj8rNWP+VP7GUTzQsbPhenY=; b=0M0YZS7ItSvOTfYV147eM1tMPOGxjQ9Q5aXOvCYTNJZ656evo+A2xB9ZONl9XKSME4 NVsK37DKCK/EwirNEhmxZdcPTmKtSbPCwyFA9EPTB/SnKUJOoYGsTSJqt1SViQFbNg01 YkeqJSLvT4Wy6JH+86AH0Nh/LwO9XgyHfIQ8V2cEcxhznLstgKMY9medbgekEU2HaNgJ 72tNwt20MfCkYDivTyV4qtC59gpaBlIbdTr2ZbF09eZ3CSAejVT5oY+OnwiCMn5qbwR0 YrieaaYT1lNjOEOrJrORsJcnZwE7tIqzFiy4AGDVqd28cblEx7se0REs+4Cek6eIdP8S dpUQ== X-Received: by 10.170.154.195 with SMTP id v186mr513881ykc.22.1421924988314; Thu, 22 Jan 2015 03:09:48 -0800 (PST) Original-Received: by 10.170.204.139 with HTTP; Thu, 22 Jan 2015 03:09:48 -0800 (PST) In-Reply-To: <87fvb3grt7.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::230 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:102211 Archived-At: Hi, Tassilo. I do have a write permissions for these files. I might have mentioned then I'm using Cygwin under Windows. Don't know if it's a clue. Thanks, Jiri On Thu, Jan 22, 2015 at 9:09 AM, Tassilo Horn wrote: > jirka.senkyr@gmail.com writes: > > Hi Jiri, > > > In my emacs when I open a file which under a version control (SVN) the > > buffer is read-only. I do not want it. > > That's definitely not the standard behavior. Is it possible that you > don't have write permissions for the files in that SVN checkout? In > that case, emacs would find the file read-only. > > Bye, > Tassilo >