From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: C-x C-q now does toggle-read-only Date: 16 Jul 2002 20:08:06 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <1026842888.14001.3.camel@eagle> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1026842976 11322 127.0.0.1 (16 Jul 2002 18:09:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2002 18:09:36 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17UWlS-0002wU-00 for ; Tue, 16 Jul 2002 20:09:34 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17UWwU-00052q-00 for ; Tue, 16 Jul 2002 20:20:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17UWlE-0000gr-00; Tue, 16 Jul 2002 14:09:20 -0400 Original-Received: from [194.73.242.5] (helo=wmpmta03-app.mail-store.com) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17UWkE-0000cN-00 for ; Tue, 16 Jul 2002 14:08:18 -0400 Original-Received: from localhost.localdomain ([195.226.103.183]) by wmpmta03-app.mail-store.com (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP id <20020716180749.NHGV7439.wmpmta03-app.mail-store.com@localhost.localdomain> for ; Tue, 16 Jul 2002 19:07:49 +0100 Original-To: emacs-devel@gnu.org X-Mailer: Ximian Evolution 1.0.7 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5802 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5802 I have now rebound C-x C-q so that it does toggle-read-only, not vc-toggle-read-only. Sorry for the delay, but I'm really busy with my PhD thesis which is due in just a couple of days. toggle-read-only now gives a warning message when used on a file under version control. I have also added a NEWS entry and updated the manual.