From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jirka.senkyr@gmail.com Newsgroups: gmane.emacs.help Subject: read-only buffer Date: Wed, 21 Jan 2015 22:59:37 -0800 (PST) Message-ID: <420fd52a-fd10-4476-a3ca-42e468b06d48@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1421913540 15098 80.91.229.3 (22 Jan 2015 07:59:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 07:59:00 +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 Jan 22 08:58:59 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 1YECfL-0001cE-KH for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Jan 2015 08:58:59 +0100 Original-Received: from localhost ([::1]:51520 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YECfB-0006A1-5t for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Jan 2015 02:58:49 -0500 X-Received: by 10.50.23.75 with SMTP id k11mr886894igf.3.1421909978423; Wed, 21 Jan 2015 22:59:38 -0800 (PST) X-Received: by 10.50.30.202 with SMTP id u10mr30978igh.6.1421909978301; Wed, 21 Jan 2015 22:59:38 -0800 (PST) Original-Path: usenet.stanford.edu!h15no1712014igd.0!news-out.google.com!db6ni5834igc.0!nntp.google.com!h15no1712010igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=199.64.72.252; posting-account=7ohIiQoAAAATr81kv7p6NTMEL0K0Amne Original-NNTP-Posting-Host: 199.64.72.252 User-Agent: G2/1.0 Injection-Date: Thu, 22 Jan 2015 06:59:38 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:209929 X-Mailman-Approved-At: Thu, 22 Jan 2015 02:58:39 -0500 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:102208 Archived-At: Hello. In my emacs when I open a file which under a version control (SVN) the buff= er is read-only. I do not want it. It's pretty annoying especially when usi= ng tags-query-replace. Then I need to make each buffer that opens by the ta= gs-query-replace command writable by hitting C-x C-q. But by doing so tags-= query-replace is terminated and I need to run it again and again and again.= ... I have searched emacs help and internet but haven't found a clue. Does anybody know, how can I make emacs to open version controlled files in= writable buffer? Thanks, Jiri